diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2017-07-27 01:29:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-27 01:29:50 +0000 |
commit | 3e0300e8f9695348aa4564f87a23ac3c0cf737ff (patch) | |
tree | 7d052cb88d375f6fb731f7c75d5a54510a272170 /tests/lib | |
parent | 6b117129e778b4877b17cf594aec57fb029cb83d (diff) | |
parent | cbb58ee4050a201c0125b0b0b1a7c8f162925849 (diff) |
Merge "fix some bugs for python verify jobs:"
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/installers/apex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/installers/apex b/tests/lib/installers/apex index 55878dec..3d94e1c4 100644 --- a/tests/lib/installers/apex +++ b/tests/lib/installers/apex @@ -5,7 +5,7 @@ ssh_opts_cpu="$ssh_opts -i instack_key" function get_installer_ip { is_set INSTALLER_IP && return - INSTALLER_IP=$(get_first_vnic_ip instack) + INSTALLER_IP=$(get_first_vnic_ip undercloud) } function installer_get_ssh_keys { |