commit | 1d0c1dca74a4a1ab90c03c8fc675fe55fb2feccf | [log] [tgz] |
---|---|---|
author | Kevin Benton <blak111@gmail.com> | Thu Feb 04 14:30:08 2016 -0800 |
committer | Kevin Benton <blak111@gmail.com> | Thu Feb 04 14:30:08 2016 -0800 |
tree | a4030159456098e25f98525b06183990d7c44697 | |
parent | 6ce9ef6d8a2077b52707a2e1bf12788c001b72fe [diff] |
Emit warning when instances have ports not ACTIVE This changes the tempest logic to request all ports rather than just ACTIVE ports for a server and then filters them locally so we can log an warning message when a server has ports not in the ACTIVE state. This will help debug cases in the future where the Neutron port status is in an unstable state due to agent wiring errors. Change-Id: I979a06688a5dfecaaef5e7e4a85cb8494095c754 Closes-Bug: #1523638