python-heatclient/heatclient/tests/unit/var
Steve Baker a787334443 A resource list formatter for graphviz dot diagrams
This change registers a "dot" formatter for the stack resource list
command. It generates the text for a graphviz dot diagram which can be
rendered as an image with this example usage:

  openstack stack resource list --format dot -n3 my_stack | dot -Tsvg -o my_stack.svg

Nested resources are fully supported by creating nodes for top-level
resources then linking stack resources to a subgraph representing the
nested stack.

Change-Id: I4b899287eaf818137d60cb278db2d86598aa6794
2016-05-31 09:15:03 +12:00
..
adopt_stack_data.json Move unittests to subdir unit 2015-05-12 03:44:18 -04:00
dot_test.json A resource list formatter for graphviz dot diagrams 2016-05-31 09:15:03 +12:00
environment.json Fix environment files parsing bug for stack-adopt 2015-11-05 11:15:16 +08:00
minimal.template Move unittests to subdir unit 2015-05-12 03:44:18 -04:00