From e846c32ce3c3aee2cd83dec7561dc14cb3f0ada8 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 2 Feb 2017 12:47:29 -0800 Subject: [PATCH] Clarify the language in the apache wsgi sample Change-Id: I78fa8d4d53f2603da3e392877645202856eecfce --- nova/wsgi/nova-api.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nova/wsgi/nova-api.py b/nova/wsgi/nova-api.py index c0fc77ac4d1b..04f3148a48cd 100644 --- a/nova/wsgi/nova-api.py +++ b/nova/wsgi/nova-api.py @@ -14,6 +14,12 @@ EXPERIMENTAL support script for running Nova API under Apache2 etc. +Just to be clear, EXPERIMENTAL means DO NOT RUN THIS IN +PRODUCTION. There are KNOWN things that will break if you run your API +services under Apache (et al), plus a bunch of other unknown ones most +likely. At this point, this is not tested anywhere in Nova's gate. +Buyer beware. + """ from oslo_config import cfg