[DOCS] Add project links to README; fix typos

Change-Id: I048a18106cd0755b58735e0f0b4826b7f3977f7a
This commit is contained in:
Robb Romans 2016-08-16 12:48:19 -05:00
parent 8664d2a92a
commit f370ce6a84
3 changed files with 8 additions and 5 deletions

View File

@ -4,5 +4,10 @@ OpenStack-Ansible Horizon
This Ansible role installs and configures OpenStack Horizon served by the
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

View File

@ -19,7 +19,7 @@ options.
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
``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
.. _customization module: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides

View File

@ -9,7 +9,7 @@ OpenStack-Ansible Horizon
This Ansible role installs and configures OpenStack Horizon served by the
Apache webserver. Horizon is configured to use Galera for session caching and
memcached for other caching.
Memcached for other caching.
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-config`` tag can be used to manage configuration.