diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-05-09 16:36:04 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-05-09 16:36:04 -0700 |
commit | a800da2371b85b2ece1a30de00f988035819c958 (patch) | |
tree | 4e21068cca1665758027bc413e093e8e125a388b /cloudinit/net | |
parent | 247fbc9ce9ac6f47d670a19f073bda0a1f746669 (diff) | |
download | vyos-cloud-init-a800da2371b85b2ece1a30de00f988035819c958.tar.gz vyos-cloud-init-a800da2371b85b2ece1a30de00f988035819c958.zip |
Use the new renderer in the debian and stages files
Diffstat (limited to 'cloudinit/net')
-rw-r--r-- | cloudinit/net/distros/debian.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/net/distros/debian.py b/cloudinit/net/distros/debian.py index 3ab0483e..4bf34fd7 100644 --- a/cloudinit/net/distros/debian.py +++ b/cloudinit/net/distros/debian.py @@ -258,7 +258,7 @@ class Renderer(object): return content - def render_routes(self, route, indent=""): + def render_route(self, route, indent=""): """ When rendering routes for an iface, in some cases applying a route may result in the route command returning non-zero which produces some confusing output for users manually using ifup/ifdown[1]. To |