Cue

Comment 2 for bug 1448140

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

Reviewed: https://review.openstack.org/182870
Committed: https://git.openstack.org/cgit/stackforge/cue/commit/?id=0dc7db6e80f3f781f008cdfafda9f01cbcfb15b6
Submitter: Jenkins
Branch: master

commit 0dc7db6e80f3f781f008cdfafda9f01cbcfb15b6
Author: dagnello <email address hidden>
Date: Wed May 13 15:05:11 2015 -0700

    Deleting VM ports on cluster delete flow

    - modified delete port task to take a list of ports and delete all
      specified ports as well as taking a single port
    - delete port task also does not throw an exception upon failure to
      delete a port, it instead logs a warning
    - modified delete cluster flow to retrieve a list of ports for a VM and
      attempt to delete each port after deleting the VM

    Change-Id: Ib311b23fdf3a58bc4b79257ed412e9d53d039013
    closes-bug: 1448140