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',
|
||||
'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 \
|
||||
|
Loading…
Reference in New Issue
Block a user