Merge "Remove nova_linuxnet_interface_driver option"

This commit is contained in:
Jenkins 2017-07-29 06:19:43 +00:00 committed by Gerrit Code Review
commit d2841072ef
2 changed files with 0 additions and 4 deletions

View File

@ -313,9 +313,6 @@ nova_external_ssl: false
nova_secure_proxy_ssl_header: HTTP_X_FORWARDED_PROTO
## Nova global config
nova_linuxnet_interface_driver: nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver
nova_max_age: 0
nova_remove_unused_resized_minimum_age_seconds: 3600
nova_image_cache_manager_interval: 0

View File

@ -55,7 +55,6 @@ firewall_driver = {{ nova_firewall_driver }}
my_ip = {% if nova_management_address == 'localhost' %}127.0.0.1{% else %}{{ nova_management_address }}{% endif %}
## Vif
linuxnet_interface_driver = {{ nova_linuxnet_interface_driver }}
{% if nova_virt_type in ['kvm', 'lxd', 'qemu', 'xen'] %}
libvirt_vif_type = ethernet
{% endif %}