Skip to content

Commit

Permalink
Updated integration tests to add missing ssh-key option
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwar-more committed Jul 24, 2013
1 parent ba9ef79 commit 54f45e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/integration/openstack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def get_winrm_credentials
" --server-url http://localhost:8889" +
" --yes" +
" --identity-file #{temp_dir}/openstack.pem"+
" --ssh-key #{@openstack_config['os_ssh_params']['key_pair']}"+
get_ssh_credentials_for_windows_image+
append_openstack_creds() }
after(:each) { run(delete_instance_cmd("#{cmd_stdout}")) }
Expand Down

0 comments on commit 54f45e1

Please sign in to comment.