summaryrefslogtreecommitdiff
path: root/api-ref
Commit message (Collapse)AuthorAgeFilesLines
* Implement sharing of zonesIgor Malinovskiy2023-02-147-0/+314
| | | | | | | | | | Author: Igor Malinovskiy <u.glide@gmail.com> Co-Authored-By: Sergey Drozdov <sergey.drozdov.dev@gmail.com, sergey.drozdov93@thehutgroup.com> Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: Ibd780f3c695a95be00ff97d7736d5a0bebea79b9 Closes-Bug: #1714088 Depends-On: https://review.opendev.org/c/openstack/designate-tempest-plugin/+/872069
* Add option to force delete zone-files in delete API.Manish Honap2022-10-202-0/+9
| | | | | | | | | | | Designate does not delete the zone-files on the back-end when zone is deleted. This results in thousands leftover zone files on backend e.g. bind. Add option in designate zone delete API to force clean/delete zone-files on the back-end. This option is restricted for admin or owner roles. Closes-Bug: 1966517 Change-Id: Ic7b8fee4d4702b0632774d32542b23d7d2a8c253
* Remove unicodeErik Olof Gunnar Andersson2022-10-111-5/+5
| | | | | | No longer necessary as we no longer support Python 2.7. Change-Id: Icae82ed323d25d85a35e12b8b4c980f0f71d5d85
* fix delete-recordset-response.json formatshanyunfan332022-09-111-1/+1
| | | | | | fix records "10.1.0.3", -> "10.1.0.3" Change-Id: I5f15c7f6f9e8d2de49bb30aa2c116619908b846b
* Add simple API versioning to the Designate APIMichael Johnson2022-06-305-81/+164
| | | | | | | | | | | | | | Adds simple API versioning for Designate. Designate API minor releases are additive to the API major revision and share the same URL path. Subsequent minor versions are a superset of the previous versions of the same major revision. Updates the version discovery document to be compliant with OpenStack version discovery. Restructures the API reference to provide more information about the versioning. Depends-On: https://review.opendev.org/c/openstack/designate-tempest-plugin/+/848323 Change-Id: I13162711b521472ec8b796ced34d0b7107aaed36
* Merge "Fix API reference for list service statuses"Zuul2022-02-182-3/+3
|\
| * Fix API reference for list service statusesMichael Johnson2021-03-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | The API reference incorrectly listed the URL path for list service statuses as /v2/service_status. This patch corrects that to the actual path and adds compatiblity for the /v2/service_status path in the code in case there are users or libraries coded to the incorrect path. Closes-Bug: #1919183 Change-Id: I3cdf0f8dcde12891e244822480270aec48e0df0d
* | Fix API reference for service statusesMichael Johnson2021-12-213-3/+130
|/ | | | | | | | This patch updates the "list service statuses" section of the API reference to document the response parameters. It also adds the missing "show service status" section. Change-Id: If451fc099d2a3dc8ce77c807d9553da7c4122190
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-201-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Set openstackdocs_auto_name to use 'project' as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Add openstackdocstheme options to api-ref. Change-Id: I0cf71327ca5d9da1d88a826225374c8801849c36
* Cleanup docs buildingAndreas Jaeger2020-02-231-21/+1
| | | | | | | * Switch to newer openstackdocstheme version and remove settings that are default now Change-Id: Iec8791077aa7f1cb8edfa64235fb718a98aaba90
* Merge "Remove the deprecated "giturl" option"Zuul2018-02-031-5/+0
|\
| * Remove the deprecated "giturl" optionzhang.lei2018-01-151-5/+0
| | | | | | | | | | | | | | | | | | From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by openstackdocstheme[1], we do not need giturl option anymore. [1] https://review.openstack.org/532163 Change-Id: Ic7ad09aaebc5951fe8e3a254ba1cee2d61b486f8
* | Remove v1 APIGraham Hayes2018-01-111-10/+0
|/ | | | | | This completes the long awaited removal of the V1 API. Change-Id: I30c8a5e8569b1b86286c5e3cb07856c06ebe5803
* Add zone 'attributes' to api-refGraham Hayes2017-12-046-0/+27
| | | | Change-Id: Ieb99d4944165e4db32bba3b6b6be627d5d3f4038
* Update to correct status tablesGraham Hayes2017-11-2716-125/+763
| | | | Change-Id: I13053b8faddf5c1045d52f047185f309e1ee6a26
* Fix doc generation for Python3melissaml2017-06-041-2/+1
| | | | | | | | | | Fix the Sphinx html_last_updated_fmt for Python3. The html_last_updated_fmt option is interpreted as a byte string in python3, causing Sphinx build to break. This patch makes it utf-8 string. Change-Id: Ia8274b7db7ff0f4e45acc778f7061c2add93c65f Closes-Bug:#1693670
* Merge "Use https instead of http for git.openstack.org in designate"Jenkins2017-03-101-1/+1
|\
| * Use https instead of http for git.openstack.org in designategengchc22017-03-101-1/+1
| | | | | | | | | | | | Trivialfix Change-Id: I11a3311df7deb8ac8bd3e077f4493a869d7e1830
* | Merge "Change 'tocreate' to 'to create'"Jenkins2017-03-081-1/+1
|\ \
| * | Change 'tocreate' to 'to create'Nguyen Van Trung2017-03-051-1/+1
| | | | | | | | | | | | Change-Id: I8c2dd737d46b27fc415969840c521c882493d63e
* | | Bump hacking to new required versionGraham Hayes2017-03-075-5/+4
|/ / | | | | | | Change-Id: Ice127b5e673cee3159b780e3da06cec496c845e3
* | Remove old docs contentGraham Hayes2017-02-224-0/+132
| | | | | | | | Change-Id: I5289d75f4bd0d9c1489a208e3d83ac4f44c9422d
* | Fix warnings in api-refGraham Hayes2017-02-082-0/+2
|/ | | | Change-Id: I5c4be2105f5a169f869b840da0f6a5a425a147f0
* [api-ref] fix create zone export endpointMaurice Schreiber2016-12-291-1/+1
| | | | Change-Id: I56b0262ffa619917edb68fad9b7a57239b3b77b2
* Fix a typo in parameters.yamlmelissaml2016-11-171-1/+1
| | | | | | TrivialFix Change-Id: I461fca511003992927375b9c9064d9bf46c3486e
* [api-ref] add optional zone create parameter 'masters'Maurice Schreiber2016-11-042-2/+3
| | | | | Change-Id: Ia39b65065b3df2e3d27171165bfe8bb55dee109d Closes-Bug: #1639271
* Add API description for deleting zone export record to api-refsonu.kumar2016-09-281-0/+33
| | | | Change-Id: I596f1bae94cd963faddc7921bc240da02b91fed5
* api-ref v2 recordset: document X-Designate-Edit-Managed-Records headerAlex Monk2016-09-211-0/+3
| | | | Change-Id: Ifae30121de3293dd031b73c4ef13c4e5c8a55b52
* Merge "[api-ref] Remove temporary block in conf.py"Jenkins2016-09-141-28/+10
|\
| * [api-ref] Remove temporary block in conf.pyNguyen Phuong An2016-09-091-28/+10
| | | | | | | | | | | | | | | | The os-api-ref 1.0.0 is out. We can remove the support to older version now. Reference: https://github.com/openstack/senlin/commit/6d41feb58dd836d426c9b6f025846dbbf7295097 Change-Id: I8748ae2b4af44f49ab3a97716a7b9cf3d7182777
* | Merge "Add name parameter to recordset create request description"Jenkins2016-09-131-0/+1
|\ \
| * | Add name parameter to recordset create request descriptionsonu.kumar2016-08-301-0/+1
| | | | | | | | | | | | | | | Change-Id: I11f722b1d9aae2434a14cd6a934c5b39c572e15c Closes-Bug: #1615141
* | | Merge "Config logABug feature for Designate api-ref"Jenkins2016-09-121-0/+9
|\ \ \
| * | | Config logABug feature for Designate api-refNguyen Phuong An2016-09-051-0/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | Currently, Designate api-ref is not configured with logABug feature. When users click "Report bug" button, it leads to "openstack-manuals" which is default. Change-Id: I698c7d7b811011e601765521bb9a6419308ca9d7
* | | Merge "Change PATCH method to PUT for recordset update in api-ref"Jenkins2016-09-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Change PATCH method to PUT for recordset update in api-refsonu.kumar2016-09-081-1/+1
| |/ | | | | | | | | Change-Id: I4794609230e77345a71be9f4763c4d49778cc449 Closes-Bug: #1621262
* | Replace POST with PATCH in api-ref for set floatingIP's ptr recordsonu.kumar2016-08-291-1/+1
|/ | | | | | Closes-Bug: #1615840 Change-Id: Ieea6d1a2df8b10a6497fb89907838dd88285617a
* Add api-ref dropdownGraham Hayes2016-08-251-0/+1
| | | | Change-Id: I1119ad8895d6f3985a6c023d6bd2be8405f1927c
* Get ready for os-api-ref sphinx theme changeGraham Hayes2016-08-191-5/+30
| | | | Change-Id: If3f7c1d68e1f278cd5fbcb43fb686828e01d05fe
* Merge "Language fix 'imports' to 'exports'"Jenkins2016-08-181-1/+1
|\
| * Language fix 'imports' to 'exports'igor2016-08-071-1/+1
| | | | | | | | Change-Id: I8b93ecac7837b926214836e3814333495d28c7db
* | Fix api-ref methods for getting, updating and deleting recordsetsAlex Monk2016-08-031-3/+3
|/ | | | Change-Id: I75fb8326781ce8ec00b134f70e436c7c857e337d
* Documentation fix upGraham Hayes2016-07-221-2/+2
| | | | | | | | * Upgrade TOC was not showing the docs. * API-Ref for zone transfer accepts was incorrect Change-Id: I3eae331cddea97c56466d0031e4da10657c564fa Fiexes-Bug: #1605665
* Merge "Add missing parameters to docs of zone_ownership_transfer_accept"Jenkins2016-07-143-6/+24
|\
| * Add missing parameters to docs of zone_ownership_transfer_acceptsonu.kumar2016-06-223-6/+24
| | | | | | | | Change-Id: Id9b9d1ed8124b708d9f6142c4c6ae807823264f1
* | Added docs for Floatingip ptr records to api refsonu.kumar2016-07-127-0/+294
| | | | | | | | Change-Id: Ic42871b8ecc9caa4e39ce934e2e297aaf3b5222a
* | Add v2/quotasGraham Hayes2016-07-066-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the quotas api from /admin to /v2 with some changes. All users can GET /v2/quotas/<project_id> Users with "All-Projects" permission can view other projects (by setting X-Auth-All-Projects:True in the HTTP Headers) Users with "All-Projects" and "set-quotas" can set other projects quotas Moved the API rendering to Designate Object based rendering Change-Id: I7a0b828824ad6f274d922748f5f9a68157cd939a Depends-On: I06180a7402fc45940d4b312666cf2dfd33af1305
* | Add docs for SSHFP, SRV, SPF and MX recordsets to api-refsonu.kumar2016-06-219-0/+382
|/ | | | Change-Id: I758271cbebc012f1fa15f552227e6e73aac49635
* Merge "Add docs for zone ownership transfer_accept API"Jenkins2016-06-173-0/+92
|\
| * Add docs for zone ownership transfer_accept APIsonu.kumar2016-06-133-0/+92
| | | | | | | | | | Change-Id: Ic544254cecc4d872361f90d471200ba74602488b depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f