Comment 1 for bug 1513983

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: tempest is trying to use floating IPs for ssh even though ssh_connect_method = fixed

Hmm, I just saw:

tenant_networks_reachable = false

    cfg.BoolOpt('tenant_networks_reachable',
                default=False,
                help="Whether tenant networks can be reached directly from "
                     "the test client. This must be set to True when the "
                     "'fixed' ssh_connect_method is selected."),

So we don't have that configured properly. The ssh_connect_method option help should call this out probably.