cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #05683
[Merge] ~tomerc/cloud-init:remove-colon into cloud-init:master
Tomer Cohen has proposed merging ~tomerc/cloud-init:remove-colon into cloud-init:master.
Requested reviews:
cloud-init commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~tomerc/cloud-init/+git/cloud-init/+merge/357103
--
Your team cloud-init commiters is requested to review the proposed merge of ~tomerc/cloud-init:remove-colon into cloud-init:master.
diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst
index 3b0148c..8352000 100644
--- a/doc/rtd/topics/network-config-format-v1.rst
+++ b/doc/rtd/topics/network-config-format-v1.rst
@@ -332,7 +332,7 @@ the following keys:
- type: static
address: 192.168.23.14/27
gateway: 192.168.23.1
- - type: nameserver:
+ - type: nameserver
address:
- 192.168.23.2
- 8.8.8.8
Follow ups