diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-18 05:01:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-18 05:01:52 +0000 |
commit | 84b8bd269f63f4b3cf86f0e8981b61db72c3c0dd (patch) | |
tree | da80aafbbb1e852160c68a9312b31b5f75691771 /puppet | |
parent | 58e04d321b331ef93869a1e295523f3b3a28786b (diff) | |
parent | a70a56998ca16e6ea7b49dce50b0e9fd19dbdeaa (diff) |
Merge "Corrected wrong os_region_name in glance-api conf file"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/glance-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/glance-api.yaml b/puppet/services/glance-api.yaml index c68ed48f..8ec3546f 100644 --- a/puppet/services/glance-api.yaml +++ b/puppet/services/glance-api.yaml @@ -211,6 +211,7 @@ outputs: glance::api::pipeline: 'keystone' glance::api::show_image_direct_url: true glance::api::show_multiple_locations: {if: [glance_multiple_locations, true, false]} + glance::api::os_region_name: {get_param: KeystoneRegion} # NOTE: bind IP is found in Heat replacing the network name with the # local node IP for the given network; replacement examples # (eg. for internal_api): |