From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=A brief description of the functionality being tested. |setup=Optionally include information on preparing the test environment |actions= Be as specifi...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=Launch an instance on OpenStack. | ||
|setup=Optionally include information on preparing the test environment | |setup=Optionally include information on preparing the test environment | ||
# Follow [[QA:Testcase_download_and_register_tty_images_with_OpenStack]] | |||
# Make sure the nbd kernel module is loaded so that injecting SSH key files into the filesystem on the qcow2 image works: | |||
$> sudo modprobe nbd | |||
|actions= | |actions= | ||
Launch an instance of one of the images downloaded and registered in the previous test case. | |||
$> cd ~/novacreds | |||
$> euca-run-instances ami-tty --kernel aki-tty --ramdisk ari-tty -k nova_key | |||
|results= | |results= | ||
{{admon/warning|To-do|...}} | |||
}} | }} | ||
[[Category:OpenStack Test Cases]] | [[Category:OpenStack Test Cases]] | ||
[[Category:Cloud SIG]] | [[Category:Cloud SIG]] |
Revision as of 20:02, 17 October 2011
Description
Launch an instance on OpenStack.
Setup
Optionally include information on preparing the test environment
- Follow QA:Testcase_download_and_register_tty_images_with_OpenStack
- Make sure the nbd kernel module is loaded so that injecting SSH key files into the filesystem on the qcow2 image works:
$> sudo modprobe nbd
How to test
Launch an instance of one of the images downloaded and registered in the previous test case.
$> cd ~/novacreds $> euca-run-instances ami-tty --kernel aki-tty --ramdisk ari-tty -k nova_key