diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-22 12:47:51 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-22 12:47:51 -0800 |
commit | efe969756d0208433e953d1692ea85006a56abe3 (patch) | |
tree | 7874a2c99a0be92fc522143b53181455c21ed173 | |
parent | 5f14b91c2a17101e845ee18068c7bb8c3c7a0556 (diff) | |
download | vyos-cloud-init-efe969756d0208433e953d1692ea85006a56abe3.tar.gz vyos-cloud-init-efe969756d0208433e953d1692ea85006a56abe3.zip |
Add a new line
-rw-r--r-- | cloudinit/distros/net_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/distros/net_util.py b/cloudinit/distros/net_util.py index 8c781f9a..5f60666d 100644 --- a/cloudinit/distros/net_util.py +++ b/cloudinit/distros/net_util.py @@ -78,6 +78,7 @@ # "gateway": "10.0.0.2" # } # } + def translate_network(settings): # Get the standard cmd, args from the ubuntu format entries = [] |