cinder/cinder
Mitsuhiro Tanino 73363c1cac Remove unused variables from ensure_export()
After introducing commit 9651f54714,
these three variables are obsolete in ensure_export().
By remaining these variable, ensure_export() fails to export
volumes after c-vol service is restart because the caller of
ensure_export() in lvm driver does not pass these variables.

- iscsi_name, volume_group, config

Main clean up is done by commit Ibfd1feefd72c43ef316b267e9d6645f2e67e2558.
This patch adds some tests for tgt, lio, and iser targets.
And also adds initialization of chap_auth_userid and chap_auth_password
in create_iscsi_target() because these variables might be referred
before definition.

Closes-bug: 1408121
Related-bug: 1408171
Change-Id: I8766eee33ae07fea71873809bfec37b8352c3a89
2015-01-09 20:11:43 -05:00
..
api Fix handling of serialized data in filtering of volumes 2014-12-30 19:36:53 +02:00
backup Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
brick Transition LVM Driver to use Target Objects 2015-01-02 13:13:42 -07:00
cmd cinder-rtstool: should use acl.node_wwn 2015-01-07 18:01:41 -05:00
common Add a privileged user for OpenStack services 2014-12-27 15:23:20 +01:00
compute Add an instance-locality filter 2015-01-07 10:40:07 +01:00
consistencygroup Implementing the use of _L’x’/i18n markers 2014-12-09 10:03:29 +00:00
db Remove check on db_exc.DBError 2014-12-29 12:50:45 +02:00
hacking Fix calls to assert_called_once in unit tests 2014-11-24 16:56:10 +00:00
image Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
keymgr Implementing the use of _L’x’/i18n markers 2014-12-09 10:03:29 +00:00
locale Imported Translations from Transifex 2014-12-28 06:14:09 +00:00
openstack Merge "Replace oslo-incubator with oslo_context" 2015-01-05 23:27:33 +00:00
replication Use oslo.utils 2014-11-20 22:17:47 +08:00
scheduler Add an instance-locality filter 2015-01-07 10:40:07 +01:00
testing updating testing readme with more current information. 2014-02-26 09:21:13 -05:00
tests Remove unused variables from ensure_export() 2015-01-09 20:11:43 -05:00
transfer Implementing the use of _L’x’/i18n markers 2014-12-09 10:03:29 +00:00
volume Remove unused variables from ensure_export() 2015-01-09 20:11:43 -05:00
zonemanager Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
context.py Merge "Replace oslo-incubator with oslo_context" 2015-01-05 23:27:33 +00:00
exception.py Add an instance-locality filter 2015-01-07 10:40:07 +01:00
flow_utils.py Stop stacktracing on QuotaErrors 2014-11-12 13:49:42 -08:00
i18n.py Remove import of private _lazy module 2015-01-06 16:28:22 -07:00
manager.py debug level logs should not be translated 2014-06-18 09:03:02 -06:00
policy.py Update oslo policy and its dependencies 2014-08-29 13:56:30 +02:00
quota_utils.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
quota.py Use oslo.utils 2014-11-20 22:17:47 +08:00
rpc.py Switch to oslo.serialization 2014-11-19 15:49:03 +08:00
service.py Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
ssh_utils.py Implementing the use of _L’x’/i18n markers 2014-11-11 10:32:06 +00:00
test.py Remove import of private _lazy module 2015-01-06 16:28:22 -07:00
utils.py Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
version.py Remove vim header 2013-12-30 18:53:02 -06:00
wsgi.py Use oslo.utils 2014-11-20 22:17:47 +08:00