Comment 2 for bug 1269407

Revision history for this message
Mauro S M Rodrigues (maurorodrigues) wrote :

I tried several times and I could not reproduce it with the provided script, maybe some configuration is missing in my devstack environment, although I could reproduce the nova delete/list sequence issue, but when the nova show is called it has task state 'deleting' and status ACTIVE (and that is why it is showed), so at least task state is changed, maybe we could change the behavior to not show/list servers in deleting state, IMHO it would be better.

Anyway, I don't think this is a bug but the natural downside of choose to do some resource operations asynchronously ( and I'm ok with it).

About tempest I don't think that is a problem cause we can use wait_for_server_termination method, defined in the servers_client. Can you check if that works for you?

Thanks