@@ -13,27 +13,35 @@ endpoints:
13
13
# and endpoint in the service catalog.
14
14
admin :
15
15
password : " ${ADMIN_KEYSTONE_PASSWORD}"
16
+ region_name : " ${DEPLOY_NAME}"
16
17
# this user is the service account that glance uses
17
18
glance :
18
19
password : " ${GLANCE_KEYSTONE_PASSWORD}"
20
+ region_name : " ${DEPLOY_NAME}"
19
21
# this user is the service account that ironic uses
20
22
ironic :
21
23
password : " ${IRONIC_KEYSTONE_PASSWORD}"
24
+ region_name : " ${DEPLOY_NAME}"
22
25
# this user is the service account that neutron uses
23
26
neutron :
24
27
password : " ${NEUTRON_KEYSTONE_PASSWORD}"
28
+ region_name : " ${DEPLOY_NAME}"
25
29
# this user is the service account that nova uses
26
30
nova :
27
31
password : " ${NOVA_KEYSTONE_PASSWORD}"
32
+ region_name : " ${DEPLOY_NAME}"
28
33
# this user is the service account that placement uses
29
34
placement :
30
35
password : " ${PLACEMENT_KEYSTONE_PASSWORD}"
36
+ region_name : " ${DEPLOY_NAME}"
31
37
# this user is the service account that cinder uses
32
38
cinder :
33
39
password : " ${CINDER_KEYSTONE_PASSWORD}"
40
+ region_name : " ${DEPLOY_NAME}"
34
41
# this user is the service account that octavia uses
35
42
octavia :
36
43
password : " ${OCTAVIA_KEYSTONE_PASSWORD}"
44
+ region_name : " ${DEPLOY_NAME}"
37
45
38
46
# set our public facing URL
39
47
host_fqdn_override :
0 commit comments