Fix review01's fqdn in infratesting

This server is canonicallly named review01.openstack.org in inventory.
We need to use that inventory name in our testing.

Change-Id: I1d16469f5abb764978945b5209e01a4e7d2ccb3d
This commit is contained in:
Clark Boylan 2021-01-18 07:57:37 -08:00
parent 595dfd1166
commit 4d41c1002c

View File

@ -14,7 +14,7 @@
testinfra_hosts = [
'review01.opendev.org',
'review01.openstack.org',
]