Skip to content

Commit 5bee0cd

Browse files
author
Martin Falatic
committed
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
1 parent e256022 commit 5bee0cd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Quick Start
1919

2020
#. Select a Linux Distribution
2121

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
2323
documented here. OpenStack also runs and is packaged on other flavors
2424
of Linux such as OpenSUSE and Debian.
2525

stack.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# a multi-node developer install.
1414

1515
# 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.
2121

2222
# Learn more and get the most recent version at http://devstack.org
2323

0 commit comments

Comments
 (0)