From 54528cbeb98bc373ae455f9062c595883539b3cf Mon Sep 17 00:00:00 2001 From: Sheel Rana Date: Tue, 3 Jan 2017 22:58:40 +0530 Subject: [PATCH] Updated dev doc for ubuntu version Removed "This session has only been tested on Ubuntu 14.04 (Trusty)." line from dev docs. This also works on 16.04.1 LTS version. So, its not required to mention 14.04 version in dev docs. Change-Id: I07c863b3319096f69cec3351595137eebe10fbd9 --- doc/source/dev/manual-devstack.rst | 3 +-- doc/source/dev/quickstart.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/dev/manual-devstack.rst b/doc/source/dev/manual-devstack.rst index 32e3ad33e..da49cb143 100644 --- a/doc/source/dev/manual-devstack.rst +++ b/doc/source/dev/manual-devstack.rst @@ -7,8 +7,7 @@ If you are getting started with zun it is recommended you follow the :ref:`quickstart` to get up and running with zun. This guide covers a more in-depth process to setup zun with devstack. -This session has only been tested on Ubuntu 14.04 (Trusty). -We recommend users to select one of it if it is possible. +This session has been tested on Ubuntu only. Clone devstack:: diff --git a/doc/source/dev/quickstart.rst b/doc/source/dev/quickstart.rst index 71ed5d691..d7e062a7f 100644 --- a/doc/source/dev/quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -65,8 +65,7 @@ To run only the pep8/flake8 syntax and style checks:: Exercising the Services Using Devstack ====================================== -This session has only been tested on Ubuntu 14.04 (Trusty). -We recommend users to select one of it if it is possible. +This session has been tested on Ubuntu only. Clone devstack::