From Fedora Project Wiki

(Don't actually need to generate the key, nova does it)
(update chmod instructions)
Line 9: Line 9:
  $> cd ~/novacreds
  $> cd ~/novacreds
  $> sudo nova-manage project zipfile $name $name
  $> sudo nova-manage project zipfile $name $name
$> sudo chmod 600 nova.zip
  $> sudo chown $USER: nova.zip
  $> sudo chown $USER: nova.zip
  $> unzip nova.zip
  $> unzip nova.zip
$> chmod 600 nova*
  $> . ./novarc
  $> . ./novarc
|actions=
|actions=
Line 17: Line 17:
  $> euca-add-keypair nova_key > nova_key.priv
  $> euca-add-keypair nova_key > nova_key.priv
Change its permissions:
Change its permissions:
  $> chmod 600 nova*
  $> chmod 600 nova_key.priv
|results=
|results=
* Check that the key is registered:
* Check that the key is registered:

Revision as of 14:57, 14 November 2011

Description

Test adding an SSH key pair to an account.

Setup

  1. Follow QA:Testcase_create_OpenStack_user_project_and_network
  2. If you started with a minimal installation for testing, you will need to install the unzip package.
  3. Download an unpack your credentials:
$> name='admin'
$> mkdir ~/novacreds
$> cd ~/novacreds
$> sudo nova-manage project zipfile $name $name
$> sudo chown $USER: nova.zip
$> unzip nova.zip
$> chmod 600 nova*
$> . ./novarc 

How to test

Add it:

$> euca-add-keypair nova_key > nova_key.priv

Change its permissions:

$> chmod 600 nova_key.priv

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