summaryrefslogtreecommitdiff
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove uuidutils from openstack-commonLouis Taylor2015-02-021-1/+0
| | | | | | This is unused since the last incubator sync. Change-Id: I10c398c3e907f3830839ce54aae54e5c2f3b4933
* Remove openstack.common.importutilsLouis Taylor2015-01-281-1/+0
| | | | | | This module now lives in oslo.utils, so import it from there. Change-Id: I41fa4897fc820596fb010336044ff4c493017d5a
* Remove openstack.common.strutilsLouis Taylor2015-01-271-1/+1
| | | | | | | This module now lives in oslo.utils, so import it from there instead. Co-Authored-By: Ian Cordasco <ian.cordasco@rackspace.com> Change-Id: Ib35dc840992433542490670781badd9529ec8947
* Sync latest apiclient from oslo-incZhi Yan Liu2015-01-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a908d66 Remove uuidutils 5985b35 Prefer delayed %r formatting over explicit repr use 002999b Curl statements to include globoff for IPv6 URLs 03e6272 Add ConnectionError exception 3bc8231 deprecate apiclient package fd8dc0c Handle different format of api exception a7af1e2 Mask keystone token in debug output 55ca7c3 Split cliutils 5d40e14 Remove code that moved to oslo.i18n 6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules f76f44c Delete the token and endpoint on expiry of token of client ed0ffb8 Do not incur the cost of a second method call cf449e2 Fix response_key parameter usage in BaseManager 94245b1 Make it possible to get the request_id from python clients d73f3b1 Remove unused/mutable default args 5e00685 Centralize bash-completion in Novaclient 4ef0193 Handle non-openstack errors gracefully ac995be Fix E126 pep8 errors de4adbc pep8: fixed multiple violations e42e77f Restore UUID and human-ID bash completion 9e88af1 fixed typos found by RETF rules 822e09b Don't slugify names that don't exist 4a777e5 Fix warnings in doc build for apiclient 3fb053c apiclient.exceptions.from_response() may miss request_id Btw, the patch removed the uesless 'network_utils' line from openstack-common.conf, currently we use oslo_utils.netutils directly. Change-Id: Ic3d48a13d5366b050b07ef26ab34fad411a0db05 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
* Remove py3k moduleDirk Mueller2014-04-281-1/+0
| | | | | | | This module is obsolete and has been dropped from oslo-incubator. Use six instead (which is already done here). Change-Id: I8e0b49cdfbddcf2d44a601ad06be2e75897905fc
* Adding network_utils module from oslo-incubatorDavanum Srinivas2014-04-021-0/+1
| | | | | | Needed for fixing bug 1298137 Change-Id: I6803f1af8b0ff036bed634c8aa1cffc52bc508e0
* Sync apiclient and py3kcompat from osloAndrey Kurilin2013-12-301-0/+2
| | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: If261bce6f2f7676484594c45970d6dd8e676ca79
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-0/+2
| | | | | | | | | | | | | | | | Glanceclient implemented both functions before they landed into oslo. Since both functions are already in oslo, it is now possible to pull them in. There's a small difference between glance's implementation and oslo's, that is the later does not convert non-str objects - int, bool - to str before trying to decode / encode them. This patch takes care of that where necessary, more precisely, while encoding headers before doing a new request. Fixes bug: #1172253 Change-Id: I9a0dca31140bae28d8ec6aede515c5bb852b701b
* Update importutils and openstack-common.conf formatFlaper Fesp2013-05-231-1/+1
| | | | | | | THe patch updates the importutils module and uses a per-line module specification instead of the old modules= options. Change-Id: Ieb28780bb9034fd61942305ff1eec21b3637027a
* Migrate to pbr.Monty Taylor2013-05-181-1/+1
| | | | | | Fixes bug 1179007. Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
* Add ability to get version information in pythonMonty Taylor2012-07-111-1/+1
| | | | | | | | * A user can access glanceclient.__version__ to get a string representing the version of the installed library. * Add openstack-common's 'version' module. Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
* Add importutils from openstack-commonBrian Waldon2012-05-201-1/+1
| | | | | | As a side-effect, openstack.common.setup is getting updated Change-Id: I9f8696ec5c82ef32872e1a974102dcd179eb70f9
* All the latest OpenStack hotness.Monty Taylor2012-02-291-0/+7