- 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
In testcase, setUp will be called automatically. This patch used to
remove setUp functions that do nothing. Besides, it will keep code clean.
Change-Id: I9205cd1faab3fa5bfdaa13ed798249a354716a23
When we run tox command, we are facing with
test fail problem like: "No module named gdbm".
This patch adds cleaning up of this file
before running next tests.
Change-Id: If906d8c684cce14b62dec718fd22b6903b0ac663
- We are using PoolAttributeList object for this case
and put a list of Pool objects for it.
Co-authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Change-Id: Ie9047c6623d5b54c1ef890f43cff759c1b537797
We should have better inputs for objects that we created
even when we don't face with wrong inputs because
we didn't call validate() for each time we set attribute.
- Fix some wrong UUID into correctly value.
Co-authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Change-Id: Ibe0e24e6cc0366deb2b669ade2c9ff87f7eebe4e