]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add SolidFire svip to config options
authorJohn Griffith <john.griffith8@gmail.com>
Thu, 20 Aug 2015 21:49:59 +0000 (15:49 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Thu, 20 Aug 2015 21:49:59 +0000 (15:49 -0600)
commitc11c7004ffcf3a5c739a4e076cd20554dd2ffc7d
tree1805ff3f8850e8f6a0ef5076d6df2015ad25dbe2
parent0cb046ebd01c4036bb50e70e58e632677eccd2db
Add SolidFire svip to config options

The SolidFire driver uses a simple method of gathering
the Storage Virtual IP, it just queries the Cluster and
asks for the SVIP. This is great almost all the time,
BUT it doesn't take into consideration that the deployer
may be using VLAN's and accessing the cluster from multiple
clouds, or multiple networks.

This patch just adds a config option to specify an SVIP
if the admin has configured VLANs in their environment and
on their cluster.  The default behavior is to still use the
global SVIP.

Change-Id: I10b784f903cd8d16580110f01d338a3ad867eada
Closes-Bug: #1487194
cinder/tests/unit/test_solidfire.py
cinder/volume/drivers/solidfire.py