summaryrefslogtreecommitdiff
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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