<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/cli/base.py, 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>Use osc_lib instead of cliff</title>
<updated>2016-07-01T02:52:30+00:00</updated>
<author>
<name>Tang Chen</name>
<email>chen.tang@easystack.cn</email>
</author>
<published>2016-06-30T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=946bd0993520e21564f8bb45af39b75f9f680d54'/>
<id>946bd0993520e21564f8bb45af39b75f9f680d54</id>
<content type='text'>
Base classes of commands are defined in cliff,
but have been encapsulated again in osc-lib for
all plugin clients. So use osc-lib instead of
cliff.

Change-Id: I9ec5dc794d8449bc3618889f68993cea734cb0a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Base classes of commands are defined in cliff,
but have been encapsulated again in osc-lib for
all plugin clients. So use osc-lib instead of
cliff.

Change-Id: I9ec5dc794d8449bc3618889f68993cea734cb0a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark the v1 API Client as deprecated</title>
<updated>2016-06-29T16:47:53+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-29T14:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=4570af9773fe56187efd9b848590b3f6e3d00131'/>
<id>4570af9773fe56187efd9b848590b3f6e3d00131</id>
<content type='text'>
As the v1 API is scheduled for removal, we should warn users

Change-Id: I6e2570db0dd392389cc54aee816ad8b9aee1a0dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the v1 API is scheduled for removal, we should warn users

Change-Id: I6e2570db0dd392389cc54aee816ad8b9aee1a0dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to keystoneauth</title>
<updated>2016-05-16T20:20:28+00:00</updated>
<author>
<name>Clenimar Filemon</name>
<email>clenimar.filemon@gmail.com</email>
</author>
<published>2016-05-06T21:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b68dca09b13166a7a357d5d41e7def93ed4e30cb'/>
<id>b68dca09b13166a7a357d5d41e7def93ed4e30cb</id>
<content type='text'>
This patch migrates designateclient to using keystoneauth Session
instead of deprecated keystoneclient's Session and plugins.

Also, this patch removes the old designateclient.auth module as it is
not used anywhere else in the code base and its purpose is overridden by
the fact that keystoneauth acts as an abstraction layer for
authentication (handling requests and reauthentication internally).

Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch migrates designateclient to using keystoneauth Session
instead of deprecated keystoneclient's Session and plugins.

Also, this patch removes the old designateclient.auth module as it is
not used anywhere else in the code base and its purpose is overridden by
the fact that keystoneauth acts as an abstraction layer for
authentication (handling requests and reauthentication internally).

Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing whitespace</title>
<updated>2015-12-17T05:57:48+00:00</updated>
<author>
<name>KATO Tomoyuki</name>
<email>kato.tomoyuki@jp.fujitsu.com</email>
</author>
<published>2015-12-17T05:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0cb5debf082598ba1e9b79e0e26e71e0e93ac88f'/>
<id>0cb5debf082598ba1e9b79e0e26e71e0e93ac88f</id>
<content type='text'>
Change-Id: I6dacdbc9392c10512620b9f6676b6f69b2440616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6dacdbc9392c10512620b9f6676b6f69b2440616
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass OS_ENDPOINT_TYPE from shell to client</title>
<updated>2015-11-24T18:15:39+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2015-10-19T17:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ca01ddc20b0e3529c2f0fa312094fb112b6a8e55'/>
<id>ca01ddc20b0e3529c2f0fa312094fb112b6a8e55</id>
<content type='text'>
Change-Id: I0e769b4e800b7e64df3d721c21d7a44f733e9f19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0e769b4e800b7e64df3d721c21d7a44f733e9f19
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix support for --os-endpoint</title>
<updated>2015-11-05T09:18:47+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-11-05T09:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=aeeac455207105aea860a5dcdeb9e23a187e7cec'/>
<id>aeeac455207105aea860a5dcdeb9e23a187e7cec</id>
<content type='text'>
Closes-Bug: 1469992

Change-Id: Ie63450a82f07da183756d1c04c34872f7e35d6c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: 1469992

Change-Id: Ie63450a82f07da183756d1c04c34872f7e35d6c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Added appropriate error message for designate cli</title>
<updated>2015-09-11T06:10:26+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-09-11T06:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6952ecbec52684c0584823bc5442ae30564eb6da'/>
<id>6952ecbec52684c0584823bc5442ae30564eb6da</id>
<content type='text'>
This patch adds appropriate error message for Exception
generated when running cli without authentication and
endpoint.

Change-Id: I78fe2f8db9a2cfa716c0071a7da404817dd5fbdd
Closes-Bug: #1490843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds appropriate error message for Exception
generated when running cli without authentication and
endpoint.

Change-Id: I78fe2f8db9a2cfa716c0071a7da404817dd5fbdd
Closes-Bug: #1490843
</pre>
</div>
</content>
</entry>
<entry>
<title>Solve some py3 compatibilty issues</title>
<updated>2015-07-24T02:35:55+00:00</updated>
<author>
<name>Pradeep Kumar Singh</name>
<email>pradeep.singh@nectechnologies.in</email>
</author>
<published>2015-07-24T02:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=28715147df29256fab3e4df2283860c2f1fb78b1'/>
<id>28715147df29256fab3e4df2283860c2f1fb78b1</id>
<content type='text'>
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
</pre>
</div>
</content>
</entry>
<entry>
<title>Log error message from EndpointNotFound exceptions</title>
<updated>2015-07-06T14:43:48+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2015-07-06T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=649519d875c909f6f982d8b35f8ec4698eede25a'/>
<id>649519d875c909f6f982d8b35f8ec4698eede25a</id>
<content type='text'>
Change-Id: I1e87cea22d08c6591934ff79953e5adbd27e0064
Closes-Bug: 1268310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1e87cea22d08c6591934ff79953e5adbd27e0064
Closes-Bug: 1268310
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Log a more informative error upon EndpointNotFound"</title>
<updated>2015-05-26T17:09:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-26T17:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=39801cf94d35082e6079c5673a92d1ed2a5e2f59'/>
<id>39801cf94d35082e6079c5673a92d1ed2a5e2f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
