Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions components/openstack-secrets.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,6 @@ endpoints:

# 'identity' endpoints are for keystone access
identity:
auth:
# this is the 'admin' user created in keystone by the initial start
# and used by the other services to create their service accounts
# and endpoint in the service catalog.
admin:
password: "${ADMIN_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that glance uses
glance:
password: "${GLANCE_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that ironic uses
ironic:
password: "${IRONIC_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that neutron uses
neutron:
password: "${NEUTRON_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that nova uses
nova:
password: "${NOVA_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that placement uses
placement:
password: "${PLACEMENT_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that cinder uses
cinder:
password: "${CINDER_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"
# this user is the service account that octavia uses
octavia:
password: "${OCTAVIA_KEYSTONE_PASSWORD}"
region_name: "${DEPLOY_NAME}"

# set our public facing URL
host_fqdn_override:
public:
Expand Down
Loading