diff options
author | Pasha <pasha@member.fsf.org> | 2022-08-16 21:48:31 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2022-08-16 21:48:31 +0000 |
commit | 2195fa1ed94786e1f5a760b860e1ee8976e1ffe4 (patch) | |
tree | 3bcaa704511278c0d5d938b86a629a37d2409292 /configs/ml2_conf.ini | |
download | debian_openstack_installer-2195fa1ed94786e1f5a760b860e1ee8976e1ffe4.tar.gz debian_openstack_installer-2195fa1ed94786e1f5a760b860e1ee8976e1ffe4.tar.bz2 |
initial commit
Diffstat (limited to 'configs/ml2_conf.ini')
-rw-r--r-- | configs/ml2_conf.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/ml2_conf.ini b/configs/ml2_conf.ini new file mode 100644 index 0000000..e7955b6 --- /dev/null +++ b/configs/ml2_conf.ini @@ -0,0 +1,14 @@ +[DEFAULT] +#debug = true + +[ml2] +type_drivers = flat,vlan +tenant_network_types = +mechanism_drivers = linuxbridge +extension_drivers = port_security + +[ml2_type_flat] +flat_networks = provider + +[securitygroup] +enable_ipset = true |