Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4383/8b33eef07fb6b5de044bb4541c19599b to your computer and use it in GitHub Desktop.
Save 4383/8b33eef07fb6b5de044bb4541c19599b to your computer and use it in GitHub Desktop.
osp-stackrc
export OS_PROJECT_DOMAIN_NAME='Default'
export OS_USER_DOMAIN_NAME='Default'
export OS_PROJECT_NAME='admin'
export OS_USERNAME='admin'
export OS_AUTH_URL=http://192.168.24.2:5000/
export OS_AUTH_TYPE='password'
export OS_IDENTITY_API_VERSION='3'
export OS_PASSWORD=$(hiera -c /etc/puppet/hiera.yaml keystone::admin_password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment