Skip to content

Commit

Permalink
Merge "Fix to use correct config options for network_for_ssh"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 15, 2017
2 parents 7a61444 + ba2a234 commit 3d5b2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manila_tempest_tests/tests/scenario/manager_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def get_remote_client(self, *args, **kwargs):
if isinstance(server_or_ip, six.string_types):
ip = server_or_ip
else:
addr = server_or_ip['addresses'][CONF.compute.network_for_ssh][0]
addr = server_or_ip['addresses'][
CONF.validation.network_for_ssh][0]
ip = addr['addr']

# NOTE(u_glide): Both options (pkey and password) are required here to
Expand Down

0 comments on commit 3d5b2d0

Please sign in to comment.