Support for section AVAILABLE_REGIONS added
This section generate dropdown menu in horizon and
user can switch between regions.
Change-Id: I76c19e610dfae6347339468496c79a9840b01ec7
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 7240cdd..1f640cd 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -27,6 +27,11 @@
api_version: 2
encryption: ssl
endpoint_type: publicURL
+ regions:
+ - name: cluster1
+ address: http://cluster1.example.com:5000/v2.0
+ - name: cluster2
+ address: http://cluster2.example.com:5000/v2.0
websso:
login_url: "WEBROOT + 'auth/login/'"
logout_url: "WEBROOT + 'auth/logout/'"