Fixed some tox errors in docs

Two lines that where too long and on trailing
whitespace.

Closes-Bug: #1669305
Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
This commit is contained in:
David Rabel 2017-03-02 09:36:21 +01:00
parent 2683ef63db
commit c2fbcf5a1f
3 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@ How To Contribute
Basics
======
#. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be filed on
launchpad_.
#. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be
filed on launchpad_.
#. Please follow OpenStack `Gerrit Workflow`_ to contribute to Kolla.

View File

@ -346,8 +346,8 @@ Copy the configuration files globals.yml and passwords.yml to /etc directory.
cp -r /usr/local/share/kolla-ansible/etc_examples/kolla /etc/kolla/
The inventory files (all-in-one and multinode) are located in
/usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files to the
current directory.
/usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files
to the current directory.
::