49 Commits

Author SHA1 Message Date
Sawan Choudhary
3cdea3ecfe Show latest cloudpulse results and not stale ones
Change-Id: I28b152f95e7bc300e079446a827c5542b8b04912
2020-02-11 22:36:12 -08:00
Sawan Choudhary
b95ebe3faf Add a --number arg to cloudpulse result, default 25
Change-Id: I7aca4b7312ff55c9c7eaa3b6b05322e090883842
2019-10-23 16:38:20 +05:30
OpenDev Sysadmins
3ec6495652 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:47 +00:00
Sharmin Choksey
a8271f78a1 [Bug #1780882 ] Adds support for endpoint type
Provides support for endpoint_type via cli and openstack
OS_ENDPOINT_TYPE environment variable for cloudpulseclient

Change-Id: I2e6b5b6460da68b5308c33c9c0353efd9c7a9682
2018-07-09 18:28:56 -07:00
daohanli
b635bae846 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Ic939e5d999bf75533983d87cc068be66fbc1d905
2017-03-22 00:15:04 +08:00
Jenkins
50ac27de70 Merge "Fixes Keystone v3 401 authentication failures" 5.0.1 2017-03-08 15:47:39 +00:00
Sharmin Choksey
60014c9090 Fixes Keystone v3 401 authentication failures
Change-Id: I4c3dbd1f2ce09d322a9c7eef3355b1a3c93bb667
Partially-Closes-Bug: #1669238
2017-03-08 05:57:36 -08:00
Jenkins
65a87f0f09 Merge "Upgrade pip version" 2017-03-03 20:09:41 +00:00
Vinod Pandarinathan
1ed8565777 Upgrade pip version
Change-Id: I8e126cb677733bf9ce5295abec444edc51e8813c
2017-03-03 11:53:46 -08:00
Jenkins
66bd08bcbf Merge "Cloudpulse client requirements.txt to match stable/newton" 2017-02-20 18:44:30 +00:00
Jenkins
4a214fee4c Merge "Drop MANIFEST.in - it's not needed by pbr" 2017-02-20 18:44:24 +00:00
Jeremy Liu
eaf07754ab Enable coverage report in console output
Change-Id: I74fe81917ee0988b7359292729b0fcc475500229
2017-02-14 16:56:07 +08:00
Jeremy Liu
c862c35b46 Drop MANIFEST.in - it's not needed by pbr
This patch removes `MANIFEST.in` file as pbr generates a
sensible manifest from git files and some standard files
and it removes the need for an explicit `MANIFEST.in` file.

Change-Id: I625c6ed6cf554922e82cd3b285129e4814715104
2017-02-14 16:53:05 +08:00
Vinod Pandarinathan
6f32ff64c9 Cloudpulse client requirements.txt to match stable/newton
Change-Id: I1cb089a7f9533fb2f76aafffc6b5ac546017e444
2017-02-06 15:32:24 -08:00
Jenkins
fa34a025c6 Merge "Remove white space between print ()" 2017-02-06 18:28:03 +00:00
Anusree
cb688019c6 Remove white space between print ()
There was a white space between print and ()

Change-Id: Ieaf94259b7a53ce70c6e5f8c9e1e025ffccc64d9
2017-01-20 03:20:57 +05:30
DeepaJon
be15624da2 Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding in
cloudpulseclient/__init__.py
cloudpulseclient/common/base.py
cloudpulseclient/common/httpclient.py
cloudpulseclient/common/utils.py
cloudpulseclient/exceptions.py
cloudpulseclient/tests/base.py
cloudpulseclient/tests/test_cloudpulseclient.py
doc/source/conf.py

Change-Id: I68d798f959ec6d2be4182de4e53f618897ddd99d
2017-01-11 11:30:14 +05:30
Anand Shanmugam
93bb7c6798 Using either project name or tenant name for client
Change-Id: Ic2cdd5887668192611439a46fd79daf03d67f218
5.0.0
2016-10-18 03:50:12 -07:00
Anand Shanmugam
b47062ec3c Fixing grammatical errors in the Client
Change-Id: Ie42486b33683a72337d11f073f3b272c671ebd94
2016-08-16 11:46:59 -07:00
Swapnil Kulkarni (coolsvap)
103959e2a3 Remove discover from test-requirements
It's only needed for python < 2.7 which is not supported

Change-Id: Ie132640d39c983cfa0fad1a06d05cfef51b730cb
2016-07-22 03:53:31 +00:00
Anand Shanmugam
7e60a7730d Adding options to call all-tests from cli
Change-Id: I3bdc546d67233ac982758ae6d1f1df42a6d1ed65
2016-04-28 13:55:00 -07:00
Anand Shanmugam
53bb70e3f6 Adding cli for listing all tests in all scenarios
Change-Id: I8543992099e0a5a858509f547ce9dffa42a1f608
2016-04-20 00:15:26 -07:00
Anand Shanmugam
068baf9792 Updating requirements.txt for stable/liberty
Change-Id: I4557051de31aa989d37999c1606b3976f902481b
2016-04-16 11:29:00 -07:00
Anand Shanmugam
dfa2aee7fb Changed help text to minutes from hours.
Change-Id: I68bc4d9532d2f09a8711d692cd2197d51c243764
kilo-eol mitaka-eol 2015.3.3
2016-03-29 16:35:21 -07:00
Anand Shanmugam
eea8eca9a7 Adding cacert to cloudpulseclient
Change-Id: Ia0d4ef1179c6f37418a0b378aab50f7c4441b427
2015.3.2
2016-02-24 15:54:47 -08:00
Andreas Jaeger
4837148458 Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2015.3.1
2016-01-20 19:19:31 +01:00
zhangguoqing
e72c9d5ef8 Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I6916a95800f003e96736c7e8fe45f3cfe242d983
Closes-Bug: #1530742
2016-01-04 14:05:29 +00:00
Doug Hellmann
e92bf8069f remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: Ib6145a3a225a591267c5c19710d31d6584f19baf
2015-12-23 01:31:14 +00:00
Anand Shanmugam
046e7242b4 Fixing a cosmetic bug in help
Change-Id: I33d71029a7923b3c11fa67c2cbb593d71d5ac8f5
2015-12-07 16:21:55 -08:00
Anand Shanmugam
9a858fec19 Code for querying failed tests and list tests in the last x hours
Change-Id: I6b279ab2e909526606a9a6bc8cbfa1eea6d4ac30
2015-10-28 21:14:50 +00:00
Anand Shanmugam
05012c8bbe Add help for cloudpulse client commands
Change-Id: I503889d27ad336cc1e18e990233a47e601a2cffc
2015-10-22 12:24:48 -07:00
Jenkins
6c3ba28449 Merge "Update .gitreview for new namespace" 2015-10-20 18:40:50 +00:00
Jeremy Stanley
96558ee9ea Update .gitreview for new namespace
Change-Id: I46b98bc05e535e5542165c7211fd6cdc8662c754
2015-10-17 22:36:31 +00:00
Monty Taylor
2a9a98263f Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: Ia0e89de507f030033dbe9792be62561a92971b09
2015-09-21 15:02:08 +00:00
Anand Shanmugam
9730cae71a Adding Extensions and removing state and id for cloudpulse run
Change-Id: I139752883183665121c773ef80f1ed92b4dc761c
2015.2.3 0.0.1
2015-06-26 03:30:52 -07:00
Anand Shanmugam
4f04d3dc9f Sorting on the entries based on id
Change-Id: I5dce30a64b4e042a5dd4fc971ae2907dbc477fb2
2015-06-19 04:34:59 -07:00
Anand Shanmugam
b2a4ec3fa5 Adding files for cloudpulse client
Implements: blueprint shell-binary
Change-Id: I33dfda672b6bb558d083785b63688c8bec0cbad4
2015-06-17 03:31:54 -07:00
Anand Shanmugam
0f1adc8a29 Adding cliutils module from openstack common
Change-Id: Id22672cdb5747054bfcf056c33234672539f377c
2015-06-15 11:19:05 +00:00
Anand Shanmugam
ac4a8a6d9c Adding _i18n module from openstack common
Change-Id: I9eba44da64c270407a6374eecc0854732719cba4
2015-06-15 11:19:00 +00:00
Anand Shanmugam
51c3df988f Adding openstack common utils module
Change-Id: Ie8d0c90e5ae37f15b377519a269988dcaf01eea2
2015-06-15 11:18:53 +00:00
Anand Shanmugam
dfb64beb23 Adding openstack common exceptions module
Change-Id: I41159381c44ce0e51a986959f600f936465b2bca
2015-06-15 11:18:46 +00:00
Anand Shanmugam
a6a1eda12b Adding openstack common fake_client module
Change-Id: Id9191618c1b0cdf6ecae735bd95eb659f13de465
2015-06-15 11:18:34 +00:00
Anand Shanmugam
7aa4526342 Adding openstack common client module
Change-Id: I56b407c6df848761bba0c8df274468969e6be699
2015-06-15 11:17:04 +00:00
Anand Shanmugam
ac68a25b58 Adding openstack common base module
Change-Id: I998dc118ead0a865873646bcd61700e4361b5a61
2015-06-15 10:48:34 +00:00
Anand Shanmugam
7b14f002a0 Adding apiclient auth module
Change-Id: I25f1fd2cb0eb4605866efdfb8f90c2eee49f676b
2015-06-15 02:35:27 -07:00
Anand Shanmugam
993f9a2d8f Adding common client files and utils
Change-Id: I441e6b9ea9ede097747799f0b9dd8790330adf58
2015-06-11 04:13:42 -07:00
Anand Shanmugam
3d1fb5ceef Adding exceptions,i18n and version.py
Change-Id: I6f899cf2be2a2412d93ed5f395c7ce59d8858072
2015-06-11 04:11:05 -07:00
Anand Shanmugam
fe28fac9e5 Adding setup.cfg,requirements.txt and __init__.py
Change-Id: I7e9da52e78b035a4d442b718ec66947b3a308e39
2015-06-11 04:05:46 -07:00
Steven Dake
b6658366e8 Initial cookie-cutter of python-cloudpulseclient 2015-05-10 15:06:37 -07:00