Fixed build warnings

This commit is contained in:
Ivan Kolodyazhny 2013-11-21 15:57:31 +00:00 committed by Ivan Kolodyazhny
parent 4ec2c7e436
commit 3f631bd543
11 changed files with 32 additions and 29 deletions

View File

@ -75,7 +75,7 @@ release = '3.2'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_*', "pages", 'relnotes', 'contents',]
exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'pdf_*']
# exclude_patterns = ['_*', 'rn_index.rst']
# The reST default role (used for this markup: `text`) to use for all documents.

View File

@ -1,10 +1,10 @@
.. index Documentation
.. _Documentation:
.. Documentation_:
=============================
Documentation
_Documentation
=============================
.. toctree:: Documentation

View File

@ -28,6 +28,7 @@ need to create it yourself, use this procedure:
<enter> (to accept the defaults)
w(to save changes)
2. Initialize the XFS partition
::

View File

@ -11,7 +11,8 @@ through Corosync with MySQL issues.
1. Verify that corosync is really broken ``service corosync status``.
* You should see next error::
* You should see next error
::
corosync dead but pid file exists

View File

@ -6,6 +6,7 @@ Other Questions
===============
.. TODO(mihgen): Provide more clear and reflecting reality answer
1. **[Q]** Why did you decide to provide OpenStack packages through your own
repository?

View File

@ -49,8 +49,7 @@ a successful deployment.
| the Fuel server from your PC).  | |
+--------------------------------------------------------+--------------+
.. note:: * You need tagged ports in order to use Nova-network VLAN Manager or
Neutron with VLAN segmentation.
.. note:: * You need tagged ports in order to use Nova-network VLAN Manager or Neutron with VLAN segmentation.
If you checked all the boxes in the above table, you are ready to deploy
Mirantis OpenStack with Fuel.

View File

@ -44,8 +44,8 @@ As a model example, the following configuration is used:
From the server node side, ports with the following VLAN IDs for
networks are used:
* eth0 - Management VLAN 101 (tagged), Storage VLAN 102(tagged) and
Administrative VLAN 104 (untagged)
* eth0 - Management VLAN 101 (tagged), Storage VLAN 102(tagged) and Administrative VLAN 104 (untagged)
* eth1 - Public/Floating VLAN 100 (tagged), Private VLAN 103 (tagged)

View File

@ -21,7 +21,7 @@ You must keep in mind, however, that the database uses Galera to
achieve HA, and Galera is a quorum-based system. That means that you must provide
at least 3 controller nodes.
.. image:: /_images/logical-diagram-controller_svg.jpg
.. image:: /_images/logical-diagram-controller.svg
:align: center
Every OpenStack controller runs HAProxy, which manages a single External

View File

@ -58,6 +58,7 @@ structure:::
packages/manifests/init.pp
**init.pp** should have this content:::
class profile {
$tools = $::fuel_settings['tools']
package { $tools :

View File

@ -247,7 +247,7 @@ To prepare Murano for testing:
1. Configure key pair 'murano-lb-key' in the 'admin' tenant.
2. Create a Windows image with Murano agent.
See `Murano documentation <http://murano-docs.github.io/latest/administrators-guide/content/ch03.html>`_
See `Murano documentation (Image Builder) <http://murano-docs.github.io/latest/administrators-guide/content/ch03.html>`_
3. Upload the image to the OpenStack Image Service (Glance) into the 'admin' tenant.
4. Rename the image name to 'ws-2012-std'.
5. In the OpenStack Dashboard, click the 'Project' tab.