Skip to content

Instantly share code, notes, and snippets.

@jjasghar

jjasghar/gist.sh Secret

Created February 18, 2015 20:43
Show Gist options
  • Save jjasghar/0dba2cef34821fdc38d2 to your computer and use it in GitHub Desktop.
Save jjasghar/0dba2cef34821fdc38d2 to your computer and use it in GitHub Desktop.
[root@controller ~]# nova list
+--------------------------------------+-------+--------+------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------+--------+------------+-------------+---------------------+
| 97e292dd-e4e5-4ade-9cbf-e59dbbc33559 | test1 | ACTIVE | - | Running | public=192.168.10.2 |
| 2ec29675-f8a3-4433-9f7d-154b9efa8a18 | test2 | ACTIVE | - | Running | public=192.168.10.3 |
| a5c426e4-f8ef-42fc-9911-572dde995a00 | test3 | ACTIVE | - | Running | public=192.168.10.4 |
+--------------------------------------+-------+--------+------------+-------------+---------------------+
[root@controller ~]# ssh cirros@192.168.10.2
The authenticity of host '192.168.10.2 (192.168.10.2)' can't be established.
RSA key fingerprint is f9:4e:31:45:74:1c:65:e0:07:ee:c1:b3:3a:40:41:93.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.10.2' (RSA) to the list of known hosts.
cirros@192.168.10.2's password:
$ ping www.google.com
PING www.google.com (173.194.115.48): 56 data bytes
64 bytes from 173.194.115.48: seq=0 ttl=61 time=19.774 ms
64 bytes from 173.194.115.48: seq=1 ttl=61 time=22.945 ms
^C
--- www.google.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 19.774/21.359/22.945 ms
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment