aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>2019-12-02 06:04:39 -0800
committerEmma Foley <efoley@redhat.com>2019-12-11 12:31:41 +0000
commit7494e8d5f2c269f6f96727b6ef377b701d7c587a (patch)
treebca43c042efe68acb6fb2c57898e5c7f277d40fb
parented42941aa613ba9612ce53c0e812309d14e35955 (diff)
Provided the correct path for schema yaml & config files to avoid issues in starting VES Application.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: Id02a8a601a6e98fce5f887c80baae9f1c5cec6fd (cherry picked from commit 389767699915b3e7b1980e1cda916c31d1ecd139)
-rw-r--r--docs/release/userguide/collectd.ves.userguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/userguide/collectd.ves.userguide.rst b/docs/release/userguide/collectd.ves.userguide.rst
index b961dd5f..c524a6e0 100644
--- a/docs/release/userguide/collectd.ves.userguide.rst
+++ b/docs/release/userguide/collectd.ves.userguide.rst
@@ -292,7 +292,7 @@ Clone Barometer repo and start the VES application:
$ git clone https://gerrit.opnfv.org/gerrit/barometer
$ cd barometer/3rd_party/collectd-ves-app/ves_app
- $ nohup python ves_app.py --events-schema=host.yaml --config=ves_app_config.conf > ves_app.stdout.log &
+ $ nohup python ves_app.py --events-schema=yaml/host.yaml --config=config/ves_app_config.conf > ves_app.stdout.log &
.. figure:: ves-app-host-mode.png