summaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-12-17 21:51:17 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-12-17 23:39:22 +0100
commit0871567411b1638e2143b6b0599f3032c4c5f556 (patch)
tree60104c6ee69b2cf977f1cb71525f70d101b11cd3 /filters
parentfa3a6fe19c2eea6201f566d0e0011edb9d5fc275 (diff)
downloadclufter-0871567411b1638e2143b6b0599f3032c4c5f556.tar.gz
clufter-0871567411b1638e2143b6b0599f3032c4c5f556.tar.xz
clufter-0871567411b1638e2143b6b0599f3032c4c5f556.zip
filters/ccsflat2cibprelude[vm]: do not propage empty snapshot
... as it is a default in ocf:heartbeat:VirtualDomain anyway. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'filters')
-rw-r--r--filters/cluster/rm/vm/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/cluster/rm/vm/__init__.py b/filters/cluster/rm/vm/__init__.py
index d81ae80..47aed09 100644
--- a/filters/cluster/rm/vm/__init__.py
+++ b/filters/cluster/rm/vm/__init__.py
@@ -39,7 +39,7 @@ ccsflat2cibprelude = '''\
''' + (
rg2hb_xsl('hypervisor', 'hypervisor_uri')
+
- rg2hb_xsl('snapshot')
+ rg2hb_xsl('snapshot', req=None)
) + '''\
</instance_attributes>
</xsl:when>