Docs: IP range values should be consistently formatted

Change-Id: I567c68cd5dcf3acaf4c9063d1f9bce050110dc91
This commit is contained in:
Travis Truman 2016-02-22 15:09:55 -05:00
parent 1323c588cf
commit 90ad3cf4ed
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ configure target host networking.
.. code-block:: yaml .. code-block:: yaml
used_ips: used_ips:
- 203.0.113.101, 203.0.113.201 - "203.0.113.101,203.0.113.201"
#. Configure load balancing in the ``global_overrides`` section: #. Configure load balancing in the ``global_overrides`` section:

View File

@ -90,8 +90,8 @@
# #
# used_ips: # used_ips:
# - 172.29.236.1 # - 172.29.236.1
# - 172.29.236.11,172.29.236.12 # - "172.29.236.11,172.29.236.12"
# - 172.29.239.231,172.29.239.254 # - "172.29.239.231,172.29.239.254"
# #
# -------- # --------
# #