]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don't override extra specs with config in VMAX
authorXing Yang <xing.yang@emc.com>
Mon, 9 Mar 2015 15:18:11 +0000 (11:18 -0400)
committerXing Yang <xing.yang@emc.com>
Wed, 18 Mar 2015 05:12:57 +0000 (01:12 -0400)
commitffc867723297397235c6a4bb0d3a12c96f1aec18
treee0a9c26e20dbfe0a6b48fa03a75d1c039a676032
parent33b885381640861cc1fa3af65e95fc0cf619c9f0
Don't override extra specs with config in VMAX

A recent merge in https://review.openstack.org/#/c/157679
brought in regression because it tied volume type extra specs to
config file settings.

This patch rolled back most of the changes and don't let extra specs
be overwritten by the config file settings. Intervals and retries
will be read from the config file.

Partial-Bug: #1425641
Change-Id: I7b7959d64f9cc5e954d03f56f6a37021c4c0e9e1
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_utils.py