Browse code

Merge "Neutron.conf is not setup unless q-svc is enabled"

Jenkins authored on 2014/04/04 10:38:30
Showing 1 changed files
... ...
@@ -274,7 +274,7 @@ function configure_neutron {
274 274
     if is_service_enabled q-fwaas; then
275 275
         _configure_neutron_fwaas
276 276
     fi
277
-    if is_service_enabled q-svc; then
277
+    if is_service_enabled q-agt q-svc; then
278 278
         _configure_neutron_service
279 279
     fi
280 280
     if is_service_enabled q-agt; then