summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* switch from oslosphinx to openstackdocsthemeDoug Hellmann2017-07-101-1/+8
| | | | | Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* import cli-reference material from openstack-manualsDoug Hellmann2017-07-102-0/+959
| | | | | Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* rearrange the existing docs into the new standard layoutDoug Hellmann2017-07-1011-17/+40
| | | | | Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Update cli docsGraham Hayes2017-07-102-68/+37
| | | | | | | | Marked V1 API docs as deprecated Moved to "example.(org|net|com). domains Removed servers cli examples (as they are now dangerous with v2 API) Change-Id: I3e1fa170dc189cc5dac608a9aecacd9127a2233e
* doc: Remove cruft from conf.pyStephen Finucane2017-04-201-193/+1
| | | | Change-Id: I2cdb0c7ed4b7ef9deb12454fe2fe7361edc9438c
* Use Sphinx 1.5 warning-is-errorStephen Finucane2017-04-201-0/+1
| | | | | | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. This involves a couple of changes to the docs to fix the now broken build. Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
* Simplify OSC doc structureTim Simmons2017-02-233-423/+431
| | | | | | | | | This page should be linked from the main docs as a place to see the various commands that are possible. This moves the more verbose examples to one place and delete the other page. There was also some grammar that bugged me so I changed it Change-Id: I8bc23e493794a43d7f6eb4d5bd5dce965c8ff11d
* Fix broken link for modindexsonu.kumar2017-01-261-1/+1
| | | | | | | The documentation build does not generate any module index, therefore modified setup.cfg to create module index. Change-Id: I6140896d5779e8360c866267601713bbf572fee4
* Fix for bug 1627945ashish-kumar-gupta2016-10-131-1/+1
| | | | | | | Documentation doesn't specify that admin credentials are needed to zone abandon Change-Id: I3f3d2ae35824bcffa285878629fd4a841c0cf602 Closes-Bug: #1627945
* Docs update for FloatingIP's ptr recordssonu.kumar2016-08-081-6/+17
| | | | Change-Id: If6e7dd77d43bc541a7e872b7fc6964874e3f3463
* Merge "Allow cli to query "v2/recordsets""Jenkins2016-06-291-0/+1
|\
| * Allow cli to query "v2/recordsets"Graham Hayes2016-06-091-0/+1
| | | | | | | | | | | | | | | | The allows users to list all recordsets in the system. running ``openstack recordset list all`` will show all rrsets Change-Id: Id47961c80484550c99c1834a554afe31165b69ca
* | Add `openstack zone transfer accept list` cli to designateclientsonu.kumar2016-06-142-0/+7
|/ | | | | | | | | | | This patch add cli for listing accepted zone ownership transfer and corresponding test cases. Related-Bug: #1499539 Change-Id: I3eec36c73b2dacd4eed3b8578c4d51593b43104d depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f
* Use the correct capitalization of OpenStackDougal Matthews2016-05-182-4/+4
| | | | Change-Id: If02429ed7254e4cd543b2f22f7685bf045fb4cd6
* Merge "Update doc examples to use keystoneauth"Jenkins2016-05-111-24/+55
|\
| * Update doc examples to use keystoneauthClenimar Filemon2016-05-061-24/+55
| | | | | | | | | | | | | | | | | | | | | | As keystoneclient's Session and auth plugins have been deprecated in favor of keystoneauth, the documentation examples must reflect that. This patch updates all examples in order to show keystoneauth Session usage instead of deprecated keystoneclient Session. Also, the python API bindings were updated too. Change-Id: I4b64fee4f526cc5b4a5e36cc8edb61164ceded51
* | Docs Updatesonu.kumar2016-05-101-0/+166
|/ | | | | | This patch updates docs for v2 cli examples. Change-Id: I2e8c7e8259ce8b3e446e33862e1c8a57b0cf3690
* Update designate cli page with more examplesReddy A, Penchal (pr8721)2016-05-061-1/+112
| | | | | | Closes-Bug: #1578207 Change-Id: I775e12510b0705e8ab797bf34e9b38d4853e65c1
* Improve python-designateclient docsRahman Syed2016-04-207-45/+393
| | | | | | | | | | | | | * Improve index page to explain the difference between v1 and v2 CLI support. * Add a v2 examples page * Add all supported commands to v2 shell page * Add a tox task to build the docs * Fix a bug building the docs with an invalid html_static_path config Change-Id: Ie1e65c2d0cc8ad1b8b258e03114e19a943d1d19c Closes-Bug: 1572217
* Doc changes for installation webpageVenkata Mahesh Jonnalagadda2016-03-301-1/+1
| | | | | Change-Id: I8dba20b06680262ecd67df7165bd5ec0baed97a2 Closes-Bug: #1563865
* Fixed grammar mistake in shell.rstAndrew F. Ly2016-01-201-1/+1
| | | | | | | This trivial commit fixes a grammar mistake in the documentation. Change-Id: I0e2a8bf75bf1f5a1bc1f64cc59e0c4ab4e67dbaf Closes-Bug: 1536369
* Merge "Fixes doc for v2 cli"Jenkins2015-11-041-2/+2
|\
| * Fixes doc for v2 clisonu.kumar2015-10-301-2/+2
| | | | | | | | | | Change-Id: I7994d3d0ea8ff1fd0f6471f05a1c35d1f4920d9d Closes-Bug: #1511225
* | Updates shell doc of v1 clientsonu.kumar2015-11-042-87/+160
|/ | | | | | | | This patch updates shell doc of designate v1 client. Closes-Bug: #1511672 Change-Id: Iaa35b4fa97e0a3680769c0942a51c28e7cede2fc
* Layout some functional tests for the V2 CLIPaul Glass2015-09-232-0/+68
| | | | Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
* Merge "V2 CLI Support"Jenkins2015-09-023-0/+72
|\
| * V2 CLI SupportEndre Karlson2015-09-023-0/+72
| | | | | | | | Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
* | Update github's URLalgerwang2015-08-192-2/+2
|/ | | | | | | | | | | Old URL is https://github.com/stackforge/python-designateclient or git@github.com:stackforge/python-designateclient.git. But now is https://github.com/openstack/python-designateclient or git@github.com:openstack/python-designateclient.git Closes-Bug: #1486337 Change-Id: I1f3d0b90b22295ad9cce9c2f05d9993935d07f70
* Replacing print with print() to provide py 2/3 compatibilitysonu.kumar2015-07-201-2/+2
| | | | | | Replaced print in python 2 to print() to provide py 2/3 compatibility Change-Id: I805ecdbdd07ea89c1595c045fc5b380f9bb42335
* Removed peronal email address from exampleSimon McCartney2015-06-251-2/+2
| | | | Change-Id: I2ca31701af37ab9776e86aa7ce16f86f6edc8557
* Update github linkAndrew Spiers2015-06-021-1/+1
| | | | Change-Id: I5d27500d125b9c1424ca71a9e112079d1939ba75
* Drop incubating theme from docsJoe Gordon2015-05-271-1/+1
| | | | | | | OpenStack has dropped the incubation notion, so labeling this as an incubated project in the docs is confusing. Change-Id: Icf6d89805db56a4f695ac55e6630b804f26655f8
* Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-1/+1
| | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: Ia1631b026e1d59e9e4b448bb2c96c8cf4c6e3421
* Fixes homepage in metadata and internal docsAlok Jani2014-09-261-3/+3
| | | | | | | | * Correct homepage in package metadata file * Correct launchpad & GitHub home in contributing.rst Change-Id: I01e1cf7f97a72b78d4c26543b73910ac6a90e145 Closes-Bug: #1332626
* Added oslosphinx theme, and enabled the incubating optionGraham Hayes2014-07-161-2/+2
| | | | Change-Id: I0bb22dc0a53a9db169a07e305cd4aeab317b2d7e
* Correct Python bindings create-record exampleKiall Mac Innes2014-04-142-3/+3
| | | | Change-Id: Ic4dee73aa7c0f407fa3fd757edf52a923ba5707d
* Added domain and record description editingGraham Hayes2013-10-301-0/+2
| | | | | Change-Id: I8cdf3b9fa986255a9c1787f4ed8375bded8ee062 Closes-Bug: 1213889
* Correct two Record examples in the binding docsKiall Mac Innes2013-09-251-2/+2
| | | | Change-Id: I73df92ab161a3f6dacb196d827130de8f7ae8252
* Add Python bindings docsKiall Mac Innes2013-09-256-16/+479
| | | | Change-Id: I95a098190917017b010a323403ca43108f078958
* first drop of python-designateclient docsSimon McCartney2013-09-197-8/+331
| | | | Change-Id: Iecad349608bdc391b1c8613bac55b37f2719be19
* Rename Moniker -> DesignateKiall Mac Innes2013-06-092-12/+12
| | | | Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
* Initial Python client bindings and CLIKiall Mac Innes2012-11-272-0/+264
Change-Id: Iac4a73acfb515c1e213a1dd0865a62bc39e3ed0f