QA:Testcase add SSH keypair to OpenStack
From FedoraProject
(Difference between revisions)
m |
|||
| Line 2: | Line 2: | ||
|description=Test adding an SSH key pair to an account. | |description=Test adding an SSH key pair to an account. | ||
|setup= | |setup= | ||
| + | Setup keystone credentials: | ||
$> . ./keystonerc | $> . ./keystonerc | ||
Latest revision as of 08:20, 18 September 2012
Contents |
Description
Test adding an SSH key pair to an account.
Setup
Setup keystone credentials:
$> . ./keystonerc
How to test
Add the key pair:
$> nova keypair-add nova_key > nova_key.priv
Change its permissions:
$> chmod 600 nova_key.priv
Expected Results
- Check that the key is registered:
$> nova keypair-list
- Check that
nova_key.privactually contains a key - Check for errors in
/var/log/nova/*.log