From e0572969f874901a79a570612b57afafdf3b7825 Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <dabarren@gmail.com>
Date: Fri, 27 Oct 2017 07:38:37 +0200
Subject: [PATCH] Remove deprecated version dependencies in quickstart

Mitaka and newton are deprecated and no longer maintained
by OpenStack comunity.

Users can check specific documentation for old releases.

Change-Id: I43fd1d40bc2f094fee4c1547879f798a92593df4
---
 doc/source/user/quickstart.rst | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index d5f51f4d9c..176ea3780b 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -65,28 +65,6 @@ platforms and bare metal deployment targets.
    review carefully because default Operating System repos are likely out of
    date.
 
-Dependencies for the stable/mitaka branch are:
-
-=====================   ===========  ===========  =========================
-Component               Min Version  Max Version  Comment
-=====================   ===========  ===========  =========================
-Ansible                 1.9.4        <2.0.0       On deployment host
-Docker                  1.10.0       none         On target nodes
-Docker Python           1.6.0        none         On target nodes
-Python Jinja2           2.6.0        none         On deployment host
-=====================   ===========  ===========  =========================
-
-Dependencies for the stable/newton are:
-
-=====================   ===========  ===========  =========================
-Component               Min Version  Max Version  Comment
-=====================   ===========  ===========  =========================
-Ansible                 2.0.0        none         On deployment host
-Docker                  1.10.0       none         On target nodes
-Docker Python           1.6.0        none         On target nodes
-Python Jinja2           2.8.0        none         On deployment host
-=====================   ===========  ===========  =========================
-
 Dependencies for the stable/ocata branch are:
 
 =====================   ===========  ===========  =========================