Merge "Docs: IP range values should be consistently formatted"

This commit is contained in:
Jenkins 2016-02-23 20:01:07 +00:00 committed by Gerrit Code Review
commit 83d43b691a
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ configure target host networking.
.. code-block:: yaml
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:

View File

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