Merge "Update cfg option network_for_ssh's help msg"

This commit is contained in:
Jenkins
2016-05-19 05:21:23 +00:00
committed by Gerrit Code Review

View File

@@ -672,7 +672,7 @@ ValidationGroup = [
cfg.StrOpt('network_for_ssh',
default='public',
help="Network used for SSH connections. Ignored if "
"use_floatingip_for_ssh=true or run_validation=false.",
"connect_method=floating or run_validation=false.",
deprecated_opts=[cfg.DeprecatedOpt('network_for_ssh',
group='compute')]),
]