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].
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/43f0e1090 a201921dc7fa29b fd7a3594391214c b/openstackclie nt/network/ v2/network. py#L77 /paste. opendev. org/show/ bofZrp7xwcWHbP7 A3M1d/
[2]https:/