From Fedora Project Wiki
(updates-testing is auto enabled in F16 beta so don't specify it, especically as it triggers a scrollbar) |
(link to why we're explicitly installing python-amqplib) |
||
Line 4: | Line 4: | ||
|actions= | |actions= | ||
# Install the packages: | # Install the packages: | ||
$> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* python-amqplib | $> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* [https://bugzilla.redhat.com/746685 python-amqplib] | ||
|results= | |results= | ||
# The packages install with no errors. | # The packages install with no errors. | ||
Line 10: | Line 10: | ||
Known issues: | Known issues: | ||
# [https://bugzilla.redhat.com/685155 #685155 - openstack-swift | # [https://bugzilla.redhat.com/685155 #685155 - openstack-swift complains about "POSTIN scriptlet failure" on installation] | ||
}} | }} | ||
[[Category:OpenStack Test Cases]] | [[Category:OpenStack Test Cases]] | ||
[[Category:Cloud SIG]] | [[Category:Cloud SIG]] |
Revision as of 10:28, 19 October 2011
Description
Test that the various OpenStack packages install successfully.
Setup
Only the setup steps described on Test_Day:2011-10-20_OpenStack_Test_Day.
How to test
- Install the packages:
$> sudo yum install -y openstack-nova openstack-glance openstack-keystone openstack-swift* python-amqplib
Expected Results
- The packages install with no errors.
Known issues: