Jump to content

OpenStack: Difference between revisions

Line 77:
Default setup without Answer file:
packstack --allinone
 
Credentials can be found (if you haven’t set it in the answers.txt file) in below file:
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 =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.