Under Python 3.6 in Debian Sid, I couldn't build the sphinx doc, and this
patch fixes it. It replaces unicode by six.text_type.
Change-Id: I538f10ef297fb45cb82e47f5bcb86ed214a062b0
This PS will help project avoid pep8 some issues for *.rst
in whole project.
Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com>
Change-Id: I7a01863b1aa0bcf999be6e6e2261ab35530c196a
A few minor issues I noticed as I was going through the development
environment setup. Fixes a typo and replaces deprecated config opt
references with the new ones.
Change-Id: Ib094595153e9b74706304f8328de74d07649b817
Fix links that have changed with recent doc reorg.
Remove link to designate-msdnsagent, the repo is retired.
Change-Id: I22f78c3ed4ca723a46f9f9b4f83f80ed93bab72e
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
Per the spec [1]:
install/ – anything having to do with installation of the project
The current install guide need to move to this category.
Change-Id: Ib2005a7ed7c3d476b3e4e2a3603736203af8b415
Implements: blueprint designate-doc-migration
Closes-Bug: #1706173
Per the spec [1]:
configuration/ – automatically generated configuration reference
information based on oslo.config’s sphinx integration (or manually
written for projects not using oslo.config). Step-by-step guides for
doing things like enabling cells or configuring a specific driver
should be placed in the admin/ section.
Only the sample_config file fit into this category at present.
Let's add new sample_config file and move the configuration section to
this category.
Change-Id: I789fe53f4df9409dd6e4a6d5f9280feb65792258
Implements: blueprint designate-doc-migration
Partial-Bug: #1706173
- With this PS, we could be received a warning error at same time
when build sphinx decumentation of Designate via:
$ python setup.py build_sphinx
- Fix some issues with docs sphinx.
Change-Id: I1e5a8c4b45dc3d10028531eabb50d3d6189ea070
Updated the theme, added some custom css for the
backends matrix, and moved the toc to the sidebar
Change-Id: Ibb7860d9ddc16e5d81e127c8713c810122c2c25f
With the goal of making these docs more useful, asettle helped
us out creating a new tree at the PTG:
https://etherpad.openstack.org/p/designate-ptg-docs
This is the implementation of that new tree. With some minor changes
to content. There's still a lot of work to do there.
Change-Id: Idb29c04cde298a32da430243ae62894e1a790176