summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/api/openstack/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/__init__.py b/nova/api/openstack/__init__.py
index 96b9f5781..3687ce111 100644
--- a/nova/api/openstack/__init__.py
+++ b/nova/api/openstack/__init__.py
@@ -272,7 +272,7 @@ class APIRouterV3(base_wsgi.Router):
return False
if not CONF.osapi_v3.enabled:
- LOG.warning("V3 API has been disabled by configuration")
+ LOG.info("V3 API has been disabled by configuration")
return
self.init_only = init_only