swift/doc/source/install/edit_hosts_file.txt
John Dickinson 239dfb559c moved install guide and removed tox env definition
Change-Id: I966f849804cd5eeeae566bc7e732c7bf56bc9eaf
2017-07-10 13:49:28 -07: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