Update etcd standalone example local.conf to work out of the box

Change-Id: Iaa91d86da6b28952b09b07b86909459f572269e6
This commit is contained in:
Omer Anson 2017-08-17 21:49:13 +03:00 committed by Dima Kuznetsov
parent b9492f79a3
commit eb2326d850

View File

@ -1,6 +1,5 @@
[[local|localrc]]
ETCD_VERSION=v3.0.15
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True
DATABASE_PASSWORD=password
@ -11,7 +10,6 @@ ADMIN_PASSWORD=password
enable_plugin dragonflow https://git.openstack.org/openstack/dragonflow
enable_service df-etcd
enable_service df-etcd-server
enable_service df-controller
enable_service df-zmq-publisher-service
@ -22,7 +20,7 @@ disable_service heat
disable_service tempest
# Node control plane ip address
HOST_IP=<node's_management_IP_Address>
#HOST_IP=<node's_management_IP_Address>
# Enable df-metadata (Dragonflow metadata service proxy) once nova is being used.
enable_service df-metadata