aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-11-08 09:06:39 +0100
committerSébastien Determe <sd378r@intl.att.com>2017-11-20 09:48:36 +0000
commit7de0a19c8b92b3a7d74e0149a7de712e06ba701f (patch)
tree9ae5aa948e5d079c5a6345bf16ee66c489c5692b
parentd833cb2442f286d241d5d38f7035ca10063932a5 (diff)
Fix Doc8 error
JIRA: CLAMP-71 Change-Id: I073290ff655aa23b0d705f7e815b466bf82cb35d Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit f391c6ca9ee635c25f57f217e3280cb25e42ac9f)
-rw-r--r--docs/index.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1955475b..50d31272 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
+.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
CLAMP - Closed Loop Automation Management Platform
==================================================
@@ -132,11 +132,12 @@ Administration
A user can access CLAMP UI at the following URL : http://localhost:8080/designer/index.html.
(in this URL 'localhost' must be replaced by the actual host where CLAMP has been installed if it is not your current localhost)
-.. code-block::
+
+.. code-block:: html
+
Default username : admin
Default password : password
-
Human Interfaces
----------------
.. Basic info on the interface type, ports/protocols provided over, etc.
@@ -165,6 +166,6 @@ The following actions are done using the UI:
* Control (start/stop) the operation of the control loop in DCAE
-Please refer to the `Using ONAP <https://wiki.onap.org/display/DW/Control+Loop+Design>` for more details
+
HealthCheck API - serve to verify CLAMP status (see offered API's section)