diff --git a/nova/exception.py b/nova/exception.py index 9b0bf3ef..b917d3a1 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -991,12 +991,6 @@ class SecurityGroupRuleExists(Invalid): msg_fmt = _("Rule already exists in group: %(rule)s") -class SecurityGroupNotAllowedTogetherWithPort(Invalid): - msg_fmt = _("It's not allowed to specify security groups if port_id " - "is provided on instance boot. Neutron should be used to " - "configure security groups on port.") - - class NoUniqueMatch(NovaException): msg_fmt = _("No Unique Match Found.") code = 409