From 90bb75b396b95ffaebeeb85b5ebf63a25f8e219a Mon Sep 17 00:00:00 2001 From: pedh Date: Tue, 18 Aug 2020 20:32:57 +0800 Subject: [PATCH] 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 --- ironic/tests/unit/common/json_samples/neutron_port_show.json | 4 ++-- .../unit/common/json_samples/neutron_port_show_ipv6.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ironic/tests/unit/common/json_samples/neutron_port_show.json b/ironic/tests/unit/common/json_samples/neutron_port_show.json index 925f00fd08..5629ce0b42 100644 --- a/ironic/tests/unit/common/json_samples/neutron_port_show.json +++ b/ironic/tests/unit/common/json_samples/neutron_port_show.json @@ -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 } -} \ No newline at end of file +} diff --git a/ironic/tests/unit/common/json_samples/neutron_port_show_ipv6.json b/ironic/tests/unit/common/json_samples/neutron_port_show_ipv6.json index 1dd3ead68b..5f12e9cf86 100644 --- a/ironic/tests/unit/common/json_samples/neutron_port_show_ipv6.json +++ b/ironic/tests/unit/common/json_samples/neutron_port_show_ipv6.json @@ -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 } }