Comment 7 for bug 1581655

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

Reviewed: https://review.openstack.org/316854
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=71efebc06f0354df0b900103f98e50627a0d2bf4
Submitter: Jenkins
Branch: stable/mitaka

commit 71efebc06f0354df0b900103f98e50627a0d2bf4
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
    (cherry picked from commit 202caf2dedd7c7b8ed6c7790f125417228418ccb)