diff --git a/vmware_nsx/services/flowclassifier/nsx_v/driver.py b/vmware_nsx/services/flowclassifier/nsx_v/driver.py index 1319c84e50..027b35e42b 100644 --- a/vmware_nsx/services/flowclassifier/nsx_v/driver.py +++ b/vmware_nsx/services/flowclassifier/nsx_v/driver.py @@ -66,7 +66,8 @@ class NsxvFlowClassifierDriver(fc_driver.FlowClassifierDriverBase): rules from the nsx configuration and verify that it exists on backend. """ if not cfg.CONF.nsxv.service_insertion_profile_id: - raise cfg.RequiredOptError("service_profile_id") + raise cfg.RequiredOptError("service_insertion_profile_id", + group=cfg.OptGroup('nsxv')) self._profile_id = cfg.CONF.nsxv.service_insertion_profile_id # Verify that this moref exists