From de63d664a664cb06cefcd7c68c5b3428279a9995 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 21 Mar 2017 16:33:14 -0400 Subject: advertise network config v2 support (NETWORK_CONFIG_V2) in features. ef18b8ac4c added support for handing network config v2 (aka netplan format). This just adds that feature to the list of supported features. --- cloudinit/version.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloudinit') diff --git a/cloudinit/version.py b/cloudinit/version.py index e61597d2..dff4af04 100644 --- a/cloudinit/version.py +++ b/cloudinit/version.py @@ -9,6 +9,8 @@ __VERSION__ = "0.7.9" FEATURES = [ # supports network config version 1 'NETWORK_CONFIG_V1', + # supports network config version 2 (netplan) + 'NETWORK_CONFIG_V2', ] -- cgit v1.2.3