Merge "Fix wrong hieradata for glance api authtoken" into stable/rocky

This commit is contained in:
Zuul 2019-08-29 19:38:01 +00:00 committed by Gerrit Code Review
commit 2ac027b86f
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ outputs:
- 9292
- 13292
glance::api::authtoken::project_name: 'service'
glance::keystone::authtoken::user_domain_name: 'Default'
glance::keystone::authtoken::project_domain_name: 'Default'
glance::api::authtoken::user_domain_name: 'Default'
glance::api::authtoken::project_domain_name: 'Default'
glance::api::pipeline: 'keystone'
glance::api::show_image_direct_url: true
glance::api::show_multiple_locations: {get_param: GlanceShowMultipleLocations}