Merge "Remove deprecated 'nas_ip' config option"
This commit is contained in:
commit
f8080f053a
@ -49,8 +49,7 @@ LOG = logging.getLogger(__name__)
|
|||||||
nas_opts = [
|
nas_opts = [
|
||||||
cfg.StrOpt('nas_host',
|
cfg.StrOpt('nas_host',
|
||||||
default='',
|
default='',
|
||||||
help='IP address or Hostname of NAS system.',
|
help='IP address or Hostname of NAS system.'),
|
||||||
deprecated_name='nas_ip'),
|
|
||||||
cfg.StrOpt('nas_login',
|
cfg.StrOpt('nas_login',
|
||||||
default='admin',
|
default='admin',
|
||||||
help='User name to connect to NAS system.'),
|
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…
x
Reference in New Issue
Block a user