Merge "Add os-brick to glance container"
This commit is contained in:
commit
6bafdc409a
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user