Fix: port attribute name propagate_uplink_status
Change the incorrect port attribute name "uplink_status_propagation" to "propagate_uplink_status". Story: 2008032 Task: 40688 Change-Id: I6d99ced45ba49bc02f996403765689ccb4a294f0
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user