~seyeongkim/charms/trusty/nova-compute/lp1417891

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:57:43 UTC
  • mfrom: (80.1.3 nova-compute)
  • Revision ID: james.page@ubuntu.com-20141006215743-auucleyomgjcjche
[coreycb,r=james-page] Fixup amulet tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
sudo add-apt-repository --yes ppa:juju/stable
6
6
sudo apt-get update --yes
7
 
sudo apt-get install --yes python-amulet
8
 
sudo apt-get install --yes python-glanceclient
9
 
sudo apt-get install --yes python-keystoneclient
10
 
sudo apt-get install --yes python-novaclient
 
7
sudo apt-get install --yes python-amulet \
 
8
                           python-glanceclient \
 
9
                           python-keystoneclient \
 
10
                           python-novaclient