Created
June 12, 2019 20:47
-
-
Save JorgeFrancoIbanez/a89d68ff4937bdc11f9770eb666b2ac2 to your computer and use it in GitHub Desktop.
Openstack CLI token auth method template for keytone version 3 in OS based in Linux
This file contains 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_USERNAME= <User email> | |
export OS_TOKEN= <Openstack auth TOKEN> | |
export OS_TENANT_ID= <Project-ID> | |
export OS_AUTH_URL=https://api-endpoint:5000/v3 | |
export OS_AUTH_TYPE=token | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_INTERFACE=public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment