Merge "Add ceph-common to manila_share image"
This commit is contained in:
commit
f26b1ba0b3
@ -9,7 +9,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
{% set manila_share_packages = [
|
{% set manila_share_packages = [
|
||||||
'openstack-manila-share'
|
'openstack-manila-share',
|
||||||
|
'ceph-common'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{{ macros.install_packages(manila_share_packages | customizable("packages")) }}
|
{{ macros.install_packages(manila_share_packages | customizable("packages")) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user