trove/trove/openstack/common
Corey Bryant ac8a8b9158 Fix ssl.PROTOCOL_SSLv3 not supported by Python 2.7.9
Python 2.7.9 doesn't support ssl.PROTOCOL_SSLv3 anymore due to the POODLE
attack. We should remove the use of ssl.PROTOCOL_SSLv3 in trove.

Change-Id: I5fe3a29efde2136aa81d2c852a1378252f8fbd5b
Closes-Bug: 1430137
2015-06-30 13:34:22 -04: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
README Update openstack-common reference in openstack/common/README 2015-04-08 17:59:01 +02:00
__init__.py resync oslo-incubator code 2015-02-03 23:26:05 +00:00
_i18n.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
context.py resync oslo-incubator code 2015-02-03 23:26:05 +00:00
eventlet_backdoor.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00: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
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
log.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
loopingcall.py resync oslo-incubator code 2015-02-03 23:26:05 +00: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
service.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
sslutils.py Fix ssl.PROTOCOL_SSLv3 not supported by Python 2.7.9 2015-06-30 13:34:22 -04: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
threadgroup.py resync oslo-incubator code 2015-02-03 23:26:05 +00:00
timeutils.py Sync jsonutils (and dependencies) from oslo-incubator 2014-06-27 12:32:51 -07:00
versionutils.py resync oslo-incubator code 2015-02-03 23:26:05 +00:00
wsgi.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
xmlutils.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00

README

oslo-incubator
--------------

A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:

  git://git.openstack.org/openstack/oslo-incubator

These modules are "incubating" in oslo-incubator and are kept in sync
with the help of oslo-incubator'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 oslo-incubator first and then run the script to copy
the changes across.