3499 Commits

Author SHA1 Message Date
Jenkins
fc5e8d2545 Merge "doc: Populate the 'configuration' section" 2017-08-02 18:17:12 +00:00
Jenkins
dcfb816b5e Merge "Change correctly producer-task conf" 2017-08-02 18:17:06 +00:00
Jenkins
2cb752a240 Merge "Fix AXFR queries under py3.5" 2017-08-02 18:09:22 +00:00
Jenkins
47f2a02457 Merge "Updated from global requirements" 2017-07-31 12:17:35 +00:00
Nguyen Van Trung
933917cc25 Fix a integrations doc link
Change-Id: I763983314f4341b36d88fb5fc32da97746fd6e91
2017-07-31 16:53:03 +07:00
Nguyen Van Trung
3d72b9f5a1 Change correctly producer-task conf
We have "zone_purge" [1] in code-base which need to replace
old name "domain_purge" [2].

[1] https://github.com/openstack/designate/blob/master/designate/producer/tasks.py#L116
[2] https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L295

Change-Id: I605eb5711bd395a571628ab67772e230f74beba7
2017-07-31 10:46:07 +07:00
OpenStack Proposal Bot
8fc76998e7 Updated from global requirements
Change-Id: I656ab274fc6235d73a9c4bb23035efa461ca0124
2017-07-27 20:20:17 +00:00
Hieu LE
3f1fe07d06 doc: Populate the 'configuration' section
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
2017-07-25 08:36:01 +07:00
Thomas Herve
20158f66ef Fix AXFR queries under py3.5
This encodes the criterion returned by pydns properly.

Change-Id: Ifc249f36c8bb9718f4d4557acc9b0181e491b31b
2017-07-24 16:31:36 +02:00
OpenStack Proposal Bot
accd70a656 Updated from global requirements
Change-Id: I4e742c9a2770d4e78e97cc708c271e9a7a78f14c
5.0.0.0b3
2017-07-20 02:30:03 +00:00
Jenkins
aa99252505 Merge "Updated from global requirements" 2017-07-18 11:26:12 +00:00
Jenkins
6b74e45373 Merge "Remove deprecated cfg in notification and add format-v6 test" 2017-07-18 11:10:12 +00:00
OpenStack Proposal Bot
ed6477500e Updated from global requirements
Change-Id: Icdbc5da2517da7b5ed9bea1fa2901c578f3a0a0b
2017-07-18 01:45:07 +00:00
Nguyen Van Trung
5bab49582c Remove deprecated cfg in notification and add format-v6 test
- 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
2017-07-17 06:21:50 +00:00
OpenStack Proposal Bot
b1db570c33 Updated from global requirements
Change-Id: Ie18759dca23f98a23ed16866fb374d42a659b0bc
2017-07-14 23:54:27 +00:00
chenxing
bc24df1ee2 Update the documentation link
Change-Id: I28e9097f01e4e6d60093c34534f58299488ebf73
2017-07-14 05:24:26 +00:00
melissaml
11f4a3c9dd Update URLs in documents according to document migration
Change-Id: I96d83374cfc2bdde92cb24f5a44c358fca6f8736
2017-07-13 15:32:08 +08:00
Jenkins
902505e98b Merge "Fix task tests under py3" 2017-07-13 06:19:35 +00:00
Jenkins
4aebef73c5 Merge "Fix pool tests in py3" 2017-07-13 03:34:12 +00:00
Jenkins
8902c4e129 Merge "Make central service tests py3 compatible" 2017-07-12 21:15:58 +00:00
Jenkins
9d688e2836 Merge "Auto-generate designate.conf.sample via genconfig testenv" 2017-07-12 20:12:39 +00:00
Jenkins
7e24e077f5 Merge "Eliminate annoying oslo.messaging timed out message" 2017-07-12 19:48:39 +00:00
Nguyen Van Trung
416ae6cd08 Auto-generate designate.conf.sample via genconfig testenv
- 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
2017-07-01 21:32:16 +07:00
Doug Hellmann
47b61c57a4 use the same command for 'docs' env build as CI uses for real doc builds
Change-Id: Iff77d58ae895405eded2063d03e704a17e626868
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:44:36 -04:00
Doug Hellmann
e940a65e23 complete the migration from oslosphinx to openstackdocstheme
Change-Id: I32bbd44df176397d6887a4547cbf71b819daa358
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:44:36 -04:00
Doug Hellmann
84040e07ed rearrange existing documentation according to the new standard layout
Change-Id: I797d2445b16c8348cdbafbb4f859251c772e1e14
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:44:36 -04:00
Thomas Herve
f54f76ceae Fix task tests under py3
This makes all the unit tests pass under python3 \o/

