RelNotes updated

This commit is contained in:
Pavel Lechenko 2013-08-08 03:31:27 +04:00
parent 1d0f51744d
commit e95de7e398
3 changed files with 24 additions and 17 deletions

View File

@ -281,7 +281,7 @@ nwdiag_antialias = True
extensions += ['rst2pdf.pdfbuilder']
pdf_documents = [
('pdf_index', u'Fuel for OpenStack', u'User Guide',
('pdf_index', u'Fuel-for-OpenStack-3.1-UserGuide', u'User Guide',
u'2013, Mirantis Inc.')
# (master_doc, project, project, copyright),
]

View File

@ -53,14 +53,13 @@ How To Obtain The Product
Fuel is distributed as a self-contained ISO that, once downloaded, does not
require Internet access to provision OpenStack nodes. This ISO is available in
the Fuel Download http://fuel.mirantis.com/your-downloads/ section of the
Fuel Portal http://fuel.mirantis.com/
the `Fuel Download <http://fuel.mirantis.com/your-downloads/>`_ section of the
Fuel Portal.
Here you will also find the Oracle VirtualBox scripts to enable quick and easy
deployment of a multi-node OpenStack cloud for evaluation purposes. Note that
you will need to be subscribed to the Mirantis site to access the downloads.
Subscription is free of charge.
you will need to opt-in to the Mirantis portal to access the downloadable
files, which is free of charge.
.. raw:: pdf
@ -71,12 +70,12 @@ Contacting Support
You can contact support online, through E-mail or via phone. Instructions on
how to use any of these contact options can be found on the
Support Home Page at https://mirantis.zendesk.com/home
`support home page <https://mirantis.zendesk.com/home>`_.
.. raw:: pdf
Spacer 0 200
Spacer 0 12cm
.. image:: /_static/mirantis_logo.png
:align: left

View File

@ -56,19 +56,17 @@ segregate network traffic. In these networks, Fuel can now be configured
through the Fuel UI to disable the need for VLAN tagging. This configuration
option is available through the Network Settings tab.
Full support of Quantum networking engine
-----------------------------------------
This release now supports all the features of Quantum OpenStack virtual
networking implementation including network namespaces feature ported to
2.6.32 CentOS kernel allowing virtual networks overlapping.
Improved High Availability resiliency
-------------------------------------
To improve the resiliency of the Mirantis OpenStack High Availability reference
architecture, Fuel now deploys all HA services under Pacemaker, a scalable
cluster resource manager developed by ClusterLabs.
architecture, Fuel now deploys services including Neutron (Quantum) Agents,
HAProxy, Galera or MySQL native Master/Slave replication under Pacemaker from
ClusterLabs. Neutron (Quantum) agents now support seamless failover with
metadata proxy and agent support, allowing minimum downtime for cluster
Neutron (Quantum)-enabled networking. The Galera/Mysql replication engine now
supports automatic cluster reassembling after the entire cluster is rebooted.
Horizon password entry can be hidden
------------------------------------
@ -77,6 +75,16 @@ In the OpenStack settings tab, the input of the password used for Horizon
access can now be hidden by clicking on the eye icon to the left of the field.
This icon acts as a toggle between hidden and visible input modes.
Full support of Neutron (Quantum) networking engine
---------------------------------------------------
All the features of the Neutron (Quantum) OpenStack virtual networking
implementation, including the network namespaces feature allowing virtual
networks to be overlapping, are now supported by Fuel. This improvement also
enables Neutron (Quantum) to work properly with Open vSwitch GRE tunnels.
This capability is currently supported only with the Mirantis OpenStack
distribution and CentOS version (2.6.32-358) included with Fuel.
Resolved Issues in Fuel 3.1
===========================