BUG-7259: pool-attributes have wrong description 61/48761/1
authorwangqianyu <wang.qianyu@zte.com.cn>
Tue, 29 Nov 2016 01:32:06 +0000 (09:32 +0800)
committerwangqianyu <wang.qianyu@zte.com.cn>
Tue, 29 Nov 2016 01:32:06 +0000 (09:32 +0800)
n neutron-lbaasv2.yang, the description of healthmonitor-id in
pool-attributes is as follow:
    leaf healthmonitor-id {
 type yang:uuid;
 description "List of healthmonitors
 associated with this pool.";
    }
here, healthmonitor-id is not a list, so the description need to be modified

Change-Id: I69709af3585bf66c8a4e25a239bc3e071e9bc809
Signed-off-by: wangqianyu <wang.qianyu@zte.com.cn>
model/src/main/yang/neutron-lbaasv2.yang

index 83921fd43ede4c5953ae22c271388d8f8acebf94..dca83f87014ef82a9e1f8702e2f287c338c2828f 100644 (file)
@@ -97,7 +97,7 @@ module neutron-lbaasv2 {
         }
         leaf healthmonitor-id {
             type yang:uuid;
-            description "List of healthmonitors associated with this pool.";
+            description "The healthmonitor associated with this pool.";
         }
         leaf-list listeners {
             type yang:uuid;