Use generated images directly

This commit is contained in:
Khue Doan
2021-08-30 14:03:28 +07:00
parent 3a41a5ae2d
commit 4b761cb06f
4 changed files with 12 additions and 3 deletions

View File

@ -12,7 +12,7 @@ graph_attr = {
"pad": "0"
}
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
with Diagram("Provisioning flow", graph_attr=graph_attr, outformat="jpg", show=False):
controller = Client("Initial controller")
bare_metal_machines = Server(f"Server(s)")