Add os-brick to glance_pip_packages

In order to use cinder as a glance back-end, the os-brick
python package is required.

While the inclusion of the package could be dynamically
included, we already have cinder listed as an additional
back-end by default and the cost of including this library
by default is minimal, so this opts to keep it simple and
just always include it.

The python package list is also sorted alphabetically for
easier package name finding in the future.

Change-Id: Id7e4638e1addf902e6027f6375c794fd56a5039d
Closes-Bug: #1634497
This commit is contained in:
Jesse Pretorius 2016-10-18 14:14:21 +01:00
parent 6f0c1dd72f
commit 2c7d0e4dea
1 changed files with 6 additions and 5 deletions

View File

@ -197,15 +197,16 @@ glance_requires_pip_packages:
# Common pip packages
glance_pip_packages:
- glance
- keystonemiddleware
- PyMySQL
- python-memcached
- glance
- os-brick
- pycrypto
- python-glanceclient
- python-swiftclient
- PyMySQL
- python-cinderclient
- python-glanceclient
- python-keystoneclient
- python-memcached
- python-swiftclient
- warlock
## Service Names