From 3b192dde9b7e6dc9ca5cac9b412062148e8a96c6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 20 Apr 2014 22:26:43 +0200 Subject: [PATCH] Use keystone instead of nova as example If this section is used in the Install Guide, keystone is installed but nova not yet. Thus change the example to use keystone. Also adjust parameter to use --os-password instead of --password and use "service-list" as keystone command. Explain that this is not specific to keystone or nova but to all client commands. Change-Id: I308ba102d1217acd0a9f723643728a3e2af7f77c Closes-Bug: #1310375 --- doc/common/section_cli_openrc.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/common/section_cli_openrc.xml b/doc/common/section_cli_openrc.xml index 47d2351b32..76225f1075 100644 --- a/doc/common/section_cli_openrc.xml +++ b/doc/common/section_cli_openrc.xml @@ -118,14 +118,15 @@ export OS_AUTH_URL=http://controller:35357/v2.0Override environment variable values When you run OpenStack client commands, you can override some environment variable settings by using the options - that are listed at the end of the nova - help output. For example, you can override + that are listed at the end of the help output + of the various client commands. For example, you can override the setting in the - PROJECT-openrc.sh + PROJECT-openrc.sh file by specifying a - password on a nova command, as follows: - $ nova --password <password> image-list - Where password is your + password on a keystone command, as + follows: + $ keystone --os-password PASSWORD service-list + Where PASSWORD is your password.