From 0f16a4b87498831d5fe49f943804537ecf54e8f7 Mon Sep 17 00:00:00 2001 From: Vikram Hosakote Date: Fri, 12 Feb 2016 06:43:18 +0000 Subject: [PATCH] Verify operation in Installation Guide --os-auth-type is optional here. If --os-auth-type is not provided and since --os-username is supplied, python-openstackclient will automatically select password. Hence, removed the --os-auth-type argument. Change-Id: I99239226cf71f5effe9e3093d11b39c28c608140 Closes-Bug: 1544483 --- doc/install-guide/source/keystone-verify.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/source/keystone-verify.rst b/doc/install-guide/source/keystone-verify.rst index 8ce525e063..2a60c3ea72 100644 --- a/doc/install-guide/source/keystone-verify.rst +++ b/doc/install-guide/source/keystone-verify.rst @@ -36,8 +36,7 @@ services. $ openstack --os-auth-url http://controller:35357/v3 \ --os-project-domain-id default --os-user-domain-id default \ - --os-project-name admin --os-username admin --os-auth-type password \ - token issue + --os-project-name admin --os-username admin token issue Password: +------------+----------------------------------+ | Field | Value | @@ -58,8 +57,7 @@ services. $ openstack --os-auth-url http://controller:5000/v3 \ --os-project-domain-id default --os-user-domain-id default \ - --os-project-name demo --os-username demo --os-auth-type password \ - token issue + --os-project-name demo --os-username demo token issue Password: +------------+----------------------------------+ | Field | Value |