<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/doc/source/index.rst, branch train-eol</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Removing v1 api support</title>
<updated>2019-09-11T03:53:25+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-09-11T02:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b'/>
<id>093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b</id>
<content type='text'>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight V1 API removal</title>
<updated>2018-02-12T14:01:22+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>gr@ham.ie</email>
</author>
<published>2018-02-12T14:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=7cd8b69fc28e6f7376cfd3897eaf852dfcccf4a6'/>
<id>7cd8b69fc28e6f7376cfd3897eaf852dfcccf4a6</id>
<content type='text'>
Update Docs and the execption logged to point users to the
openstack cli + v2 client.

Change-Id: Ib08330d348a6a2f0e976ab0df26e91b2d7bd4e13
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Docs and the execption logged to point users to the
openstack cli + v2 client.

Change-Id: Ib08330d348a6a2f0e976ab0df26e91b2d7bd4e13
</pre>
</div>
</content>
</entry>
<entry>
<title>import cli-reference material from openstack-manuals</title>
<updated>2017-07-10T15:50:21+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-28T21:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=3947730ed55938c2b6cde17d7a2fb0aed456e749'/>
<id>3947730ed55938c2b6cde17d7a2fb0aed456e749</id>
<content type='text'>
Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ida7c2fb3f987aa2cef5f2eaba52f36413547de71
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rearrange the existing docs into the new standard layout</title>
<updated>2017-07-10T15:50:21+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-28T21:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=3241a7d9c47844a234dce61ed5c16daec13f7017'/>
<id>3241a7d9c47844a234dce61ed5c16daec13f7017</id>
<content type='text'>
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sphinx 1.5 warning-is-error</title>
<updated>2017-04-20T12:57:16+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2017-04-19T09:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=6b7b018cb6b8c3884b34da1769406b0d65867df7'/>
<id>6b7b018cb6b8c3884b34da1769406b0d65867df7</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify OSC doc structure</title>
<updated>2017-02-23T15:26:04+00:00</updated>
<author>
<name>Tim Simmons</name>
<email>tim.simmons@rackspace.com</email>
</author>
<published>2017-02-22T19:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=8d806158ae816b9b5a561c8ef2ca83538c355a32'/>
<id>8d806158ae816b9b5a561c8ef2ca83538c355a32</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve python-designateclient docs</title>
<updated>2016-04-20T16:57:57+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-04-19T21:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=d4a5555e52929c440ff5cfa1c422892a6cf54370'/>
<id>d4a5555e52929c440ff5cfa1c422892a6cf54370</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Layout some functional tests for the V2 CLI</title>
<updated>2015-09-23T14:30:35+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-08-24T15:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=6daf82777ec72337cc0afa6a702e66b64b622488'/>
<id>6daf82777ec72337cc0afa6a702e66b64b622488</id>
<content type='text'>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</pre>
</div>
</content>
</entry>
<entry>
<title>V2 CLI Support</title>
<updated>2015-09-02T13:54:08+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-05-12T08:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=f7d4dbbff5e8cf3d438979836c3957c8c23a1a04'/>
<id>f7d4dbbff5e8cf3d438979836c3957c8c23a1a04</id>
<content type='text'>
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python bindings docs</title>
<updated>2013-09-25T13:54:44+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2013-09-25T12:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=1416ffa87ee43f28fbec9676079d7eaaa0a1c0cf'/>
<id>1416ffa87ee43f28fbec9676079d7eaaa0a1c0cf</id>
<content type='text'>
Change-Id: I95a098190917017b010a323403ca43108f078958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I95a098190917017b010a323403ca43108f078958
</pre>
</div>
</content>
</entry>
</feed>
