Merge "Add qtip job to pod zte-virtual6"
[releng.git] / utils / test / testapi / opnfv_testapi / tornado_swagger / settings.py
1 ##############################################################################
2 # Copyright (c) 2016 ZTE Corporation
3 # feng.xiaowei@zte.com.cn
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 API_DOCS_NAME = 'swagger-api-docs'
11 RESOURCE_LISTING_NAME = 'swagger-resource-listing'
12 API_DECLARATION_NAME = 'swagger-api-declaration'
13
14 docs_settings = {
15     'base_url': '',
16     'static_path': '',
17     'swagger_prefix': '/swagger',
18     'api_version': 'v1.0',
19     'swagger_version': '1.2',
20     'api_key': '',
21     'enabled_methods': ['get', 'post', 'put', 'patch', 'delete'],
22     'exclude_namespaces': [],
23 }
24
25 models = []