fuel plugin ldap is not idempotent
Bug #1630957 reported by
Roman Sokolkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Won't Fix
|
Medium
|
Fuel Plugins Bugs | ||
Mitaka |
Confirmed
|
Medium
|
Fuel Plugins Bugs |
Bug Description
I'm using Fuel plugin ldap 3.0. Fuel 9.1.
It uses file_line with incorrect matches that will cause new few lines addition on the second run.
Affected
OPENSTACK_
OPENSTACK_
Workaround: change matches to
^OPENSTACK_
^OPENSTACK_
Steps to reproduce:
- Deploy 9.1 + ldap plugin
- execute
epuppet apply --modulepath /etc/puppet/
Expected result:
No new lines in /etc/openstack-
Actual result:
New lines with the same content appeared
Changed in fuel: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
assignee: | nobody → Fuel Plugins Bugs (fuel-plugins-bugs) |
milestone: | none → 9.2 |
Changed in fuel: | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.