chef-boneyard / knife-oraclecloud

Knife plugin for Oracle Cloud Infrastructure Classic
Apache License 2.0
4 stars 5 forks source link

sshkey is not attached to the instnace #12

Open skarthic15 opened 8 years ago

skarthic15 commented 8 years ago

sshkey not attached to the instance, due to "/" missing in json for sshkeys attribute. i have changed client.rb file and add "/". But getting http exception and orchestration is created but instance not created.

jjasghar commented 8 years ago

Is this the issue? https://github.com/chef-partners/knife-oraclecloud/blob/master/lib/chef/knife/oraclecloud_server_create.rb#L72

jjasghar commented 8 years ago

Any update here?

skarthic15 commented 8 years ago

yes.. unable to attach sshkey

jjasghar commented 8 years ago

Do you have any more details here? Did you look at the like i provided? Can you send the debug logs? I need more information to go off of before i can start helping you.