7.0.1-eol
requests.Session brings the following benefits which are not easily available by invoking requests.request(): * Connection pooling * Common place for configuring all requests * Configurable auth mechanism for the future use This patch also introduces HTTP_TIMEOUT and HTTP_PROXY configuration options which are used to set the appropriate requests' parameters Closes-bug: #1459964 Change-Id: Iaee70768a3790a7a25c047aba2d19a058facda21
python-fuelclient
python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.
Project resources
- Project status, bugs, and blueprints are tracked on Launchpad:
- Development documentation is hosted here:
- User guide can be found here:
- Any additional information can be found on the Fuel's project wiki
Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute
Description