Skip to content

Commit

Permalink
tests: work-around cloud-init bug
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid authored and Meulengracht committed Apr 16, 2024
1 parent acc605c commit 1bca4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/prepare-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ create_cloud_init_cdimage_config() {
local CONFIG_PATH=$1
cat << 'EOF' > "$CONFIG_PATH"
#cloud-config
datasource_list: [NoCloud]
datasource_list: [NoCloud,None]
users:
- name: external
sudo: "ALL=(ALL) NOPASSWD:ALL"
Expand Down

0 comments on commit 1bca4c3

Please sign in to comment.