Merge "Remove deprecated 'nas_ip' config option"
This commit is contained in:
commit
f8080f053a
@ -49,8 +49,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