diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-01 11:10:10 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-01 11:10:10 -0400 |
commit | fa5856659de5b81859d401be7321b76e4f5b7463 (patch) | |
tree | 29177c2eb29e40ee04a36a3e468f10306ef53913 /cloudinit/DataSourceOVF.py | |
parent | db2db4a5b20b5e3cf7f4bd7efa92c0f0062311a3 (diff) | |
download | vyos-cloud-init-fa5856659de5b81859d401be7321b76e4f5b7463.tar.gz vyos-cloud-init-fa5856659de5b81859d401be7321b76e4f5b7463.zip |
DataSourceOVF: change the default instance id from nocloud to iid-dsovf
Diffstat (limited to 'cloudinit/DataSourceOVF.py')
-rw-r--r-- | cloudinit/DataSourceOVF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/DataSourceOVF.py b/cloudinit/DataSourceOVF.py index 0159eed7..3dad4b1e 100644 --- a/cloudinit/DataSourceOVF.py +++ b/cloudinit/DataSourceOVF.py @@ -51,7 +51,7 @@ class DataSourceOVF(DataSource.DataSource): ud = "" defaults = { - "instance-id" : "nocloud" + "instance-id" : "iid-dsovf" } (seedfile, contents) = get_ovf_env(seeddir) |