Adding accessor methods for instance type metadata
This commit is contained in:
@@ -474,6 +474,11 @@ class InstanceMetadataNotFound(NotFound):
|
|||||||
message = _("Instance %(instance_id)s has no metadata with "
|
message = _("Instance %(instance_id)s has no metadata with "
|
||||||
"key %(metadata_key)s.")
|
"key %(metadata_key)s.")
|
||||||
|
|
||||||
|
class InstanceTypeMetadataNotFound(NotFound):
|
||||||
|
message = _("Instance Type %(instance_type_id)s has no metadata with "
|
||||||
|
"key %(metadata_key)s.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class LDAPObjectNotFound(NotFound):
|
class LDAPObjectNotFound(NotFound):
|
||||||
message = _("LDAP object could not be found")
|
message = _("LDAP object could not be found")
|
||||||
|
Reference in New Issue
Block a user