Comment 1 for bug 1590636

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

Reviewed: https://review.openstack.org/327445
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=f5150078eee19fb326b14a0f0dfb8fd5d04e43b8
Submitter: Jenkins
Branch: master

commit f5150078eee19fb326b14a0f0dfb8fd5d04e43b8
Author: PanFengyun <email address hidden>
Date: Sun Jul 3 23:26:32 2016 +0800

    Bay_create_timeout should be set to 60 default

    Bay_create_timeout default is 0 and means that magnum create bay
    without timeout. But heat create stack with timeout absolutely.
    So it is impossible to create bay without timeout. And I had send
    a patch which allow heat to create stack without timeout, but the
    core of heat did not agree with it.
    The patch is: https://review.openstack.org/#/c/334138/

    Change-Id: Iebc9915dcf2894a2dbed912244a2c7c308b4d9d7
    Closes-bug: #1590636