Add export for ephemeral variables
Missing export command, doesn't set proper variables and 'openstack stack list' command doesn't work without proper variables. This change add export command for ephemeral variables. Change-Id: Ie4be004a15d708b1cb26c5d67a4a470ccba77537
This commit is contained in:
parent
fb9fcb7275
commit
6707a7ae95
@ -134,8 +134,8 @@ configuration must set up access to the Heat API::
|
||||
unset OS_PROJECT_NAME
|
||||
unset OS_PROJECT_DOMAIN_NAME
|
||||
unset OS_USER_DOMAIN_NAME
|
||||
OS_AUTH_TYPE=none
|
||||
OS_ENDPOINT=http://127.0.0.1:8006/v1/admin
|
||||
export OS_AUTH_TYPE=none
|
||||
export OS_ENDPOINT=http://127.0.0.1:8006/v1/admin
|
||||
|
||||
You can also use the ``OS_CLOUD`` environment to set up the same::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user