Merge "Compass4NFV add new scenario nosdn-kvm"
[releng.git] / utils / test / testapi / opnfv_testapi / cmd / server.py
index 2696bb3..545d5e3 100644 (file)
@@ -64,7 +64,8 @@ def make_app():
         url_mappings.mappings,
         db=get_db(),
         debug=CONF.api_debug,
-        auth=CONF.api_authenticate
+        auth=CONF.api_authenticate,
+        cookie_secret='opnfv-testapi',
     )