cinder/cinder
Alyson Rosa 40eaa89a90 Fix IPv6 for Cinder NetApp ONTAP drivers
NetApp ONTAP driver currently have some issues with IPv6:
 - The URL is not properly formatted when using in management path
 - NFS driver breaks when handling IPv6 addresses
 - iSCSI driver creates a URL that is not properly formatted when
 using IPv6 addresses

This patch fixes all issues related to IPv6 on NetApp ONTAP drivers.

Closes-bug: 1788419
Closes-bug: 1788460
Change-Id: I6eeca47997c7134d6604874bea48eab7cab6c1a2
(cherry picked from commit 925376527e)
(cherry picked from commit b290b49183)
2018-09-14 14:08:53 -03:00
..
api Update microversion for force delete volume parameter 2018-07-24 19:32:52 +08:00
backup Improve ChunkedBackupDriver hashlib calls 2018-05-03 14:16:59 +02:00
brick Merge "Fixes creation of mirrored volumes due to wrong type" 2017-12-16 02:30:28 +00:00
cmd Fix cinder-volume uses latest req-id for all log calls 2018-08-17 13:02:43 +00:00
common Remove deprecated 'pybasedir' config option 2017-12-16 16:30:06 +00:00
compute Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
consistencygroup Remove consistencygroups/api.py 2018-01-26 17:59:27 -05:00
db Fix how backups handle encryption key IDs 2018-01-30 22:12:49 +00:00
group Revert consumed quota when failed to create group from source group 2018-02-06 16:30:55 +08:00
hacking Add contributor doc on assertEqual vs assertFalse 2017-08-30 17:50:02 +00:00
image Replace os.makedirs to avoid process race 2018-08-17 12:57:01 +00:00
interface Handle deprecation of inspect.getargspec 2017-11-21 12:57:05 -06:00
keymgr Handle migrating encryption key IDs in Backup table 2018-04-04 19:34:16 +00:00
locale Imported Translations from Zanata 2018-08-14 07:32:15 +00:00
message Disallow unmanaging encrypted volumes 2017-11-29 10:43:32 -05:00
objects Handle migrating encryption key IDs in Backup table 2018-04-04 19:34:16 +00:00
policies Add policy check for complete attachment API action 2018-01-24 15:48:22 +00:00
scheduler GoodnessWeigher schedules non-type volumes 2018-06-13 00:02:00 +00:00
tests Fix IPv6 for Cinder NetApp ONTAP drivers 2018-09-14 14:08:53 -03:00
transfer Block attempts to transfer encrypted volumes 2018-01-04 16:40:05 +00:00
volume Fix IPv6 for Cinder NetApp ONTAP drivers 2018-09-14 14:08:53 -03:00
wsgi Initialize osprofiler in WSGI application 2018-01-09 14:06:34 +01:00
zonemanager Support fabric specific Cisco FC Zone Name 2018-01-25 21:14:04 -08:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Add Keystone v3 domain information to context 2018-04-25 18:12:14 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Make CinderException format errors fatal for tests 2018-02-06 21:17:17 +00:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-13 13:13:20 +01:00
opts.py Rename 'WindowsDriver' to 'WindowsISCSIDriver' 2018-01-19 14:10:03 +02:00
policy.py Add cg policies and clean up old policy handling 2017-12-04 10:07:54 +08:00
quota.py Periodic task to clean expired reservation 2017-05-30 22:21:38 +08:00
quota_utils.py Add Generic Volume Group Into Quota Management 2017-05-26 01:43:23 +00:00
rpc.py Remove deprecated oslo_messaging.get_transport 2017-06-13 14:25:38 +07:00
service.py Log config options with oslo.config 2018-02-23 01:05:23 +00:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Change ssh_utils parameter to correctly sends keepalive packets 2017-12-12 14:46:29 +09:00
test.py Allow configuring tpool size 2018-03-13 13:13:20 +01:00
utils.py Merge "Handle TZ change in iso8601 >=0.1.12" 2018-01-31 02:17:25 +00:00
version.py