Add status='ACTIVE' when using changes-since as filter
updated_at field may haven't been set at the point in the boot
process where build_request still exists, so filter by
{'changes-since': '2051-01-01T12:34:00Z'} may get server that is
"at the point in the boot process where build_request still exists",
and so the testcase may accidentally fail if there are other
testcases running at same time with pre-provisoned credentials.
This is to add status='ACTIVE' along with changes-since as filter.
Change-Id: Ieb0fd67ac9d691b53c1275166bdb0395d1570662
1 file changed