Fix netconf-node-topology 60/73660/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Jul 2018 18:20:40 +0000 (20:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Jul 2018 19:23:50 +0000 (21:23 +0200)
Topology types augmentation should be a presence container,
fix that.

Change-Id: Iaef6fd18f590767069a91cada2036f9b02ffa167
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang

index 231a382f53dc63416b8b258daef35b0a3152f065..78fb0422e41ac4c269e8d0ac0c6e4ddf662b370b 100644 (file)
@@ -12,6 +12,8 @@ module netconf-node-topology {
 
     augment "/nt:network-topology/nt:topology/nt:topology-types" {
         container topology-netconf {
+            presence "The presence of the container node indicates a network
+                      of NETCONF devices";
         }
     }