Browse code

Merge "Updated supported OS releases listed in stack.sh"

Jenkins authored on 2015/02/04 09:25:37
Showing 2 changed files
... ...
@@ -19,7 +19,7 @@ Quick Start
19 19
 
20 20
 #. Select a Linux Distribution
21 21
 
22
-   Only Ubuntu 14.04 (Trusty), Fedora 20 and CentOS/RHEL 6.5 are
22
+   Only Ubuntu 14.04 (Trusty), Fedora 20 and CentOS/RHEL 7 are
23 23
    documented here. OpenStack also runs and is packaged on other flavors
24 24
    of Linux such as OpenSUSE and Debian.
25 25
 
... ...
@@ -13,11 +13,11 @@
13 13
 # a multi-node developer install.
14 14
 
15 15
 # To keep this script simple we assume you are running on a recent **Ubuntu**
16
-# (12.04 Precise or newer) or **Fedora** (F18 or newer) machine.  (It may work
17
-# on other platforms but support for those platforms is left to those who added
18
-# them to DevStack.)  It should work in a VM or physical server.  Additionally
19
-# we maintain a list of ``apt`` and ``rpm`` dependencies and other configuration
20
-# files in this repo.
16
+# (14.04 Trusty or newer), **Fedora** (F20 or newer), or **CentOS/RHEL**
17
+# (7 or newer) machine. (It may work on other platforms but support for those
18
+# platforms is left to those who added them to DevStack.) It should work in
19
+# a VM or physical server. Additionally, we maintain a list of ``apt`` and
20
+# ``rpm`` dependencies and other configuration files in this repo.
21 21
 
22 22
 # Learn more and get the most recent version at http://devstack.org
23 23