<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient, branch 2.4.0</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Ensure X-Designate-Edit-Managed-Records header value is a string</title>
<updated>2016-12-09T19:15:16+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-12-09T19:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9ceb24149110662d65469f0554036f7fe3e3d2c3'/>
<id>9ceb24149110662d65469f0554036f7fe3e3d2c3</id>
<content type='text'>
Header values are strings so we should provide a string as
X-Designate-Edit-Managed-Records header value instead of a boolean
(which is transformed into: "&lt;type 'bool'&gt;" by python-requests).

Change-Id: Iaf248a0e817fe65785ddcdca46663e7273a6dad0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Header values are strings so we should provide a string as
X-Designate-Edit-Managed-Records header value instead of a boolean
(which is transformed into: "&lt;type 'bool'&gt;" by python-requests).

Change-Id: Iaf248a0e817fe65785ddcdca46663e7273a6dad0
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tempest instead of Tempest-lib</title>
<updated>2016-11-22T03:52:16+00:00</updated>
<author>
<name>ghanshyam</name>
<email>ghanshyam.mann@nectechnologies.in</email>
</author>
<published>2016-11-22T03:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=e995bfd553fb0aad8bcb9896240ab561af2d634d'/>
<id>e995bfd553fb0aad8bcb9896240ab561af2d634d</id>
<content type='text'>
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.

This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt

Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.

This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt

Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Ensure X-Auth-All-Projects header value is a string"</title>
<updated>2016-11-04T09:17:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-04T09:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=1dc3e1f6d37695529f03c4e0963371a81fe80c56'/>
<id>1dc3e1f6d37695529f03c4e0963371a81fe80c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix pep8 E501 line too long"</title>
<updated>2016-11-01T12:13:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-01T12:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ba3c1a6b92e83225e7ef7a34dd4c68b26e55fb4c'/>
<id>ba3c1a6b92e83225e7ef7a34dd4c68b26e55fb4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure X-Auth-All-Projects header value is a string</title>
<updated>2016-10-28T14:38:34+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-10-26T20:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=850bee7d2864b9ff25f8f549d76d1d4f24abad40'/>
<id>850bee7d2864b9ff25f8f549d76d1d4f24abad40</id>
<content type='text'>
Header values are strings so we should provide a string as
X-Auth-All-Projects header value instead of a boolean (which is
transformed into: "&lt;type 'bool'&gt;" by python-requests)

Change-Id: Id4172f424565da5afb1f310195a0b7ba37674064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Header values are strings so we should provide a string as
X-Auth-All-Projects header value instead of a boolean (which is
transformed into: "&lt;type 'bool'&gt;" by python-requests)

Change-Id: Id4172f424565da5afb1f310195a0b7ba37674064
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add plug-in summary for osc doc"</title>
<updated>2016-10-18T23:52:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-10-18T23:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=64ecd601c4d99bf5becdf48f8ce317ce1d37f618'/>
<id>64ecd601c4d99bf5becdf48f8ce317ce1d37f618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plug-in summary for osc doc</title>
<updated>2016-10-14T10:49:20+00:00</updated>
<author>
<name>KATO Tomoyuki</name>
<email>kato.tomoyuki@jp.fujitsu.com</email>
</author>
<published>2016-10-14T04:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=61d43154f1103cf655b46140a1c362df5cb9aed5'/>
<id>61d43154f1103cf655b46140a1c362df5cb9aed5</id>
<content type='text'>
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html

Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html

Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'assertTrue(a in b)' with 'assertIn(a, b)'</title>
<updated>2016-09-28T06:51:43+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2016-09-28T06:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=da65768aba7a5a31fc0821df7f88eb76ea41fc1c'/>
<id>da65768aba7a5a31fc0821df7f88eb76ea41fc1c</id>
<content type='text'>
trivialfix

Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trivialfix

Change-Id: Iaf6fc3b4b68d764de38856cab54d27579565310f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 E501 line too long</title>
<updated>2016-09-23T05:30:54+00:00</updated>
<author>
<name>Tony Xu</name>
<email>hhktony@gmail.com</email>
</author>
<published>2016-09-23T05:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f1d274aeef4a17fbc809d49c67f7c87b00713093'/>
<id>f1d274aeef4a17fbc809d49c67f7c87b00713093</id>
<content type='text'>
Wrap line to under 79 characters in
designateclient/functionaltests/datagen.py

Change-Id: I50deb3ffb70a4845fc825f9ee3eef61c40316b5b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap line to under 79 characters in
designateclient/functionaltests/datagen.py

Change-Id: I50deb3ffb70a4845fc825f9ee3eef61c40316b5b
</pre>
</div>
</content>
</entry>
<entry>
<title>record-create/update: Account for priority being 0</title>
<updated>2016-09-13T21:54:55+00:00</updated>
<author>
<name>Alex Monk</name>
<email>krenair@gmail.com</email>
</author>
<published>2016-09-13T21:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=68b489985ddd7fe6db3bb9bb6a0cc25761c5fc7a'/>
<id>68b489985ddd7fe6db3bb9bb6a0cc25761c5fc7a</id>
<content type='text'>
Change-Id: Ia791e602d217cbf21fc8b636b0688c012a538169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia791e602d217cbf21fc8b636b0688c012a538169
</pre>
</div>
</content>
</entry>
</feed>
