diff --git a/doc/common/ch_cli_ceilometer_commands.xml b/doc/common/ch_cli_ceilometer_commands.xml index 8eeb5f35e8..44b364f541 100644 --- a/doc/common/ch_cli_ceilometer_commands.xml +++ b/doc/common/ch_cli_ceilometer_commands.xml @@ -20,7 +20,8 @@
ceilometer usage - [--key-file KEY_FILE] [--os-cacert <ca-certificate-file>] + usage: ceilometer [--version] [-d] [-v] [-k] [--cert-file CERT_FILE] + [--key-file KEY_FILE] [--os-cacert <ca-certificate-file>] [--ca-file OS_CACERT] [--timeout TIMEOUT] [--os-username OS_USERNAME] [--os-password OS_PASSWORD] [--os-tenant-id OS_TENANT_ID] diff --git a/doc/common/ch_cli_cinder_commands.xml b/doc/common/ch_cli_cinder_commands.xml index 25035e7035..1cc4d83f84 100644 --- a/doc/common/ch_cli_cinder_commands.xml +++ b/doc/common/ch_cli_cinder_commands.xml @@ -20,7 +20,8 @@
cinder usage - [--os-password <auth-password>] + usage: cinder [--version] [--debug] [--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>] [--service-type <service-type>] diff --git a/doc/common/ch_cli_glance_commands.xml b/doc/common/ch_cli_glance_commands.xml index 5cc8d0f5c2..428213756f 100644 --- a/doc/common/ch_cli_glance_commands.xml +++ b/doc/common/ch_cli_glance_commands.xml @@ -20,7 +20,8 @@
glance usage - [--cert-file CERT_FILE] [--key-file KEY_FILE] + usage: glance [--version] [-d] [-v] [--get-schema] [-k] + [--cert-file CERT_FILE] [--key-file KEY_FILE] [--os-cacert <ca-certificate-file>] [--ca-file OS_CACERT] [--timeout TIMEOUT] [--no-ssl-compression] [-f] [--dry-run] [--ssl] [-H ADDRESS] [-p PORT] [--os-username OS_USERNAME] diff --git a/doc/common/ch_cli_heat_commands.xml b/doc/common/ch_cli_heat_commands.xml index 568e16a7e3..1742ec9df4 100644 --- a/doc/common/ch_cli_heat_commands.xml +++ b/doc/common/ch_cli_heat_commands.xml @@ -20,7 +20,8 @@
heat usage - [--key-file KEY_FILE] [--ca-file CA_FILE] [--timeout TIMEOUT] + usage: heat [--version] [-d] [-v] [-k] [--cert-file CERT_FILE] + [--key-file KEY_FILE] [--ca-file CA_FILE] [--timeout TIMEOUT] [--os-username OS_USERNAME] [--os-password OS_PASSWORD] [--os-tenant-id OS_TENANT_ID] [--os-tenant-name OS_TENANT_NAME] [--os-auth-url OS_AUTH_URL] [--os-region-name OS_REGION_NAME] diff --git a/doc/common/ch_cli_keystone_commands.xml b/doc/common/ch_cli_keystone_commands.xml index 48c13978cd..35f1a50288 100644 --- a/doc/common/ch_cli_keystone_commands.xml +++ b/doc/common/ch_cli_keystone_commands.xml @@ -20,7 +20,8 @@
keystone usage - [--os-username <auth-user-name>] + usage: keystone [--version] [--timeout <seconds>] + [--os-username <auth-user-name>] [--os-password <auth-password>] [--os-tenant-name <auth-tenant-name>] [--os-tenant-id <tenant-id>] [--os-auth-url <auth-url>] diff --git a/doc/common/ch_cli_neutron_commands.xml b/doc/common/ch_cli_neutron_commands.xml index 4e0507eabd..1f91a50f2d 100644 --- a/doc/common/ch_cli_neutron_commands.xml +++ b/doc/common/ch_cli_neutron_commands.xml @@ -20,7 +20,8 @@
neutron usage - [--os-auth-url <auth-url>] + usage: neutron [--version] [-v] [-q] [-h] [--os-auth-strategy <auth-strategy>] + [--os-auth-url <auth-url>] [--os-tenant-name <auth-tenant-name>] [--os-tenant-id <auth-tenant-id>] [--os-username <auth-username>] [--os-password <auth-password>] diff --git a/doc/common/ch_cli_nova_commands.xml b/doc/common/ch_cli_nova_commands.xml index d3296c6f33..ac8937ae7f 100644 --- a/doc/common/ch_cli_nova_commands.xml +++ b/doc/common/ch_cli_nova_commands.xml @@ -11,7 +11,7 @@ Compute command-line client The nova client is the command-line interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents - nova version 2.16.0. + nova version 2.17.0. For help on a specific nova command, enter: @@ -20,7 +20,8 @@
nova usage - [--timeout <seconds>] [--os-auth-token OS_AUTH_TOKEN] + usage: nova [--version] [--debug] [--os-cache] [--timings] + [--timeout <seconds>] [--os-auth-token OS_AUTH_TOKEN] [--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>] @@ -868,6 +869,14 @@ + + refresh-network + + + Refresh server network information. + + + remove-fixed-ip @@ -5380,6 +5389,25 @@ Shutdown, re-image, and re-boot a server. + +
+
+ nova refresh-network command + usage: nova refresh-network <server> + + +Refresh server network information. + + Positional arguments + + <server> + + + Name or ID of a server for which the network cache should be + refreshed from neutron (Admin only). + + +