@@ -7,42 +7,6 @@ endpoints:
7
7
8
8
# 'identity' endpoints are for keystone access
9
9
identity :
10
- auth :
11
- # this is the 'admin' user created in keystone by the initial start
12
- # and used by the other services to create their service accounts
13
- # and endpoint in the service catalog.
14
- admin :
15
- password : " ${ADMIN_KEYSTONE_PASSWORD}"
16
- region_name : " ${DEPLOY_NAME}"
17
- # this user is the service account that glance uses
18
- glance :
19
- password : " ${GLANCE_KEYSTONE_PASSWORD}"
20
- region_name : " ${DEPLOY_NAME}"
21
- # this user is the service account that ironic uses
22
- ironic :
23
- password : " ${IRONIC_KEYSTONE_PASSWORD}"
24
- region_name : " ${DEPLOY_NAME}"
25
- # this user is the service account that neutron uses
26
- neutron :
27
- password : " ${NEUTRON_KEYSTONE_PASSWORD}"
28
- region_name : " ${DEPLOY_NAME}"
29
- # this user is the service account that nova uses
30
- nova :
31
- password : " ${NOVA_KEYSTONE_PASSWORD}"
32
- region_name : " ${DEPLOY_NAME}"
33
- # this user is the service account that placement uses
34
- placement :
35
- password : " ${PLACEMENT_KEYSTONE_PASSWORD}"
36
- region_name : " ${DEPLOY_NAME}"
37
- # this user is the service account that cinder uses
38
- cinder :
39
- password : " ${CINDER_KEYSTONE_PASSWORD}"
40
- region_name : " ${DEPLOY_NAME}"
41
- # this user is the service account that octavia uses
42
- octavia :
43
- password : " ${OCTAVIA_KEYSTONE_PASSWORD}"
44
- region_name : " ${DEPLOY_NAME}"
45
-
46
10
# set our public facing URL
47
11
host_fqdn_override :
48
12
public :
0 commit comments