diff options
author | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2016-11-15 16:24:59 +0000 |
---|---|---|
committer | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2017-01-05 10:06:25 +0000 |
commit | 2c3acc499c5b2c0c086233caf80951c284be0701 (patch) | |
tree | 9ccbc86c6d3aafae6e78f5913af455c5d9308a8f /docs/installationprocedure/feature.configuration.rst | |
parent | 69264fa32e7885be44667efa34c0c58cc110f5b6 (diff) |
Update the documentation to Danube release: JIRA: DOCTOR-81
Change-Id: I118b9c8d54857deff72b51789e5adb25b3d28b20
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Diffstat (limited to 'docs/installationprocedure/feature.configuration.rst')
-rw-r--r-- | docs/installationprocedure/feature.configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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' |