Update publish target in makefile; update 00-setup and tests.yaml for dependencies.

This commit is contained in:
Ryan Beisner 2015-06-29 18:36:46 +00:00
parent a27f7b68ab
commit 967c014d3d
3 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,6 @@ sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
publish: lint
publish: lint test
bzr push lp:charms/ceph-radosgw
bzr push lp:charms/trusty/ceph-radosgw

View File

@ -7,7 +7,8 @@ sudo apt-get update --yes
sudo apt-get install --yes python-amulet \
python-cinderclient \
python-distro-info \
python-keystoneclient \
python-glanceclient \
python-novaclient \
python-heatclient \
python-keystoneclient \
python-novaclient
python-swiftclient

View File

@ -11,7 +11,8 @@ packages:
- python-amulet
- python-cinderclient
- python-distro-info
- python-keystoneclient
- python-glanceclient
- python-heatclient
- python-keystoneclient
- python-novaclient
- python-swiftclient