Add os-brick to glance container

os-brick is needed [1] for cinder volume backend for glance.

[1]: https://github.com/openstack/glance_store/blob/master/setup.cfg#L63

Change-Id: I627ef2aa02394d1f5e3a9150f23944357e227df9
Closes-bug: #1694569
This commit is contained in:
liyingjun 2017-05-26 23:13:23 -04:00
parent 7a9160f3f3
commit 5032177d92
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'glance',
'python-oslo.vmware',
'python-rados',
'python-rbd'
'python-rbd',
'python-os-brick'
] %}
{% endif %}
@ -38,7 +39,7 @@ ADD glance-base-archive /glance-base-source
{% set glance_base_pip_packages = [
'/glance',
'glance_store[cinder,oslo-vmware,swift]'
'glance_store[cinder,oslo-vmware,os-brick,swift]'
] %}
RUN ln -s glance-base-source/* glance \