[DOCS] Add project links to README; fix typos
Change-Id: I048a18106cd0755b58735e0f0b4826b7f3977f7a
This commit is contained in:
parent
8664d2a92a
commit
f370ce6a84
@ -4,5 +4,10 @@ OpenStack-Ansible Horizon
|
|||||||
|
|
||||||
This Ansible role installs and configures OpenStack Horizon served by the
|
This Ansible role installs and configures OpenStack Horizon served by the
|
||||||
Apache webserver. Horizon is configured to use Galera for session caching and
|
Apache webserver. Horizon is configured to use Galera for session caching and
|
||||||
memcached for other caching.
|
Memcached for other caching.
|
||||||
|
|
||||||
|
Documentation for the project can be found at:
|
||||||
|
http://docs.openstack.org/developer/openstack-ansible-os_horizon/
|
||||||
|
|
||||||
|
The project home is at:
|
||||||
|
http://launchpad.net/openstack-ansible
|
||||||
|
@ -19,7 +19,7 @@ options.
|
|||||||
Configuring a horizon customization module
|
Configuring a horizon customization module
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Openstack-Ansible supports deployment of a horizon `customization module`_.
|
OpenStack-Ansible supports deployment of a horizon `customization module`_.
|
||||||
After building your customization module, configure the
|
After building your customization module, configure the
|
||||||
``horizon_customization_module`` variable with a path to your module.
|
``horizon_customization_module`` variable with a path to your module.
|
||||||
|
|
||||||
@ -28,4 +28,3 @@ After building your customization module, configure the
|
|||||||
horizon_customization_module: /path/to/customization_module.py
|
horizon_customization_module: /path/to/customization_module.py
|
||||||
|
|
||||||
.. _customization module: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides
|
.. _customization module: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ OpenStack-Ansible Horizon
|
|||||||
|
|
||||||
This Ansible role installs and configures OpenStack Horizon served by the
|
This Ansible role installs and configures OpenStack Horizon served by the
|
||||||
Apache webserver. Horizon is configured to use Galera for session caching and
|
Apache webserver. Horizon is configured to use Galera for session caching and
|
||||||
memcached for other caching.
|
Memcached for other caching.
|
||||||
|
|
||||||
Default variables
|
Default variables
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
@ -48,4 +48,3 @@ This role supports two tags: ``horizon-install`` and ``horizon-config``.
|
|||||||
The ``horizon-install`` tag can be used to install and upgrade.
|
The ``horizon-install`` tag can be used to install and upgrade.
|
||||||
|
|
||||||
The ``horizon-config`` tag can be used to manage configuration.
|
The ``horizon-config`` tag can be used to manage configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user