ow2-sirocco / sirocco-api-openstack

Adding Openstack API on top of Sirocco
1 stars 0 forks source link

os-keypairs : generate public key if none provided #18

Closed chamerling closed 10 years ago

chamerling commented 10 years ago

openstack generates public key if none is provided on the API call. Sirocco does not provide such feature.

chamerling commented 10 years ago

We just use the incoming public key on create action. If not set, return bad request error.