Merge "Fix: port attribute name propagate_uplink_status"

This commit is contained in:
Zuul 2020-09-08 21:13:56 +00:00 committed by Gerrit Code Review
commit de432f3988
2 changed files with 3 additions and 3 deletions

View File

@ -54,6 +54,6 @@
"required": ["CUSTOM_PHYSNET_PUBLIC", "CUSTOM_VNIC_TYPE_NORMAL"],
"resources": {"NET_BW_EGR_KILOBIT_PER_SEC": 1000}
},
"uplink_status_propagation": false
"propagate_uplink_status": false
}
}
}

View File

@ -54,6 +54,6 @@
"required": ["CUSTOM_PHYSNET_PUBLIC", "CUSTOM_VNIC_TYPE_NORMAL"],
"resources": {"NET_BW_EGR_KILOBIT_PER_SEC": 1000}
},
"uplink_status_propagation": false
"propagate_uplink_status": false
}
}