cinder/cinder/openstack/common
Tristan Cacqueray 390259bb40 Sync process utils from oslo
This patch backports the missing change to fix ssh_execute password leak

------------------------------------------------
The sync pulls in the following changes:

105169f8 - Mask passwords in exceptions and error messages (SSH)
-----------------------------------------------

Closes-Bug: 1377981
Change-Id: Ie0caf32469126dd9feb44867adf27acb6e383958
2014-10-09 11:37:38 +00:00
..
config Update config generator from OSLO 2014-03-26 16:47:21 -06:00
crypto Add openstack/common/crypto from OSLO 2013-10-22 18:14:02 +04:00
db Add common Oslo DB code to the source tree 2013-05-23 17:54:10 +03:00
middleware Sync request_id, request_utils for cinder 2014-02-18 17:05:09 +00:00
scheduler Pull latest scheduler change from Oslo 2014-01-16 14:34:16 +08:00
README Update Oslo wiki link in README 2014-02-28 20:17:11 +08:00
__init__.py Sync log.py from oslo-incubator 2014-03-12 11:34:55 -06:00
context.py Merge from oslo-incubator 2013-06-12 19:37:16 +02:00
eventlet_backdoor.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
excutils.py Sync RPC module from Oslo 2014-01-23 14:27:58 +00:00
fileutils.py Replace functions in utils with oslo.fileutils 2013-06-07 16:11:21 +08:00
gettextutils.py Sync log.py from oslo-incubator 2014-03-12 11:34:55 -06:00
imageutils.py Sync latest Oslo code for imageutils 2014-03-13 15:13:09 -04:00
importutils.py Sync log.py from oslo-incubator 2014-03-12 11:34:55 -06:00
jsonutils.py Sync log.py from oslo-incubator 2014-03-12 11:34:55 -06:00
local.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
lockutils.py Merge from oslo-incubator 2013-06-12 19:37:16 +02:00
log.py Disable oslo.messaging debug logs 2014-04-18 09:28:04 -07:00
log_handler.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
loopingcall.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
network_utils.py Remove dependent module py3kcompat 2014-02-14 16:34:59 +08:00
periodic_task.py Update openstack/common/periodic_task 2013-11-24 10:52:40 +02:00
policy.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
processutils.py Sync process utils from oslo 2014-10-09 11:37:38 +00:00
request_utils.py Sync request_id, request_utils for cinder 2014-02-18 17:05:09 +00:00
service.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
sslutils.py Sync py3kcompat, sslutils, versionutils from Oslo 2014-01-23 16:18:01 +02:00
strutils.py Sync latest process and str utils from oslo 2014-09-24 19:30:34 +00:00
threadgroup.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
timeutils.py Sync log.py from oslo-incubator 2014-03-12 11:34:55 -06:00
uuidutils.py Update some Oslo Packages 2013-01-29 09:36:36 -08:00
versionutils.py Sync py3kcompat, sslutils, versionutils from Oslo 2014-01-23 16:18:01 +02:00

README

openstack-common
----------------

A number of modules from openstack-common are imported into this project.

These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:

  https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator

The copy of the code should never be directly modified here. Please
always update openstack-common first and then run the script to copy
the changes across.