Merge "Allow the repo-build to index utility pip packages"

This commit is contained in:
Jenkins 2016-08-22 22:10:10 +00:00 committed by Gerrit Code Review
commit 10622f238b
2 changed files with 16 additions and 14 deletions

View File

@ -23,3 +23,19 @@ galera_client_drop_config_file: true
# Ensure that the package state matches the global setting # Ensure that the package state matches the global setting
utility_package_state: "{{ package_state }}" utility_package_state: "{{ package_state }}"
# Python packages to be installed into the utility container
utility_pip_packages:
- gnocchiclient
- python-openstackclient
- python-ceilometerclient
- python-cinderclient
- python-glanceclient
- python-heatclient
- python-keystoneclient
- python-neutronclient
- python-novaclient
- python-ironicclient
- python-swiftclient
- python-memcached
- pycrypto

View File

@ -97,18 +97,4 @@
- git - git
utility_yum_packages: utility_yum_packages:
- git - git
utility_pip_packages:
- python-openstackclient
- python-ceilometerclient
- python-cinderclient
- python-glanceclient
- python-heatclient
- python-keystoneclient
- python-neutronclient
- python-novaclient
- python-ironicclient
- python-swiftclient
- gnocchiclient
- python-memcached
- pycrypto
is_metal: "{{ properties.is_metal|default(false) }}" is_metal: "{{ properties.is_metal|default(false) }}"