Browse code

Correct various inaccuracies in overview.rst

This still was referencing nova-network

Change-Id: Id584d3fd26482330f42319aee4cb36981066db55

Sean Dague authored on 2017/05/02 21:49:17
Showing 1 changed files
... ...
@@ -20,11 +20,11 @@ Base OS
20 20
 
21 21
 *The OpenStack Technical Committee (TC) has defined the current CI
22 22
 strategy to include the latest Ubuntu release and the latest RHEL
23
-release (for Python 2.6 testing).*
23
+release.*
24 24
 
25 25
 -  Ubuntu: current LTS release plus current development release
26 26
 -  Fedora: current release plus previous release
27
--  RHEL: current major release
27
+-  RHEL/Centos: current major release
28 28
 -  Other OS platforms may continue to be included but the maintenance of
29 29
    those platforms shall not be assumed simply due to their presence.
30 30
    Having a listed point-of-contact for each additional OS will greatly
... ...
@@ -38,7 +38,6 @@ Databases
38 38
 *As packaged by the host OS*
39 39
 
40 40
 -  MySQL
41
--  PostgreSQL
42 41
 
43 42
 Queues
44 43
 ------
... ...
@@ -46,7 +45,6 @@ Queues
46 46
 *As packaged by the host OS*
47 47
 
48 48
 -  Rabbit
49
--  Qpid
50 49
 
51 50
 Web Server
52 51
 ----------
... ...
@@ -58,9 +56,6 @@ Web Server
58 58
 OpenStack Network
59 59
 -----------------
60 60
 
61
-*Defaults to nova network, optionally use neutron*
62
-
63
--  Nova Network: FlatDHCP
64 61
 -  Neutron: A basic configuration approximating the original FlatDHCP
65 62
    mode using linuxbridge or OpenVSwitch.
66 63
 
... ...
@@ -68,9 +63,9 @@ Services
68 68
 --------
69 69
 
70 70
 The default services configured by DevStack are Identity (keystone),
71
-Object Storage (swift), Image Service (glance), Block Storage (cinder),
72
-Compute (nova), Networking (nova), Dashboard (horizon), Orchestration
73
-(heat)
71
+Object Storage (swift), Image Service (glance), Block Storage
72
+(cinder), Compute (nova), Networking (neutron), Dashboard (horizon),
73
+Orchestration (heat)
74 74
 
75 75
 Additional services not included directly in DevStack can be tied in to
76 76
 ``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call
... ...
@@ -80,8 +75,7 @@ Node Configurations
80 80
 -------------------
81 81
 
82 82
 -  single node
83
--  multi-node is not tested regularly by the core team, and even then
84
-   only minimal configurations are reviewed
83
+-  multi-node configurations as are tested by the gate
85 84
 
86 85
 Exercises
87 86
 ---------