From Fedora Project Wiki

Revision as of 12:21, 18 October 2011 by Pbrady (talk | contribs) (made more copy & pasteable)

Description

Test adding an SSH key pair to an account.

Setup

  1. Follow QA:Testcase_create_OpenStack_user_project_and_network
  2. Download an unpack your credentials:
$> name=$USER
$> sudo nova-manage project zipfile $name $name
$> sudo chmod 600 nova.zip
$> sudo chown $name: 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.priv actually contains a key
  • Check for errors in /var/log/nova/*.log