-
Notifications
You must be signed in to change notification settings - Fork 918
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
Clarify subiquity docs #5957
Clarify subiquity docs #5957
Conversation
@@ -73,14 +46,6 @@ class TestHandleAutoinstall: | |||
@pytest.mark.parametrize( | |||
"cfg,snap_list,subp_calls,logs,snap_wait_called", | |||
[ | |||
pytest.param( |
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.
This never happens in the codebase due to activate_by_schema_keys: autoinstall
.
0f463e9
to
578b76b
Compare
@@ -38,33 +38,6 @@ | |||
) | |||
|
|||
|
|||
class TestvalidateConfigSchema: |
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.
Coverage on this module remains at 100% after removing these tests.
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.
Just one small nit, leaving a pre-emptive approval
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging TheRealFalcon, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) |
b451e9c
to
fac150b
Compare
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.
LGTM! I saw that there was already a reviewer face on this, so I never bothered looking until now. In the future, feel free to add me to the assignees if you need an extra reviewer.
Cloud-init ignores this key and its contents. Dispell confusion with clearer messaging and more user-friendly language.
Schema validation is automatically checked and reported through cloud-init status. Eliminate unnecessary manual verification as well as the autoinstall key check which is unnecessary due to activation_key.
fac150b
to
deb2ed9
Compare
The test is an issue with CI that is unrelated to this PR. Merging. |
Merge type