]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use is_valid_ipv6 from oslo.utils
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Tue, 23 Dec 2014 07:20:38 +0000 (15:20 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Wed, 14 Jan 2015 02:36:55 +0000 (10:36 +0800)
commitcfe96890447dba97d660a06255b1be52d506363b
treeed0848d6a4c08b1db2f3409aa0deeaa2bda2cf9f
parent1b2ce8b2ef648b9c00dee53b84ca00b2a05ae3e2
Use is_valid_ipv6 from oslo.utils

Remove _is_valid_ipv6 from Cinder and replace it's usages
by usages of is_valid_ipv6 from netutils, because this methods
implements the same functionality.

Change-Id: Ica16f0a34abc2f0c6f7240fe553a494d77dedc16
cinder/tests/integrated/api/client.py
cinder/volume/drivers/vmware/read_write_util.py
cinder/volume/drivers/vmware/vim_util.py