summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/feature.configuration.rst
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2017-01-26 09:06:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-26 09:06:57 +0000
commit5a4e6fa349c58cf201e672d6f7a51f527bfdc946 (patch)
tree4016f95411e217817672df38200f501eca7a9c3c /docs/installationprocedure/feature.configuration.rst
parent75714103c786f6863b616cae0b8f7f6c50893709 (diff)
parent2c3acc499c5b2c0c086233caf80951c284be0701 (diff)
Merge "Update the documentation to Danube release: JIRA: DOCTOR-81"
Diffstat (limited to 'docs/installationprocedure/feature.configuration.rst')
-rw-r--r--docs/installationprocedure/feature.configuration.rst4
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'