add python-tackerclient to utility container

This commit is contained in:
root 2016-09-22 05:58:13 +00:00
parent 75f0e428f6
commit 4da3eabbf5
2 changed files with 6 additions and 1 deletions

View File

@ -111,10 +111,11 @@ tacker_requires_pip_packages:
## Common pip packages
tacker_pip_packages:
- mysql-python
- PyMySQL
- python-heatclient
- python-tackerclient
- tacker
- mysql-python
#NOTE: these default should be updated approprietly

View File

@ -0,0 +1,4 @@
# Python packages to be installed into the utility container
utility_pip_packages:
- python-tackerclient