server networks update incorrect if enable observe_on_update

Bug #1696897 reported by huangtianhua
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
New
High
huangtianhua

Bug Description

observe_on_update = true

1. create a stack with nova server:
**************************
th_server:
    type: OS::Nova::Server
    properties:
      networks:
        - network: {get_param: net1}
***************************
2. update the stack with the same template, the server networks info changed, because we get the live networks data first and update the old_nets, then to match the old_nets and newnets, the result is they are not same.

Changed in heat:
assignee: nobody → huangtianhua (huangtianhua)
importance: Undecided → High
summary: - server networks update incorrect
+ server networks update incorrect if enable observe_on_update
Rico Lin (rico-lin)
Changed in heat:
milestone: none → no-priority-tag-bugs
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.