change in nova.conf to make changes to default security group
This commit is contained in:
parent
2133462f17
commit
4b13a2863a
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue