Skip to content

Commit 93ba47e

Browse files
Default to RegionOne for os-capacity
1 parent adb4a85 commit 93ba47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stackhpc_enable_os_capacity: false
2020
stackhpc_os_capacity_auth_url: "http{% if kolla_enable_tls_internal | bool %}s{% endif %}://{{ kolla_internal_fqdn }}:5000"
2121

2222
# OpenStack region for OpenStack Capacity
23-
stackhpc_os_capacity_openstack_region_name: "{{ openstack_region_name | default(RegionOne) }}"
23+
stackhpc_os_capacity_openstack_region_name: "RegionOne"
2424

2525
# Whether TLS certificate verification is enabled for the OpenStack Capacity
2626
# exporter during Keystone authentication.

0 commit comments

Comments
 (0)