Fix Graph documentation 81/91081/1
authorOlivier Dugeon <olivier.dugeon@orange.com>
Fri, 10 Jul 2020 07:28:32 +0000 (09:28 +0200)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Fri, 10 Jul 2020 07:37:33 +0000 (09:37 +0200)
Graph users guide references the wrong key 'graph-type' instead of
'domain-scope'.

JIRA: BGPCEP-912

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Change-Id: Iece3992efa1908c9ab04721a1b1671a7e8a5ed74

docs/graph/graph-user-guide-manage-graph.rst

index a03231a96eb24092739659a84dfa502b0bbd8cfd..e90fc6bcd27796ac4b0460735355c0c57333ae2f 100644 (file)
@@ -115,7 +115,7 @@ through the ``graph:graph-topology`` namespace as follow:
                             "vertex-type": "standard"
                         }
                     ],
-                    "graph-type": "intra-domain"
+                    "domain-scope": "intra-domain"
                 }
             ]
         }
@@ -152,7 +152,7 @@ API with the same namespace as follow:
                             "vertex-type": "standard"
                         }
                     ],
-                    "graph-type": "intra-domain"
+                    "domain-scope": "intra-domain"
                 }
             ]
         }
@@ -184,7 +184,7 @@ Data Store. This includes all modification and associated Connected Graphs.
             "graph": [
                 {
                     "name": "example",
-                    "graph-type": "intra-domain",
+                    "domain-scope": "intra-domain",
                     "vertex": [
                         {
                             "vertex-id": 1,
@@ -216,7 +216,7 @@ Data Store. This includes all modification and associated Connected Graphs.
 
 @line 5: **name** The Graph identifier. Must be unique.
 
-@line 6: **graph-type** The type of the Graph: intra-domain or inter-domain.
+@line 6: **domain-scope** The type of the Graph: intra-domain or inter-domain.
 
 @line 7: **vertex** - List of Vertices. Each Vertex ID must be unique.