]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Few small fixes for getting started.
authorIan Main <imain@redhat.com>
Tue, 26 Jun 2012 04:06:02 +0000 (21:06 -0700)
committerIan Main <imain@redhat.com>
Tue, 26 Jun 2012 04:27:07 +0000 (21:27 -0700)
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 <imain@redhat.com>
docs/GettingStarted.rst
tools/openstack

index 4586b1e92c6c7b4c1fd80fe6beac73e2a1b39244..49ca7e3254d25f8ca91d89884271392675924266 100644 (file)
@@ -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::
index 45b50acadc15c1f397da164474629950bcc8da76..6a107a72d5456c8efeabfbe9f16360510948bd5b 100755 (executable)
@@ -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