diff --git a/README.rst b/README.rst index 821599db..08175c97 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/configure-horizon.rst b/doc/source/configure-horizon.rst index 4e7a289d..71535890 100644 --- a/doc/source/configure-horizon.rst +++ b/doc/source/configure-horizon.rst @@ -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 - diff --git a/doc/source/index.rst b/doc/source/index.rst index 227af0ac..8d0f309d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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. -