feat: meaningful error message scaleway image not found (#48829)

This commit is contained in:
abarbare 2018-11-21 12:40:15 +01:00 committed by John R Barker
commit 70fff13a6e
3 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Below information has been taken from https://developer.scaleway.com/#servers
---
scaleway_image_id: 89ee4018-f8c3-4dc4-a6b5-bca14f985ebe
scaleway_image_id: 6a601340-19c1-4ca7-9c1c-0704bcc9f5fe
scaleway_organization: '{{ scw_org }}'
scaleway_region: ams1
scaleway_commerial_type: START1-S

View file

@ -384,3 +384,4 @@
that:
- unexisting_image_check is not success
- unexisting_image_check is not changed
- unexisting_image_check.msg == "Error in getting image this-image-does-not-exists on https://cp-{{scaleway_region}}.scaleway.com"