diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-14 08:12:08 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-14 08:12:08 +0000 |
commit | 9d01feaf7a71ad7823f2b06ddd8259cd222e1c2a (patch) | |
tree | 2568a312ae300617578271bc3ff1fef2a9d2cd96 /puppet/services/ceph-external.yaml | |
parent | ceb30c9946761ad64890e0b13c453e7a5bc6201e (diff) | |
parent | 4794154d71a7a566bb0c75cb8e0b4adb5fc52bfd (diff) |
Merge "Enable Glance multiple locations when using Ceph"
Diffstat (limited to 'puppet/services/ceph-external.yaml')
-rw-r--r-- | puppet/services/ceph-external.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/ceph-external.yaml b/puppet/services/ceph-external.yaml index 52c4824f..7d75074c 100644 --- a/puppet/services/ceph-external.yaml +++ b/puppet/services/ceph-external.yaml @@ -78,5 +78,7 @@ outputs: CINDERBACKUP_POOL: {get_param: CinderBackupRbdPoolName} GLANCE_POOL: {get_param: GlanceRbdPoolName} GNOCCHI_POOL: {get_param: GnocchiRbdPoolName} + service_config_settings: + get_attr: [CephBase, role_data, service_config_settings] step_config: | include ::tripleo::profile::base::ceph::client |