ab81474e38
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
14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
osc-lib>=1.8.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
networkx>=2.0 # BSD
|
|
pydot>=1.4.1 # BSD
|