Merge "Driver for IBM Storwize and SVC storage."

This commit is contained in:
Jenkins
2012-08-09 23:00:49 +00:00
committed by Gerrit Code Review
2 changed files with 1245 additions and 0 deletions

View File

@@ -1090,6 +1090,11 @@ class VolumeTypeCreateFailed(NovaException):
"name %(name)s and specs %(extra_specs)s")
class VolumeBackendAPIException(NovaException):
message = _("Bad or unexpected response from the storage volume "
"backend API: data=%(data)s")
class InstanceTypeCreateFailed(NovaException):
message = _("Unable to create instance type")

File diff suppressed because it is too large Load Diff