<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/quantum, branch 2012.1</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 quantum client exception when server returns 500 error.</title>
<updated>2012-04-03T05:19:00+00:00</updated>
<author>
<name>Dan Wendlandt</name>
<email>dan@nicira.com</email>
</author>
<published>2012-03-29T22:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1a1bd5c21a25e53625061b0783bccf2de0fa7492'/>
<id>1a1bd5c21a25e53625061b0783bccf2de0fa7492</id>
<content type='text'>
bug 963494

Also, make sure that exceptions within the client are accompanied with
a full stack trace, otherwise it is hard to track down where it happened.

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

Also, make sure that exceptions within the client are accompanied with
a full stack trace, otherwise it is hard to track down where it happened.

Change-Id: Ic134ed27523b2c321dcb8e35e6ab0eb144a699f3
</pre>
</div>
</content>
</entry>
<entry>
<title>Add retry support to the quantum client.</title>
<updated>2012-03-15T23:23:54+00:00</updated>
<author>
<name>Maru Newby</name>
<email>mnewby@internap.com</email>
</author>
<published>2012-03-02T23:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=36fd3ac6c12b3b786c5a7d8fa958b523a7af111c'/>
<id>36fd3ac6c12b3b786c5a7d8fa958b523a7af111c</id>
<content type='text'>
 * Based on the retry support in nova's melange_connection
   and glance
 * Retry configuration is defined during Client instantiation and
   only applied to idempotent GET requests
 * Updated all api methods to call http method helpers (delete/get/post/put)
   rather than do_request to ensure consistent behavoir for a given http
   method.
 * Fixed bug in quantum.common.exceptions.QuantumClientException that
   was unnecessarily overriding class's 'message' attribute.
 * Resolves bug 937379

Change-Id: Iab4e2ccf97937502ee0df58dba1e2dca30a36df8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Based on the retry support in nova's melange_connection
   and glance
 * Retry configuration is defined during Client instantiation and
   only applied to idempotent GET requests
 * Updated all api methods to call http method helpers (delete/get/post/put)
   rather than do_request to ensure consistent behavoir for a given http
   method.
 * Fixed bug in quantum.common.exceptions.QuantumClientException that
   was unnecessarily overriding class's 'message' attribute.
 * Resolves bug 937379

Change-Id: Iab4e2ccf97937502ee0df58dba1e2dca30a36df8
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds client side functions for quantum 'detail' actions.</title>
<updated>2012-03-06T20:11:28+00:00</updated>
<author>
<name>Madhav Puri</name>
<email>madhav.puri@gmail.com</email>
</author>
<published>2012-02-25T11:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=8e5453e0ba164f30eec21ddfdad2504b1596fb53'/>
<id>8e5453e0ba164f30eec21ddfdad2504b1596fb53</id>
<content type='text'>
Fixes bug 834017. This commit:
1. Adds library functions to exercise the 'detail' actions
   for quantum ports and networks.
2. Modifies client function 'show_port_details()' to invoke
   'detail' action. And added 'show_port()' function to do the
   regular call without 'detail'.
3. Adds CLIs to exercise the new client function calls. The CLIs
   options that end with '_detail' invoke equivalent 'detail' action.
   Note that with this change the previous CLI 'show_port' shall now
   show concise info about a port ie. only ID and state, while
   'show_port_detail' can be used to list the detailed information about
   a port viz. ID, state and its attachment.
