Skip to content

Commit

Permalink
fix: change region ID
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Jul 11, 2024
1 parent d876bad commit 60b9f02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sc_cloud_computing_instances_info:
token: '{{ sc_token }}'
endpoint: '{{ sc_endpoint }}'
region_id: 1
region_id: 2
register: test3

- name: Check Test3
Expand All @@ -42,7 +42,7 @@
- test3 is not changed
- test3.cloud_instances|length > 0
- test3.cloud_instances[0].id
- test3.cloud_instances[0].region_id == 1
- test3.cloud_instances[0].region_id == 2
- test3.cloud_instances[0].region_code
- test3.cloud_instances[0].flavor_id
- test3.cloud_instances[0].flavor_name
Expand Down

0 comments on commit 60b9f02

Please sign in to comment.