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
- Remove 'format' cfg in nova and neutron notification
- Modify related tests with 'format' cfg
- Add formatv6 test-case for nova
- Add releasenotes for these change.
Change-Id: I5bcc7c59f23d8d66252ca6809fc78803c0bbdab7
- Keep currently config in the Designate
- Fix some warning about missing help string
- Auto-generate sample config via genconfig testenv.
- Add an instruction in README about genconfig
- Create config sample along with whole service, backend
- Create opts.py to focus list_opts.
Change-Id: Iead7772cd13316c9f4adafe1b1e70d36bbc6a11a
This fixes an assertion which was trying to sort dictionaries: it works
around it by comparing items instead.
Change-Id: Iaa9764102a18d4b4cd6c2042791991ae1ab114e3
Oslo.messaging >=5.18.0 polling spam logs for timed out message.
Setting oslo.messaging log level to INFO for eliminating annoying
timed out messages.
This commit also adopt get_rpc_transport and
get_notification_transport from oslo.messaging.
Change-Id: I2de252a59073af0db2d570f78208ee0402a2826e
Depends-On: I0ee741d8deda358e7cfb29407865ac6780ac64b9
Closes-Bug: #1691618
Related-Bug: #1671781
The 'message' attribute has been deprecated and removed
from Python3.
For more details, please check:
https://www.python.org/dev/peps/pep-0352/
Change-Id: Ib3f142812c66354eadec3e5224f70f3ef8ce0e33
- 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
- The 'deprecated_reason' will created if 'deprecated_for_removal=True'
and help='DEPRECATED: <string>'.
- Currently format will be raising 'NoneType' object if we want
to genconfig testenv(in-progress [1]).
[1] https://review.openstack.org/#/c/472770/
Change-Id: I1b542175cb471093787e0ba0947bc5920917f29b