Merge "Add ability to define network MTU"
This commit is contained in:
1 changed files with 1 additions and 0 deletions
@@ -154,6 +154,7 @@
provider_network_type:"{{ tempest_private_net_provider_type }}"
provider_physical_network:"{{ tempest_private_net_physical_name | default(omit) }}"
provider_segmentation_id:"{{ tempest_private_net_seg_id | default(omit, true) }}"
mtu:"{{ tempest_private_net_mtu | default(omit, true) }}"
project:"{{ keystone_demo_tenant_id }}"
register:tempest_private_network
until:tempest_private_network is success
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.