summaryrefslogtreecommitdiff
path: root/saharaclient/openstack/common
Commit message (Collapse)AuthorAgeFilesLines
* remove old cli commandsVitaly Gridnev2016-10-016-1030/+0
| | | | | | | | master branch is now open for ocata development, so we can start removing old cli commands from saharaclient code. Change-Id: I67543120309e838239fe73b8dd2713368b8538a9
* Last sync from oslo-incubatorDavanum 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: I1eac799c0c692f1604a4cb40e6157e022238b8cb
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-062-4/+4
| | | | | | | | | | | | | | | | | | | | | 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: I37ce99d8c9a2ba5b97a12a0c2666f6340dbc7f42
* Remove strutils from openstack/commonVitaly Gridnev2015-02-051-311/+0
| | | | | | Since it's unused in our code, we can remove it. Change-Id: I932d3ba19173296f1946f53903013cb2791b7629
* Remove importutils from openstack-common.confMatthew Farrellee2015-02-041-73/+0
| | | | | | | | It is no longer a direct dep for python-saharaclient Currently the only use it in saharaclient/client.py from oslo_utils Change-Id: I544707f36ba57f011ccee0ceeef3235a24b24ec1
* Update apiclient.exceptions oslo-incubator moduleMatthew Farrellee2015-01-271-3/+8
| | | | | | | | Changes - * Prefer delayed %r formatting over explicit repr use * Add ConnectionError exception Change-Id: Ibec7dd2713f5f964407acdffa684cb6e9c874c88
* Update apiclient.auth oslo-incubator moduleMatthew Farrellee2015-01-271-0/+13
| | | | | | | Changes - * deprecate apiclient package Change-Id: Ibdb97023977db36f89570344b731e5ad4028cc43
* Update _i18n oslo-incubator moduleMatthew Farrellee2015-01-271-1/+1
| | | | | | Fixes incorrect s/oslo/saharaclient/ Change-Id: I202bae8a96fff98efa548de72d3008821b3f8f8b
* Remove unused uuidutils depMatthew Farrellee2015-01-271-37/+0
| | | | | | | It was pulled in by an old version of cliutils, but is no longer a cliutils dep Change-Id: Id9ff9be5ceecfc3fcb9641ed22242d7417501307
* Remove obsolete gettextutilsMatthew Farrellee2015-01-271-479/+0
| | | | | | | | | Replaced with the _i18n compat layer from oslo This can be further updated to use oslo_i18n directly, but other oslo-incubator deps currently use _i18n Change-Id: I88917b82ceaa4fbcdc826c8414c136a4a5775a54
* Remove unused apiclient oslo filesMatthew Farrellee2015-01-273-1054/+0
| | | | | | These were pulled in as deps for an old cliutils package Change-Id: I99c03d50cb32a1638f83f7567979ea48a2cd6286
* Update oslo-incubator apiclient.exceptionsMatthew Farrellee2014-12-041-13/+21
| | | | | | | | | | Changes - * deprecate apiclient package * Handle different format of api exception * Split cliutils * Remove code that moved to oslo.i18n Change-Id: Iba23b2153b9f7be6ea6efe7ff189080a96c45168
* Update oslo-incubator cliutilsMatthew Farrellee2014-12-041-77/+23
| | | | | | | | | | | Changes - * cliutils restore python3 string decode * Split cliutils * remove caching param from prettytable call * Remove code that moved to oslo.i18n * Switch oslo-incubator to use oslo.utils and remove old modules Change-Id: I5ed76b7e45f6db65802dfcad10fdcbc58c0f790f
* Updating oslo-incubatorMatthew Farrellee2014-12-042-17/+45
| | | | | | | | | | Changes - * Allow tempest to use new log w/o oslo.i18n * Fix i18n import * Remove code that moved to oslo.i18n * Let oslotest manage the six.move setting for mox Change-Id: I5168b3cd60ab4c987f12152d3c3f09b8cc562d09
* Sync oslo cliutils module0.7.2Matthew Farrellee2014-09-134-34/+34
| | | | | | | | | | | Changes - * Add field_labels parameter to cliutils.print_list * Fix response_key parameter usage in BaseManager * Remove unused/mutable default args * Centralize bash-completion in Novaclient * Fix E126 pep8 errors Change-Id: I85be2a602ee650ef7f9d50f5f0fada623af8b33c
* Sync oslo apiclient.exceptions moduleMatthew Farrellee2014-09-131-2/+2
| | | | | | | Changes - * Handle non-openstack errors gracefully Change-Id: I6a4fc3497aef829294d4e37850530bb455341a79
* Sync oslo strutils moduleMatthew Farrellee2014-09-111-14/+30
| | | | | | | Changes - * Make strutils.mask_password more secure Change-Id: Ib2bdfb9753188bdbd0fd59c43fb780d1cfd76eb3
* Update oslo-incubator cliutils moduleMatthew Farrellee2014-07-101-3/+8
| | | | | | | Changes - * Set pbr 'warnerrors' option for doc build Change-Id: I44f6f95687463b79443cf81cedaa7a06b03132cd
* Update oslo-incubator apiclient moduleMatthew Farrellee2014-07-102-4/+22
| | | | | | | | | Changes - * pep8: fixed multiple violations * Restore UUID and human-ID bash completion * Don't slugify names that don't exist Change-Id: I56ae5d529359584ad9576cfc2102996277101db1
* Update oslo-incubator strutils moduleMatthew Farrellee2014-07-101-0/+56
| | | | | | | Changes - * Move `mask_password` to strutils Change-Id: I6d0f367761241bfe0ae2242de2436e62b40e643e
* Update oslo-incubator gettextutils moduleMatthew Farrellee2014-07-101-43/+24
| | | | | | | | Changes - * Backport code for i18n to check lazy at runtime * pep8: fixed multiple violations Change-Id: I2ddc2fc154f45172f289ce70a9bf6ad36ce18e69
* Update oslo-incubator apiclient.exceptions moduleMatthew Farrellee2014-07-101-2/+2
| | | | | | | | Changes - * pep8: fixed multiple violations * fixed typos found by RETF rules Change-Id: Ic0e9855e7cfdeae4e3230af24b4ebccf4995fa10
* Update oslo-incubator cliutilsMatthew Farrellee2014-05-304-13/+29
| | | | | | | | | Changes - * cliutils: Python 3 support * Fix warnings in doc build for apiclient * Fix i18n support for apiclient Change-Id: I824a0369e702078c73253eb4cc126b26f6c54ca6
* Update oslo-incubator apiclient.exceptionsMatthew Farrellee2014-05-301-35/+42
| | | | | | | | Changes - * apiclient.exceptions.from_response() may miss request_id * Fix i18n support for apiclient Change-Id: Iaeca831067dfaba038ec1306de27c01e867a9fc4
* Update oslo-incubator importutilsMatthew Farrellee2014-05-301-2/+2
| | | | | | | Changes - * Remove ValueError when accessing sys.modules Change-Id: I19f6d775e00dcfa886983498de91a677f08b5307
* Update oslo-incubator strutils (and gettextutils)Matthew Farrellee2014-05-303-119/+155
| | | | | | | | | | | | | | Changes - * Remove str() from LOG.* and exceptions * Add API for creating translation functions * Fix safe_encode(): return bytes on Python 3 * Fix test_gettextutils on Python 3 * Fix gettextutil.Message handling of deep copy failures * Add copyright text to openstack/common/__init__.py * Change lazy translation to retain complete dict * strutils: Allow safe_{encode,decode} to take bytes as input Change-Id: Iea9650f92c2943bcb8b95a86e2ffb2412de6a2ad
* Swap the saharaclient and savannaclient directoriesTrevor McKay2014-03-1312-0/+2848
Exchange the contents of the saharaclient and savannaclient directories so that 'savannlient' is the effective alias and 'saharaclient' contains all of the source code. * Change all of the imports that reference savannaclient to saharaclient * Change paths that reference savannaclient (under doc) * Leave variable and class names unchaned at this point * Leave references to python_savannaclient unchanged since the top * level dir name has not yet changed Partial-implements: blueprint savanna-renaming-client Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62