File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,17 @@ The 'password flow' variation is most commonly used::
6666 export OS_AUTH_URL=<url-to-openstack-identity>
6767 export OS_TENANT_NAME=<tenant-name>
6868 export OS_USERNAME=<user-name>
69- export OS_PASSWORD=<password> # yes, it isn't secure, we'll address it in the future
69+ export OS_PASSWORD=<password> # (optional)
7070
7171The corresponding command-line options look very similar::
7272
7373 --os-auth-url <url>
7474 --os-tenant-name <tenant-name>
7575 --os-username <user-name>
76- --os-password <password>
76+ [--os-password <password>]
77+
78+ If a password is not provided above (in plaintext), you will be interactively
79+ prompted to provide one securely.
7780
7881The token flow variation for authentication uses an already-aquired token
7982and a URL pointing directly to the service API that presumably was acquired
You can’t perform that action at this time.
0 commit comments