Plugins puppet doesn't resync when plugin version changed
Bug #1584754 reported by
Stanislaw Bogatkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Stanislaw Bogatkin | ||
Mitaka |
Fix Released
|
High
|
Alexey Shtokolov |
Bug Description
Plugins task has next condition now:
`
yaql_exp: &have_plugins "changed($.plugins) and (len($.plugins) > 0)"
which leads to sync plugin manifests for a first time when plugin is added, but if we change it then (e.g. change manifests by upgrade plugin version), it won't sync. So, this condition must be changes to less strict one.
tags: | added: on-verification |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/319904
Review: https:/