0

How can I set a default keypair for a user in openstack?

I'm using jenkins with the jclouds plugin, which doesn't support keypair selection. The jclouds documentation says:

injection of an SSH key from the JClouds is not working (but working for the registered user's default key)

I cannot find anything in the openstack documentation about setting a default keypair for a user.

Erik
  • 274
  • 4
  • 13

1 Answers1

1

AFAIK there is no such thing as a default keypair for a user in OpenStack.

However, the jclouds Jenkins Plugin doc reads

Fill in the configuration options ... RSA Private Key/Public Key: If you have a keypair, then just copy paste the public and private key parts, otherwise click on Generate Key Pair button.

Seems like that might work for you.

Everett Toews
  • 10,337
  • 10
  • 44
  • 45
  • 1
    We've stored a default user on our corp cloud. But I'll do some experimenting with this on monday and let you know. Thanks for the answer! – Erik Nov 10 '12 at 10:52