validate.py variable changes

added ,'bk001-ch003-associate-general.xml' to FILE_EXCEPTIONS and removed 'openstack-training' from BOOK_EXCEPTIONS. validate.py was failing  http://logs.openstack.org/50/40550/1/check/gate-openstack-manuals-validate/e3d606e/console.html.gz. As per Lorin, next step may be to remove individual file validation altogether

Change-Id: Ibd865730c1f17d221a5d783fd65b2c8ba2f567cc
This commit is contained in:
Sean Roberts 2013-08-07 14:23:10 -07:00
parent a3ea6012fd
commit 2950302ecc
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ import sys
import urllib2
# These are files that are known to not be in DocBook format
FILE_EXCEPTIONS = ['ha-guide-docinfo.xml']
FILE_EXCEPTIONS = ['ha-guide-docinfo.xml','bk001-ch003-associate-general.xml']
# These are books that we aren't checking yet
BOOK_EXCEPTIONS = ['openstack-training']
BOOK_EXCEPTIONS = []
def get_schema():