<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/quantumclient/tests, branch 2.2.2a</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Fix xml request doesn't work with unicode</title>
<updated>2013-04-07T13:49:15+00:00</updated>
<author>
<name>He Jie Xu</name>
<email>xuhj@linux.vnet.ibm.com</email>
</author>
<published>2013-04-01T05:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4421ab10b88cceded6924bda4a76bb7ba326891f'/>
<id>4421ab10b88cceded6924bda4a76bb7ba326891f</id>
<content type='text'>
Fix bug 1160704

* httplib2 doesn't work with unicode url and params. So encode all unicode
to utf-8 before request.
* Fix xml serializer doesn't work with unicode
* Decode command argument to unicode in main function
* Exception's message maybe include unicode, decode message to unicode
before logging or print.
* Sync the changing of serializer/deserilizer's code with quantum server code
  https://review.openstack.org/#/c/25482/
  https://review.openstack.org/#/c/25046/
  https://review.openstack.org/#/c/21410/
* Enable xml test

Change-Id: Ib140e34d54cc916e2ea172e4bad9e4a77388723a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug 1160704

* httplib2 doesn't work with unicode url and params. So encode all unicode
to utf-8 before request.
* Fix xml serializer doesn't work with unicode
* Decode command argument to unicode in main function
* Exception's message maybe include unicode, decode message to unicode
before logging or print.
* Sync the changing of serializer/deserilizer's code with quantum server code
  https://review.openstack.org/#/c/25482/
  https://review.openstack.org/#/c/25046/
  https://review.openstack.org/#/c/21410/
* Enable xml test

Change-Id: Ib140e34d54cc916e2ea172e4bad9e4a77388723a
</pre>
</div>
</content>
</entry>
<entry>
<title>Move tests to project root</title>
<updated>2013-04-02T00:54:06+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilo@yahoo-inc.com</email>
</author>
<published>2013-02-18T13:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=8fbe6dd36ce90fb3aa2f4a3a322f539044351714'/>
<id>8fbe6dd36ce90fb3aa2f4a3a322f539044351714</id>
<content type='text'>
Implements: blueprint tests-in-root

Change-Id: I6a1dbc59720abcaafb6fd9b8585f3f6065dcde92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements: blueprint tests-in-root

Change-Id: I6a1dbc59720abcaafb6fd9b8585f3f6065dcde92
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle auth_token and endpoint_url if passed to the http client constructor</title>
<updated>2013-03-26T15:15:57+00:00</updated>
<author>
<name>Oleg Bondarev</name>
<email>obondarev@mirantis.com</email>
</author>
<published>2013-03-18T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a54dd21fcb6d730bdf53fd8f9d808762f2ff071b'/>
<id>a54dd21fcb6d730bdf53fd8f9d808762f2ff071b</id>
<content type='text'>
Fixes bug 1152427

Change-Id: Ic7811d928fd00cde0a72f451b5ede8351092a54c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1152427

Change-Id: Ic7811d928fd00cde0a72f451b5ede8351092a54c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Improve unit tests for python-quantumclient"</title>
<updated>2013-03-25T03:45:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-25T03:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=bed337389ddc1be88a4b4354e2941e4119b6928e'/>
<id>bed337389ddc1be88a4b4354e2941e4119b6928e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve unit tests for python-quantumclient</title>
<updated>2013-03-22T11:42:13+00:00</updated>
<author>
<name>Tatyana Leontovich</name>
<email>tleontov@yahoo-inc.com</email>
</author>
<published>2013-03-01T15:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=13d12b42c9683a4a3f164bc5751c295c29c1ffff'/>
<id>13d12b42c9683a4a3f164bc5751c295c29c1ffff</id>
<content type='text'>
Add tests for:
quantumclient.shell

Partially Fixes: bug #1137783
Change-Id: Ia6a856cf3c1da67419818ae1693d56f447c2f070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for:
quantumclient.shell

Partially Fixes: bug #1137783
Change-Id: Ia6a856cf3c1da67419818ae1693d56f447c2f070
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Improve unit tests for python-quantumclient"</title>
<updated>2013-03-21T07:49:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-21T07:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=fb2ed4e46958407279d0479edbcdfc706596ef7d'/>
<id>fb2ed4e46958407279d0479edbcdfc706596ef7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve unit tests for python-quantumclient</title>
<updated>2013-03-12T09:31:29+00:00</updated>
<author>
<name>Tatyana Leontovich</name>
<email>tleontov@yahoo-inc.com</email>
</author>
<published>2013-03-01T14:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=772aaba5d6d294730fbfb5c23435716d79c7abf7'/>
<id>772aaba5d6d294730fbfb5c23435716d79c7abf7</id>
<content type='text'>
Add tests for quantumclient.quantum.v2.quota

Partially Fixes: bug #1137783

Change-Id: I62fef9334ac864eda2f980d8ad173c536b2f3b1b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for quantumclient.quantum.v2.quota

Partially Fixes: bug #1137783

Change-Id: I62fef9334ac864eda2f980d8ad173c536b2f3b1b
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)</title>
<updated>2013-03-04T18:55:59+00:00</updated>
<author>
<name>Aaron Rosen</name>
<email>arosen@nicira.com</email>
</author>
<published>2013-03-04T18:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=77ea68e4527d41409f264286ae1cf296ab9152c2'/>
<id>77ea68e4527d41409f264286ae1cf296ab9152c2</id>
<content type='text'>
Fixes bug 1144426

Change-Id: I3c5ac92f583ffce19f5ed38219d796bc6585e123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1144426

Change-Id: I3c5ac92f583ffce19f5ed38219d796bc6585e123
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pagination support for client</title>
<updated>2013-03-01T04:43:25+00:00</updated>
<author>
<name>He Jie Xu</name>
<email>xuhj@linux.vnet.ibm.com</email>
</author>
<published>2013-01-17T11:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=49982a3aeab3445b2f99bedd21935710e0ddef5a'/>
<id>49982a3aeab3445b2f99bedd21935710e0ddef5a</id>
<content type='text'>
Fixes bug 1130625

Add pagination params: -P, --page-size SIZE
Add sorting params: --sort-key FIELD --sort-dir {asc,desc}
Add xml support

Change-Id: I76abb6335f53176feade216413a8cabaaefe42be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1130625

Add pagination params: -P, --page-size SIZE
Add sorting params: --sort-key FIELD --sort-dir {asc,desc}
Add xml support

Change-Id: I76abb6335f53176feade216413a8cabaaefe42be
</pre>
</div>
</content>
</entry>
<entry>
<title>rename port to port_protocol for lbaas cli</title>
<updated>2013-02-28T01:22:26+00:00</updated>
<author>
<name>Mark McClain</name>
<email>mark.mcclain@dreamhost.com</email>
</author>
<published>2013-02-25T23:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d514812c74ee32b45220145b2227a0f4dc129fc5'/>
<id>d514812c74ee32b45220145b2227a0f4dc129fc5</id>
<content type='text'>
fixes bug 1133057

Change-Id: Ic4b35e0c6335e3fc65022203a56ea2cce89f975c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes bug 1133057

Change-Id: Ic4b35e0c6335e3fc65022203a56ea2cce89f975c
</pre>
</div>
</content>
</entry>
</feed>
