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)
commitb8ac47ff2548dfa7a143c5fd644c4d159cdcc290
treedd976636bcc435155b7c6c787e7cd92550125892
parent4bc87c902c1670b522a1599fb6a894a46d5c1b8f
BUG-7259: pool-attributes have wrong description

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