From: Ian Main Date: Tue, 26 Jun 2012 04:06:02 +0000 (-0700) Subject: Few small fixes for getting started. X-Git-Tag: 2014.1~1675 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1a43f5e6098ba5457a15fd9a2c29ecab4068dfa3;p=openstack-build%2Fheat-build.git Few small fixes for getting started. A few small updates to the documentation and to the openstack install script to make it work more smoothly from a base install. Change-Id: Id9abad058695474aefcae62a5d7a1babc98d0ec9 Signed-off-by: Ian Main --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 4586b1e9..49ca7e32 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 45b50aca..6a107a72 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