diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-08-27 17:07:07 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-08-27 17:07:07 -0400 |
commit | e39abc783f7edd6435dbc7ea1fc3d02e6b3955d3 (patch) | |
tree | 284ad3cb9222721d4bbe4851821dd0f10ae0ce90 /ChangeLog | |
parent | 31f9129c8a77aec8d3eb6fa649d1caa9b6df347e (diff) | |
parent | 419e0caab7e005827485460372c7f0d54ac0e9c9 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |