Comment 2 for bug 1541019

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

Reviewed: https://review.openstack.org/280793
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=8adcb0a952dc97dfc1242566b6975f81c3bd0e13
Submitter: Jenkins
Branch: master

commit 8adcb0a952dc97dfc1242566b6975f81c3bd0e13
Author: Masahito Muroi <email address hidden>
Date: Tue Feb 16 15:47:09 2016 +0000

    Launch Congress with distributed_architecture flag is true

    Check codes for distributed_arch flag is written on global scope in
    each file. The flag is loaded at python module loading time. The file
    doesn't use a value specified in congress.conf since initialization
    steps of config values are done after loading config file.

    This patch enables Congress to use distributed_architecture flag
    with True in the devstack tests and in local tests.

    Partial-Bug: #1541019

    Change-Id: Ia276e9606ddc45b5c94c8495bdbd34a58a9a8769