swift/install-guide/source/edit_hosts_file.txt
Petr Kovar 8b5578c362 [install-guide] Include environment-networking
environment-networking.rst and edit_hosts_file.txt were left out
when swift-specific content was moved from OpenStack Installation
Guide to swift install-guide.

Change-Id: I334cca0634e3071a7ea285e6ad49ed9baaf7dca8
Partially-Implements: blueprint projectspecificinstallguides
Closes-Bug: 1605021
2016-08-08 18:59:34 +02:00

20 lines
289 B
Plaintext

Edit the ``/etc/hosts`` file to contain the following:
.. code-block:: none
# controller
10.0.0.11 controller
# compute1
10.0.0.31 compute1
# block1
10.0.0.41 block1
# object1
10.0.0.51 object1
# object2
10.0.0.52 object2