designate/doc/source/images
Nguyen Van Trung dba2a8bc78 Improving the designate topology.
Based on code-base, we should need correctly communication of producer,
worker along with central services following items:
1. Producer and Central.
- The producer will call Central via RPC as following code-base:
       self.central_api.purge_zones(
            ctxt,
            criterion,
            limit=self.options.batch_size,
        )
2. Worker and Central.
- The worker will call Central to get pool via RPC firstly:
       pool = self.central_api.get_pool(context, pool_id)

Change-Id: I9c98c2c1fb441a333bc8d917e122a4e0371ef7ce
2017-08-21 09:39:41 +07:00
..
Designate-Arch.png Improving the designate topology. 2017-08-21 09:39:41 +07:00
Designate-MultiZone.png re-org docs & add details on production architecture 2013-07-29 15:07:31 +01:00
Designate-PowerDNS-Detail.png Add png for `Designate-PowerDNS-Detail` 2014-09-17 15:04:35 +05:30
Designate-Simple.svg Update Designate Architecture Docs 2015-02-13 17:46:57 +00:00