summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-06-01 16:29:37 -0400
committerScott Moser <smoser@ubuntu.com>2011-06-01 16:29:37 -0400
commit5864b795eee242b1fd7c5910abce69a931bb8738 (patch)
treed90f834be44e2bb687bf61f95e658393bff6440a /ChangeLog
parent80301e1a4aa1a7396b2cb2d6c5d0e46b75a46a98 (diff)
parentb7dfa8c9b75c74208f134dfd15538601fedc0258 (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a79b9fff..76ee976d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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