diff --git a/releasenotes/notes/nsxv-exclusive-dhcp-7e5cde1cd88f8c5b.yaml b/releasenotes/notes/nsxv-exclusive-dhcp-7e5cde1cd88f8c5b.yaml index 63e09ac0be..b5e12189b6 100644 --- a/releasenotes/notes/nsxv-exclusive-dhcp-7e5cde1cd88f8c5b.yaml +++ b/releasenotes/notes/nsxv-exclusive-dhcp-7e5cde1cd88f8c5b.yaml @@ -3,6 +3,6 @@ prelude: > Add support for exclusive DHCP edges. 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 per AZ. By default this is disabled. diff --git a/vmware_nsx/tests/unit/services/qos/test_nsxv3_notification.py b/vmware_nsx/tests/unit/services/qos/test_nsxv3_notification.py index 4d7e121401..a8787f827f 100644 --- a/vmware_nsx/tests/unit/services/qos/test_nsxv3_notification.py +++ b/vmware_nsx/tests/unit/services/qos/test_nsxv3_notification.py @@ -152,7 +152,7 @@ class TestQosNsxV3Notification(base.BaseQosTestCase, @mock.patch.object(QoSPolicyObject, '_reload_rules') 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( self.ctxt, **self.policy_data['policy']) # add a rule to the policy