config-flag settings cause duplicate conf file entries
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Cloud Controller Charm |
Triaged
|
Low
|
Unassigned | ||
nova-cloud-controller (Juju Charms Collection) |
Invalid
|
Low
|
Unassigned |
Bug Description
When adding scheduler options via Juju set, changes are not written to nova.conf
juju set nova-cloud-
Unit logs show successful config-changed hook, juju get nova-cloud-
config-flags:
description: Comma separated list of key=value config flags to be set in nova.conf.
type: string
value: scheduler_
However nova.conf on units does not contain the Aggregate options which are being added:
scheduler_
mtime of nova.conf is updated at config-changed hook time, rm'ing nova.conf before running a juju set will result in a new nova.conf being written but with the old scheduler_
Charm rev 141 on Trusty/Icehouse.
tags: | added: openstack |
Changed in charm-nova-cloud-controller: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in nova-cloud-controller (Juju Charms Collection): | |
status: | Triaged → Invalid |
Appears multiple scheduler_ default_ filters lines are being written to nova.conf, one of which does actually contain my changes. At the least this is confusing behaviour.