Comment 5 for bug 1443446

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

Reviewed: https://review.openstack.org/234066
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=655db5e96282bbafc4dae54462a01823b6b464cb
Submitter: Jenkins
Branch: master

commit 655db5e96282bbafc4dae54462a01823b6b464cb
Author: Ivan Kliuk <email address hidden>
Date: Mon Oct 12 21:51:03 2015 +0300

    Add transitive reduction filter for task graphs

      Remove 'pydot_ng' that doesn't support transitive reduction filtering.
      Add '--tred' option for CLI.
      Usage example:

          fuel graph --render graph.gv --tred
          fuel graph --render graph.gv --dir ./output/dir/ --tred

    Change-Id: Ibfd7112dc0751df9bcadd0ab46e29f5159cbb3a5
    Closes-bug: #1443446