OpenStack: Difference between revisions

Content added Content deleted
Line 80: Line 80:
Credentials can be found (if you haven’t set it in the answers.txt file) in below file:
Credentials can be found (if you haven’t set it in the answers.txt file) in below file:
cat keystonerc_admin
cat keystonerc_admin

unset OS_SERVICE_TOKEN
export OS_USERNAME=admin
export OS_PASSWORD='pwd@123'
export OS_AUTH_URL=http://10.10.30.8:5000/v3
export PS1='[\u@\h \W(keystone_admin)]\$ '
export OS_PROJECT_NAME=admin
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_DOMAIN_NAME=Default
export OS_IDENTITY_API_VERSION=3


= Verification =
= Verification =