Remove network_attach_strategy option

The network_attach_strategy conf option has not been used since [1]
merged in ocata, but was never cleaned up. This rectifies that.

[1] ebee3eae88

Change-Id: I2047dfcdd8838859001264ce00b9c244607193b8
This commit is contained in:
Matthew Edmonds 2018-04-05 12:52:17 -04:00
parent 5f1c2c9277
commit 70d20e79d9
1 changed files with 0 additions and 6 deletions

View File

@ -124,12 +124,6 @@ vol_adapter_opts = [
'specified and at least one fabric_X_port_wwpns option '
'(where X corresponds to the fabric name) must be '
'specified.'),
cfg.StrOpt('network_attach_strategy',
choices=['iscsi'], ignore_case=True,
default='iscsi',
help='The iSCSI Volume Strategy defines how iSCSI Cinder '
'volumes should be attached to the Virtual Machine. The '
'option is: iscsi.'),
cfg.StrOpt('fc_npiv_adapter_api',
default='nova_powervm.virt.powervm.volume.npiv.'
'NPIVVolumeAdapter',