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

This commit is contained in:
Ryan Beisner 2015-06-29 18:40:47 +00:00
parent 2fa767a1ee
commit 0c4d7fbf03
3 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,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 unit_test
publish: lint test
bzr push lp:charms/cinder-ceph
bzr push lp:charms/trusty/cinder-ceph

View File

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

View File

@ -3,7 +3,7 @@ reset: true
virtualenv: true
makefile:
- lint
- unit_test
- test
sources:
- ppa:juju/stable
packages:
@ -12,5 +12,7 @@ packages:
- python-cinderclient
- python-distro-info
- python-glanceclient
- python-heatclient
- python-keystoneclient
- python-novaclient
- python-swiftclient