schema: add jsonschema definition to cc_keys_to_console
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
Low
|
Chad Smith |
Bug Description
Add initial jsonschema definition for validation of cloud-config
user data to cloudinit/
Add a schema dictionary to the cc_*.py module which describes allowed
cloud-config properties which are honored by the module.
jsonschema support for a cloud-config module should entail:
- module-level schema dict definition in cc_*py
- schema should contain the keys:
id, name, title, description, distros, examples, frequency, type,
properties
- handler should call validate_
top-level config module keys are provided
Good examples are:
- cloudinit/
- cloudinit/
- cloudinit/
- cloudinit/
Changed in cloud-init: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in cloud-init: | |
status: | Triaged → In Progress |
assignee: | nobody → Chad Smith (chad.smith) |
Upstream commit landed fixing this bug /github. com/canonical/ cloud-init/ commit/ 93435390fe9d725 e7f921b87a88022 c7b0d49c50
https:/