Docs: IP range values should be consistently formatted
Change-Id: I567c68cd5dcf3acaf4c9063d1f9bce050110dc91
This commit is contained in:
parent
1323c588cf
commit
90ad3cf4ed
@ -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:
|
||||||
|
|
||||||
|
@ -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"
|
||||||
#
|
#
|
||||||
# --------
|
# --------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user