Fixes for syntax check
Exclude site-map.xml from syntax checks, our tools do not handle it. Add missing xmlns that broke syntax check to os-server-password.wadl. Change-Id: I7b19674bfb221feed1d87145ef5fe5931ccc6318
This commit is contained in:
parent
432ccc97e9
commit
229f29a844
@ -2,6 +2,7 @@
|
||||
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v1.1"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
|
@ -4,6 +4,7 @@ api_site = True
|
||||
|
||||
# From api-ref/src/wadls/object-api/src/
|
||||
file_exception = os-object-api-1.0.wadl
|
||||
file_exception = sitemap.xml
|
||||
|
||||
# These options need to come as triplets:
|
||||
## API Quick Start Guide
|
||||
|
Loading…
Reference in New Issue
Block a user