Comment 0 for bug 1566217

Revision history for this message
Olga Klochkova (oklochkova) wrote :

Detailed bug description:
3 controllers, 2 computes

Steps to reproduce:
Boot 2 VM on one host.
 Running command:
            nova boot vm1 --flavor 1 --image TestVM --availability-zone nova:<node-x> --nic net-id=$(neutron net-list | grep admin_internal_net | awk '{print$2}')
            nova boot vm2 --flavor 1 --image TestVM --nic net-id=$(neutron net-list | grep admin_internal_net | awk '{print$2}')
            nova host-evacuate <node-x>

Expected results:
2 VM have status Active and host is changed

Actual result:
http://paste.openstack.org/show/492954/

1 VM is status Error
2 VM is not evacuated