~craigtracey/cloud-init/osfamilies

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Author(s): Gerard Dethier
  • Date: 2013-01-07 17:20:58 UTC
  • Revision ID: smoser@ubuntu.com-20130107172058-vylmqa8lr48yf2ma
DataSourceCloudStack: fallback to default route if no virtual router found

Changes in revision 753 broke cloud-init on ubuntu, as it has a different
dhclient directory than Fedora where the change was developed and tested.

This change does 2 things:
 * searches multiple directories (including /var/lib/dhcp) for the lease
   files.
 * adds a fallback to the old code path of choosing the default route
   as the virtual router if there were no virtual routers found in the
   lease files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 - support omnibus installer for chef [Anatoliy Dobrosynets]
12
12
 - fix bug where cloud-config in user-data could not modify system_info
13
13
   settings (LP: #1090482)
14
 
 - fix CloudStack DataSource to use Virtual Router as found in
15
 
   /var/lib/dhcpclient rather than default gateway (LP: #1089989)
 
14
 - fix CloudStack DataSource to use Virtual Router as described by
 
15
   CloudStack documentation if it is available by searching through dhclient
 
16
   lease files.  If it is not available, then fall back to the default
 
17
   gateway. (LP: #1089989)
16
18
 - fix redaction of password field in log (LP: #1096417)
17
19
 - fix to cloud-config user setup.  Previously, lock_passwd was broken and
18
20
   all accounts would be locked unless 'system' was given (LP: #1096423).