-
Notifications
You must be signed in to change notification settings - Fork 1
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
Forgotten nodes are still referenced in proposals #8
Comments
Forgotten nodes are not removed from existing proposals (applied and non-applied). While the webui removes non-existing nodes when displaying a proposal, if only the API is used, applying a proposal with such non-existing nodes may result in failures. Closes sap-oc#8
There's a first easy step that can be done here (see the PR above); however the question is whether the proposals should be marked as "please double-check me" in the UI. For instance, removing the only nova-controller node clearly results in something non-functional and we should maybe tell the user about it... Any opinion? |
Forgotten nodes are not removed from existing proposals (applied and non-applied). While the webui removes non-existing nodes when displaying a proposal, if only the API is used, applying a proposal with such non-existing nodes may result in failures. Closes sap-oc#8
Creating a backport... |
Our backport here: #36 |
Doing a manual test on this change:
Install fix
(this test scenario will be refined by adding specific commands as I run them) |
This creates some confusion, and can also lead to errors (when not using the webui when applying a proposal, since only the webui will remove the node automatically).
The Pull request that fixes this issue is here: #36
The text was updated successfully, but these errors were encountered: