Created
July 31, 2014 15:15
-
-
Save spjmurray/6f9c11dca405a9cda232 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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