Comment 14 for bug 1089405

Revision history for this message
Scott Moser (smoser) wrote :

I'll say that I would accept patches for setting up environment for cloud-init.
Something in cloud-config that just did:

environment:
 env_name1: env_name2

and then cloud-init on start up would just read those and basically:
  os.environ.update(cfg.get(environment), {})

or something to that affect.