f58477ef61
For the RST guides, we do not need doc/source, since doc is always empty. Use source directly. This syncs the setup used here with openstack-manuals. Rename top-level from openstack-firstapp to firstapp, there's no need for the long name in this repo. Change-Id: If4e11a4f90d580876865348e0d88b92cec4b6659
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
digraph {
|
|
API -> Database [color=green];
|
|
API -> Database [color=orange];
|
|
Database -> API [color=red];
|
|
API -> Webinterface [color=red];
|
|
API -> "Queue Service" [color=orange];
|
|
"Queue Service" -> Worker [color=orange];
|
|
Worker -> API [color=green];
|
|
}
|