[DOCS] Add project links; fix indents; wording
Change-Id: Ie5225d641c2db96ca314ab54613588408eb77005
This commit is contained in:
parent
e9dd64afb9
commit
12176ece55
@ -2,6 +2,11 @@
|
|||||||
OpenStack-Ansible glance
|
OpenStack-Ansible glance
|
||||||
========================
|
========================
|
||||||
|
|
||||||
This Ansible role installs and configures OpenStack glance and glance
|
This Ansible role installs and configures OpenStack glance and the
|
||||||
registry.
|
glance registry.
|
||||||
|
|
||||||
|
Documentation for the project can be found at:
|
||||||
|
http://docs.openstack.org/developer/openstack-ansible-os_glance/
|
||||||
|
|
||||||
|
The project home is at:
|
||||||
|
http://launchpad.net/openstack-ansible
|
||||||
|
@ -16,7 +16,7 @@ file-based storage by default. Two additional stores, ``http`` and ``cinder``
|
|||||||
(Block Storage), are also enabled by default.
|
(Block Storage), are also enabled by default.
|
||||||
|
|
||||||
You can choose alternative default stores and alternative additional stores.
|
You can choose alternative default stores and alternative additional stores.
|
||||||
For example, a deployer that uses Ceph may configure the following Ansible
|
For example, a deployer that uses Ceph can configure the following Ansible
|
||||||
variables:
|
variables:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
@ -1,19 +1,29 @@
|
|||||||
=================================
|
=============================
|
||||||
Glance role for OpenStack-Ansible
|
OpenStack-Ansible glance role
|
||||||
=================================
|
=============================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
configure-glance.rst
|
configure-glance.rst
|
||||||
|
|
||||||
:tags: openstack, glance, cloud, ansible
|
This role installs the following Upstart services:
|
||||||
:category: \*nix
|
|
||||||
|
|
||||||
This role will install the following Upstart services:
|
|
||||||
* glance-api
|
* glance-api
|
||||||
* glance-registry
|
* glance-registry
|
||||||
|
|
||||||
|
Default variables
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. literalinclude:: ../../defaults/main.yml
|
||||||
|
:language: yaml
|
||||||
|
:start-after: under the License.
|
||||||
|
|
||||||
|
Required variables
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
None
|
||||||
|
|
||||||
Example playbook
|
Example playbook
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -23,8 +33,9 @@ Example playbook
|
|||||||
Tags
|
Tags
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
This role supports two tags: ``glance-install`` and ``glance-config``
|
This role supports two tags: ``glance-install`` and ``glance-config``.
|
||||||
|
The ``glance-install`` tag can be used to install and upgrade. The
|
||||||
|
``glance-config`` tag can be used to manage configuration.
|
||||||
|
|
||||||
The ``glance-install`` tag can be used to install and upgrade.
|
:tags: openstack, glance, cloud, ansible
|
||||||
|
:category: \*nix
|
||||||
The ``glance-config`` tag can be used to manage configuration.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user