Support specifying deploy images via URL

In standalone environments we might not have Glance, and will therefore access
images via a URL instead.

Change-Id: I0f764545788775876d0a5751621a51602e1ad5ac
This commit is contained in:
Mark Goddard 2019-01-25 19:44:45 +00:00
parent b933cd6fd2
commit a04f607c37
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
when:
- item is not none
- item | length > 0
- item is not match('^http[s]?://')
register: deploy_image_ids
changed_when: false