commit | 403216a7676f796191ff6c23005cad71ef1b9c23 | [log] [tgz] |
---|---|---|
author | Fernando Royo <froyo@redhat.com> | Tue May 10 10:05:31 2022 +0200 |
committer | Fernando Royo <froyo@redhat.com> | Tue May 10 10:08:45 2022 +0200 |
tree | 993411b4a8eff20c7fcad29f0ca2e3e9c3cf0c8a | |
parent | 05816960f97c13de27efe2afb095b5af01129ea6 [diff] |
Fix error on listener OPERATING_STATUS check This patch fixes the check for listeners that have been created with admin_state_up = False, when running a driver in non-noop mode. By error it is checking that the listener is in ONLINE status, when this particular case requires checking OFFLINE. Change-Id: I07a9f6abdef29334d70e30755bb948c5b0b65d54