Fix broken diskimage-builder redirect

The diskimage-builder repo is listed in the governance repo as part of
the Infrastructure project, so
https://docs.openstack.org/diskimage-builder/ was redirecting to
https://docs.openstack.org/infra/diskimage-builder/ but the docs are
published at https://docs.openstack.org/diskimage-builder/latest/

Change-Id: I6a9390abf29a859c853b9a1107d52c74a8c48383
This commit is contained in:
Zane Bitter 2017-11-30 10:33:19 -05:00
parent 41781c5d9f
commit cf1af853cf

View File

@ -323,6 +323,7 @@ _IGNORED_REPOS = [
_INFRA_REPOS_EXCEPTION = [ _INFRA_REPOS_EXCEPTION = [
'openstack-infra/pynotedb', 'openstack-infra/pynotedb',
'openstack-infra/subunit2sql', 'openstack-infra/subunit2sql',
'openstack/diskimage-builder',
] ]