-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lxd: Update logic for project config patch #13786
Conversation
@boltmark Please can you add a test for updating projects via PATCH, see
You can add it to the projects.sh file in the |
Signed-off-by: Mark Bolton <[email protected]>
941e589
to
8ac9fd8
Compare
Signed-off-by: Mark Bolton <[email protected]>
8ac9fd8
to
b44b461
Compare
@tomponline Thanks for the comments. I have added testing for updating project configs via PATCH in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The functionality was fixed in canonical#13786 Signed-off-by: Ruth Fuchss <[email protected]>
The functionality was fixed in #13786
The functionality was fixed in canonical#13786 Signed-off-by: Ruth Fuchss <[email protected]>
The functionality was fixed in canonical#13786 Signed-off-by: Ruth Fuchss <[email protected]>
This PR provides an update to the logic for patching project configurations. Previously, there was an overwrite of the existing project config such that it was updated to consist solely of the data in the patch. With this update we maintain existing key/value pairs, and only overwrite those also present in the patch.
Closes #13632.