<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git, branch kilo-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>Updated from global requirements</title>
<updated>2015-11-17T23:17:31+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-11-17T23:17:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=c7d4dc96d77a38c875c1af348f48c06cc319b2ab'/>
<id>c7d4dc96d77a38c875c1af348f48c06cc319b2ab</id>
<content type='text'>
Change-Id: I9f07f80411b8b896d09a8e4693a74e6ab2a67984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9f07f80411b8b896d09a8e4693a74e6ab2a67984
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-07-13T15:02:41+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-07-13T15:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=780f9461f94560d13b6e5813b9cfc8591e55467e'/>
<id>780f9461f94560d13b6e5813b9cfc8591e55467e</id>
<content type='text'>
Change-Id: If31a7a0f23cc5cadc10b4d09a638f13900f5caa3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If31a7a0f23cc5cadc10b4d09a638f13900f5caa3
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all_tenants and edit_managed attributes to designate Client</title>
<updated>2015-06-10T12:19:08+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://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=7f61582cacc755cfe4be2ba7b1fe9e2fddb1ed68'/>
<id>7f61582cacc755cfe4be2ba7b1fe9e2fddb1ed68</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>Add --edit-managed flag to cli</title>
<updated>2015-06-10T12:19:08+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hp.com</email>
</author>
<published>2015-05-06T13:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=feb621a56cf8f77e0cee4df206735819d55457ea'/>
<id>feb621a56cf8f77e0cee4df206735819d55457ea</id>
<content type='text'>
Allows users with the right role to edit managed records

Change-Id: I5502da0ca1f04e428b2723038d369d317338ce51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows users with the right role to edit managed records

Change-Id: I5502da0ca1f04e428b2723038d369d317338ce51
</pre>
</div>
</content>
</entry>
<entry>
<title>Added extra previllege to list all domains from all tenants</title>
<updated>2015-06-10T12:19:08+00:00</updated>
<author>
<name>Satyanarayana Patibandla</name>
<email>satya.patibandla@gmail.com</email>
</author>
<published>2015-02-23T15:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=eba7c2e58472638c5675f4b7dac95415daf23ec8'/>
<id>eba7c2e58472638c5675f4b7dac95415daf23ec8</id>
<content type='text'>
The user has to use the command "designate --all-tenants domain-list" to list all domains from all tenants.
When the above command is used "X-Auth-All-Projects" value is set to true and it is passed as a header to
designate.This will allow us to list all domains from all tenants.

Change-Id: I4cd4dd5427f5f35cdec95dbdf36c7386b60a2949
Fixes: bug #1418156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The user has to use the command "designate --all-tenants domain-list" to list all domains from all tenants.
When the above command is used "X-Auth-All-Projects" value is set to true and it is passed as a header to
designate.This will allow us to list all domains from all tenants.

Change-Id: I4cd4dd5427f5f35cdec95dbdf36c7386b60a2949
Fixes: bug #1418156
</pre>
</div>
</content>
</entry>
<entry>
<title>Use oslosphinx from PyPi</title>
<updated>2015-06-10T12:18:59+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@macinnes.ie</email>
</author>
<published>2015-05-28T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=05b085875b32522f8da14fe09f7659a77180436f'/>
<id>05b085875b32522f8da14fe09f7659a77180436f</id>
<content type='text'>
Change-Id: If61dfcf74b82e155552e2450350d8d3de109879f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If61dfcf74b82e155552e2450350d8d3de109879f
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-04-16T12:12:27+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-04-16T12:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=a036d042f51dd0c7e876d548e5092db20a2ee8be'/>
<id>a036d042f51dd0c7e876d548e5092db20a2ee8be</id>
<content type='text'>
Change-Id: Id5f423bd87521b19b8b7861411b7692f48527d85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id5f423bd87521b19b8b7861411b7692f48527d85
</pre>
</div>
</content>
</entry>
<entry>
<title>update defaultbranch</title>
<updated>2015-04-15T13:29:02+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-04-15T13:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=7559177c8894b8bb9d0c05fe494c97cbb2d57899'/>
<id>7559177c8894b8bb9d0c05fe494c97cbb2d57899</id>
<content type='text'>
Change-Id: Ie119efae5759027071ce288613fe6357d92d6107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie119efae5759027071ce288613fe6357d92d6107
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor KS session creation and support CA certs</title>
<updated>2014-11-26T23:07:38+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2014-11-26T21:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=7363e3b4e98839aaffe20c3a5618d2ef77181304'/>
<id>7363e3b4e98839aaffe20c3a5618d2ef77181304</id>
<content type='text'>
Change-Id: Ib3fc33b1825b16cc4537d979d5ab5ed0b39633d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib3fc33b1825b16cc4537d979d5ab5ed0b39633d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move session creation up to shell"</title>
<updated>2014-11-20T20:13:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-11-20T20:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=14803b7ef09d511e0b365bee0216ad1fd09ec667'/>
<id>14803b7ef09d511e0b365bee0216ad1fd09ec667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
