Comment 3 for bug 1268695

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

Reviewed: https://review.openstack.org/66662
Committed: https://git.openstack.org/cgit/openstack/python-savannaclient/commit/?id=8b705687019f4c438500057ac2627ab532f084c2
Submitter: Jenkins
Branch: master

commit 8b705687019f4c438500057ac2627ab532f084c2
Author: Trevor McKay <email address hidden>
Date: Tue Jan 14 13:27:49 2014 -0500

    JobExecutionsManager.create() should handle input_id/output_id == None

    Input and output ids are not part of the Java workflow JSON schema. Including
    them, even set to None, causes an error. In order to maintain backward
    compatibility, leave input_id and output_id as required parameters but
    do not add them to the job exec data if they are None.

    Closes-Bug: #1268695
    Change-Id: I8df8cb86094f5d67ca16de7d6dd253af142eca25