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 <imain@redhat.com>
This commit is contained in:
Ian Main 2012-06-25 21:06:02 -07:00
parent 29ffcfb0b7
commit 1a43f5e609
2 changed files with 4 additions and 3 deletions

View 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::

View File

@ -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