Fix warnings in documentation

A recent change defaults the warning-as-error to True:

  https://review.openstack.org/#/c/559348/

Which is causing our documentation jobs to fail locally and in the
gate/check queues.

This commit fixes both issues that are causing failures so that
we can get the doc jobs passing again.

Closes-Bug: 1774508
Change-Id: Ic1eff48a6f40aa315cc5e566a0f9e930a20b9837
This commit is contained in:
wangxiyuan 2018-05-31 11:21:42 +08:00 committed by Lance Bragstad
parent 37ce541741
commit 488ecef329
2 changed files with 3 additions and 1 deletions

View File

@ -6,3 +6,5 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
reno>=2.5.0 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
pyldap>=2.4.20 # PSF
ldappool>=2.0.0 # MPL

View File

@ -237,7 +237,7 @@ the keystone password change API, keystone supports setting that user's option
{
"user": {
"options": {
"lock_password": True
"lock_password": true
}
}
}