** Description changed:

  [Impact]
- The file "network_data.json" is not found in the folder 
"openstack/2015-10-15/" of config drive, only in "openstack/latest/".
+ The file "network_data.json" is not found in the folder 
"openstack/2015-10-15/" of config drive.
  
  The result is that network_data metadata doesn't work on Liberty.
  
  [Testcase]
  On liberty, launch an instance with a configuration drive:
  e.g. nova boot --config-drive=true
  
- The network_data.json will be available in the metadata, but not in the
- Liberty config drive directory "openstack/2015-10-15/". However it will
- be available in the latest config drive directory "openstack/latest/".
+ The network_data.json will be available in the metadata.
+ 
+ Inside the instance, this should be expected to provide output:
+   $ sudo isoinfo -i /dev/sr0 -R -J -l | grep network_data.json
+ 
+ Or
+   $ mkdir mp; sudo mount /dev/sr0 mp; find mp | grep network_data.json
  
  [Regression]
  The regression potential is minimal.  The fix has already landed in Mitaka 
and cherry-picked patch required no code changes for Liberty.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1513267

Title:
  [SRU] network_data.json not found in openstack/2015-10-15/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1513267/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to