From 2c3acc499c5b2c0c086233caf80951c284be0701 Mon Sep 17 00:00:00 2001 From: Gerald Kunzmann Date: Tue, 15 Nov 2016 16:24:59 +0000 Subject: Update the documentation to Danube release: JIRA: DOCTOR-81 Change-Id: I118b9c8d54857deff72b51789e5adb25b3d28b20 Signed-off-by: Gerald Kunzmann --- docs/installationprocedure/feature.configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installationprocedure/feature.configuration.rst') diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst index f90b213d..519b4e03 100644 --- a/docs/installationprocedure/feature.configuration.rst +++ b/docs/installationprocedure/feature.configuration.rst @@ -18,7 +18,7 @@ Then, you can configure Doctor Inspector as follows: .. code-block:: bash - git clone https://gerrit.opnfv.org/gerrit/doctor -b stable/colorado + git clone https://gerrit.opnfv.org/gerrit/doctor -b stable/danube cd doctor/tests INSPECTOR_PORT=12345 python inspector.py $INSPECTOR_PORT > inspector.log 2>&1 & @@ -38,7 +38,7 @@ Then, you can configure the Doctor Monitor as follows (Example for Apex deployme .. code-block:: bash - git clone https://gerrit.opnfv.org/gerrit/doctor -b stable/colorado + git clone https://gerrit.opnfv.org/gerrit/doctor -b stable/danube cd doctor/tests INSPECTOR_PORT=12345 COMPUTE_HOST='overcloud-novacompute-1.localdomain.com' -- cgit 1.2.3-korg