4. Modifies OutputTemplate class to add support for templates with 3 or more
   level attributes (eg. "Port interface: %(port.attachment.id)s) and
   templates containing list of multilevel-attributes (eg. "Ports:
   %(network.ports|ID: %(id)s\t\tinterface: %(attachment.id)s)s")
5. Added respective unit tests and verified them.

Change-Id: I464824abea5ef0c99c466b71c1e883b492d60d62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 834017. This commit:
1. Adds library functions to exercise the 'detail' actions
   for quantum ports and networks.
2. Modifies client function 'show_port_details()' to invoke
   'detail' action. And added 'show_port()' function to do the
   regular call without 'detail'.
3. Adds CLIs to exercise the new client function calls. The CLIs
   options that end with '_detail' invoke equivalent 'detail' action.
   Note that with this change the previous CLI 'show_port' shall now
   show concise info about a port ie. only ID and state, while
   'show_port_detail' can be used to list the detailed information about
   a port viz. ID, state and its attachment.
4. Modifies OutputTemplate class to add support for templates with 3 or more
   level attributes (eg. "Port interface: %(port.attachment.id)s) and
   templates containing list of multilevel-attributes (eg. "Ports:
   %(network.ports|ID: %(id)s\t\tinterface: %(attachment.id)s)s")
5. Added respective unit tests and verified them.

Change-Id: I464824abea5ef0c99c466b71c1e883b492d60d62
</pre>
</div>
</content>
</entry>
<entry>
<title>bp/quantum-client-1.1</title>
<updated>2012-02-23T22:53:08+00:00</updated>
<author>
<name>Salvatore Orlando</name>
<email>salvatore.orlando@eu.citrix.com</email>
</author>
<published>2012-02-13T14:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f6d50876985ed9a392fa49dda9c0fc4108a2ac8d'/>
<id>f6d50876985ed9a392fa49dda9c0fc4108a2ac8d</id>
<content type='text'>
- Adds supports for 1.1 API
- Handles new error codes
- Support filters for 1.1 API

Addressing Dan's comments

Change-Id: I230657de1621ddf08573bbeaceeb26cafbee1a00
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Adds supports for 1.1 API
- Handles new error codes
- Support filters for 1.1 API

Addressing Dan's comments

Change-Id: I230657de1621ddf08573bbeaceeb26cafbee1a00
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 921930</title>
<updated>2012-02-21T00:05:45+00:00</updated>
<author>
<name>Salvatore Orlando</name>
<email>salvatore.orlando@eu.citrix.com</email>
</author>
<published>2012-02-02T15:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=880cde716e673a829b6e352116a039588f42d2b9'/>
<id>880cde716e673a829b6e352116a039588f42d2b9</id>
<content type='text'>
remove depedency on webob from python-quantumclient

Rebased and repushed after review expired

Change-Id: I7dc3840018f3496116d30c2684bc44f64fa2752b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove depedency on webob from python-quantumclient

Rebased and repushed after review expired

Change-Id: I7dc3840018f3496116d30c2684bc44f64fa2752b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enable log output to syslog."</title>
<updated>2012-02-19T11:11:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-02-19T11:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=55547ca785587ddc810119f3eb15ff009200fa86'/>
<id>55547ca785587ddc810119f3eb15ff009200fa86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "unexecutable lib files should not contain a shebang"</title>
<updated>2012-02-19T11:04:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-02-19T11:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4e4ff9f4eacde5fc1e3bdad1bf4933c265d92f46'/>
<id>4e4ff9f4eacde5fc1e3bdad1bf4933c265d92f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug 933125</title>
<updated>2012-02-15T22:26:20+00:00</updated>
<author>
<name>Salvatore Orlando</name>
<email>salvatore.orlando@eu.citrix.com</email>
</author>
<published>2012-02-15T22:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=caca89aed092cb1624a0e4d6e0945090746b0d6c'/>
<id>caca89aed092cb1624a0e4d6e0945090746b0d6c</id>
<content type='text'>
ensure cli.py executes from the shell

Change-Id: I48e6478c5c38a76ef44182b741106fb3a69543e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure cli.py executes from the shell

Change-Id: I48e6478c5c38a76ef44182b741106fb3a69543e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable log output to syslog.</title>
<updated>2012-02-01T18:32:13+00:00</updated>
<author>
<name>Thiago Morello</name>
<email>thiago.morello@locaweb.com.br</email>
</author>
<published>2012-02-01T13:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=43120fd8c9a0596317df61f2edbe7053906c8f98'/>
<id>43120fd8c9a0596317df61f2edbe7053906c8f98</id>
<content type='text'>
Change-Id: Ie591600a809215c296ef04b6b9a261a31b20637b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie591600a809215c296ef04b6b9a261a31b20637b
</pre>
</div>
</content>
</entry>
<entry>
<title>unexecutable lib files should not contain a shebang</title>
<updated>2012-01-26T14:06:52+00:00</updated>
<author>
<name>Ionuț Arțăriși</name>
<email>iartarisi@suse.cz</email>
</author>
<published>2012-01-26T14:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f0daf3a7831a37c341572cd56570cbfb553b8a02'/>
<id>f0daf3a7831a37c341572cd56570cbfb553b8a02</id>
<content type='text'>
Change-Id: Ifec7cb3bcb7f84bf428f2094ad7fa426fbc73006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifec7cb3bcb7f84bf428f2094ad7fa426fbc73006
</pre>
</div>
</content>
</entry>
</feed>
