Forked from mbaldessari/gist:7885b0cd1e4cabd0fa3a3d101a4132c9
Created
January 31, 2019 11:05
-
-
Save 4383/8b33eef07fb6b5de044bb4541c19599b to your computer and use it in GitHub Desktop.
osp-stackrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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