Skip to content

Commit 9bf4c47

Browse files
feat: Set OpenStack region name to the DEPLOY_NAME
1 parent 593a34e commit 9bf4c47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/openstack-secrets.tpl.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,35 @@ endpoints:
1313
# and endpoint in the service catalog.
1414
admin:
1515
password: "${ADMIN_KEYSTONE_PASSWORD}"
16+
region_name: "${DEPLOY_NAME}"
1617
# this user is the service account that glance uses
1718
glance:
1819
password: "${GLANCE_KEYSTONE_PASSWORD}"
20+
region_name: "${DEPLOY_NAME}"
1921
# this user is the service account that ironic uses
2022
ironic:
2123
password: "${IRONIC_KEYSTONE_PASSWORD}"
24+
region_name: "${DEPLOY_NAME}"
2225
# this user is the service account that neutron uses
2326
neutron:
2427
password: "${NEUTRON_KEYSTONE_PASSWORD}"
28+
region_name: "${DEPLOY_NAME}"
2529
# this user is the service account that nova uses
2630
nova:
2731
password: "${NOVA_KEYSTONE_PASSWORD}"
32+
region_name: "${DEPLOY_NAME}"
2833
# this user is the service account that placement uses
2934
placement:
3035
password: "${PLACEMENT_KEYSTONE_PASSWORD}"
36+
region_name: "${DEPLOY_NAME}"
3137
# this user is the service account that cinder uses
3238
cinder:
3339
password: "${CINDER_KEYSTONE_PASSWORD}"
40+
region_name: "${DEPLOY_NAME}"
3441
# this user is the service account that octavia uses
3542
octavia:
3643
password: "${OCTAVIA_KEYSTONE_PASSWORD}"
44+
region_name: "${DEPLOY_NAME}"
3745

3846
# set our public facing URL
3947
host_fqdn_override:

0 commit comments

Comments
 (0)