Release versions update in docs for 6.1

1. Fuel Master architecture changes for Docker was started in 5.1
2. Enable Experimental Features still valid for 6.1
3. Some minor edits for clarity

Change-Id: Ic687edaf26faa4e2b371e8d17f3faa3faa5f5425
Closes-bug: 1472928
(cherry picked from commit 76334c2d03)
This commit is contained in:
OlgaGusarenko 2015-07-13 12:39:26 +03:00 committed by Olga Gusarenko
parent 179b857ecc
commit c555af59e1
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
Enable Experimental Features
============================
Beginning with Fuel 5.1,
Beginning with Fuel 5.1 and in later release versions,
:ref:`experimental features<experimental-features-term>`
are disabled by default.
Experimental features provide useful functionality

View File

@ -84,7 +84,7 @@ that Fuel installs in a new :ref:`docker<docker-term>` container on the Fuel Mas
in the Keystone container.
- Support for storing authentication token in cookies
is added in releases 5.1.1 and 6.0;
is added in releases 5.1.1 and later;
this allows the API to be tested from the browser.
- The **keystonemiddleware** python package replaces
@ -94,7 +94,7 @@ that Fuel installs in a new :ref:`docker<docker-term>` container on the Fuel Mas
which was extracted from **keystoneclinet.middleware**
in earlier releases.
Beginning with releases 5.1.1 and 6.0,
Beginning with releases 5.1.1 and later,
the user must supply a password
when upgrading Fuel from an earlier release.
This password can be supplied on the command line

View File

@ -163,10 +163,10 @@ between containers to operate smoothly:
Fuel Master architecture changes for Docker
-------------------------------------------
In order to enable containerization of the Fuel 5.0 Master's services,
several pieces of the Fuel Master node design were changed.
Most of this change came from Puppet,
but below is a list of modifications to Fuel to enable Docker:
Starting with Fuel 5.1, in order to enable containerization of the Fuel
Master's services, several pieces of the Fuel Master node design were changed.
Most of that change came from Puppet, but below is a list of modifications
to Fuel to enable Docker:
* DNS lookups come from Cobbler container
* App containers launch in order, but not in a synchronous manner.