From fa5856659de5b81859d401be7321b76e4f5b7463 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 1 Sep 2011 11:10:10 -0400 Subject: DataSourceOVF: change the default instance id from nocloud to iid-dsovf --- cloudinit/DataSourceOVF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/DataSourceOVF.py') 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) -- cgit v1.2.3