Comment 4 for bug 1592588

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

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

commit 5d999363952a14336ba72f16f85030019d32e55e
Author: Steven Hardy <email address hidden>
Date: Tue Jun 14 23:59:56 2016 +0100

    Pass input_values when creating SoftwareDeployment resources

    Currently we only store input_values via the derived config, we don't
    pass it at all to the RPC API that creates the deployment, thus it gets
    defaulted to {}. Because the derived config inputs are correctly set,
    this doesn't break the deployment/config operation, but it does lead to
    some misleading empty input_values in the deployment-show CLI output.

    Change-Id: Icad0f66a39de1ce5faec484aa0f34958167c9734
    Closes-Bug: #1592588