cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #06353
[Merge] ~daniel-thewatkins/cloud-init/+git/cloud-init:docs into cloud-init:master
Dan Watkins has proposed merging ~daniel-thewatkins/cloud-init/+git/cloud-init:docs into cloud-init:master.
Commit message:
doc: indicate that netplan is default in Ubuntu now
Requested reviews:
cloud-init commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/369312
--
Your team cloud-init commiters is requested to review the proposed merge of ~daniel-thewatkins/cloud-init/+git/cloud-init:docs into cloud-init:master.
diff --git a/doc/rtd/topics/network-config.rst b/doc/rtd/topics/network-config.rst
index 1e99455..05966c6 100644
--- a/doc/rtd/topics/network-config.rst
+++ b/doc/rtd/topics/network-config.rst
@@ -163,10 +163,11 @@ found in Ubuntu and Debian.
- **Netplan**
-Since Ubuntu 16.10, codename Yakkety, the ``netplan`` project has been an
-optional network configuration tool which consumes :ref:`network_config_v2`
-input and renders network configuration for supported backends such as
-``systemd-networkd`` and ``NetworkManager``.
+Introduced in Ubuntu 16.10 (Yakkety Yak), ``netplan`` has been the default
+network configuration tool in Ubuntu since 17.10 (Artful Aardvark).
+``netplan`` consumes :ref:`network_config_v2` input and renders network
+configuration for supported backends such as ``systemd-networkd`` and
+``NetworkManager``.
- **Sysconfig**
Follow ups