change in nova.conf to make changes to default security group

This commit is contained in:
Wim Nap 2018-07-25 11:30:27 +02:00
parent 2133462f17
commit 4b13a2863a
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ firewall_driver = nova.virt.firewall.NoopFirewallDriver
scheduler_default_filters = AllHostsFilter
allow_migrate_to_same_host = True
allow_resize_to_same_host = True
security_group_api=neutron
[neutron]

View File

@ -20,6 +20,7 @@ allow_migrate_to_same_host = True
allow_resize_to_same_host = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver
enabled_apis=osapi_compute,metadata
security_group_api=neutron
[neutron]
url = http://$NEUTRON_CONTROLLER_HOST:9696