Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [root@controller11 ~]# nova secgroup-list
  2. +----+---------+-------------+
  3. | Id | Name | Description |
  4. +----+---------+-------------+
  5. | 1 | default | default |
  6. +----+---------+-------------+
  7.  
  8. [root@controller11 ~]# nova secgroup-list-rules default
  9. +-------------+-----------+---------+-----------+--------------+
  10. | IP Protocol | From Port | To Port | IP Range | Source Group |
  11. +-------------+-----------+---------+-----------+--------------+
  12. | tcp | 22 | 22 | 0.0.0.0/0 | |
  13. | icmp | -1 | -1 | 0.0.0.0/0 | |
  14. +-------------+-----------+---------+-----------+--------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement