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:
pedh
2020-08-18 20:32:57 +08:00
parent df9ce79f23
commit 90bb75b396
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
}
}