Comment 3 for bug 1742833

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

Reviewed: https://review.openstack.org/533248
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=724810874560da880da696d56f2451ff504f64fc
Submitter: Zuul
Branch: master

commit 724810874560da880da696d56f2451ff504f64fc
Author: Pierre Crégut <email address hidden>
Date: Fri Jan 26 11:10:58 2018 +0100

    Fix serialization of choices and reenable congress-agent.

    oslo_config uses OrderedDict for choices in
    options types. This serialize it as list of tuples.
    Order is preserved and types are naturally
    deserialized back from those tuples.

    Congress-agent is reenabled. It can be disabled
    in devstack on the value of ENABLE_CONGRESS_AGENT
    (default is True).

    Driver will initialize table to empty at first poll not
    waiting for an initial response from agents.

    Closes-Bug: #1742833
    Change-Id: If1423e824fc457bab89f4bcd12be8826c50f5f69