From Fedora Project Wiki

No edit summary
No edit summary
Line 9: Line 9:


* Install latest keystone from koji, if it's not available in updates-testing:
* Install latest keystone from koji, if it's not available in updates-testing:
  $> $> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/openstack-keystone-2012.1-0.10.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/python-keystone-2012.1-0.10.e4.fc17.noarch.rpm
  $> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/openstack-keystone-2012.1-0.10.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/python-keystone-2012.1-0.10.e4.fc17.noarch.rpm


|results=
|results=

Revision as of 16:15, 8 March 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 --enablerepo=updates-testing -y openstack-nova openstack-glance openstack-keystone openstack-swift*
  • Install latest glance from koji, if it's not available in updates-testing:
$> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-glance/2012.1/0.5.e4.fc17/noarch/python-glance-2012.1-0.5.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-glance/2012.1/0.5.e4.fc17/noarch/openstack-glance-2012.1-0.5.e4.fc17.noarch.rpm
  • Install latest keystone from koji, if it's not available in updates-testing:
$> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/openstack-keystone-2012.1-0.10.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/python-keystone-2012.1-0.10.e4.fc17.noarch.rpm

Expected Results

  1. The packages install with no errors.