DataSourceOVF: change the default instance id from nocloud to iid-dsovf
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
- DataSourceNoCloud, DataSourceOVF : do not provide a default hostname.
|
||||
This way the configured hostname of the system will be used if not provided
|
||||
by metadata (LP: #838280)
|
||||
- DataSourceOVF: change the default instance id to 'iid-dsovf' from 'nocloud'
|
||||
|
||||
0.6.1:
|
||||
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
|
||||
|
||||
@@ -51,7 +51,7 @@ class DataSourceOVF(DataSource.DataSource):
|
||||
ud = ""
|
||||
|
||||
defaults = {
|
||||
"instance-id" : "nocloud"
|
||||
"instance-id" : "iid-dsovf"
|
||||
}
|
||||
|
||||
(seedfile, contents) = get_ovf_env(seeddir)
|
||||
|
||||
Reference in New Issue
Block a user