Exclude possibility that networkx will traverse in different order

Bug #1434132 reported by Dima Shulyak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Dima Shulyak

Bug Description

We need to use dict representation that remembers order in which tasks are inserted

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-web (master)

Fix proposed to branch: master
Review: https://review.openstack.org/165877

Changed in fuel:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-main (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/166141

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

Reviewed: https://review.openstack.org/165877
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=7dc2b8bb3ddb4259aeded0d6d036141c3f3812ce
Submitter: Jenkins
Branch: master

commit 7dc2b8bb3ddb4259aeded0d6d036141c3f3812ce
Author: Dmitry Shulyak <email address hidden>
Date: Thu Mar 19 17:17:12 2015 +0200

    Use OrderedDict as data structure for networkx graph

    OrderedDict will preserve order in which tasks are inserted
    and given that fact that json array is structured, and
    tasks found always in same order from directory -
    we will guarantee that order of execution will not be changed,
    even for tasks with same requirements

    Change-Id: I5bc60b9754bb6a8e0d1318848d810603ec7b201e
    Closes-Bug: 1434132

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/166141
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=28e688dfe5d9cd180dc6dee6b7e439d9d1013765
Submitter: Jenkins
Branch: master

commit 28e688dfe5d9cd180dc6dee6b7e439d9d1013765
Author: Dmitry Shulyak <email address hidden>
Date: Fri Mar 20 10:44:04 2015 +0200

    Add ordereddict to nailgun

    We need OrderedDict implementation in python2.6.
    This package is already installed as dependency for another
    nailgun dependency

    Change-Id: I71fa2aa9437e2b4159de0e5dcd15c8dc476c8e2c
    Related-Bug: 1434132

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.