modify grammatical errors
Change-Id: I6021f3ec0d7c06ed5fc63b175ea0995bb25013b4
This commit is contained in:
parent
a22c9e0b59
commit
946c16c4d1
@ -3,6 +3,6 @@ prelude: >
|
|||||||
Add support for exclusive DHCP edges.
|
Add support for exclusive DHCP edges.
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
The NSX-v will now enable a tenant to deploy a exclusive DHCP edge. This
|
The NSX-v will now enable a tenant to deploy an exclusive DHCP edge. This
|
||||||
is either via the global configuration variable ``exclusive_dhcp_edge`` or
|
is either via the global configuration variable ``exclusive_dhcp_edge`` or
|
||||||
per AZ. By default this is disabled.
|
per AZ. By default this is disabled.
|
||||||
|
@ -152,7 +152,7 @@ class TestQosNsxV3Notification(base.BaseQosTestCase,
|
|||||||
|
|
||||||
@mock.patch.object(QoSPolicyObject, '_reload_rules')
|
@mock.patch.object(QoSPolicyObject, '_reload_rules')
|
||||||
def test_bw_rule_create_profile(self, *mocks):
|
def test_bw_rule_create_profile(self, *mocks):
|
||||||
# test the switch profile update when a egress QoS BW rule is created
|
# test the switch profile update when an egress QoS BW rule is created
|
||||||
_policy = QoSPolicyObject(
|
_policy = QoSPolicyObject(
|
||||||
self.ctxt, **self.policy_data['policy'])
|
self.ctxt, **self.policy_data['policy'])
|
||||||
# add a rule to the policy
|
# add a rule to the policy
|
||||||
|
Loading…
Reference in New Issue
Block a user