Merge "cors: update default configuration"

This commit is contained in:
Zuul 2018-06-28 05:13:11 +00:00 committed by Gerrit Code Review
commit 270db006cc
1 changed files with 18 additions and 20 deletions

View File

@ -156,9 +156,7 @@ def find_paste_config():
def set_config_defaults():
"""This method updates all configuration default values."""
# CORS Defaults
# TODO(krotscheck): Update with https://review.openstack.org/#/c/285368/
cfg.set_defaults(cors.CORS_OPTS,
cors.set_defaults(
allow_headers=['X-Auth-Token',
'X-OpenStack-Request-ID',
'X-Identity-Status',