]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove extra register_opts() calls in netapp eseries
authorJay S Bryant <jsbryant@us.ibm.com>
Tue, 6 Oct 2015 09:03:53 +0000 (04:03 -0500)
committerKendall Nelson <kjnelson@us.ibm.com>
Wed, 7 Oct 2015 20:10:52 +0000 (15:10 -0500)
commitc3e8eba9e1e1a0535a2aa2c7a1028f94856486c0
tree86c1367b618b798a04e9b3a587682129c2eb8dfc
parent71355fdbadb8155743350a182778fe87f0f64e8a
Remove extra register_opts() calls in netapp eseries

The eseries/library.py file is importing netapp's
options file. The options file already registers
all of the configuration options. For some reason
the library.py file was re-registering the options
and also properly appending them to the configuration list.

This patch removes the extra register_opts() calls.

Change-Id: Id48fe85acb42c10dc9d13a7fca3f49eec9ea8ce3
closes-bug: 1503405
cinder/volume/drivers/netapp/eseries/library.py