Andy McCrae c568e8f73a Update repository with reference to role git location
Change-Id: I8c4a1038d6466100909f9c9796543823e56b5955
2016-12-22 14:26:21 +00:00

43 lines
890 B
ReStructuredText

=============================
OpenStack-Ansible glance role
=============================
.. toctree::
:maxdepth: 2
configure-glance.rst
This role installs the following Systemd services:
* glance-api
* glance-registry
To clone or view the source code for this repository, visit the role repository
for `os_glance <https://github.com/openstack/openstack-ansible-os_glance>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required variables
~~~~~~~~~~~~~~~~~~
None
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
~~~~
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.