Files
dragonflow/doc/source/single-node-conf/redis_local_controller.conf
Eyal Leshem 29a070f803 HOST_IP isn't needed is single node
currently the example of single-node-conf not running out of the
box (except etcd) , because the line of HOST_IP isn't valid bash
as it's include s value that needed to be filled in the HOST_IP ,
but this field isn't needed in signle node.

Change-Id: I0d49c636ca17e6870e812174c63d0d0a5c25c48d
2017-09-17 09:20:12 +03:00

31 lines
782 B
Plaintext

[[local|localrc]]
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
DF_REDIS_PUBSUB=True
enable_plugin dragonflow https://git.openstack.org/openstack/dragonflow
enable_service df-redis
enable_service df-redis-server
enable_service df-controller
enable_service df-publisher-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