diff options
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/net/eni.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/net/eni.py b/cloudinit/net/eni.py index 1c66319a..5f33e177 100644 --- a/cloudinit/net/eni.py +++ b/cloudinit/net/eni.py @@ -400,7 +400,7 @@ class Renderer(renderer.Renderer): content = "" # handle 'lo' specifically as we need to insert the global dns entries - # there (as that is the only interface) that will be always up. + # there (as that is the only interface that will be always up). lo = {'name': 'lo', 'type': 'physical', 'inet': 'inet', 'subnets': [{'type': 'loopback', 'control': 'auto'}]} for iface in network_state.iter_interfaces(): |