Files
dragonflow/doc/source/multi-node-conf/ramcloud_controller_node.conf
shihanzhang 5a8ca515bc Definitely disable dhcp-agent
DF does not use the dhcp agent, but devstack enables dhcp agent by
default, so this patch definitely disable dhcp agent.

Change-Id: Ib2dff6b6ba05e0f7facdedc4aa189f73a4fbfdf2
2016-01-06 21:50:36 +08:00

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>