From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|setup=Only the setup steps described on [[Test_Day:2012-03-08_OpenStack_Test_Day]]. | |setup=Only the setup steps described on [[Test_Day:2012-03-08_OpenStack_Test_Day]]. | ||
|actions= | |actions= | ||
* Install the packages: | |||
$> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* | $> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* | ||
* Setup the database: | |||
$> sudo openstack-nova-db-setup | |||
|results= | |results= | ||
# The packages install with no errors | # The packages install with no errors, and the db setup completes | ||
Known issues: | Known issues: | ||
# | # There may be deprecation warnings shown for the db setup which you can ignore | ||
}} | }} | ||
[[Category:OpenStack Test Cases]] | [[Category:OpenStack Test Cases]] | ||
[[Category:Cloud SIG]] | [[Category:Cloud SIG]] |
Revision as of 22:07, 2 February 2012
Description
Test that the various OpenStack packages install successfully.
Setup
Only the setup steps described on Test_Day:2012-03-08_OpenStack_Test_Day.
How to test
- Install the packages:
$> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift*
- Setup the database:
$> sudo openstack-nova-db-setup
Expected Results
- The packages install with no errors, and the db setup completes
Known issues:
- There may be deprecation warnings shown for the db setup which you can ignore