Support keystone regions
This change enables keystone region support by defining the option 'region_name' in 'heat_client' section: * magnum searchs only in region_name region for heat endpoint when region_name is not None, * otherwise magnum search in all regions. DocImpact Closes-Bug: #1437049 Change-Id: Ib2895e7b56e48d6dfa8fe4680e12fc897d5cef03
This commit is contained in:
@@ -486,6 +486,10 @@
|
||||
# From magnum
|
||||
#
|
||||
|
||||
# Region in Identity service catalog to use for
|
||||
# communication with the OpenStack service. (string value)
|
||||
#region_name = None
|
||||
|
||||
# Type of endpoint in Identity service catalog to use for
|
||||
# communication with the OpenStack service. (string value)
|
||||
#endpoint_type = publicURL
|
||||
|
||||
Reference in New Issue
Block a user