Skip to content

Commit

Permalink
Clarify the language in the apache wsgi sample
Browse files Browse the repository at this point in the history
Change-Id: I78fa8d4d53f2603da3e392877645202856eecfce
  • Loading branch information
kk7ds committed Feb 2, 2017
1 parent c90acdb commit e846c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nova/wsgi/nova-api.py
Expand Up @@ -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
Expand Down

0 comments on commit e846c32

Please sign in to comment.