Comment 8 for bug 1778115

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

Reviewed: https://review.openstack.org/577833
Committed: https://git.openstack.org/cgit/openstack/taskflow/commit/?id=d985c5a256bcf8f67e80235ba387599f448f2c49
Submitter: Zuul
Branch: master

commit d985c5a256bcf8f67e80235ba387599f448f2c49
Author: Michal Arbet <email address hidden>
Date: Mon Jun 25 16:06:18 2018 +0200

    Fix code to support networkx > 1.0

    With the release of NetworkX 2.0 the reporting API was
    moved to view/iterator model. Many methods were moved from
    reporting lists or dicts to iterating over the information.
    Methods that used to return containers now return views and
    methods that returned iterators have been removed in networkx.
    Because of this change in NetworkX 2.0 , taskflow code
    have to be changed also to support networkx > 2.0

    Change-Id: I23c226f37bd85c1e38039fbcb302a2d0de49f333
    Closes-Bug: #1778115