<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/cli, branch 2.7.1</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>server-get/update show wrong values about 'id' and 'update_at'</title>
<updated>2018-07-25T15:32:44+00:00</updated>
<author>
<name>miaoyuliang</name>
<email>miaoyuliang@cmss.chinamobile.com</email>
</author>
<published>2018-06-19T19:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=05990b868e192d5ebb46509bdb0254e91b9ccbe9'/>
<id>05990b868e192d5ebb46509bdb0254e91b9ccbe9</id>
<content type='text'>
While process 'designate server-get' and 'designate server-update',
the 'id' and 'update_at' values are wrong, they should be
interchanged.

Change-Id: Ibddf9cc9a018774ed229c0dfa81e705cd74704bc
Closes-Bug: #1777576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While process 'designate server-get' and 'designate server-update',
the 'id' and 'update_at' values are wrong, they should be
interchanged.

Change-Id: Ibddf9cc9a018774ed229c0dfa81e705cd74704bc
Closes-Bug: #1777576
</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>
<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>Fixes error over quota update</title>
<updated>2015-10-14T09:34:17+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-10-14T09:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9c240d9a5d7f8005307cebd7597d87adcf45ab1d'/>
<id>9c240d9a5d7f8005307cebd7597d87adcf45ab1d</id>
<content type='text'>
This patch adds --api-export-size option to quota update
cli in designate client.

Change-Id: I376a1fdb19c44796721adad766d74efbc793757c
Closes-Bug: #1505951
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds --api-export-size option to quota update
cli in designate client.

Change-Id: I376a1fdb19c44796721adad766d74efbc793757c
Closes-Bug: #1505951
</pre>
</div>
</content>
</entry>
<entry>
<title>Add period in help message</title>
<updated>2015-09-23T23:57:40+00:00</updated>
<author>
<name>Atsushi SAKAI</name>
<email>sakaia@jp.fujitsu.com</email>
</author>
<published>2015-09-23T23:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=46349932d636db72f94d93bb0a1f5989480eb725'/>
<id>46349932d636db72f94d93bb0a1f5989480eb725</id>
<content type='text'>
  Command help message uses help and CLI-Reference generation.
  and in convention, help message stops with period ".".

Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Command help message uses help and CLI-Reference generation.
  and in convention, help message stops with period ".".

Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
</pre>
</div>
</content>
</entry>
</feed>
