]> xenbits.xensource.com Git - xen.git/commitdiff
xend: Add s3_integrity attribute for XenAPI
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 10:49:42 +0000 (10:49 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 10:49:42 +0000 (10:49 +0000)
When XenAPI is available, xm new and xm create fail.

# xm new vm1
Using config file "/etc/xen/vm1".
Attribute 's3_integrity' not declared
# xm create vm1
Using config file "/etc/xen/vm1".
Attribute 's3_integrity' not declared

This patch adds an s3_integrity into create.dtd.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xm/create.dtd

index 9b76ca4e9f419afedb1fc4945b0b49f6ed325ad2..d3010b62482bee6bea493ae6e9fba0b39c8b3072 100644 (file)
@@ -47,6 +47,7 @@
                  other_config*)> 
 <!ATTLIST vm     is_a_template          CDATA #REQUIRED
                  auto_power_on          CDATA #REQUIRED
+                 s3_integrity           CDATA #REQUIRED
                  vcpus_max              CDATA #REQUIRED
                  vcpus_at_startup       CDATA #REQUIRED
                  actions_after_shutdown %NORMAL_EXIT; #REQUIRED