summaryrefslogtreecommitdiff
path: root/ceilometerclient/openstack
Commit message (Collapse)AuthorAgeFilesLines
* move old oslo-incubator code out of openstack/commonSteve Martinelli2016-11-0410-1972/+0
| | | | | | | | | | | | | | As part of the first community-wide goal, teams were asked to remove the openstack/common package of their projects if one existed. This was a byproduct of the old oslo-incubator form of syncing common functionality. The package, apiclient, was moved to a top level location and a new i18n module was created. There is no oslo.apiclient library or equivalent, the recommended solution is to move it in tree and maintain it there. Change-Id: Ia788313e0926dc872a87b090ef0a350898bfb079
* base.Resource not define __ne__() built-in functionyuyafei2016-07-041-0/+3
| | | | | | | | | | | Class base.Resource defines __eq__() built-in function, but does not define __ne__() built-in function, so self.assertEqual works but self.assertNotEqual does not work at all in this test case in python2. This patch fixes it by defining __eq__() built-in function of class base.Resource. Also fixes spelling errors:resoruces. Change-Id: I8a4e09e277a14a16105feab81ba8d07ceee5b47f Closes-Bug: #1586268
* drop oslo-incubator modules: cliutils and uuidutilsZhiQiang Fan2016-01-193-310/+1
| | | | | | | * uuidutils has been ported to oslo.utils.uuidutils, so use the new one. * port cliutils to ceilometerclient.common.utils Change-Id: Ic5d3be140957510ed5d01f25552f2713845c4fdc
* Use the oslo.utils.reflection to extract the class nameLiuNanke2016-01-081-1/+4
| | | | | | | | | The oslo.utils reflection module/code handles more variations of where a class name may come from (on python 2 and python 3) so its usage allows getting more accurate class names so we might as well use it. Change-Id: Ic6a1d4a34336ae6501c48e92e8114932c283650f
* Fix Resource.__eq__ mismatch semantics of object equalRui Chen2015-12-011-2/+0
| | | | | | | | | | | | The __eq__ of apiclient.base.Resource will return True, if the two objects have same id, even if they have different other attributes value. The behavior is weird and don't match the semantics of object equal. The objects that have different value should be different objects. Fix this issue and add some test cases in this patch. Change-Id: Ieb28aa179bda945686e0d9c2f341c373ce2bab74 Closes-Bug: #1499369
* Last sync from oslo-incubator2.0.1Davanum Srinivas2015-11-121-4/+5
| | | | | | | oslo-incubator will cease to host common code soon. This is hopefully the very last sync from oslo-incubator. Change-Id: I5adf01a6db61f34c1699c52c08cd47c4edccd8fd
* Drop use of 'oslo' namespace packageDoug Hellmann2015-06-035-8/+8
| | | | | | | | | | | | | | | | | | | | | The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: I1f539cf9f5d6f48e10cac381c13eeb5fa314abd4
* sync to latest oslo-incubator codeZhiQiang Fan2014-12-268-90/+195
| | | | | | | | | | | This patch also syncs with latest oslo-incubator, to solve bug 1354470 and safe log auth token when --debug is enabled, see https://github.com/openstack/oslo-incubator/blob/master/openstack/common/apiclient/client.py#L128 Note, this patch also removes importutils.py since it is no longer used. Change-Id: I4f2d18ef05c3be27cf2ee3474761408e3f5ccbcd Closes-Bug: #1354470
* sync with oslo and use oslo.i18ngordon chung2014-12-057-783/+73
| | | | | | | | | - remove strutils and gettextutils from openstack/common - start use of oslo.i18n sync to Change-Id: Ia1820495a989f4f84530ab83f2d87d53a9f761df Change-Id: I7e2ead688ac9fcab0ac6a2479e0eca12af415b07
* sync oslo codeicehouse-eol1.0.12stable/icehousegordon chung2014-10-029-324/+642
| | | | | | | | | | | - sync code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75 - includes fix to resolve alarm-evaluator failure - does not include openstack/common/strutils sync as it requires test update Co-Authored-By: Vaibhav Kale <vaibhav_kale@persistent.co.in> Closes-Bug: #1357343 Change-Id: Ieec08520cb39c5bf2e795dfeb3e36e52c6fd2a82
* py3kcompat: remove in python-ceilometerclientJia Dong2014-02-214-70/+5
| | | | | | | | | Everything is already in six>=1.4.0 and we already depend on such a version. There's no reason to keep this file. So remove py3kcompat from python-ceilometerclient. Change-Id: Ide6876e7a60377cb3843816d1d9ab2c589bc8f1b Closes-Bug: #1280033
* Sync with OsloCyril Roelandt2014-02-109-40/+26
| | | | | | | | | This fixes a bunch os Python3-related issues, linked to iteritems(), urllib, encoding, etc. This is now up-to-date with 6827012438c7c88e0f54803f33c612684cf34e86 in Oslo. Change-Id: Id8c265d76abfd8ede5575d3903f612ad1ea46643
* sync with oslo-incubatorGordon Chung2013-12-0212-37/+20
| | | | | | | | | - py3 compatibility fixes - Only pass non-None sortby to PrettyTable.get_string fix synced with commit-id: 0d2546b228f13a42355bc54e82256bf17a2eb478 Change-Id: Ic70eba1a10339ad5407541446cd37c9229836965
* add cliutils from oslo-incubatorfujioka yuuichi2013-10-289-0/+2512
| | | | | Change-Id: I3122b62ebf87354340e971f7cb58f67045fbcfef Related-Bug: #1227495
* update oslo librariesfujioka yuuichi2013-10-282-3/+15
| | | | | Change-Id: I7eb0adfbb6bc86157c3e3b969c00099dd8cfe315 Related-Bug: #1227495
* Fix module importing issues for Python 3Kui Shi2013-10-142-0/+68
| | | | | | | | | Copy py3kcompat from oslo for urlparse Substitute StringIO / httplib with six Partial Implement: blueprint py33-support Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
* Migrate to pbr.Monty Taylor2013-05-232-463/+0
| | | | | | Fixes bug 1179007. Change-Id: Ie921a710d9460196ed8023ad63f05dec998b60f0
* Update oslo code and split the module linesAngus Salkeld2013-05-083-27/+61
| | | | Change-Id: I2d9f4b9ac585d91c2d7651db96c9440ff683e0ef
* Update to latest oslo-versionMonty Taylor2013-02-103-226/+149
| | | | | | Gets things set for tag-based versions. Change-Id: I8cc498562dde8831145583caf85de2ed46ccd206
* Add basic functionalityAngus Salkeld2012-11-095-0/+573
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>