Written during a book sprint in Taipei, from March 30th 2015 to April 3rd 2015. Co-Authored-By: Sean M. Collins <sean@coreitpro.com> Co-Authored-By: Tom Fifield <tom@openstack.org> Co-Authored-By: James Dempsey <jamesd@catalyst.net.nz> Co-Authored-By: Nick Chase <nchase@mirantis.com> Co-Authored-By: Christian Berendt <berendt@b1-systems.de> Implements blueprint openstack-firstapp Change-Id: I55ae32d0c04f641c818bda4714d9bc691a98e6b1
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
digraph {
|
|
rankdir=LR;
|
|
Queue [shape="doublecircle"];
|
|
API -> Queue;
|
|
Queue -> "Worker 1";
|
|
Queue -> "Worker 2";
|
|
}
|