
DF does not use the dhcp agent, but devstack enables dhcp agent by default, so this patch definitely disable dhcp agent. Change-Id: Ib2dff6b6ba05e0f7facdedc4aa189f73a4fbfdf2
33 lines
805 B
Plaintext
33 lines
805 B
Plaintext
[[local|localrc]]
|
|
|
|
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True
|
|
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
ADMIN_PASSWORD=password
|
|
|
|
enable_plugin dragonflow http://git.openstack.org/openstack/dragonflow
|
|
|
|
enable_service df-rethinkdb
|
|
enable_service df-rethinkdb-server
|
|
enable_service df-controller
|
|
enable_service df-ext-services
|
|
|
|
disable_service n-net
|
|
enable_service q-svc
|
|
enable_service q-l3
|
|
disable_service q-dhcp
|
|
|
|
disable_service tempest
|
|
disable_service heat
|
|
disable_service q-agt
|
|
|
|
# Used by the RethinkDB init scripts
|
|
REMOTE_DB_PORT=28015
|
|
|
|
# RethinkDB server listen to this IP
|
|
# Basically they don't have to be the same, you can set the IP with REMOTE_DB_IP, the default is to pick the same address as HOST_IP
|
|
HOST_IP=<machine's_local_IP_Address>
|