Clarify the language in the apache wsgi sample

Change-Id: I78fa8d4d53f2603da3e392877645202856eecfce
This commit is contained in:
Dan Smith 2017-02-02 12:47:29 -08:00
parent c90acdbc55
commit e846c32ce3
1 changed files with 6 additions and 0 deletions

View File

@ -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