Go to file
Aaron Rosen d661414a43 Work around for httplib2 retries on timeout
httplib2 automatically retries a request on a timeout even if the request
is a POST. This can lead to orphaned objects being created that we
don't know about. This patch sets httplib2.RETRIES to 1 to avoid this.

Note: httplib2.RETRIES is only available in new versions of httplib2.
See: https://code.google.com/p/httplib2/issues/detail?id=124 for more
details.

Co-Authored-By: Ashwin Raveendran <ashw7n@gmail.com>
Co-Authored-By: Sudheendra Murthy <sudhi.vm@gmail.com

Change-Id: I5648b644bb9df1fd2ea219159794d9d122696af0
Closes-bug: #1267649
2014-02-17 22:40:56 -08:00
2013-02-10 21:41:22 +02:00
2013-11-28 22:31:43 +08:00
2012-01-18 09:39:25 +11:00
2013-11-11 11:29:58 -08:00
2012-01-18 09:39:25 +11:00
2013-06-01 10:08:50 +02:00
2013-10-01 16:14:57 +00:00

This is the client API library for Neutron.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.9 MiB