Skip to content
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

Fix cloud-config user-data to avoid schema warning #339

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

zhaohuijuan
Copy link
Collaborator

In the latest cloud-init 23.1.1, there is schema checking cloud-config, and there is warning about ssh_pwauth: 0, it should be ssh_pwauth: False.
Changing the ssh_pwauth: 0 to ssh_pwauth: False, no warning anymore, and it is compatible with old cloud-init versions.

Copy link
Collaborator

@liangxiao1 liangxiao1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks

@zhaohuijuan
Copy link
Collaborator Author

Thanks Frank, merging now

@zhaohuijuan zhaohuijuan merged commit f6b5359 into virt-s1:master Oct 28, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants