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
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 \