python-vitrageclient/releasenotes/notes/support_dot_format-37691ee68c5610b3.yaml
Eyal ab81474e38 support dot format
you can view the graph in dot format instead of json
using the "-f dot" in cli command for topology and rca

dot format is very common for visualization of graphs
there are many tools that support this format including
online visualizers

Story: 2004063
Task: 27070

Change-Id: I44779d5d46a6ca279e2766b0d3f8e7ca02706b84
2019-01-01 10:03:35 +02:00

5 lines
102 B
YAML

---
features:
- Topology and Rca now can be printed in dot format using
the CLI with ``-f dot``