diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-09-10 14:35:23 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-09-10 14:35:23 -0400 |
commit | b76f489dc594c352b285b0239b0ce872ccf3511d (patch) | |
tree | 5638753015b8675e53af4b6cabb3cf0d36025bc7 /cloudinit/sources | |
parent | dae027b74b2b73e34e197f014e3f5220a95a7099 (diff) | |
parent | 91a5bf5fb67a147e2f434407d1449e745dc1ba3f (diff) | |
download | vyos-cloud-init-b76f489dc594c352b285b0239b0ce872ccf3511d.tar.gz vyos-cloud-init-b76f489dc594c352b285b0239b0ce872ccf3511d.zip |
merge from trunk
Diffstat (limited to 'cloudinit/sources')
-rw-r--r-- | cloudinit/sources/helpers/openstack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/helpers/openstack.py b/cloudinit/sources/helpers/openstack.py index 61c61570..7b27621c 100644 --- a/cloudinit/sources/helpers/openstack.py +++ b/cloudinit/sources/helpers/openstack.py @@ -421,6 +421,7 @@ class MetadataReader(BaseReader): if self._versions is not None: return self.os_versions found = [] + version_path = self._path_join(self.base_path, "openstack") content = self._path_read(version_path) for line in content.splitlines(): line = line.strip() |