summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-08-27 17:07:07 -0400
committerScott Moser <smoser@ubuntu.com>2014-08-27 17:07:07 -0400
commite39abc783f7edd6435dbc7ea1fc3d02e6b3955d3 (patch)
tree284ad3cb9222721d4bbe4851821dd0f10ae0ce90 /ChangeLog
parent31f9129c8a77aec8d3eb6fa649d1caa9b6df347e (diff)
parent419e0caab7e005827485460372c7f0d54ac0e9c9 (diff)
downloadvyos-cloud-init-e39abc783f7edd6435dbc7ea1fc3d02e6b3955d3.tar.gz
vyos-cloud-init-e39abc783f7edd6435dbc7ea1fc3d02e6b3955d3.zip
Openstack: do not load urls twice
The metadata service openstack implementation would end up fetching urls more than once, as _path_exists would end up doing a GET. Now instead, get things you expect to be there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15f3d06b..b1d223ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,7 @@
- ssh_authkey_fingerprints: fix bug that prevented disabling the module.
(LP: #1340903) [Patrick Lucas]
- no longer use pylint as a checker, fix pep8 [Jay Faulkner].
+ - Openstack: do not load some urls twice.
0.7.5:
- open 0.7.5
- Add a debug log message around import failures