From 9de1695396490a8dc1ad420ad36c5b4c94917536 Mon Sep 17 00:00:00 2001 From: Trinh Nguyen Date: Wed, 27 Feb 2019 16:15:43 +0900 Subject: Add local.conf.sample for devstack deployment of Doctor Change-Id: I498d617f3ab9da3985089037d675752bbbc48d4d Signed-Off-By: Trinh Nguyen --- devstack/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devstack/README.rst') diff --git a/devstack/README.rst b/devstack/README.rst index 91e8abfe..aaa18a7f 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -18,7 +18,9 @@ OPNFV Doctor in DevStack. enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler enable_plugin doctor https://git.opnfv.org/doctor -to the ``[[local|localrc]]`` section. +to the ``[[local|localrc]]`` section. Or, you can copy the local.conf.sample:: + + cp //devstack/local.conf.sample ${DEVSTACK_DIR}/local.conf .. note:: The order of enabling plugins matters. -- cgit 1.2.3-korg