Fix inconsisten Ubuntu version in README.rst

File README.rst, section "Simulating Devstack Gate Tests" we
 1. recomend to use Ubuntu 12.04 LTS (Precise Pangolin)
    "you'll want to make sure you have a basic Ubuntu 12.04 LTS
    (Precise Pangolin) image with sufficient memory and processor count."
 2. and few lines below, in two examples we have
    'Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)'

Setting Ubuntu version to 14.04 LTS and making it the same in all places.

Change-Id: Icc457539c864ab3e46cf5d2e95f7e5a78c218138
Closes-Bug: #1428863
This commit is contained in:
Radoslaw Smigielski 2015-03-05 21:56:26 +00:00
parent 07ede2fa30
commit 68170aae38
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ First, it helps if you have access to a virtual machine from one of the
providers the OpenStack project is using for gating, since their
performance characteristics and necessary build parameters are already
known. The same thing can of course be done locally or on another
provider, but you'll want to make sure you have a basic Ubuntu 12.04 LTS
(Precise Pangolin) image with sufficient memory and processor count.
provider, but you'll want to make sure you have a basic Ubuntu 14.04 LTS
(Trusty Tahr) image with sufficient memory and processor count.
These days Tempest testing is requiring in excess of 2GiB RAM (4 should
be enough but we typically use 8) and completes within an hour on a
4-CPU virtual machine.