diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-06-01 16:29:37 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-06-01 16:29:37 -0400 |
commit | 5864b795eee242b1fd7c5910abce69a931bb8738 (patch) | |
tree | d90f834be44e2bb687bf61f95e658393bff6440a /ChangeLog | |
parent | 80301e1a4aa1a7396b2cb2d6c5d0e46b75a46a98 (diff) | |
parent | b7dfa8c9b75c74208f134dfd15538601fedc0258 (diff) | |
download | vyos-cloud-init-5864b795eee242b1fd7c5910abce69a931bb8738.tar.gz vyos-cloud-init-5864b795eee242b1fd7c5910abce69a931bb8738.zip |
support configurable urls for metadata service
Now, if a Eucalyptus install is in STATIC or SYSTEM mode,
the metadata service can still be used. In order to do that,
the user must configure their DNS so that 'instance-data' will
resolve to the cloud controller.
Thanks to Kieran Evans.
LP: #761847
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ and upstart jobs (LP: #744965) - fix bug in seeding of grub dpkg configuration (LP: #752361) due to renamed devices in newer (natty) kernels (/dev/sda1 -> /dev/xvda1) + - make metadata urls configurable, to support eucalyptus in + STATIC or SYSTEM modes (LP: #761847) 0.6.1: - fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509) - improve comment strings in rsyslog file tools/21-cloudinit.conf |