dragonflow/doc/source/single-node-conf/etcd_local_controller.conf

30 lines
752 B
Plaintext

[[local|localrc]]
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
enable_plugin dragonflow https://git.openstack.org/openstack/dragonflow
enable_service df-etcd
enable_service etcd3
enable_service df-controller
enable_service df-etcd-pubsub-service
disable_service n-net
enable_service q-svc
enable_service df-l3-agent
disable_service heat
disable_service tempest
# Enable df-metadata (Dragonflow metadata service proxy) once nova is being used.
enable_service df-metadata
# We have to disable the neutron L2 agent. DF does not use the L2 agent.
disable_service q-agt
# We have to disable the neutron dhcp agent. DF does not use the dhcp agent.
disable_service q-dhcp