Merge "Add ceph-common to manila_share image"

This commit is contained in:
Jenkins 2017-07-02 01:27:56 +00:00 committed by Gerrit Code Review
commit f26b1ba0b3

View File

@ -9,7 +9,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set manila_share_packages = [
'openstack-manila-share'
'openstack-manila-share',
'ceph-common'
] %}
{{ macros.install_packages(manila_share_packages | customizable("packages")) }}