-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore condition transition time at the right place
As we are resetting the condition list in each reconcile we have the logic to restore the last transition timestamp of the unchanged conditions in at the end of the reconcile. However in the nova controller the restore call was after the instance is was persisted and therefore it was ineffective. This could lead to extra reconciles in openstack-operator even if the nova-operator needed to update nothing in the underlying resources.
- Loading branch information
1 parent
c90c70c
commit c7395c1
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters