Comment 100 for bug 1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/259497
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=2d8970c655aef90c159b9ce7ea5d5a68096a8414
Submitter: Jenkins
Branch: master

commit 2d8970c655aef90c159b9ce7ea5d5a68096a8414
Author: jichenjc <email address hidden>
Date: Fri Dec 18 09:13:32 2015 +0800

    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