diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-10-02 13:15:12 +0000 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-10-02 15:07:29 +0000 |
commit | 94d05da570a6c2f6be987ef9af8b05c66672cf56 (patch) | |
tree | a199dbc8f2273cbbf791481f08285cde63228d6f /etc | |
parent | 6799dee0b48647e5c45fa9341d88822636895259 (diff) |
fix referring neutron option in inspector
Change-Id: I01173cdf301f168edebfc2ec6df82b015adebca7
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit 1bec48cd10057821828ffca3f5ecf31b853c66f7)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/doctor.sample.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/doctor.sample.conf b/etc/doctor.sample.conf index 56fc8281..6eeea3a5 100644 --- a/etc/doctor.sample.conf +++ b/etc/doctor.sample.conf @@ -37,7 +37,6 @@ #type = local #ip = 127.0.0.1 #username = root -#update_neutron_port_dp_status = False [monitor] #type = sample @@ -46,6 +45,7 @@ #type = sample #ip = 127.0.0.1 #port = 12345 +#update_neutron_port_dp_status = False [consumer] #type = sample |