Bug 2209897
| Summary: | Cloud-init userdata is not parsed correctly if "userData" string is removed | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | nijin ashok <nashok> |
| Component: | User Experience | Assignee: | Ugo Palatucci <upalatuc> |
| Status: | CLOSED MIGRATED | QA Contact: | Guohua Ouyang <gouyang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.13.0 | CC: | gouyang, ycui |
| Target Milestone: | --- | ||
| Target Release: | 4.14.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-22 11:14:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
nijin ashok
2023-05-25 07:47:29 UTC
While looking at the script examples here: https://cloudinit.readthedocs.io/en/latest/reference/examples.html There are no "userData: |" provided in these examples, hence suggest removing it from script UI. Currently it looks like: userData: | #cloud-config user: centos password: m62e-b6fg-ve6w chpasswd: expire: false Suggestion: #cloud-config user: centos password: m62e-b6fg-ve6w chpasswd: expire: false |