~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Edward Hope-Morley
  • Date: 2016-02-12 09:52:56 UTC
  • mfrom: (172.1.2 trunk)
  • Revision ID: edward.hope-morley@canonical.com-20160212095256-r93nqfhnlw3di3l8
[hopem,r=jamespage]

Sync charmhelpers to get support for supplying a Ascii Armor PGP key to
openstack-origin (currently only supports Radix64)
Closes-Bug: 1518975

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
set -ex
4
 
 
5
 
sudo add-apt-repository --yes ppa:juju/stable
6
 
sudo apt-get update --yes
7
 
sudo apt-get install --yes amulet \
8
 
                           distro-info-data \
9
 
                           python-cinderclient \
10
 
                           python-distro-info \
11
 
                           python-glanceclient \
12
 
                           python-heatclient \
13
 
                           python-keystoneclient \
14
 
                           python-neutronclient \
15
 
                           python-novaclient \
16
 
                           python-pika \
17
 
                           python-swiftclient