<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/utils.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>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>Update typos</title>
<updated>2016-01-13T06:01:31+00:00</updated>
<author>
<name>Swapnil Kulkarni (coolsvap)</name>
<email>me@coolsvap.net</email>
</author>
<published>2016-01-13T06:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=454533538af843b006c9517b39386a804b9e309b'/>
<id>454533538af843b006c9517b39386a804b9e309b</id>
<content type='text'>
Change-Id: I55a39f985fe51452ee8b892fff10787dddc7c837
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I55a39f985fe51452ee8b892fff10787dddc7c837
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Implement socket timeout in v1"</title>
<updated>2015-09-08T13:40:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-08T13:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9803b87a31971b601920e37956e17a64ad896b8e'/>
<id>9803b87a31971b601920e37956e17a64ad896b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement socket timeout in v1</title>
<updated>2015-08-11T16:36:56+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2015-07-02T14:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=2ec96b6672a9282a0dd12980bd7ce50b58da6d42'/>
<id>2ec96b6672a9282a0dd12980bd7ce50b58da6d42</id>
<content type='text'>
Add endpoint_override keyword to v2.Client() and check for the
session argument in DesignateAdapter()
Add unit test, fix minor typos

Change-Id: I038ec7b0d1feadc9642bd47285e397b3fe84c13c
Closes-Bug: 1469739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add endpoint_override keyword to v2.Client() and check for the
session argument in DesignateAdapter()
Add unit test, fix minor typos

Change-Id: I038ec7b0d1feadc9642bd47285e397b3fe84c13c
Closes-Bug: 1469739
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert byte to str for py3 compatibilty</title>
<updated>2015-08-04T09:32:39+00:00</updated>
<author>
<name>Pradeep Kumar Singh</name>
<email>pradeep.singh@nectechnologies.in</email>
</author>
<published>2015-08-04T09:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=53f3ddcb018d0bdf0e6ad8c4ec245ead337c6eeb'/>
<id>53f3ddcb018d0bdf0e6ad8c4ec245ead337c6eeb</id>
<content type='text'>
Change-Id: I5d65508e659aa16ba0704bf1ee7d3d66a8a2d437
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5d65508e659aa16ba0704bf1ee7d3d66a8a2d437
</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>Fix backwards compat for edit_managed/all_tenants</title>
<updated>2015-06-22T19:34:50+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@macinnes.ie</email>
</author>
<published>2015-06-22T19:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=4d3cad8148e8f1e13b0f424e8b81ec33e3b3a5f3'/>
<id>4d3cad8148e8f1e13b0f424e8b81ec33e3b3a5f3</id>
<content type='text'>
The previous commit at [1] introduced a bug due to last
minute reordering of code, this fixes the ordering
and adds a couple of tests to verify the functionaility.

[1]: I2e3d74168976868ea1e4dd6c797f6340faa50d0f

Change-Id: Ia6f8df92b2700f63b2208290ede85f247b33bc63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous commit at [1] introduced a bug due to last
minute reordering of code, this fixes the ordering
and adds a couple of tests to verify the functionaility.

[1]: I2e3d74168976868ea1e4dd6c797f6340faa50d0f

Change-Id: Ia6f8df92b2700f63b2208290ede85f247b33bc63
</pre>
</div>
</content>
</entry>
<entry>
<title>Add backwards compat for edit_managed/all_tenants</title>
<updated>2015-06-19T09:09:22+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@macinnes.ie</email>
</author>
<published>2015-06-19T09:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b57328dc8f7346152464e18b0210dd1d44abc6f3'/>
<id>b57328dc8f7346152464e18b0210dd1d44abc6f3</id>
<content type='text'>
edit_managed/all_tenants were moved from get_session
to the Client constructor, we should support both
for a period of time.

Change-Id: I2e3d74168976868ea1e4dd6c797f6340faa50d0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
edit_managed/all_tenants were moved from get_session
to the Client constructor, we should support both
for a period of time.

Change-Id: I2e3d74168976868ea1e4dd6c797f6340faa50d0f
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all_tenants and edit_managed attributes to designate Client</title>
<updated>2015-05-22T13:40:52+00:00</updated>
<author>
<name>Davide Guerri</name>
<email>davide.guerri@gmail.com</email>
</author>
<published>2015-05-22T10:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=34d14b06d91b3d2e90d6531972bc25b8a8de53ab'/>
<id>34d14b06d91b3d2e90d6531972bc25b8a8de53ab</id>
<content type='text'>
Initializing designate client with a pre-existing keystone session
won't work as designate expects keystone session to have the
'all_tenants' and 'edit_managed' attributes:

Example code:

    keystone_session = ksc_session.Session(
      auth=keystone_auth,
      verify=True,
      cert=my_cert
    )

than later:

    self._designate_client = designate_client(
      session=keystone_session,
      region_name=region_name
    )

with that code, wrap_api_call() will raise an exception:

  AttributeError: 'Session' object has no attribute 'all_tenants'

Same goes for 'edit_managed'.

This patch moves both attributes from Keystone session to designate
Client.

Closes-Bug: 1457821
Change-Id: I13d6c9ed46406fefc8cfa5de46811e4be009f1af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initializing designate client with a pre-existing keystone session
won't work as designate expects keystone session to have the
'all_tenants' and 'edit_managed' attributes:

Example code:

    keystone_session = ksc_session.Session(
      auth=keystone_auth,
      verify=True,
      cert=my_cert
    )

than later:

    self._designate_client = designate_client(
      session=keystone_session,
      region_name=region_name
    )

with that code, wrap_api_call() will raise an exception:

  AttributeError: 'Session' object has no attribute 'all_tenants'

Same goes for 'edit_managed'.

This patch moves both attributes from Keystone session to designate
Client.

Closes-Bug: 1457821
Change-Id: I13d6c9ed46406fefc8cfa5de46811e4be009f1af
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add --edit-managed flag to cli"</title>
<updated>2015-05-11T21:11:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-11T21:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=af7bdadf4310d2e119c58f22e9dc21680f69ee45'/>
<id>af7bdadf4310d2e119c58f22e9dc21680f69ee45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
