Comment 5 for bug 1889283

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (stable/ussuri)

Reviewed: https://review.opendev.org/743756
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=437d63de296f387d0556527bbe9fc97969a2e3db
Submitter: Zuul
Branch: stable/ussuri

commit 437d63de296f387d0556527bbe9fc97969a2e3db
Author: Takashi Natsume <email address hidden>
Date: Tue Jul 28 16:24:13 2020 +0000

    Add a cleanup for a server in a functional test

    A VM instance is created in the following functional test.

    * novaclient.tests.functional.v2.test_instance_action.
      TestInstanceActionCLIV262.test_show_actions_with_host

    However the VM instance is not deleted after the functional test.
    Add a cleanup for the server in the functional test.

    Change-Id: I8c2a6f91739d50baa283b37b16de67c542ea691b
    Closes-Bug: #1889283
    Signed-off-by: Takashi Natsume <email address hidden>
    (cherry picked from commit 1ce9edcd73c6da9dd4dcded12747957fc297cb21)