Daniel Erez has uploaded a new change for review.

Change subject: core: added Cinder key to DiskStorageType enum.
......................................................................

core: added Cinder key to DiskStorageType enum.

Adding Cinder key to DiskStorageType enum.

Change-Id: Ief1e28c4f57776e496666ac1e0bed63b74d28505
Bug-Url: https://bugzilla.redhat.com/1185826
Signed-off-by: Daniel Erez <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/DiskStorageType.java
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/39012/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/DiskStorageType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/DiskStorageType.java
index 725b3e7..8ad445e 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/DiskStorageType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/DiskStorageType.java
@@ -9,7 +9,8 @@
 public enum DiskStorageType implements Identifiable {
     // FIXME add ids and remove the ordinal impl of getValue
     IMAGE,
-    LUN;
+    LUN,
+    CINDER;
 
     @Override
     public int getValue() {


-- 
To view, visit https://gerrit.ovirt.org/39012
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief1e28c4f57776e496666ac1e0bed63b74d28505
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to