Fix nics definition for instances.
This commit is contained in:
parent
5a43ca0d09
commit
92ada33dbc
1 changed files with 2 additions and 1 deletions
|
@ -40,5 +40,6 @@
|
|||
state: present
|
||||
flavor: b2.c4r16
|
||||
boot_volume: kube{{ item }}-matrix-test-sunet-se-osvol
|
||||
nics: "port-name=kube{{ item }}-matrix-test-sunet-se-port"
|
||||
nics:
|
||||
- port-name: "kube{{ item }}-matrix-test-sunet-se-port"
|
||||
loop: "{{ range(1,4)|list }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue