Merge "Fix HTML warnings on HTML doc"
This commit is contained in:
@@ -63,7 +63,7 @@ exclude_patterns = [
|
|||||||
# included in the toctree themselves, so tell Sphinx to ignore
|
# included in the toctree themselves, so tell Sphinx to ignore
|
||||||
# them when scanning for input files.
|
# them when scanning for input files.
|
||||||
'man/footer.rst',
|
'man/footer.rst',
|
||||||
'man/general_options.rst',
|
'man/general-options.rst',
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
|
|||||||
@@ -262,7 +262,7 @@ specific domain.
|
|||||||
Please, read `the official OpenStack definition of a Project <http://docs.openstack.org/glossary/content/glossary.html>`_.
|
Please, read `the official OpenStack definition of a Project <http://docs.openstack.org/glossary/content/glossary.html>`_.
|
||||||
|
|
||||||
|
|
||||||
.. _primitive_definition:
|
.. _sla_definition:
|
||||||
|
|
||||||
SLA
|
SLA
|
||||||
===
|
===
|
||||||
|
|||||||
@@ -30,8 +30,7 @@ of the OpenStack :ref:`Cluster <cluster_definition>` such as:
|
|||||||
- Changing the current state of an hypervisor (enable or disable) with Nova
|
- Changing the current state of an hypervisor (enable or disable) with Nova
|
||||||
|
|
||||||
In most cases, an :ref:`Action <action_definition>` triggers some concrete
|
In most cases, an :ref:`Action <action_definition>` triggers some concrete
|
||||||
commands on an existing OpenStack module (Nova, Neutron, Cinder, Ironic, etc.)
|
commands on an existing OpenStack module (Nova, Neutron, Cinder, Ironic, etc.).
|
||||||
via a :ref:`Primitive <primitive_definition>`.
|
|
||||||
|
|
||||||
An :ref:`Action <action_definition>` has a life-cycle and its current state may
|
An :ref:`Action <action_definition>` has a life-cycle and its current state may
|
||||||
be one of the following:
|
be one of the following:
|
||||||
|
|||||||
@@ -17,19 +17,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
|
||||||
A :ref:`Primitive <primitive_definition>` is the component that carries out a
|
|
||||||
certain type of atomic :ref:`Actions <action_definition>` on a given
|
|
||||||
:ref:`Managed resource <managed_resource_definition>` (nova, swift, neutron,
|
|
||||||
glance,..). A :ref:`Primitive <primitive_definition>` is a part of the
|
|
||||||
:ref:`Watcher Applier <watcher_applier_definition>` module.
|
|
||||||
|
|
||||||
For example, there can be a :ref:`Primitive <primitive_definition>` which is
|
|
||||||
responsible for creating a snapshot of a given instance on a Nova compute node.
|
|
||||||
This :ref:`Primitive <primitive_definition>` knows exactly how to send
|
|
||||||
the appropriate commands to Nova for this type of
|
|
||||||
:ref:`Actions <action_definition>`.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ This component is in charge of executing the
|
|||||||
:ref:`Action Plan <action_plan_definition>` built by the
|
:ref:`Action Plan <action_plan_definition>` built by the
|
||||||
:ref:`Watcher Decision Engine <watcher_decision_engine_definition>`.
|
:ref:`Watcher Decision Engine <watcher_decision_engine_definition>`.
|
||||||
|
|
||||||
See :doc:`architecture` for more details on this component.
|
See: :doc:`../architecture` for more details on this component.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ of :ref:`Actions <action_definition>` which are scheduled in time by the
|
|||||||
:ref:`Watcher Planner <watcher_planner_definition>` (i.e., it generates an
|
:ref:`Watcher Planner <watcher_planner_definition>` (i.e., it generates an
|
||||||
:ref:`Action Plan <action_plan_definition>`).
|
:ref:`Action Plan <action_plan_definition>`).
|
||||||
|
|
||||||
See :doc:`architecture` for more details on this component.
|
See :doc:`../architecture` for more details on this component.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from oslo_config import cfg
|
from oslo_config import cfg
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ congestion which may decrease the :ref:`SLA <sla_definition>` for
|
|||||||
It is also important to schedule :ref:`Actions <action_definition>` in order to
|
It is also important to schedule :ref:`Actions <action_definition>` in order to
|
||||||
avoid security issues such as denial of service on core OpenStack services.
|
avoid security issues such as denial of service on core OpenStack services.
|
||||||
|
|
||||||
See :doc:`architecture` for more details on this component.
|
See :doc:`../architecture` for more details on this component.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
|
|||||||
Reference in New Issue
Block a user