Skip to content
Snippets Groups Projects
Commit c2fbcf5a authored by David Rabel's avatar David Rabel
Browse files

Fixed some tox errors in docs

Two lines that where too long and on trailing
whitespace.

Closes-Bug: #1669305
Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
parent 2683ef63
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ How To Contribute ...@@ -7,8 +7,8 @@ How To Contribute
Basics Basics
====== ======
#. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be filed on #. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be
launchpad_. filed on launchpad_.
#. Please follow OpenStack `Gerrit Workflow`_ to contribute to Kolla. #. Please follow OpenStack `Gerrit Workflow`_ to contribute to Kolla.
......
...@@ -54,7 +54,7 @@ In Kolla operators should configure following network interfaces: ...@@ -54,7 +54,7 @@ In Kolla operators should configure following network interfaces:
* ``storage_interface`` - This is the interface that is used by virtual * ``storage_interface`` - This is the interface that is used by virtual
machines to communicate to Ceph. This can be heavily utilized so it's machines to communicate to Ceph. This can be heavily utilized so it's
recommended to put this network on 10Gig networking. Defaults to recommended to put this network on 10Gig networking. Defaults to
``network_interface``. ``network_interface``.
* ``cluster_interface`` - This is another interface used by Ceph. It's used for * ``cluster_interface`` - This is another interface used by Ceph. It's used for
......
...@@ -346,8 +346,8 @@ Copy the configuration files globals.yml and passwords.yml to /etc directory. ...@@ -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/ cp -r /usr/local/share/kolla-ansible/etc_examples/kolla /etc/kolla/
The inventory files (all-in-one and multinode) are located in The inventory files (all-in-one and multinode) are located in
/usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files to the /usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files
current directory. to the current directory.
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment