[Bug 1513267] Re: [SRU] network_data.json not found in openstack/2015-10-15/
OpenStack Infra
1513267 at bugs.launchpad.net
Fri May 13 03:46:23 UTC 2016
Reviewed: https://review.openstack.org/295982
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=32cb410f493a9e53b60d578d5cf2237591d93e2a
Submitter: Jenkins
Branch: stable/liberty
commit 32cb410f493a9e53b60d578d5cf2237591d93e2a
Author: Mathieu Gagné <mgagne at iweb.com>
Date: Wed Nov 4 19:04:40 2015 -0500
Properly inject network_data.json in configdrive
The file "network_data.json" is not currently found in the folder
"openstack/2015-10-15/" of config drive, only in "openstack/latest/".
The patch makes sure its found in both folders.
Closes-bug: #1513267
Change-Id: Ifcd4fadb91fcd360af5cf0988178992f2905190a
(cherry picked from commit edea873565d07120141ae0f76199d6a3aee2959d)
** Tags added: in-stable-liberty
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1513267
Title:
[SRU] network_data.json not found in openstack/2015-10-15/
Status in Ubuntu Cloud Archive:
Invalid
Status in Ubuntu Cloud Archive liberty series:
Fix Released
Status in OpenStack Compute (nova):
Fix Released
Status in nova package in Ubuntu:
Invalid
Status in nova source package in Wily:
Fix Released
Bug description:
[Impact]
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.
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1513267/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list