metadata service throws 500 - NoSuchOptError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Vish Ishaya | ||
Folsom |
Fix Released
|
High
|
Chuck Short | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
On a devstack installation, after launching a cirros VM, it fails to get metadata. See the console log:
############ debug end ##############
cloud-setup: failed to read iid from metadata. tried 30
WARN: /etc/rc3.
Starting dropbear sshd: generating rsa key... generating dsa key... OK
===== cloud-final: system completely up in 44.86 seconds ====
wget: server returned error: HTTP/1.1 500 Internal Server Error
wget: server returned error: HTTP/1.1 500 Internal Server Error
wget: server returned error: HTTP/1.1 500 Internal Server Error
instance-id:
public-ipv4:
local-ipv4 :
wget: server returned error: HTTP/1.1 500 Internal Server Error
cloud-userdata: failed to read instance id
WARN: /etc/rc3.
In the nova-api log, you see:
[req-8130fb17-
Traceback (most recent call last):
File "/opt/stack/
meta_data = self.get_
File "/opt/stack/
data = base.get_
File "/opt/stack/
return InstanceMetadat
File "/opt/stack/
self.mappings = _format_
File "/opt/stack/
return block_device.
File "/opt/stack/
if FLAGS.compute_
File "/opt/stack/
return self._get(name)
File "/opt/stack/
value = self._substitut
File "/opt/stack/
info = self._get_
File "/opt/stack/
raise NoSuchOptError(
NoSuchOptError: no such option: compute_driver
Related branches
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
Changed in nova: | |
assignee: | nobody → John Garbutt (johngarbutt) |
Changed in nova: | |
importance: | Undecided → High |
tags: | removed: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
Seems to be because of this change: /github. com/openstack/ nova/commit/ 625996722f08b57 b2926cf4d6aff5f e03abc196c
https:/