** Summary changed:

- vendor_data isn't parsed properly when using the nocloud datasource
+ [SRU] vendor_data isn't parsed properly when using the nocloud datasource

** Description changed:

+ SRU Justification:
+ 
+ [IMPACT] The NoCloud Datasource assigns vendor_data to the wrong cloud-
+ init internal variable. This causes the vendor_data to be improperly
+ parsed, and prevents it from being consummed.
+ 
+ [FIX] See original report below
+ 
+ [TESTING] 
+ 1. Build LXD image from -proposed
+ 2. Boot in LXD, and confirm that instance comes up
+ 
+ [REGRESION POTENTIAL]
+ Low. The NoCloud Datasource is used when there are no other datasources and 
is a local or fallback Datasource. This change only affects the vendor_data 
assignment which generally not used. 
+ 
+ 
+ [ORIGINAL REPORT]
  The following fix is needed:
  
  "self.vendordata = mydata['vendor-data']" must be changed to
  "self.vendordata_raw = mydata['vendor-data']"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1493453

Title:
  [SRU] vendor_data isn't parsed properly when using the nocloud
  datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1493453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to