Skip to content

Instantly share code, notes, and snippets.

@sandlbn
Created April 8, 2017 17:29
Show Gist options
  • Save sandlbn/bf9822705f70eb5837b5e684cb395fc6 to your computer and use it in GitHub Desktop.
Save sandlbn/bf9822705f70eb5837b5e684cb395fc6 to your computer and use it in GitHub Desktop.
neutron security-group-list
+--------------------------------------+---------+----------------------------------------------------------------------+
| id | name | security_group_rules |
+--------------------------------------+---------+----------------------------------------------------------------------+
| 466632c6-4990-4937-ae3e-ce67f0014b12 | default | egress, IPv4 |
| | | egress, IPv4, 22/tcp |
| | | egress, IPv4, 80/tcp |
| | | egress, IPv4, icmp |
| | | egress, IPv6 |
| | | ingress, IPv4, 22/tcp |
| | | ingress, IPv4, 80/tcp |
| | | ingress, IPv4, icmp |
| | | ingress, IPv4, remote_group_id: 466632c6-4990-4937-ae3e-ce67f0014b12 |
| | | ingress, IPv6, remote_group_id: 466632c6-4990-4937-ae3e-ce67f0014b12 |
| 4c55cda1-af3f-4f8f-a5d6-4c18a51a0eb3 | default | egress, IPv4 |
| | | egress, IPv4, 22/tcp |
| | | egress, IPv4, 80/tcp |
| | | egress, IPv4, icmp |
| | | egress, IPv6 |
| | | ingress, IPv4, 22/tcp |
| | | ingress, IPv4, 80/tcp |
| | | ingress, IPv4, icmp |
| | | ingress, IPv4, remote_group_id: 4c55cda1-af3f-4f8f-a5d6-4c18a51a0eb3 |
| | | ingress, IPv6, remote_group_id: 4c55cda1-af3f-4f8f-a5d6-4c18a51a0eb3 |
+--------------------------------------+---------+----------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment