]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add automatic creation and deletion of Purity hosts for PureISCSIDriver
authorPatrick East <patrick.east@purestorage.com>
Fri, 22 Aug 2014 23:43:20 +0000 (16:43 -0700)
committerPatrick East <patrick.east@purestorage.com>
Wed, 12 Nov 2014 19:22:04 +0000 (11:22 -0800)
commitccb39178ebc987979f4f2e236b94628df06bcda2
treeb75d8fdbaa54610edc6970233ece9d52643acc11
parent3c52d06611c7be0f9588bc088c2f0c2015f17ed6
Add automatic creation and deletion of Purity hosts for PureISCSIDriver

The driver will now be responsible to manage hosts for new initiators
which do not already have a host created for them. This will allow for
backwards compatibility with the previous version that relied on hosts
being pre-configured for use by Cinder.

Implements: blueprint pure-iscsi-automatic-host-creation
Change-Id: I04b554e1a21128d55eddc21afda7108a868e4248
cinder/tests/test_pure.py
cinder/volume/drivers/pure.py