Change wording from stop to destroy

concept of server stop and server destroy(deletion) is different,
server stop means the server is power off while destroy not
only power off the server ,but also delete it from compute host
and db, so this 'stop' will mislead people unfamiliar with nova
concept.

Change-Id: Ic6dbdec8af2704f8e4279c646e2f80091efa56f9
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2015-12-18 09:13:32 +08:00
parent a0ce7ea30e
commit 2d8970c655
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
To delete the boot volume when the server stops, specify
To delete the boot volume when the server is destroyed, specify
<code>true</code>. Otherwise, specify <code>false</code>.
</para>
</wadl:doc>