Comment 4 for bug 2018009

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

Hello:

The issue seems to be in the OSC client. The network creation method is calling "_get_attrs_network" [1]. This method is not parsing "tags" from the arguments ("tags" is present in the "parsed_args" Namespace object). The "attrs" dictionary returned doesn't contain the tags provided by the user.

NOTE: this bug could be present in other Neutron resources that could be tagged. This resource map, extracted from "neutron.services.tag.tag_plugin:resource_model_map is [2].

Regards.

[1]https://github.com/openstack/python-openstackclient/blob/43f0e1090a201921dc7fa29bfd7a3594391214cb/openstackclient/network/v2/network.py#L77
[2]https://paste.opendev.org/show/bofZrp7xwcWHbP7A3M1d/