Comment 29 for bug 1393268

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

Reviewed: https://review.openstack.org/154977
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=a484c739736c8ccea74ec684da8971b189747193
Submitter: Jenkins
Branch: master

commit a484c739736c8ccea74ec684da8971b189747193
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Fri Jan 23 18:38:57 2015 +0200

    Remove TaskRunner from Volume resources

    All the volume_tasks logic has been redistributed as methods of either
    cinder or nova client plugins.

    The logic of detaching was simplified and a check for out-of-band
    changes is no longer executed.

    The old VolumeAttachTask is left in place as it is still used in
    creating the AWS::EC2::Instance resource.

    Change-Id: I13f8e03ff090dd5f5739e5af231c77d066eb9eac
    Partial-Bug: #1393268