Openstack instance/wait not always work
Summary
in some cases instance/wait
fail to detect that vm is booted (when vm logs are overloaded and rotated)
steps explained below may occur when using vm for building docker images (for example kolla-build)
Steps to reproduce
- boot vm
- install docker
- start some container 101 times
for i in {1..101} ;do echo $i;docker run -it --rm centos:7 ls;done
- vm logs are overloaded and cut from top
Expected behavior
instance/wait
- should always stop waiting after vm is booted.
Actual behavior
instance/wait
- fail to detect booted vm in some cases
Relevant logs and/or screenshots
N/A
Possible fixes
N/A