diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 4586b1e92c..49ca7e3254 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -26,8 +26,8 @@ Clone the heat repository_ from GitHub at ``git://github.com/heat-api/heat.git`` Install OpenStack ----------------- -Installing OpenStack on Fedora 16 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Installing OpenStack on Fedora 16 and 17 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Note: on Fedora 16 you have to enable the `Preview Repository`_ to install the required OpenStack Essex release. A script called "``openstack``" in the tools directory of the repository will install and start OpenStack for you on Fedora 16/17:: diff --git a/tools/openstack b/tools/openstack index 45b50acadc..6a107a72d5 100755 --- a/tools/openstack +++ b/tools/openstack @@ -98,7 +98,8 @@ function os_erase() { function os_install() { - sudo yum install -y openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard scsi-target-utils qpid-cpp-server + sudo yum groupinstall -y Virtualization + sudo yum install -y openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard scsi-target-utils qpid-cpp-server mysql-server sudo dd if=/dev/zero of=/var/lib/nova/nova-volumes.img bs=1M seek=20k count=0 sudo systemctl start mysqld.service sleep 1