summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute/servers.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api/openstack/compute/servers.py')
-rw-r--r--nova/api/openstack/compute/servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/compute/servers.py b/nova/api/openstack/compute/servers.py
index b056999a4c..f7130669fe 100644
--- a/nova/api/openstack/compute/servers.py
+++ b/nova/api/openstack/compute/servers.py
@@ -582,6 +582,7 @@ class ServersController(wsgi.Controller):
exception.ImageNotActive,
exception.ImageBadRequest,
exception.ImageNotAuthorized,
+ exception.ImageUnacceptable,
exception.FixedIpNotFoundForAddress,
exception.FlavorNotFound,
exception.FlavorDiskTooSmall,