From cc2d730f0c71d4642cf122733eec2a67eea90036 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 26 Jan 2017 16:03:40 +0100 Subject: Add Feature support for dozmod; add allowLoginByDefault option --- src/main/java/org/openslx/sat/thrift/version/Feature.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/java/org/openslx/sat/thrift/version/Feature.java (limited to 'src/main/java/org/openslx/sat/thrift/version/Feature.java') diff --git a/src/main/java/org/openslx/sat/thrift/version/Feature.java b/src/main/java/org/openslx/sat/thrift/version/Feature.java new file mode 100644 index 0000000..d3d45b8 --- /dev/null +++ b/src/main/java/org/openslx/sat/thrift/version/Feature.java @@ -0,0 +1,12 @@ +package org.openslx.sat.thrift.version; + +public enum Feature { + + /** + * Server can properly extend the expiration time of an image version that + * is already expired, but has not been deleted yet. (Early versions of dmsd + * did not handle this case properly.) + */ + EXTEND_EXPIRED_VM, + +} -- cgit v1.2.3-55-g7522