openstack-config always applies oldest config change

Bug #1525872 reported by Roman Sokolkov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
High
Fuel Library (Deprecated)

Bug Description

Related to: https://blueprints.launchpad.net/fuel/+spec/openstack-config-change

Environment:
1)ISO fuel-8.0-284-2015-12-10_19-42-00.iso
2) Controller+Compute

Description: I'm doing nova.conf changes with "fuel openstack-config". I've found that latest uploaded change is not applied,
but Fuel applies initial (oldest) change.

Steps to reproduce:
1) Deploy environment (Controller+Compute)
2) fuel openstack-config --upload --env 1 --node 2 --file config-controller.yaml
3) fuel openstack-config --execute --env 1 --node 2
4) Check that controller's nova.conf has "anyitem=True"
5) fuel openstack-config --upload --env 1 --node 2 --file config-controller2.yaml
6) fuel openstack-config --execute --env 1 --node 2

Expected result:
nova.conf on node-2(controller) has "anyitem=CORRECTEDVALUE"

Actual result:
nova.conf on node-2(controller) has "anyitem=True"

Details:
config-controller.yaml:
---
 configuration:
   nova_config:
     DEFAULT/anyitem:
       value: True

config-controller2.yaml:
---
 configuration:
   nova_config:
     DEFAULT/anyitem:
       value: CORRECTEDVALUE

Tags: area-library
Ilya Kutukov (ikutukov)
Changed in fuel:
milestone: none → 8.0
assignee: nobody → Fuel Library Team (fuel-library)
tags: added: area-library
Changed in fuel:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Bartosz Kupidura (zynzel) wrote :

This looks like duplicate of https://bugs.launchpad.net/fuel/+bug/1522069

Can you reopen ticket when problem still exists after 1522069 is fixed?

Changed in fuel:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.