Fix keystone flags usages
Keystone command don't have "--username" or "--password", " --tenant_name" flags, but the samples on the admin guide contain these flags. This patch fixes these typos. Change-Id: Iff554f0b8406a26254c09d6d87b73c262f4d0693
This commit is contained in:
parent
d1bed6d5cd
commit
07d938a102
@ -172,8 +172,8 @@ keystone user-list
|
||||
keystone tenant-create --name demo
|
||||
|
||||
# Using user + password + tenant_name flags
|
||||
keystone --username admin --password secrete --tenant_name admin user-list
|
||||
keystone --username admin --password secrete --tenant_name admin tenant-create --name demo</programlisting>
|
||||
keystone --os-username admin --os-password secrete --os-tenant-name admin user-list
|
||||
keystone --os-username admin --os-password secrete --os-tenant-name admin tenant-create --name demo</programlisting>
|
||||
</section>
|
||||
<section xml:id="auth-token-middleware-with-username-and-password">
|
||||
<title>Authentication middleware with user name and
|
||||
|
Loading…
Reference in New Issue
Block a user