diff options
author | Trinh Nguyen <dangtrinhnt@edlab.xyz> | 2019-02-27 16:15:43 +0900 |
---|---|---|
committer | Trinh Nguyen <dangtrinhnt@edlab.xyz> | 2019-02-27 16:21:02 +0900 |
commit | 9de1695396490a8dc1ad420ad36c5b4c94917536 (patch) | |
tree | 418cfdea5dae0de86eda0a1545c3debe11676a64 /devstack/README.rst | |
parent | c653d95c67436698296e238396bf5d8370e3169a (diff) |
Add local.conf.sample for devstack deployment of Doctor
Change-Id: I498d617f3ab9da3985089037d675752bbbc48d4d
Signed-Off-By: Trinh Nguyen <dangtrinhnt@edlab.xyz>
Diffstat (limited to 'devstack/README.rst')
-rw-r--r-- | devstack/README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 /<path-to-doctor>/devstack/local.conf.sample ${DEVSTACK_DIR}/local.conf .. note:: The order of enabling plugins matters. |