Skip to content

Instantly share code, notes, and snippets.

@spjmurray
Created July 31, 2014 15:15
Show Gist options
  • Save spjmurray/6f9c11dca405a9cda232 to your computer and use it in GitHub Desktop.
Save spjmurray/6f9c11dca405a9cda232 to your computer and use it in GitHub Desktop.
neutron net-external-list
+--------------------------------------+---------+-------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+---------+-------------------------------------------------------+
| 4f70b326-b186-4053-a009-7711fc25693c | ext-net | 0ab3b221-4415-4db5-9290-8893b8ce9ccc 85.199.252.64/26 |
+--------------------------------------+---------+-------------------------------------------------------+
neutron router-create simon
neutron router-gateway-set e7b907f3-5a3c-4e78-a551-e097969e16d4 4f70b326-b186-4053-a009-7711fc25693c
neutron router-interface-add e7b907f3-5a3c-4e78-a551-e097969e16d4 5871045a-b01c-4c26-a61e-745dd0d8205a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment