openstack-python-openstackc.../openstackclient
Jordan Pittier 1cdc1319d6 Make 'object save' fast again
'openstack object save' is critically slow to download big objects. While
we 'stream' (chunked download) the data, the default chunks_size
is 1 byte [1], which is terribly inefficient.

[1] : http://docs.python-requests.org/en/master/api/#requests.Response.iter_content

Closes-Bug: 1654645


Change-Id: I2223e5897346acd2f2c1fae638d1193cff833c19
2017-01-09 16:19:29 +00:00
..
api Make 'object save' fast again 2017-01-09 16:19:29 +00:00
common Remove unneeded methods from OS_Config class 2017-01-04 11:43:30 -06:00
compute Fix creating a private flavor with ID auto 2017-01-05 15:58:47 +01:00
identity Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
image Add ploop to supported disk formats 2016-12-15 12:46:55 -05:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Merge "OSC Network Meter" 2017-01-08 05:55:52 +00:00
object translate all command help strings 2016-11-17 02:33:42 +00:00
tests Merge "Functional tests - flavor" 2017-01-08 15:01:50 +00:00
volume Update the description format 2017-01-03 21:31:54 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Correct reraising of exception 2016-12-02 09:56:27 +08:00