commit | c1513b71279604a58e2f6e40127b8b32eb1f7e93 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu May 19 05:21:23 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu May 19 05:21:23 2016 +0000 |
tree | 3fe7d7f862e3890a58641e91dcf3d3a85c655556 | |
parent | d2ad35062073cbc65c31041832f81185e3f871a0 [diff] | |
parent | 4a4127265118d659f7a00777b64f2ec7b3ad5547 [diff] |
Merge "Update cfg option network_for_ssh's help msg"
diff --git a/tempest/config.py b/tempest/config.py index 30cd501..6360c3e 100644 --- a/tempest/config.py +++ b/tempest/config.py
@@ -672,7 +672,7 @@ 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')]), ]