Add webpage as audience for profiling

this is used by the api-site, introduced with
patch https://review.openstack.org/#/c/59852/

Change-Id: I93ebf04fccda35a0323cd4185b6b3e8b7c1777fe
This commit is contained in:
Andreas Jaeger 2013-12-31 19:03:19 +01:00
parent dbd22f2de4
commit 3befda853e
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ KNOWN_OS_VALUES = ["debian",
# List of recognized (allowable) audience profiling directives.
KNOWN_AUDIENCE_VALUES = ["enduser",
"adminuser",
"installer"]
"installer",
"webpage"]
# NOTE(berendt): check_output as provided in Python 2.7.5 to make script