Merge "cors: update default configuration"

This commit is contained in:
Jenkins 2017-07-14 19:38:11 +00:00 committed by Gerrit Code Review
commit 36558bae05

View File

@ -15,7 +15,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from oslo_config import cfg
from oslo_middleware import cors from oslo_middleware import cors
from zun.common import rpc from zun.common import rpc
@ -38,7 +37,7 @@ def set_config_defaults():
def set_cors_middleware_defaults(): def set_cors_middleware_defaults():
"""Update default configuration options for oslo.middleware.""" """Update default configuration options for oslo.middleware."""
cfg.set_defaults(cors.CORS_OPTS, cors.set_defaults(
allow_headers=['X-Auth-Token', allow_headers=['X-Auth-Token',
'X-Identity-Status', 'X-Identity-Status',
'X-Roles', 'X-Roles',