cloudinit/initialize
Jonathan Boulle dfb5b4fc3a initialize: use correct heuristic to check if etcdenvironment is set
In some circumstances (e.g. nova-agent-watcher) cloudconfig files will
be created where the EtcdEnvironment is an empty map, and hence != nil.
If this is the case we should not do anything at all (because the user
hasn't explicitly asked us to configure etcd). This change standardises
behaviour with the check that we already do for FleetEnvironment.
2014-08-11 16:01:08 -07:00
..
config_test.go config: Verify that type assertions are valid 2014-07-22 11:39:20 -07:00
config.go config: Verify that type assertions are valid 2014-07-22 11:39:20 -07:00
env_test.go environment: add support for updating /etc/environment with IP values 2014-07-11 10:34:44 -07:00
env.go environment: add support for updating /etc/environment with IP values 2014-07-11 10:34:44 -07:00
etcd_test.go initialize: use correct heuristic to check if etcdenvironment is set 2014-08-11 16:01:08 -07:00
etcd.go initialize: use correct heuristic to check if etcdenvironment is set 2014-08-11 16:01:08 -07:00
fleet_test.go fix(initialize): ensure update-engine is restarted after group/server 2014-06-05 16:12:40 -07:00
fleet.go fix(initialize): ensure update-engine is restarted after group/server 2014-06-05 16:12:40 -07:00
github_test.go feat(ssh-import): Add ssh-import-url user attribute. 2014-03-28 09:39:47 +08:00
github.go feat(ssh-import): Add ssh-import-url user attribute. 2014-03-28 09:39:47 +08:00
manage_etc_hosts_test.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
manage_etc_hosts.go refactor(*): rework cloudconfig for better extensibility and consistency 2014-05-14 11:34:07 -07:00
meta_data_test.go initialize: add tests for ParseMetadata 2014-06-27 23:53:06 -07:00
meta_data.go initialize: add tests for ParseMetadata 2014-06-27 23:53:06 -07:00
oem_test.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
oem.go refactor(*): rework cloudconfig for better extensibility and consistency 2014-05-14 11:34:07 -07:00
ssh_keys_test.go feat(ssh-import): Add ssh-import-url user attribute. 2014-03-28 09:39:47 +08:00
ssh_keys.go HttpClient: Refactor timeout into two seperate functions 2014-06-26 15:16:22 -07:00
update_test.go fix(update): Fix restart of update-engine 2014-06-07 12:08:22 -07:00
update.go fix(update): Fix restart of update-engine 2014-06-07 12:08:22 -07:00
user_data_test.go ParseUserData: return nil on empty input string 2014-06-30 11:27:33 -07:00
user_data.go ParseUserData: return nil on empty input string 2014-06-30 11:27:33 -07:00
workspace.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00