Fixes typo in server-evacuate-req.xml

The element name should be evacuate instead of rescue
Fixes bug 1178280

Change-Id: I3eed81c01cb9948c978f405bb3b2748e1094d488
This commit is contained in:
Kravchenko Pavel 2013-05-09 17:19:46 +03:00
parent 33b966771b
commit 6a98b56a18

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<rescue xmlns="http://docs.openstack.org/compute/api/v2"
<evacuate xmlns="http://docs.openstack.org/compute/api/v2"
host="TargetHost"
adminPass="MySecretPass"
onSharedStorage="True"/>