No notifications on Neutron tag operations
Bug #1560226 reported by
Steve McLellan
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Searchlight |
New
|
High
|
Unassigned | ||
neutron |
Fix Released
|
Medium
|
Hirofumi Ichihara |
Bug Description
When a tag's added to (or removed from) a resource, no notification is generated indicating that the network (or port or whatever) has changed, although tags *are* included in notification and API data for those resources. It'd be more consistent if attaching a tag to a network generated a notification in the same way as if it were renamed.
My use case is that Searchlight would really like to index tags attached to networks, routers, etc since it's a very powerful feature but we can't provide up to date information unless a notification's sent.
Tested on neutron mitaka rc1.
tags: | added: api |
Changed in neutron: | |
importance: | Undecided → Medium |
assignee: | nobody → Hirofumi Ichihara (ichihara-hirofumi) |
status: | New → Confirmed |
milestone: | none → newton-1 |
Changed in neutron: | |
milestone: | newton-1 → newton-2 |
Changed in neutron: | |
milestone: | newton-2 → newton-3 |
Changed in neutron: | |
milestone: | newton-3 → newton-rc1 |
Changed in neutron: | |
milestone: | newton-rc1 → ocata-1 |
Changed in neutron: | |
milestone: | ocata-1 → ocata-2 |
Changed in neutron: | |
milestone: | ocata-2 → ocata-3 |
To post a comment you must log in.
I'm not sure how notifications are passed to external system about updating network DB although I understand notification mechanism between servers and agents. Does neutron server notify when network is renamed?