Merge pull request #68 from annegentle/defaults

Adds / for basePath and developer.openstack.org for host
This commit is contained in:
Anne Gentle 2016-01-05 18:19:21 -05:00
commit ffeb69baed
1 changed files with 2 additions and 2 deletions

View File

@ -909,8 +909,8 @@ def main1(source_file, output_dir):
},
u'paths': defaultdict(list),
u'tags': api_ref['tags'],
u'basePath': "",
u'host': "",
u'basePath': "/",
u'host': "developer.openstack.org",
u'definitions': {},
u'externalDocs': {
'description': 'OpenStack Docs',