The value of netapp_storage_protocol was changed from 'None' to 'iscsi'
in a recent commit. It needs to be reverted back to its correct default
value of 'None'.
Closes-bug:
1433842
Change-Id: I7f7bff8d8cbd8671ee52cb9225f496ff6e679398
self.mock_object(na_common.NetAppDriver, 'create_driver')
config = na_fakes.create_configuration()
- config.netapp_storage_protocol = None
config.netapp_storage_family = 'fake_family'
kwargs = {'configuration': config}
'operating in 7-Mode, ontap_cluster for using '
'clustered Data ONTAP, or eseries for using E-Series.')),
cfg.StrOpt('netapp_storage_protocol',
- default='iscsi',
choices=['iscsi', 'fc', 'nfs'],
help=('The storage protocol to be used on the data path with '
'the storage system.')), ]