b94d0b58d4
Adds the following changes: - Renames all the RST files in the user-guide folder to use hyphens instead of underscores; - Adds redirects to the renamed files to .htaccess. Change-Id: Ic5f1a90421add35d001363cd39bada0b56a04d7f Implements: blueprint consistency-file-rename
931 B
931 B
Search for an instance using IP address
You can search for an instance using the IP address parameter, --ip
, with the nova list
command.
$ nova list --ip IP_ADDRESS
The following example shows the results of a search on
10.0.0.4
.
$ nova list --ip 10.0.0.4
+------------------+----------------------+--------+------------+-------------+------------------+
| ID | Name | Status | Task State | Power State | Networks |
+------------------+----------------------+--------+------------+-------------+------------------+
| 8a99547e-7385... | myInstanceFromVolume | ACTIVE | None | Running | private=10.0.0.4 |
+------------------+----------------------+--------+------------+-------------+------------------+