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
696 B
Plaintext
33 lines
696 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-controller
|
|
enable_service df-ramcloud
|
|
enable_service df-rccoordinator
|
|
enable_service df-rcmaster
|
|
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 RAMCloud init scripts
|
|
REMOTE_DB_PORT=21222
|
|
|
|
# RAMCloud server listen to this IP
|
|
HOST_IP=<controller's_local_IP_Address>
|