diff options
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' |