← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1284733] Re: metadata injected at nova boot does not arrive in /meta.js

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1284733

Title:
  metadata injected at nova boot does not arrive in /meta.js

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The command:

     nova boot --flavor $FLAV --key_name $KEY --image $IMG --meta
  foo=bar meta1

  should inject a file into `/meta.js` with content `{"foo":"bar"}`.
  Currently in devstack this doesn't work.

  It looks as if the data is arriving to n-cpu as:

      metadata={u'foo': u'bar'}

  But n-cpu is expecting:

      metadata = [{"key": "foo", "value": "bar"}]

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


References