~thedac/charms/trusty/neutron-gateway/workgroup-status

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -ex

sudo add-apt-repository --yes ppa:juju/stable
sudo apt-get update --yes
sudo apt-get install --yes python-amulet \
                           python-distro-info \
                           python-neutronclient \
                           python-keystoneclient \
                           python-novaclient \
                           python-glanceclient