← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 785228] Re: image metadata is limited by server metadata quota

 

confirmed with markwash this is super old. closing.

** Changed in: nova
       Status: Confirmed => Invalid

-- 
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/785228

Title:
  image metadata is limited by server metadata quota

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  If you look in nova/api/openstack/image_metadata

   44     def _check_quota_limit(self, context, metadata):
   45         if metadata is None:
   46             return
   47         num_metadata = len(metadata)
   48         quota_metadata = quota.allowed_metadata_items(context, num_metadata)
   49         if quota_metadata < num_metadata:
   50             expl = _("Image metadata limit exceeded")
   51             raise exc.HTTPBadRequest(explanation=expl)

  The metadata_items quota was created for server metadata and not image
  metadata. We either need to create a new quota type for image metadata
  or depend on glance for this metadata limit.

  This may not seem like a big deal but the current 1.1 spec plans
  involve reporting different limits for each type of metadata. Maybe we
  just need to adjust the plan here?

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