Merge "Add os-brick to glance container"

This commit is contained in:
Jenkins 2017-06-18 07:14:58 +00:00 committed by Gerrit Code Review
commit 6bafdc409a

View File

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