Add missing exception ObjectActionError

Change-Id: I7afe3024971d3fd7cd43336d03f35980832ff6c3
This commit is contained in:
Zhenguo Niu
2016-11-14 13:33:13 +08:00
parent b1e7b62741
commit f186415005

View File

@@ -20,6 +20,7 @@ SHOULD include dedicated exception logging.
"""
from oslo_log import log as logging
from oslo_versionedobjects import exception as obj_exc
import six
from six.moves import http_client
@@ -223,3 +224,6 @@ class NetworkError(NimbleException):
class ValidationError(Invalid):
msg_fmt = "%(detail)s"
ObjectActionError = obj_exc.ObjectActionError