← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1391691] Re: Add Metadef Tag Support

 

Wayne, the appropriate place for blueprints is in the blueprints section
[1]. As it is, I don't see one registered for this topic.

[1]: https://blueprints.launchpad.net/glance

** Changed in: glance
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1391691

Title:
  Add Metadef Tag Support

Status in OpenStack Image Registry and Delivery Service (Glance):
  Invalid

Bug description:
  This defect will introduce the first round of support for Metadef
  Tags. Both DB and API CRUD operations for the metadef_tags table will
  be supported.

  The metadef_tags table is:
  CREATE TABLE `metadef_tags` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `namespace_id` int(11) NOT NULL,
      `name` varchar(80) NOT NULL,
      `created_at` timestamp NOT NULL,
      `updated_at` timestamp
  )

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


References