Skip to content

Instantly share code, notes, and snippets.

@mbaldessari
Last active January 31, 2019 11:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbaldessari/7885b0cd1e4cabd0fa3a3d101a4132c9 to your computer and use it in GitHub Desktop.
Save mbaldessari/7885b0cd1e4cabd0fa3a3d101a4132c9 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=$(sudo 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