Files
dragonflow/doc/source/multi-node-conf/controller_node_local_controller.conf
Yuli dfe0ee6495 Start etcd and ovs services when doing stack rejoin
Closes-Bug: #1510812
Change-Id: Ic76a70776fcb65db265a2b005ef0faa95d56e8ed
2015-11-24 11:44:34 +02:00

29 lines
664 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-etcd
enable_service df-etcd-server
enable_service df-controller
enable_service db-ext-services
disable_service n-net
enable_service q-svc
enable_service q-l3
enable_service q-dhcp
disable_service heat
disable_service tempest
# Enable q-meta once nova is being used.
#enable_service q-meta
# We have to disable the neutron L2 agent. DF does not use the L2 agent.
disable_service q-agt