c950212079
This is mostly a docs change. The external address should be used rather than the internal address when sourcing openrc-example. The internal address may not be accessible from outside the VIP interface. Change-Id: I10ac0c116227af9c4409a050203e2a28e3a116a2
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
# You can customize this to match your environment by replacing the variables:
|
|
# keystone_admin_password
|
|
# kolla_internal_address
|
|
# keystone_admin_port
|
|
|
|
export OS_PROJECT_DOMAIN_ID=default
|
|
export OS_USER_DOMAIN_ID=default
|
|
export OS_PROJECT_NAME=admin
|
|
export OS_USERNAME=admin
|
|
export OS_PASSWORD=<keystone_admin_password>
|
|
export OS_AUTH_URL=http://<kolla_external_address>:<keystone_admin_port>
|