From 9b6d02d5f958e5b2ea6155879fd0514a15ce2231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Fri, 11 May 2018 13:04:23 +0200 Subject: Make max_burst_kbps option as optional for bw limit QoS rule Attribute max_burst_kbps of QoS bandwidth limit rule in Neutron's is optional in API so it should be also optional on client's side. Change-Id: Ie085b73fa885ff12f9ac080666cf3ca6a09b632a Related-Bug:#1770622 Task: 19658 Story: 2002017 --- openstackclient/tests/functional/network/v2/test_network_qos_rule.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openstackclient/tests/functional/network/v2') diff --git a/openstackclient/tests/functional/network/v2/test_network_qos_rule.py b/openstackclient/tests/functional/network/v2/test_network_qos_rule.py index 5d235405..98e588e8 100644 --- a/openstackclient/tests/functional/network/v2/test_network_qos_rule.py +++ b/openstackclient/tests/functional/network/v2/test_network_qos_rule.py @@ -167,7 +167,6 @@ class NetworkQosRuleTestsBandwidthLimit(common.NetworkTests): 'network qos rule create -f json ' '--type bandwidth-limit ' '--max-kbps 10000 ' - '--max-burst-kbits 1400 ' '--egress %s' % self.QOS_POLICY_NAME )) -- cgit v1.2.1