QA:Testcase add SSH keypair to OpenStack
From FedoraProject
(Difference between revisions)
| Line 18: | Line 18: | ||
$> chmod 600 nova* | $> chmod 600 nova* | ||
|results= | |results= | ||
| + | * Check that the key is registered: | ||
| + | $> euca-describe-keypairs | ||
* Check that <code>nova_key.priv</code> actually contains a key | * Check that <code>nova_key.priv</code> actually contains a key | ||
* Check for errors in <code>/var/log/nova/*.log</code> | * Check for errors in <code>/var/log/nova/*.log</code> | ||
Revision as of 15:46, 17 October 2011
Contents |
Description
Test adding an SSH key pair to an account.
Setup
- Follow QA:Testcase_create_OpenStack_user_project_and_network
- Download an unpack your credentials:
$> sudo nova-manage project zipfile markmc markmc $> sudo chmod 600 nova.zip $> sudo chown markmc:markmc nova.zip $> cd ~/novacreds $> unzip nova.zip $> . ./novarc
How to test
Generate a key:
$> ssh-keygen -f nova_key
Add it:
$> euca-add-keypair nova_key > nova_key.priv
Change it permissions:
$> chmod 600 nova*
Expected Results
- Check that the key is registered:
$> euca-describe-keypairs
- Check that
nova_key.privactually contains a key - Check for errors in
/var/log/nova/*.log