← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1656978] [NEW] Expand tag length limit to 80

 

Public bug reported:

The tag has a limited length, and in the current implementation, it is 60 in the tag object definition:
http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/tag.py#n18

but 80 in the db model:
http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/models.py#n1464

We should expand the limitation in tag object definition to 80 as we have already created a 80 long
space in db and this may be confusing. Besides, users can make more use of the longer tags.

** Affects: nova
     Importance: Undecided
     Assignee: Zhenyu Zheng (zhengzhenyu)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)

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

Title:
  Expand tag length limit to 80

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  The tag has a limited length, and in the current implementation, it is 60 in the tag object definition:
  http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/tag.py#n18

  but 80 in the db model:
  http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/models.py#n1464

  We should expand the limitation in tag object definition to 80 as we have already created a 80 long
  space in db and this may be confusing. Besides, users can make more use of the longer tags.

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


Follow ups