Remove duplicate exception

InstanceUpdateConflict was defined twice.  This removes the one with the
less verbose msg.

Change-Id: I31846edc79f094ba02f61636fd3c6015d6a6ed1b
This commit is contained in:
Andrew Laski
2015-08-28 17:34:25 -04:00
parent 2adbc897cc
commit 3c653424f2

View File

@@ -1525,10 +1525,6 @@ class InstanceFaultRollback(NovaException):
super(InstanceFaultRollback, self).__init__(message % inner_exception)
class InstanceUpdateConflict(NovaException):
msg_fmt = _('Conflict updating instance %(instance_uuid)s')
class OrphanedObjectError(NovaException):
msg_fmt = _('Cannot call %(method)s on orphaned %(objtype)s object')