<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/setup.cfg, branch ocata-eol</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>Merge "Fix broken link for modindex"</title>
<updated>2017-02-01T11:53:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-02-01T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=891625fa749c7325f9fb2e50c580b51451323186'/>
<id>891625fa749c7325f9fb2e50c580b51451323186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken link for modindex</title>
<updated>2017-01-27T04:55:57+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2017-01-27T04:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5f23b4bdcc50eafa7de8b609c25f76a080e4e503'/>
<id>5f23b4bdcc50eafa7de8b609c25f76a080e4e503</id>
<content type='text'>
The documentation build does not generate any module index,
therefore modified setup.cfg to create module index.

Change-Id: I6140896d5779e8360c866267601713bbf572fee4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation build does not generate any module index,
therefore modified setup.cfg to create module index.

Change-Id: I6140896d5779e8360c866267601713bbf572fee4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 classifier and venv</title>
<updated>2017-01-20T04:21:23+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2017-01-20T04:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0803befc05e88629ec1dc0efcd82786dbd65d16a'/>
<id>0803befc05e88629ec1dc0efcd82786dbd65d16a</id>
<content type='text'>
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv

Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv

Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the author and author-email value</title>
<updated>2016-10-06T18:00:18+00:00</updated>
<author>
<name>Deepak</name>
<email>deepak.os31@yahoo.com</email>
</author>
<published>2016-10-06T17:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=cbc241dbe50613fb296657d444ba58e9c7ede817'/>
<id>cbc241dbe50613fb296657d444ba58e9c7ede817</id>
<content type='text'>
Changes made according to the other components values

Change-Id: I5bc1352e573f396f829474454240c93efe3a50cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes made according to the other components values

Change-Id: I5bc1352e573f396f829474454240c93efe3a50cf
</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 `openstack zone transfer accept list` cli to designateclient</title>
<updated>2016-06-14T11:26:53+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2016-06-14T09:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=8bc106654ca8ab52d98f28fc55513e7931a02c3f'/>
<id>8bc106654ca8ab52d98f28fc55513e7931a02c3f</id>
<content type='text'>
This patch add cli for listing accepted zone ownership transfer

and corresponding test cases.

Related-Bug: #1499539

Change-Id: I3eec36c73b2dacd4eed3b8578c4d51593b43104d
depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add cli for listing accepted zone ownership transfer

and corresponding test cases.

Related-Bug: #1499539

Change-Id: I3eec36c73b2dacd4eed3b8578c4d51593b43104d
depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the home-page with developer documentation</title>
<updated>2016-05-17T04:42:19+00:00</updated>
<author>
<name>venkatamahesh</name>
<email>venkatamaheshkotha@gmail.com</email>
</author>
<published>2016-05-17T04:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=c6f93da1696d06a418301f6586395322065cd839'/>
<id>c6f93da1696d06a418301f6586395322065cd839</id>
<content type='text'>
Change-Id: If3249a72e89068fcf496ca6c5dbae23570a74ab9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If3249a72e89068fcf496ca6c5dbae23570a74ab9
</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>
<entry>
<title>Implement zone import</title>
<updated>2016-03-30T16:23:27+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-03-25T00:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=d2b88c88c529176db0f3c900ddb411d770fd1277'/>
<id>d2b88c88c529176db0f3c900ddb411d770fd1277</id>
<content type='text'>
Zone import commands (create, list, show, delete)
are missing from the python-designateclient.

This change includes implementation, as well as unit tests
and functionaltests.

Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba
Closes-Bug: #1550532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zone import commands (create, list, show, delete)
are missing from the python-designateclient.

This change includes implementation, as well as unit tests
and functionaltests.

Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba
Closes-Bug: #1550532
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement zone export</title>
<updated>2016-03-24T01:34:14+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-03-22T22:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ce50ad944490e6238597a72106f5be705db3aae8'/>
<id>ce50ad944490e6238597a72106f5be705db3aae8</id>
<content type='text'>
Zone export commands (create, list, show, delete, showfile)
are missing from the python-designateclient.

This change includes implementation, as well as unit tests
and functionaltests.

Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611
Partial-Bug: #1550532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zone export commands (create, list, show, delete, showfile)
are missing from the python-designateclient.

This change includes implementation, as well as unit tests
and functionaltests.

Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611
Partial-Bug: #1550532
</pre>
</div>
</content>
</entry>
</feed>
