diff options
author | Joshua Harlow <harlowja@gmail.com> | 2014-02-08 12:20:33 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2014-02-08 12:20:33 -0800 |
commit | 098a74e6207f5d91f515fac63e970375d52795c0 (patch) | |
tree | 5ffe75bde7cab1d4ea2fea207c81a8870876f53a /cloudinit/sources/DataSourceOpenStack.py | |
parent | 7fb9f75e1bd8b8ef36398c7adeb8d18a4fe9745e (diff) | |
download | vyos-cloud-init-098a74e6207f5d91f515fac63e970375d52795c0.tar.gz vyos-cloud-init-098a74e6207f5d91f515fac63e970375d52795c0.zip |
Remove HEAD usage and other small adjustments
Diffstat (limited to 'cloudinit/sources/DataSourceOpenStack.py')
-rw-r--r-- | cloudinit/sources/DataSourceOpenStack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceOpenStack.py b/cloudinit/sources/DataSourceOpenStack.py index 621572de..2c50ed84 100644 --- a/cloudinit/sources/DataSourceOpenStack.py +++ b/cloudinit/sources/DataSourceOpenStack.py @@ -44,6 +44,7 @@ class DataSourceOpenStack(openstack.SourceMixin, sources.DataSource): self.ssl_details = util.fetch_ssl_details(self.paths) self.version = None self.files = {} + self.ec2_metadata = None def __str__(self): root = sources.DataSource.__str__(self) |