From 5bee0cd4ce52098b84dcdada3fbee0bb0add726b Mon Sep 17 00:00:00 2001 From: Martin Falatic Date: Fri, 23 Jan 2015 14:10:33 -0800 Subject: [PATCH] Updated supported OS releases listed in stack.sh Updated the supported OS release versions mentioned in stack.sh to be consistent with what is listed in doc/source/index.rst Change-Id: Ie9045927779a063865115e3aff1b92450a104946 Closes-Bug: #1414205 --- doc/source/index.rst | 2 +- stack.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7188f6ecf4..0763fb83cb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,7 +19,7 @@ Quick Start #. Select a Linux Distribution - Only Ubuntu 14.04 (Trusty), Fedora 20 and CentOS/RHEL 6.5 are + Only Ubuntu 14.04 (Trusty), Fedora 20 and CentOS/RHEL 7 are documented here. OpenStack also runs and is packaged on other flavors of Linux such as OpenSUSE and Debian. diff --git a/stack.sh b/stack.sh index cda302fd74..eaecea075c 100755 --- a/stack.sh +++ b/stack.sh @@ -13,11 +13,11 @@ # a multi-node developer install. # To keep this script simple we assume you are running on a recent **Ubuntu** -# (12.04 Precise or newer) or **Fedora** (F18 or newer) machine. (It may work -# on other platforms but support for those platforms is left to those who added -# them to DevStack.) It should work in a VM or physical server. Additionally -# we maintain a list of ``apt`` and ``rpm`` dependencies and other configuration -# files in this repo. +# (14.04 Trusty or newer), **Fedora** (F20 or newer), or **CentOS/RHEL** +# (7 or newer) machine. (It may work on other platforms but support for those +# platforms is left to those who added them to DevStack.) It should work in +# a VM or physical server. Additionally, we maintain a list of ``apt`` and +# ``rpm`` dependencies and other configuration files in this repo. # Learn more and get the most recent version at http://devstack.org