mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 18:54:29 +00:00
Add network tests for versioned args
1. Updated Create network tasks with mtu and port security enabled params which are supported for sdk version >= 0.18 2. Added task to assert that network creation with new params fail if sdk version is lower than 0.18 Change-Id: I7d65d8553e820344f76cf1092e0a373c8100b7c8
This commit is contained in:
committed by
Shnaidman Sagi (Sergey)
parent
0ac75add62
commit
49c95804ba
@@ -1,3 +1,7 @@
|
||||
network_name: shade_network
|
||||
network_name_newparams: newparams_network
|
||||
network_shared: false
|
||||
network_external: false
|
||||
dns_domain: example.opendev.org
|
||||
mtu: 1350
|
||||
port_security_enabled: false
|
||||
|
||||
Reference in New Issue
Block a user