]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
3PAR driver add missing domain check on QOS cmd
authorKurt Martin <kurt.f.martin@hp.com>
Thu, 22 Aug 2013 16:28:37 +0000 (09:28 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Thu, 22 Aug 2013 16:28:37 +0000 (09:28 -0700)
commit27a9ed5ace86e8d6aabc564f4a364d9b45b5124f
treea177ade17489c4676cf0fa6833decff9b23875d6
parent0433d71bdef7fd0e14bf35b57215bc1dda7cedda
3PAR driver add missing domain check on QOS cmd

The 3PAR drivers need to support CPGs that are not part of a
virtual domain on the 3PAR backend. This patch now checks
if the domain is set before calling the createvvset command.
This instance was overlooked in the following patch that has
already been merged: https://review.openstack.org/#/c/42697/

Also fixes: bug 1212328

Change-Id: I0375dfc89104775582b9258f18f97c683e6148b1
cinder/volume/drivers/san/hp/hp_3par_common.py