Skip to content

Commit cfceddd

Browse files
authored
Merge pull request #1245 from rackerlabs/drop-unused-refs
chore: remove unused password refs in the openstack helm values file
2 parents a481738 + 72aa5ab commit cfceddd

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

components/openstack-secrets.tpl.yaml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,6 @@ endpoints:
77

88
# 'identity' endpoints are for keystone access
99
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-
4610
# set our public facing URL
4711
host_fqdn_override:
4812
public:

0 commit comments

Comments
 (0)