aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-08-15 05:58:38 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-08-15 06:00:32 -0400
commitcb08cf5a6af418159b93a280deaec2a2964d5416 (patch)
tree6b3d43b6cc22cc96357c0af798a88a4515e8b58b /deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2
parent865e211e752f0de17d560da3c4641c1e3d9af8bb (diff)
rename region name to be unified
JIRA: COMPASS-457 nova region name should be unified. compass use regionOne original, however, upstream usually use RegionOne, this is caused by clerical error. Now the OCL and sfc/tacker use RegionOne by not knowing the compass clerical error. so all should be changed to RegionOne. Change-Id: I8bc280cca036afffe09d0a3bcebc940deaa490b5 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2')
-rw-r--r--deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2 b/deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2
index 743099cb..d4d232be 100644
--- a/deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2
+++ b/deploy/adapters/ansible/openstack_mitaka/roles/aodh/templates/aodh.conf.j2
@@ -40,7 +40,7 @@ os_username = aodh
os_tenant_name = service
os_password = {{ AODH_PASS }}
os_endpoint_type = internalURL
-os_region_name = regionOne
+os_region_name = RegionOne
[api]
host = {{ internal_ip }}