Skip to content

Commit

Permalink
allow for 'regions' spec instead of image name for openstack machine …
Browse files Browse the repository at this point in the history
…images
  • Loading branch information
Diaphteiros committed Sep 29, 2020
1 parent 32ee3b0 commit 50d91d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion acre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,14 @@ validation:
- versions
- - list
- - and
- ["mapfield", "image"]
- - or
- ["mapfield", "image"]
- - mapfield
- regions
- - list
- - and
- ["mapfield", "name"]
- ["mapfield", "id"]
- ["mapfield", "version"]
networks:
- ["mapfield", "workers", ["cidr"]]
Expand Down

0 comments on commit 50d91d9

Please sign in to comment.