Last active
December 26, 2015 12:39
-
-
Save jedipunkz/7153189 to your computer and use it in GitHub Desktop.
l3-agent なし flat ネットワーク
This file contains hidden or 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
quantum router-gateway-clear ${INT_ROUTER_ID} | |
quantum net-create --tenant-id $tenant public01 \ | |
--provider:network_type flat \ | |
--provider:physical_network physnet1 \ | |
--router:external=True | |
quantum subnet-create --tenant-id ${TENANT_ID} --name ext_subnet --gateway=${EXT_NET_GATEWAY} --allocation-pool start=${EXT_NET_START},end=${EXT_NET_END} ${EXT_NET_ID} ${EXT_NET_RANGE} -- --enable_dhcp=False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment