Daniel Erez has uploaded a new change for review.

Change subject: core: ProviderType - adding OPENSTACK_VOLUME
......................................................................

core: ProviderType - adding OPENSTACK_VOLUME

Adding OPENSTACK_VOLUME to ProviderType enum.

Change-Id: If9424947dbb072565b61cbf820dad85f3b17ba93
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/ProviderType.java
1 file changed, 2 insertions(+), 1 deletion(-)


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

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ProviderType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ProviderType.java
index 795c107..426108d 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ProviderType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ProviderType.java
@@ -11,7 +11,8 @@
 public enum ProviderType implements Identifiable {
     OPENSTACK_NETWORK(0, VdcObjectType.Network),
     FOREMAN(1, VdcObjectType.VDS),
-    OPENSTACK_IMAGE(2, VdcObjectType.Storage);
+    OPENSTACK_IMAGE(2, VdcObjectType.Storage),
+    OPENSTACK_VOLUME(3, VdcObjectType.Storage);;
 
     private int value;
     private Set<VdcObjectType> providedTypes;


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9424947dbb072565b61cbf820dad85f3b17ba93
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