yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24430
[Bug 1391691] [NEW] Add Metadef Tag Support
Public bug reported:
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
)
** Affects: glance
Importance: Undecided
Assignee: Wayne (wayne-okuma)
Status: New
** Changed in: glance
Assignee: (unassigned) => Wayne (wayne-okuma)
--
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):
New
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
Follow ups
References