diff options
-rwxr-xr-x | bin/cloud-init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cloud-init b/bin/cloud-init index 1d421acf..ffd1f2cc 100755 --- a/bin/cloud-init +++ b/bin/cloud-init @@ -271,9 +271,9 @@ def main_init(name, args): LOG.debug("%s will now be targeting instance id: %s", name, iid) if init.is_new_instance(): - # on new instance, apply network config. if not in local mode, - # then we just bring up new networking as the OS has already - # brought up the configured networking. + # on new instance, apply network config. + # in network mode 'bring_up' must be passed in as the OS + # has already brought up networking. init.apply_network_config(bring_up=not args.local) if args.local and init.datasource.dsmode != sources.DSMODE_LOCAL: |