cinder/cinder
Sean McGinnis 4f31fb7962 Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat
If dnspython is present it causes socket.getaddrinfo() to be
monkeypatched wiht code that does not work with IPv6. To get
around this, the EVENTLET_NO_GREENDNS environment variable
must be set before importing eventlet.

This is resolved in the eventlet upstream code [1], but has not
yet been released. Once our requirements have been raised past
the 0.19.0 release with a version that includes this change we
can remove this workaround.

[1] 52b09becac

Change-Id: Id9fe265d67f6e9ea5090bebcacae4a7a9150c5c2
Closes-bug: #1471049
2016-11-11 13:19:07 -06:00
..
api Merge "Make c-vol use workers table for cleanup" 2016-11-03 19:10:00 +00:00
backup Merge "Re-use RBDImageMetadata and RBDVolumeIOWrapper from os-brick" 2016-10-30 19:17:49 +00:00
brick Provide cfg to ignore lvm descriptor leak warnings 2016-09-26 09:20:58 +00:00
cmd Merge "Add backup notification to cinder-volume-usage-audit" 2016-10-08 05:25:25 +00:00
common Disable API v1 by default 2016-09-29 13:35:12 -05:00
compute Read domain info from context when contacting nova 2016-09-20 19:49:34 +00:00
config Fix config generator issue with OVO decorators 2016-11-04 11:34:34 +01:00
consistencygroup Remove support for 2.x scheduler RPC API 2016-10-05 10:57:58 +02:00
db DB: Optimize volume_update method 2016-11-08 12:31:06 +01:00
group Remove support for 2.x scheduler RPC API 2016-10-05 10:57:58 +02:00
hacking Merge "Hacking: Remove C305 contextlib.nested check" 2016-10-04 12:13:22 +00:00
image Add 'cinder' to the 'allowed_direct_url_schemes' 2016-10-08 08:45:28 +00:00
interface Fix doc comments 2016-11-11 18:53:29 +05:30
keymgr Modifies override logic for key_manager 2016-09-21 11:01:59 -04:00
locale Imported Translations from Zanata 2016-10-15 07:34:30 +00:00
message Add pagination support to messages 2016-05-27 10:49:00 +00:00
objects Fix compatibility with decorator < 4.0.x 2016-11-04 17:23:47 +01:00
releasenotes/notes Removing deprecated Dell EqualLogic config options 2016-10-03 08:54:30 -07:00
scheduler Make c-vol use workers table for cleanup 2016-11-03 10:17:38 +01:00
tests Merge "DB: Optimize volume_update method" 2016-11-11 17:13:02 +00:00
transfer check quota per_volume_gigabytes for transfer-accept 2016-09-02 03:13:25 +00:00
volume Merge "DB: Optimize volume_update method" 2016-11-11 17:13:02 +00:00
wsgi Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
zonemanager Files with no code must be left completely empty 2016-09-28 16:29:30 +07:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
coordination.py Update synchronized decorator 2016-10-12 10:25:33 -05:00
exception.py Merge "Use VolumeDriverException for driver exceptions" 2016-11-01 22:06:04 +00:00
flow_utils.py
i18n.py Remove unused gettextutils from oslo-incubator 2015-10-16 15:22:49 -05:00
manager.py Make c-vol use workers table for cleanup 2016-11-03 10:17:38 +01:00
opts.py Fix config generator issue with OVO decorators 2016-11-04 11:34:34 +01:00
policy.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
quota.py Add generic volume groups 2016-07-16 19:34:39 -04:00
quota_utils.py Use keystoneauth1 for creating the keystone session 2016-09-22 15:28:35 +00:00
rpc.py Clean _get_cctxt method signatures 2016-11-08 16:28:14 +01:00
service.py Make c-vol use workers table for cleanup 2016-11-03 10:17:38 +01:00
ssh_utils.py Fix sshpool.remove code 2016-03-01 03:20:04 +00:00
test.py Make c-vol use workers table for cleanup 2016-11-03 10:17:38 +01:00
utils.py Merge "Modifies override logic for key_manager" 2016-09-29 22:27:37 +00:00
version.py