Skip to content

Commit

Permalink
test: Fix invalid openstack datasource name (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Apr 24, 2024
1 parent 70b03a9 commit 2e58770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_ds_identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ def _print_run_output(rc, out, err, cfg, files):
# NoCloud without checking
"etc/cloud/cloud.cfg": dedent(
"""\
datasource_list: [ Azure, Openstack, NoCloud, None ]
datasource_list: [ Azure, OpenStack, NoCloud, None ]
datasource:
NoCloud:
user-data: |
Expand Down

0 comments on commit 2e58770

Please sign in to comment.