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

This commit is contained in:
Jenkins 2017-08-28 08:49:26 +00:00 committed by Gerrit Code Review
commit a7901e2f81
1 changed files with 1 additions and 3 deletions

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