<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/v2/client.py, branch 2.6.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>Show proper error on over quota commands</title>
<updated>2017-01-31T23:03:19+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2017-01-31T19:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f540d1c09b8bfbc6f536b82f4293eeada59d8636'/>
<id>f540d1c09b8bfbc6f536b82f4293eeada59d8636</id>
<content type='text'>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</pre>
</div>
</content>
</entry>
<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>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>Add quota set / list / reset commands</title>
<updated>2016-06-29T18:25:25+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-28T18:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9ac1cd15bdeddc28a70a384db100d77e3fe189a0'/>
<id>9ac1cd15bdeddc28a70a384db100d77e3fe189a0</id>
<content type='text'>
Added:

openstack dns quota

 - list
 - set
 - reset

All sub commands can be scoped to a project using --project-id
If the --project-id does not match the current project id
it will set X-Auth-All-Projects:True

This cannot be a standard quota command as osc does
not allow us to access that command

Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84
Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a
Related-Bug: #1587927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added:

openstack dns quota

 - list
 - set
 - reset

All sub commands can be scoped to a project using --project-id
If the --project-id does not match the current project id
it will set X-Auth-All-Projects:True

This cannot be a standard quota command as osc does
not allow us to access that command

Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84
Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a
Related-Bug: #1587927
</pre>
</div>
</content>
</entry>
<entry>
<title>Add global flags to cli</title>
<updated>2016-06-28T17:03:07+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-28T12:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3d24d8d3a50db14b7c0d3259f3a1254bfaf49f6a'/>
<id>3d24d8d3a50db14b7c0d3259f3a1254bfaf49f6a</id>
<content type='text'>
This time, try not to break other peoples plugins

Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This time, try not to break other peoples plugins

Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add Global Flags for filtering results"</title>
<updated>2016-06-23T18:54:53+00:00</updated>
<author>
<name>Ben Nemec</name>
<email>bnemec@redhat.com</email>
</author>
<published>2016-06-23T18:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f2a14a4479dca314d8b75234a0b3061acb577983'/>
<id>f2a14a4479dca314d8b75234a0b3061acb577983</id>
<content type='text'>
Registering these options as global flags pollutes the global opt
namespace and is masking plugin-specific options in other plugins.

Partial-Bug: 1595616

This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f.

Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Registering these options as global flags pollutes the global opt
namespace and is masking plugin-specific options in other plugins.

Partial-Bug: 1595616

This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f.

Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pool listing to python designate client</title>
<updated>2016-06-15T00:11:11+00:00</updated>
<author>
<name>Lakshmi N Sampath</name>
<email>lakshmi.sampath@hp.com</email>
</author>
<published>2016-06-15T00:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=efb9ce183bc64200af1d2bd606c8db1b647b0b02'/>
<id>efb9ce183bc64200af1d2bd606c8db1b647b0b02</id>
<content type='text'>
Pool listing is required in downstream apps
which use python designate client like searchlight
to retrive list of pool.

Change-Id: I44d3a53d2b490fe9a4cca3858734ca70bb5e0f88
Closes-Bug: #1563497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pool listing is required in downstream apps
which use python designate client like searchlight
to retrive list of pool.

Change-Id: I44d3a53d2b490fe9a4cca3858734ca70bb5e0f88
Closes-Bug: #1563497
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Global Flags for filtering results</title>
<updated>2016-06-01T15:51:34+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-01T15:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0b2b870237b6a332239dcad73cd9cab2634cb44f'/>
<id>0b2b870237b6a332239dcad73cd9cab2634cb44f</id>
<content type='text'>
In the HTTP Headers

--all-projects sets "X-Auth-All-Projects:True"
--edit-managed sets "X-Designate-Edit-Managed:True"
--sudo-project-id &lt;id&gt; sets "X-Auth-Sudo-Project-ID:&lt;id&gt;"

Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the HTTP Headers

--all-projects sets "X-Auth-All-Projects:True"
--edit-managed sets "X-Designate-Edit-Managed:True"
--sudo-project-id &lt;id&gt; sets "X-Auth-Sudo-Project-ID:&lt;id&gt;"

Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
</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 support for service status</title>
<updated>2016-04-12T07:50:27+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hpe.com</email>
</author>
<published>2016-02-24T12:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=05b396bfa1e6224efa57d7da92b575aaf8778edb'/>
<id>05b396bfa1e6224efa57d7da92b575aaf8778edb</id>
<content type='text'>
Change-Id: I5349524d262ffcadf88b3c914f187dfc26563156
Depends-On: Iaf10d8486ac8015ecf9f394dfbf074bfb863fb78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5349524d262ffcadf88b3c914f187dfc26563156
Depends-On: Iaf10d8486ac8015ecf9f394dfbf074bfb863fb78
</pre>
</div>
</content>
</entry>
</feed>
