InstanceGroupPolicyNotFound not used anymore

InstanceGroupPolicyNotFound is not used, remove from
exception.py to clean up.

Change-Id: I195aaa0829c400d5e5799a7ea3ed8dbb41d71dc1
This commit is contained in:
jichenjc 2016-11-28 01:08:11 +08:00
parent 6c5824d72f
commit d9ad36482f
1 changed files with 0 additions and 4 deletions

View File

@ -1661,10 +1661,6 @@ class InstanceGroupMemberNotFound(NotFound):
"id %(instance_id)s.")
class InstanceGroupPolicyNotFound(NotFound):
msg_fmt = _("Instance group %(group_uuid)s has no policy %(policy)s.")
class InstanceGroupSaveException(NovaException):
msg_fmt = _("%(field)s should not be part of the updates.")