Remove hardcoded key_name value
This value should come from infra_config.yml
This commit is contained in:
parent
3287f15613
commit
fde72be633
@ -7,7 +7,7 @@
|
||||
region_name: region-b.geo-1
|
||||
availability_zone: az2
|
||||
image: "{{ item.image }}"
|
||||
key_name: workstation
|
||||
key_name: "{{ key_name }}"
|
||||
timeout: 200
|
||||
flavor: "{{ item.flavor }}"
|
||||
nics:
|
||||
|
Loading…
x
Reference in New Issue
Block a user