Public bug reported: Seen here:
http://logs.openstack.org/50/633350/16/check/nova-live-migration/86f6551 /job-output.txt.gz#_2019-03-08_09_20_42_237644 2019-03-08 09:20:42.237644 | primary | 2019-03-08 09:20:42.237 | error: unrecognized arguments: --force The nova-live-migration job runs evacuate tests and forces one of them to bypass a down libvirt to triggera failed evacuate. It uses the nova CLI which defaults to the latest microversion and since we released python-novaclient 13.0.0 the 2.68 microversion is supported which removed the --force option on the evacuate command, and the test fails. We just need to use 2.67 on the command line. ** Affects: nova Importance: Critical Assignee: sean mooney (sean-k-mooney) Status: In Progress ** Tags: evacuate gate-failure testing -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1819166 Title: nova-live-migration evacuation tests fail with "error: unrecognized arguments: --force" Status in OpenStack Compute (nova): In Progress Bug description: Seen here: http://logs.openstack.org/50/633350/16/check/nova-live- migration/86f6551/job-output.txt.gz#_2019-03-08_09_20_42_237644 2019-03-08 09:20:42.237644 | primary | 2019-03-08 09:20:42.237 | error: unrecognized arguments: --force The nova-live-migration job runs evacuate tests and forces one of them to bypass a down libvirt to triggera failed evacuate. It uses the nova CLI which defaults to the latest microversion and since we released python-novaclient 13.0.0 the 2.68 microversion is supported which removed the --force option on the evacuate command, and the test fails. We just need to use 2.67 on the command line. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1819166/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

