From 54f45e11b841b4c01fcdbab8ad6c7739c6d150fa Mon Sep 17 00:00:00 2001 From: siddheshwar-more Date: Wed, 24 Jul 2013 18:26:24 +0530 Subject: [PATCH] Updated integration tests to add missing ssh-key option --- spec/integration/openstack_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/integration/openstack_spec.rb b/spec/integration/openstack_spec.rb index 86e8cf3a..97b596e3 100644 --- a/spec/integration/openstack_spec.rb +++ b/spec/integration/openstack_spec.rb @@ -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}")) }