Skip to content

Instantly share code, notes, and snippets.

@jedipunkz
Last active December 26, 2015 12:39
Show Gist options
  • Save jedipunkz/7153189 to your computer and use it in GitHub Desktop.
Save jedipunkz/7153189 to your computer and use it in GitHub Desktop.
l3-agent なし flat ネットワーク
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