Merge "Remove deprecated 'nas_ip' config option"

This commit is contained in:
Zuul 2017-12-21 04:58:29 +00:00 committed by Gerrit Code Review
commit f8080f053a
2 changed files with 6 additions and 2 deletions

View File

@ -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.'),

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The old deprecated ``nas_ip`` option has been removed.
Use the ``nas_host`` instead of it.