summaryrefslogtreecommitdiff
path: root/nova/exception.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-15 21:41:35 +0000
committerGerrit Code Review <review@openstack.org>2022-02-15 21:41:35 +0000
commitb5029890c1c5b1b5153c9ca2fc9a8ea2437f635d (patch)
treefbc66840c6e3dbafaf18c84c0e1ba19155ea8db2 /nova/exception.py
parent3a14c1a4277a9f44b67e080138b28b680e5e6824 (diff)
parenteacecc2433562aeca1f95366200ca1679c3679a1 (diff)
downloadnova-b5029890c1c5b1b5153c9ca2fc9a8ea2437f635d.tar.gz
Merge "Move 'hw:pmu', 'hw_pmu' parsing to nova.virt.hardware"
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 27405aea67..9a89b655b5 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -1869,11 +1869,6 @@ class ImageCPUThreadPolicyForbidden(Forbidden):
"override CPU thread pinning policy set against the flavor")
-class ImagePMUConflict(Forbidden):
- msg_fmt = _("Image property 'hw_pmu' is not permitted to "
- "override the PMU policy set in the flavor")
-
-
class UnsupportedPolicyException(Invalid):
msg_fmt = _("ServerGroup policy is not supported: %(reason)s")