<div dir="ltr">Hi Nova,<div><br></div><div>I just discovered something interesting, the tag has a limited length, and in the current implementation, it is 60 in the tag object definition:</div><div><a href="http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/tag.py#n18">http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/tag.py#n18</a></div><div><br></div><div>but 80 in the db model:</div><div><a href="http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/models.py#n1464">http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/models.py#n1464</a></div><div><br></div><div>As asked in the IRC and some of the cores responded(thanks to Matt and Jay), it seems to be an</div><div>oversight and has no particular reason to do it this way.</div><div><br></div><div>Since we have already created a 80 long space in DB and the current implementation might be confusing,  maybe we should expand the limitation in tag object definition to 80. Besides, users can enjoy longer tags.</div><div><br></div><div>And the question could be, does anyone know why it is 60 in object but 80 in DB model? is it an oversight or we have some particular reason?</div><div><br></div><div>If we could expand it to be the same as DB model (80 for both), it is ok to do this tiny change without microversion?</div><div><br></div><div>Thanks,</div><div><br></div><div>Kevin Zheng</div></div>