summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKravchenko Pavel <kpavel@il.ibm.com>2013-05-09 17:19:46 +0300
committerKravchenko Pavel <kpavel@il.ibm.com>2013-05-09 17:21:00 +0300
commit6a98b56a1806af81e1709a4d493d2dff63eeed12 (patch)
tree3605d88a830a2583ad0af1a8c8c50780bc795668 /doc
parent33b966771b672996a7b0d9608f1f7b8684cc459f (diff)
downloadnova-6a98b56a1806af81e1709a4d493d2dff63eeed12.tar.gz
nova-6a98b56a1806af81e1709a4d493d2dff63eeed12.tar.xz
nova-6a98b56a1806af81e1709a4d493d2dff63eeed12.zip
Fixes typo in server-evacuate-req.xml
The element name should be evacuate instead of rescue Fixes bug 1178280 Change-Id: I3eed81c01cb9948c978f405bb3b2748e1094d488
Diffstat (limited to 'doc')
-rw-r--r--doc/api_samples/os-evacuate/server-evacuate-req.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_samples/os-evacuate/server-evacuate-req.xml b/doc/api_samples/os-evacuate/server-evacuate-req.xml
index 636772dca..d9f4824b7 100644
--- a/doc/api_samples/os-evacuate/server-evacuate-req.xml
+++ b/doc/api_samples/os-evacuate/server-evacuate-req.xml
@@ -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"/>