summaryrefslogtreecommitdiff
path: root/saharaclient/openstack/common/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* remove old cli commandsVitaly Gridnev2016-10-011-0/+0
| | | | | | | | master branch is now open for ocata development, so we can start removing old cli commands from saharaclient code. Change-Id: I67543120309e838239fe73b8dd2713368b8538a9
* Updating oslo-incubatorMatthew Farrellee2014-12-041-17/+0
| | | | | | | | | | 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
* Update oslo-incubator strutils (and gettextutils)Matthew Farrellee2014-05-301-0/+17
| | | | | | | | | | | | | | 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-131-0/+0
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