adding two more volume support related properties
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/e141f07f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/e141f07f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/e141f07f Branch: refs/heads/master Commit: e141f07f5ad5f192fa72bace7317ee94364dd324 Parents: ef4ee40 Author: Nirmal Fernando <[email protected]> Authored: Tue Feb 11 17:46:08 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Feb 11 17:46:08 2014 +0530 ---------------------------------------------------------------------- .../src/main/java/org/apache/stratos/messaging/util/Constants.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e141f07f/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java index 68b119f..1e86a7b 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java @@ -56,6 +56,8 @@ public class Constants { // volume public static final String IS_VOLUME_REQUIRED = "volume.required"; + public static final String SHOULD_DELETE_VOLUME = "volume.delete.on.unsubscription"; public static final String VOLUME_SIZE = "volume.size.gb"; + public static final String DEVICE_NAME = "volume.device.name"; }
