Remove deprecated 'nas_ip' config option
'nas_ip' was deprecated during Liberty and now it's safe to be removed. Change-Id: I6fc27f8df7b5bb4d045cfdad7a6d6a96775d43b7
This commit is contained in:
parent
4a92c2ec8e
commit
d3d53eeb84
@ -48,8 +48,7 @@ LOG = logging.getLogger(__name__)
|
||||
nas_opts = [
|
||||
cfg.StrOpt('nas_host',
|
||||
default='',
|
||||
help='IP address or Hostname of NAS system.',
|
||||
deprecated_name='nas_ip'),
|
||||
help='IP address or Hostname of NAS system.'),
|
||||
cfg.StrOpt('nas_login',
|
||||
default='admin',
|
||||
help='User name to connect to NAS system.'),
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The old deprecated ``nas_ip`` option has been removed.
|
||||
Use the ``nas_host`` instead of it.
|
Loading…
Reference in New Issue
Block a user