Fix formatting and output of 'nova help'
Update the 'nova help' output samples with the latest client version in the cloud admin guide. Change-Id: I24e64fc1192e485b3bd7e374cf11afdbacfcb7e6
This commit is contained in:
parent
6bee41c051
commit
80afa027aa
@ -1872,12 +1872,20 @@ net.bridge.bridge-nf-call-ip6tables=0</programlisting>
|
||||
<para>Now that you have installed the
|
||||
python-novaclient, confirm the installation by
|
||||
entering:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova help</userinput><computeroutput>usage: nova [--debug] [--os-username OS_USERNAME] [--os-password OS_PASSWORD]
|
||||
[--os-tenant-name_name OS_TENANT_NAME] [--os-auth-url OS_AUTH_URL]
|
||||
[--os-region-name OS_REGION_NAME] [--service-type SERVICE_TYPE]
|
||||
[--service-name SERVICE_NAME] [--endpoint-type ENDPOINT_TYPE]
|
||||
[--version VERSION]
|
||||
<subcommand> ...</computeroutput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>nova help</userinput>
|
||||
<computeroutput>usage: nova [--version] [--debug] [--os-cache] [--timings]
|
||||
[--timeout <seconds>] [--os-username <auth-user-name>]
|
||||
[--os-password <auth-password>]
|
||||
[--os-tenant-name <auth-tenant-name>]
|
||||
[--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
|
||||
[--os-region-name <region-name>] [--os-auth-system <auth-system>]
|
||||
[--service-type <service-type>] [--service-name <service-name>]
|
||||
[--volume-service-name <volume-service-name>]
|
||||
[--endpoint-type <endpoint-type>]
|
||||
[--os-compute-api-version <compute-api-ver>]
|
||||
[--os-cacert <ca-certificate>] [--insecure]
|
||||
[--bypass-url <bypass-url>]
|
||||
<subcommand> ...</computeroutput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>This command returns a list of nova commands
|
||||
|
@ -7,17 +7,16 @@
|
||||
<para>Authorized users can use the <command>nova
|
||||
flavor-create</command> command to create flavors. To see
|
||||
the available flavor-related commands, run:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova help | grep flavor</userinput>
|
||||
<computeroutput>flavor-access-add Add flavor access for the given tenant.
|
||||
flavor-access-list Print access information about the given flavor.
|
||||
flavor-access-remove
|
||||
<screen><prompt>$</prompt> <userinput>nova help | grep flavor-</userinput>
|
||||
<computeroutput> flavor-access-add Add flavor access for the given tenant.
|
||||
flavor-access-list Print access information about the given flavor.
|
||||
flavor-access-remove
|
||||
Remove flavor access for the given tenant.
|
||||
flavor-create Create a new flavor
|
||||
flavor-delete Delete a specific flavor
|
||||
flavor-key Set or unset extra_spec for a flavor.
|
||||
flavor-list Print a list of available 'flavors' (sizes of
|
||||
flavor-show Show details about the given flavor.
|
||||
volume-type-delete Delete a specific flavor</computeroutput></screen>
|
||||
flavor-create Create a new flavor
|
||||
flavor-delete Delete a specific flavor
|
||||
flavor-key Set or unset extra_spec for a flavor.
|
||||
flavor-list Print a list of available 'flavors' (sizes of
|
||||
flavor-show Show details about the given flavor.</computeroutput></screen>
|
||||
<note>
|
||||
<para>To modify an existing flavor in the dashboard, you must
|
||||
delete the flavor and create a modified one with the same
|
||||
|
Loading…
Reference in New Issue
Block a user