diff options
author | wenjuan dong <dongwenjuan1122@gmail.com> | 2019-03-22 01:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-22 01:35:12 +0000 |
commit | d82ab34f15a9b67185c85c6afc5562bc8b72cb8b (patch) | |
tree | a314ef24143e12dd0758305bb4c4175af4f15288 /devstack/README.rst | |
parent | 7ecc40b445b2aa42f0680c96dc672accf4e40ba0 (diff) | |
parent | 9de1695396490a8dc1ad420ad36c5b4c94917536 (diff) |
Merge "Add local.conf.sample for devstack deployment of Doctor"
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. |