Fix doc8 failures

The tox -e docs environment fails - and is used for the PTI jobs. Fix
the indentation failure doc8 reports and sync two sections.

Change-Id: I363662e2eaf4c68e09e8da22a30e85fd9f3d8ddf
This commit is contained in:
Andreas Jaeger 2018-08-28 08:38:34 +02:00
parent 591893e751
commit ee2b7c7c10
2 changed files with 11 additions and 18 deletions

View File

@ -7,14 +7,22 @@ Team and repository tags
.. Change things from this point on
=======================
OpenStack-Ansible Zaqar
#######################
=======================
:tags: openstack, zaqar, cloud, ansible
:category: \*nix
This Ansible role installs and configures OpenStack Zaqar.
Linux Distribution Support: Ubuntu 14.04
Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_zaqar/latest/
Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/
The project home is at:
https://launchpad.net/openstack-ansible
Default Variables
=================
@ -42,18 +50,3 @@ Example Playbook
zaqar_install_nginx: true
zaqar_api_bind_address: 192.168.33.11
zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db'
================================
Zaqar role for OpenStack-Ansible
================================
Ansible role to install OpenStack Zaqar.
Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_zaqar/latest/
Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/
The project home is at:
https://launchpad.net/openstack-ansible

View File

@ -1,6 +1,6 @@
.. include:: ../../README.rst
Dependencies
~~~~~~~~~~~~
============
This role needs pip >= 7.1 installed on the target host.