Skip to content

Commit

Permalink
cloud-init: Remove debug from user-date schema
Browse files Browse the repository at this point in the history
This is to fix:
    Invalid user-data /var/lib/cloud/instances/nocloud/cloud-config.txt
    Error: Cloud config schema errors: debug: Additional properties are not allowed ('debug' was unexpected)

Signed-off-by: Vladimir Sokolovsky <vlad@nvidia.com>
  • Loading branch information
vladsokolovsky committed Sep 11, 2024
1 parent 8ccf91f commit 2b421fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cloud/seed/nocloud-net/user-data
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#cloud-config
debug:
verbose: true
write_files:
- path: /etc/iptables/rules.v4
permissions: '0644'
Expand Down

0 comments on commit 2b421fb

Please sign in to comment.