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
Add new services and update descriptions, add a high-level
description of what Designate is.
New picture: http://i.imgur.com/UlDJi3t.png
Change-Id: I5750547486c2b69241c034a48940d8f28a7a3e56
This just moves the dev guidelines into the Getting Involved page,
in preparation to get it moved up and be one of the first pages for
folks to read.
Change-Id: I1eabfa80154dedcf2036fd27c49c082e82e7513a
It's not trivial to run tempest plugin tests if you don't
set things up exactly right, this explains an annoying
nuance to make it easier.
Change-Id: I759cb747504cf47548ae4460ffa67ba62c49024b
If the previous filter(s) didn’t make a clear selection of one pool
and if the default pool is in the set of multiple pools,
this filter will select the default pool.
Change-Id: I26a7a2628bcb593c189d8b470fd546c060ceeab9
test.idempotent_id is being kept temporary to migrate
to new lib interface. Now idempotent_id is available as Tempest stable
interface decorators and all plugins tests using the old decorator
should be switched to new interface.
In future, Once all plugins are switched to new decorator Tempest
will remove the test.idempotent_id
This commit correct the example tests in doc.
Related-Bug: 1616913
Change-Id: I4c8eb461a04072403d5bf0e03cefae8df03999f0
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
Currently, there is no support for Microsoft DNS
in designate. This patch addresses this issue
by adding support for Microsoft DNS Server using
an agent backend in designate.
Change-Id: I8db1906e17e5fb20fa6f3e5d1f13b2d701f0c032
Implements: blueprint msdns-backend-support
Depends-On: I029747555a58e0a8e362b65e6c0c470cf2774e42
line #50: s/contributers/contributors
line #52: s/familar/familiar
line #95: s/desiered/desired
line #96: s/paramaters/parameters
line #242: s/functionaility/functionality
line #243: s/functionaility/functionality
Change-Id: Id1dc68c038ab64a000362304fd5196a734d45b39