[Pacemaker] [PATCH] xml: allow upstart primitives in resources.rng

Florian Haas florian.haas at linbit.com
Tue Sep 14 06:12:52 EDT 2010


# HG changeset patch
# User Florian Haas <florian.haas at linbit.com>
# Date 1283778895 -7200
# Branch stable-1.0
# Node ID 4341d047ac9d29f7125f58e5957ac58b60771a5e
# Parent  878dfd58396ca7e2de2999ffe52583e24e425594
xml: allow upstart primitives in resources.rng

Since cluster-glue has added support for upstart resources, allow
them in the RelaxNG schema as well.

diff -r 878dfd58396c -r 4341d047ac9d xml/resources.rng.in
--- a/xml/resources.rng.in	Thu Sep 09 09:51:42 2010 +0200
+++ b/xml/resources.rng.in	Mon Sep 06 15:14:55 2010 +0200
@@ -30,6 +30,7 @@
 	      <value>lsb</value>
 	      <value>heartbeat</value>
 	      <value>stonith</value>
+	      <value>upstart</value>
 	    </choice>
 	  </attribute>
 	</choice>






More information about the Pacemaker mailing list