JustPaste.it

OFFLINE=No
RECLONE=Yes
# Modify to your environment
NETWORK_GATEWAY=50.0.0.1
FIXED_RANGE=50.0.0.0/24
FLOATING_RANGE=172.16.13.0/24
PUBLIC_NETWORK_GATEWAY=172.16.13.132
PUBLIC_INTERFACE=eth0
# Ensure we are using neutron networking rather than nova networking
HOST_IP=127.0.0.1
# Credentials
ADMIN_PASSWORD=pass
DATABASE_PASSWORD=pass
RABBIT_PASSWORD=pass
SERVICE_PASSWORD=pass
SERVICE_TOKEN=pass
enable_service rabbit
# Ensure we are using neutron networking rather than nova networking
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True
enable_plugin dragonflow https://github.com/openstack/dragonflow.git
enable_service df-controller
enable_service df-ext-services
# (Neutron is enabled by default since Kilo)
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
enable_service df-etcd
enable_service df-etcd-server
Q_USE_SECGROUP=True
PHYSICAL_NETWORK=public
OVS_PHYSICAL_BRIDGE=br-ex