designate/doc
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
..
ext Switch to the OpenStack Docs Theme 2017-03-13 10:59:59 +00:00
source Improving the designate topology. 2017-08-21 09:39:41 +07:00
requirements.txt Read the Docs needs a single requirements file 2014-03-28 13:41:06 +00:00