From bf12ab4253eae97475e34fd31acdaffe2b1e84c4 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Tue, 21 Jun 2016 13:25:02 -0400 Subject: [PATCH] Replace network_api_class with use_neutron network_api_class config has been deprecated in favor of use_neutron Prior to this change, the nova-compute.log would complain with: "Config mismatch. The network_api_class specifies nova.network.neutronv2.api.API, however use_neutron is not set to True. Using Neutron networking for now, however please set use_neutron to True in your configuration as network_api_class is deprecated and will be removed." Change-Id: I2933565deec42172c9cdc836c5a4b88b44214d07 --- templates/nova.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index c11169d1..dcbd1310 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -96,7 +96,7 @@ use_forwarded_for = {{ nova_network_services[nova_network_type]['use_forwarded_f my_ip = {{ nova_management_address }} default_floating_pool = public security_group_api = neutron -network_api_class = nova.network.neutronv2.api.API +use_neutron = True # Authentication auth_strategy = keystone