remove config option iqn_prefix

The option iqn_prefix in xensever.py is not used anywhere in
the code base and should be removed.

Blueprint centralize-config-options-newton

Change-Id: I68301a98604b0fa64ef611923607e12798984825
This commit is contained in:
Anusha Unnam 2016-07-25 19:50:56 +00:00
parent d6bed7d82e
commit 9c238c1130
2 changed files with 5 additions and 3 deletions

View File

@ -330,9 +330,6 @@ xenapi_opts = [
cfg.StrOpt('target_port',
default='3260',
help='The iSCSI Target Port, default is port 3260'),
cfg.StrOpt('iqn_prefix',
default='iqn.2010-10.org.openstack',
help='IQN Prefix'),
# NOTE(sirp): This is a work-around for a bug in Ubuntu Maverick,
# when we pull support for it, we should remove this
cfg.BoolOpt('remap_vbd_dev',

View File

@ -0,0 +1,5 @@
---
other:
- The XenServer configuration option 'iqn_prefix' has been removed.
It was not used anywhere and has no effect on any code, so there
should be no impact.