trove/trove/openstack/common
Tristan Cacqueray 9672744f09 Sync latest process and str utils from oslo
This sync required changes to fix these issues:
* Make execute method clean password in exception
* Make sure mask_password works properly

------------------------------------------------
The sync pulls in the following changes (newest to oldest):

6a60f842 - Mask passwords in exceptions and error messages (SSH)
63c99a0f - Mask passwords in exceptions and error messages
66142c34 - Make strutils.mask_password more secure

-----------------------------------------------

Closes-Bug: 1343604
Closes-Bug: 1345233
SecurityImpact

Change-Id: I3b49b1d667f6ade9ae3f6765d735440a3e838917
2014-09-22 17:00:09 +00:00
..
crypto oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
middleware Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
notifier Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
rpc Ensure routing key is specified in the address for a direct producer 2014-06-09 17:09:23 -04:00
README Update Oslo wiki link in README 2014-03-06 01:32:23 +00:00
__init__.py Sync jsonutils (and dependencies) from oslo-incubator 2014-06-27 12:32:51 -07:00
context.py Updates oslo.context 2014-01-14 09:52:46 +08:00
eventlet_backdoor.py oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
exception.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
excutils.py oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
fileutils.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
gettextutils.py Merge from oslo-incubator 2014-08-05 16:26:08 -04:00
importutils.py Sync jsonutils (and dependencies) from oslo-incubator 2014-06-27 12:32:51 -07:00
iniparser.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
jsonutils.py Merge from oslo-incubator 2014-08-05 16:26:08 -04:00
local.py Sync processutils from oslo with deps 2014-06-27 13:09:31 -07:00
lockutils.py Update openstack/common/lockutils 2013-11-16 13:41:49 +11:00
log.py Merge from oslo-incubator 2014-08-05 16:26:08 -04:00
loopingcall.py oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
network_utils.py Use six.moves.urllib.parse instead of urlparse 2014-02-21 09:34:39 +08:00
pastedeploy.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
periodic_task.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
policy.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
processutils.py Sync latest process and str utils from oslo 2014-09-22 17:00:09 +00:00
service.py Sync service.py from oslo-incubator with deps 2014-07-31 10:25:02 +00:00
sslutils.py oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
strutils.py Sync latest process and str utils from oslo 2014-09-22 17:00:09 +00:00
systemd.py Sync service.py from oslo-incubator with deps 2014-07-31 10:25:02 +00:00
testutils.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
threadgroup.py oslo-incubator rpc update 2013-09-20 13:42:47 -07:00
timeutils.py Sync jsonutils (and dependencies) from oslo-incubator 2014-06-27 12:32:51 -07:00
utils.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
versionutils.py Mask database user's password in trove logs 2014-01-21 12:18:27 -08:00
wsgi.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
xmlutils.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07: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.