modify grammatical errors

Change-Id: I6021f3ec0d7c06ed5fc63b175ea0995bb25013b4
This commit is contained in:
sunqingliang6 2018-06-19 19:15:45 +08:00
parent a22c9e0b59
commit 946c16c4d1
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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