Plugins SDK: Fix wizard UI chapter.
The chapter was wrongly named 'Modify the Fuel web UI'. Actuallu it specifically relates to web UI wizard. Change-Id: I784b9ec1c2a07543f3c1e32532333ef415a79603
This commit is contained in:
committed by
Evgeny Konstantinov
parent
e4b48efedb
commit
dc64852bf8
@@ -1,8 +1,8 @@
|
||||
|
||||
.. _plugin-node-roles:
|
||||
|
||||
=================
|
||||
Plugin node roles
|
||||
-----------------
|
||||
=================
|
||||
|
||||
Defining a new role allows you to explicitly define all the tasks that run on
|
||||
it.
|
||||
@@ -24,5 +24,5 @@ separate nodes:
|
||||
plugin-node-roles/define-new-role.rst
|
||||
plugin-node-roles/volume-allocation.rst
|
||||
plugin-node-roles/hot-pluggable.rst
|
||||
plugin-node-roles/modify-ui.rst
|
||||
plugin-node-roles/plugin-repos.rst
|
||||
plugin-node-roles/modify-ui-wizard.rst
|
||||
plugin-node-roles/plugin-repos.rst
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
.. _modify-ui:
|
||||
|
||||
Modify the Fuel web UI
|
||||
----------------------
|
||||
=============================
|
||||
Modify the Fuel web UI wizard
|
||||
=============================
|
||||
|
||||
The Fuel web UI provides the ability to quickly choose which components
|
||||
to enable for a new environment.
|
||||
@@ -106,8 +106,8 @@ The properties ``label`` and ``description`` are self-explanatory.
|
||||
choose some settings that enable features of an incompatible
|
||||
component after the wizard is finished. Plugin developers should not
|
||||
only specify incompatible components but also provide appropriate
|
||||
restrictions for the incompatible settings.
|
||||
restrictions for the incompatible settings.
|
||||
|
||||
See `components.yaml <https://github.com/openstack/fuel-plugin-xenserver/blob/master/components.yaml>`_
|
||||
and `environment_config.yaml <https://github.com/openstack/fuel-plugin-xenserver/blob/master/environment_config.yaml>`_
|
||||
from the Fuel XenServer plugin as an example.
|
||||
See `components.yaml <https://github.com/openstack/fuel-plugin-xenserver/blob/master/plugin_source/components.yaml>`_
|
||||
and `environment_config.yaml <https://github.com/openstack/fuel-plugin-xenserver/blob/master/plugin_source/environment_config.yaml>`_
|
||||
from the Fuel XenServer plugin as an example.
|
||||
Reference in New Issue
Block a user