Comment 5 for bug 1460112

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

Reviewed: https://review.openstack.org/186882
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=224d375ef4120998dc51fbf55f1778d1ccf118a0
Submitter: Jenkins
Branch: master

commit 224d375ef4120998dc51fbf55f1778d1ccf118a0
Author: Matt Riedemann <email address hidden>
Date: Fri May 29 11:55:09 2015 -0700

    Add --wait to server delete

    This allows the server delete command to wait for the server to be
    deleted (obviously).

    The wait method is the same model that Tempest uses, i.e. wait for a 404
    on server GET (successful deletion), fail if the server went to ERROR
    status, or fail if a timeout is reached. The default timeout of 300
    seconds is also what Tempest uses.

    Closes-Bug: #1460112

    Change-Id: I0e66c400903e82832944d1cad61e7eb30177c3e8