Comment 3 for bug 1581655

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

Reviewed: https://review.openstack.org/316273
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=202caf2dedd7c7b8ed6c7790f125417228418ccb
Submitter: Jenkins
Branch: master

commit 202caf2dedd7c7b8ed6c7790f125417228418ccb
Author: Eric Harney <email address hidden>
Date: Fri May 13 16:14:31 2016 -0400

    Fix taskflow parameters for manage_existing

    Make optional_args not a required parameter.

    Taskflow validates that these parameters match
    between execute and revert. Since optional_args
    is not used, we can fix this by making it not
    required in revert.

    This fixes the taskflow validation failure, we
    should investigate further into whether this
    flow works completely correctly.

    Change-Id: I13f5e4103b320a7b73191c85486bb1f96cb77e88
    Closes-Bug: #1581655