]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Raise exception if invalid IP is specified
authorBob Callaway <bob.callaway@netapp.com>
Tue, 21 Oct 2014 19:23:51 +0000 (15:23 -0400)
committerBob Callaway <bob.callaway@netapp.com>
Mon, 1 Dec 2014 15:58:44 +0000 (15:58 +0000)
commit6fb9f5c02f557eb419615abb07cda9d044407c90
treead1afd3414ffae5f1ae3f6229a782044d6c985d4
parent5f5cf928cf0ac72fc760ffdbafec049c110e532e
Raise exception if invalid IP is specified

This patch ensures that all values specified for the configuration
option netapp_controller_ips are valid, rather than logging and
continuing with only the valid addresses.

Closes-Bug: 1396718

Change-Id: I180dc74e4535bfde19f1741cff975f5ec675dd21
cinder/tests/test_netapp_eseries_iscsi.py
cinder/volume/drivers/netapp/eseries/iscsi.py