Updating Ubuntu Server version in devstack doc

Since the link referenced to get the Ubuntu server image
serves-up 14.04, I have updated the doc to reference
that version as well.

Change-Id: Id8b8c623a3275f9a900257db301c074df86f639d
Partial-Bug: #1490687
This commit is contained in:
Chad Roberts 2015-09-10 09:05:11 -04:00
parent f7ddd0c94a
commit e0d412566a

View File

@ -15,7 +15,7 @@ Start VM and set up OS
---------------------- ----------------------
In order to run DevStack in a local VM, you need to start by installing In order to run DevStack in a local VM, you need to start by installing
a guest with Ubuntu 12.04 server. Download an image file from a guest with Ubuntu 14.04 server. Download an image file from
`Ubuntu's web site <http://www.ubuntu.com/download/server>`_ and create `Ubuntu's web site <http://www.ubuntu.com/download/server>`_ and create
a new guest from it. Virtualization solution must support a new guest from it. Virtualization solution must support
nested virtualization. Without nested virtualization VMs running inside nested virtualization. Without nested virtualization VMs running inside
@ -26,7 +26,7 @@ On Linux QEMU/KVM supports nested virtualization, on Mac OS - VMware Fusion.
VMware Fusion requires adjustments to run VM with fixed IP. You may find VMware Fusion requires adjustments to run VM with fixed IP. You may find
instructions which can help :ref:`below <fusion-fixed-ip>`. instructions which can help :ref:`below <fusion-fixed-ip>`.
Start a new VM with Ubuntu Server 12.04. Recommended settings: Start a new VM with Ubuntu Server 14.04. Recommended settings:
- Processor - at least 2 cores - Processor - at least 2 cores
- Memory - at least 8GB - Memory - at least 8GB
@ -45,7 +45,7 @@ Install DevStack
---------------- ----------------
The instructions assume that you've decided to install DevStack into The instructions assume that you've decided to install DevStack into
Ubuntu 12.04 system. Ubuntu 14.04 system.
1. Clone DevStack: 1. Clone DevStack: