Erik
Erik

Reputation: 274

How do i set a default keypair for an openstack user?

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.

Upvotes: 0

Views: 981

Answers (1)

Everett Toews
Everett Toews

Reputation: 10946

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.

Upvotes: 1

Related Questions