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:
Cedric Brandily
2015-03-26 22:28:39 +01:00
parent 95e14f6fb9
commit 679e31c1de
3 changed files with 23 additions and 3 deletions

View File

@@ -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