From 9bc1790c755bd8cf91edab504b1d1bddb27939bd Mon Sep 17 00:00:00 2001 From: Deepti Navale Date: Wed, 26 Mar 2014 14:08:40 +1000 Subject: [PATCH] Included procedure to search for instances using IP address parameter Updated 'Manage instances and hosts' section with new procedure to search for instances using --ip address parameter. Change-Id: Iab50fe93a0f4d977bc490e9e3a99821d06b48ec0 --- doc/common/section_cli_nova_search_ip.xml | 25 +++++++++++++++++++ .../section_cli_nova_manage_instances.xml | 4 +-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 doc/common/section_cli_nova_search_ip.xml diff --git a/doc/common/section_cli_nova_search_ip.xml b/doc/common/section_cli_nova_search_ip.xml new file mode 100644 index 0000000000..267623f667 --- /dev/null +++ b/doc/common/section_cli_nova_search_ip.xml @@ -0,0 +1,25 @@ + +
+ Search for an instance using IP address + You can search for an instance using the IP address parameter. + + + Use the --ip to search for an instance + using the IP address. + $ nova list --ip IP_ADDRESS + + For example, use the nova list command as follows: + $ nova list --ip 10.0.0.4 ++--------------------------------------+----------------------+--------+------------+-------------+------------------+ +| ID | Name | Status | Task State | Power State | Networks | ++--------------------------------------+----------------------+--------+------------+-------------+------------------+ +| 8a99547e-7385-4ad1-ae50-4ecfaaad5f42 | myInstanceFromVolume | ACTIVE | None | Running | private=10.0.0.4 | ++--------------------------------------+----------------------+--------+------------+-------------+------------------+ + + + +
\ No newline at end of file diff --git a/doc/user-guide/section_cli_nova_manage_instances.xml b/doc/user-guide/section_cli_nova_manage_instances.xml index 68f9991e60..0b87d22cc8 100644 --- a/doc/user-guide/section_cli_nova_manage_instances.xml +++ b/doc/user-guide/section_cli_nova_manage_instances.xml @@ -8,11 +8,11 @@ cloud. + - +