From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Follow [[QA:Testcase_create_OpenStack_user_project_and_network]] | # Follow [[QA:Testcase_create_OpenStack_user_project_and_network]] | ||
# If you started with a minimal installation for testing, you will need to install the <code>unzip</code> package. | |||
# Download an unpack your credentials: | # Download an unpack your credentials: | ||
$> name='admin' | $> name='admin' |
Revision as of 16:52, 20 October 2011
Description
Test adding an SSH key pair to an account.
Setup
- Follow QA:Testcase_create_OpenStack_user_project_and_network
- If you started with a minimal installation for testing, you will need to install the
unzip
package. - Download an unpack your credentials:
$> name='admin' $> mkdir ~/novacreds $> cd ~/novacreds $> sudo nova-manage project zipfile $name $name $> sudo chmod 600 nova.zip $> sudo chown $USER: nova.zip $> 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 its permissions:
$> chmod 600 nova*
Expected Results
- Check that the key is registered:
$> euca-describe-keypairs
- Check that
nova_key.priv
actually contains a key - Check for errors in
/var/log/nova/*.log