Change-Id: I6f145ece1b0ce12843e0b9754467a79f88770bdc
2017-06-29 10:02:03 +02:00
Thomas Herve
e0a670a030 Fix pool tests in py3
This fixes an assertion which was trying to sort dictionaries: it works
around it by comparing items instead.

Change-Id: Iaa9764102a18d4b4cd6c2042791991ae1ab114e3
2017-06-29 10:01:11 +02:00
Thomas Herve
ff32da0bcc Make central service tests py3 compatible
This enables tests for central service, by not comparing None and int
values.

Change-Id: I001c0a5628ec2ed1c3fe53b52786a0ade16c9c95
2017-06-29 09:16:58 +02:00
Jenkins
3c323d5eab Merge "Make the Zone object py3 compatible" 2017-06-29 02:25:28 +00:00
Jenkins
6eaa76c822 Merge "Optimize the link address" 2017-06-28 18:25:16 +00:00
Jenkins
9364dedfb2 Merge "Improving cover testenv" 2017-06-28 18:25:10 +00:00
Jenkins
40d5d20d61 Merge "Stop using deprecated 'message' attribute in Exception" 2017-06-28 18:25:04 +00:00
Jenkins
56f36e9f35 Merge "Remove unnecessary setUp function in testcase" 2017-06-28 18:23:05 +00:00
Jenkins
5887078073 Merge "Fix missing format of impl_infoblox config file" 2017-06-28 18:22:59 +00:00
Jenkins
1a25663148 Merge "Fix UUID and String value in test_pool" 2017-06-28 18:22:53 +00:00
Jenkins
f6e6c7fca4 Merge "Improving check warning build_sphinx" 2017-06-28 18:22:47 +00:00
Jenkins
8eea30cb03 Merge "Fix missing database privileges and config references" 2017-06-28 18:22:36 +00:00
Jenkins
8d509383ce Merge "Return PoolList as a right list object" 2017-06-28 18:22:30 +00:00
Jenkins
e816f25e75 Merge "Improve testcase" 2017-06-28 17:47:36 +00:00
Jenkins
a76dffc645 Merge "Remove .testrepository/times.dbm" 2017-06-28 17:47:30 +00:00
Jenkins
a989d0d778 Merge "Ensure TTL is not 0 for zone imports" 2017-06-28 17:47:24 +00:00
Hieu LE
59711d5db8 Eliminate annoying oslo.messaging timed out message
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
2017-06-28 17:45:10 +00:00
Dai Dang Van
58728c316e Fix missing database privileges and config references
Change-Id: Ide6604566f3814eff90074704a8045439a9026d1
Co-authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
2017-06-28 13:52:38 +00:00
OpenStack Proposal Bot
ccaaa3f06c Updated from global requirements
Change-Id: Iff2426d2399494e7b37f9d7d20e7cab890baade4
2017-06-27 12:09:03 +00:00
Vu Cong Tuan
be73e7939b Stop using deprecated 'message' attribute in Exception
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
2017-06-23 16:39:59 +07:00
Nguyen Van Trung
6725ea21f6 Improving cover testenv
- Add coverage report to analyze code.

Change-Id: I46d3e6abe0a2b2e39db80ff399fcd53d35d1d577
2017-06-19 08:35:38 +00:00
lingyongxu
7d027bbecc Optimize the link address
Use https instead of http to ensure the safety,the patch
alse fix a wrong url to right.

Change-Id: Iea8388c74a695cbf7b32fce168b484b5a0236ae5
2017-06-15 10:32:42 +08:00
Nguyen Van Trung
f7e8a71b02 Improving check warning build_sphinx
- 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
2017-06-12 13:55:18 +07:00
Nguyen Van Trung
a780b892c6 Fix missing format of impl_infoblox config file
- 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
2017-06-12 00:40:38 +07:00