summaryrefslogtreecommitdiff
path: root/nova/exception.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-20 22:57:21 +0000
committerGerrit Code Review <review@openstack.org>2021-08-20 22:57:21 +0000
commit5d2f2e94eb2e2b809d3a143c0938156b36f07896 (patch)
tree75a6fb05cc2bb385b12a945fcea47f25ce0ab19b /nova/exception.py
parent51f3d6c60c31f936f7ef4427152f601f75cecac9 (diff)
parent9cf07d5aaacf8c61a45b6342d7e7471bab422c12 (diff)
downloadnova-5d2f2e94eb2e2b809d3a143c0938156b36f07896.tar.gz
Merge "Change the admin-visible logs for mdev support"
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/exception.py b/nova/exception.py
index b09e074f92..ec8f80fe3b 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -2364,8 +2364,8 @@ class AcceleratorRequestBindingFailed(NovaException):
self.arqs = arqs or []
-class InvalidLibvirtGPUConfig(NovaException):
- msg_fmt = _('Invalid configuration for GPU devices: %(reason)s')
+class InvalidLibvirtMdevConfig(NovaException):
+ msg_fmt = _('Invalid configuration for mdev-capable devices: %(reason)s')
class RequiredMixedInstancePolicy(Invalid):