| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This module is obsolete and has been dropped from oslo-incubator.
Use six instead (which is already done here).
Change-Id: I8e0b49cdfbddcf2d44a601ad06be2e75897905fc
|
| |
|
|
|
|
| |
Needed for fixing bug 1298137
Change-Id: I6803f1af8b0ff036bed634c8aa1cffc52bc508e0
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
THe patch updates the importutils module and uses a per-line module
specification instead of the old modules= options.
Change-Id: Ieb28780bb9034fd61942305ff1eec21b3637027a
|
| |
|
|
|
|
| |
Fixes bug 1179007.
Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
|
| |
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
As a side-effect, openstack.common.setup is getting updated
Change-Id: I9f8696ec5c82ef32872e1a974102dcd179eb70f9
|
| |
|