6 Commits

Author SHA1 Message Date
Thomas Goirand
ed69c37962 Fix unicode not define in doc with py3
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
2018-02-18 11:52:13 +01:00
Tim Simmons
2f57bdc8eb Switch to the OpenStack Docs Theme
Updated the theme, added some custom css for the
backends matrix, and moved the toc to the sidebar

Change-Id: Ibb7860d9ddc16e5d81e127c8713c810122c2c25f
2017-03-13 10:59:59 +00:00
qinchunhua
618982a091 Use ConfigParser instead of SafeConfigParser
The SafeConfigParser class has been renamed to ConfigParser in Python
3.2 [1]. This alias will be removed in future versions.So we can use
ConfigParser directly instead.

[1] http://bugs.python.org/issue10627

Change-Id: I8cc3bcde108916bda6b8ac95cae9abefe3b5cdee
Closes-Bug: #1618666
2016-10-15 05:12:48 +00:00
Graham Hayes
b172846a1f Docs update
* Added MSDNS to Known-Broken
* Removed Juno Docs
* Added CLI docs for designate-manage
* Update backend docs to new yaml style

Change-Id: I8f6876bfeb33bcad46141030a04fe9127dedcefe
2016-03-31 14:42:47 +01:00
sonu.kumar
a5865e270e Replaces x.keys() with six.iterkeys(x)
Partially-Implements: blueprint designate-py3

Change-Id: I92994c49b9821b9264e95ac8fa21e16907c4c35c
2015-08-12 14:59:20 +05:30
Graham Hayes
374463d8e8 Add Backend grading, and associated docs page
This adds a parameter to the backend class the defines its grade.
It can be overridden in the support-matrix.ini file it needed.

Change-Id: Icbcb3d88242c6d2de2c361722ddea85d4b585fca
2015-05-28 17:03:56 +01:00