searchlight/releasenotes/notes/bug-1547118-3cfde976f32c3b5c.yaml
leizhang ebcb52bd6b Overwrite child plugin resource_group_name durning parent registration
Child plugins must live on the same resource group as their
parents. Currently resource_group_name property reads from
config, leaves resource_group_name can be inconsistent with the
parent. Overwrite child plugin's resource group with parent's
resource group during parent registration.

Change-Id: Ib7ace6e0e6badd80e0d82400e4c3d8d72c3b8f3a
Closes-Bug: #1547118
2016-05-11 03:13:34 +00:00

10 lines
311 B
YAML

---
fixes:
- Overwrite child plugin's resource_group_name during
parent registration. Child plugins must live on the
same resource group as their parents. This fixes a
issue that a misconfiguration of child plugin's
resource_group_name results in inconsistentency
with the parent plugin.