<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/v2/client.py, branch master</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Add shared zone commands</title>
<updated>2023-02-13T20:51:32+00:00</updated>
<author>
<name>Igor Malinovskiy</name>
<email>u.glide@gmail.com</email>
</author>
<published>2020-04-26T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9'/>
<id>bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9</id>
<content type='text'>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide option for delete zonefiles on zone delete</title>
<updated>2023-01-30T03:44:37+00:00</updated>
<author>
<name>Manish Honap</name>
<email>mmhonap@gmail.com</email>
</author>
<published>2022-03-25T20:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=483e0d16c6b357a610634ad5f7db9ab61b41d353'/>
<id>483e0d16c6b357a610634ad5f7db9ab61b41d353</id>
<content type='text'>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</pre>
</div>
</content>
</entry>
<entry>
<title>Add profiling support to designateclient</title>
<updated>2021-12-24T17:53:46+00:00</updated>
<author>
<name>kpdev</name>
<email>kinpaa@gmail.com</email>
</author>
<published>2021-02-02T06:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=52e9ef4a4112ac5d4108b10c43472b384425a187'/>
<id>52e9ef4a4112ac5d4108b10c43472b384425a187</id>
<content type='text'>
To be able to create profiling traces for Designate, client should
be able to send special HTTP header that contains trace info.

Don't worry no security issue here, trace information is signed by HMAC
key that is setted in api-paste.ini. So only person that knows HMAC key
is able to send proper header.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/773574

Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be able to create profiling traces for Designate, client should
be able to send special HTTP header that contains trace info.

Don't worry no security issue here, trace information is signed by HMAC
key that is setted in api-paste.ini. So only person that knows HMAC key
is able to send proper header.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/773574

Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tsig key support to python-designateclient</title>
<updated>2017-07-07T12:16:30+00:00</updated>
<author>
<name>Rudolf Vriend</name>
<email>rudolf.vriend@sap.com</email>
</author>
<published>2017-07-07T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b741282eaff277977507379bbd0de3454eb66232'/>
<id>b741282eaff277977507379bbd0de3454eb66232</id>
<content type='text'>
This fix adds support for the designate tsig keys api to
python-designateclient.

It will add tsigkey related crud commands to the openstackclient.

Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2
Closes-Bug: #1702506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix adds support for the designate tsig keys api to
python-designateclient.

It will add tsigkey related crud commands to the openstackclient.

Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2
Closes-Bug: #1702506
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sphinx 1.5 warning-is-error</title>
<updated>2017-04-20T12:57:16+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2017-04-19T09:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6b7b018cb6b8c3884b34da1769406b0d65867df7'/>
<id>6b7b018cb6b8c3884b34da1769406b0d65867df7</id>
<content type='text'>
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate the
setting from the old warnerrors one.

This involves a couple of changes to the docs to fix the now broken
build.

Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate the
setting from the old warnerrors one.

This involves a couple of changes to the docs to fix the now broken
build.

Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
</pre>
</div>
</content>
</entry>
<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://trove.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://trove.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://trove.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://trove.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://trove.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>
</feed>
