Skip to content

Instantly share code, notes, and snippets.

@alagalah
Created May 23, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alagalah/a91adb02a18fb9502728 to your computer and use it in GitHub Desktop.
Save alagalah/a91adb02a18fb9502728 to your computer and use it in GitHub Desktop.
PUBLIC_INTERFACE=eth2
## Neutron options
Q_USE_SECGROUP=True
ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=3001:4000
PHYSICAL_NETWORK=dr-external
OVS_PHYSICAL_BRIDGE=br-int
Q_USE_PROVIDER_NETWORKING=True
Q_L3_ENABLED=False
# Do not use Nova-Network
disable_service n-net
# Neutron
ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt
## Neutron Networking options used to create Neutron Subnets
FIXED_RANGE="90.1.1.0/24"
PROVIDER_SUBNET_NAME="provider_net"
PROVIDER_NETWORK_TYPE="vlan"
SEGMENTATION_ID=2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment