← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1194367] Re: the exception message of 'live migration' is not appropriate

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => havana-2

-- 
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/1194367

Title:
  the exception message of 'live migration' is not  appropriate

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  I want to perform live-migration using RestAPI, and my request body is as follow:
  {
      "os-migrateLive": {
          "host": "0443e9a1254044d8b99f35eace132080",
          "block_migration": false
      }
  }

  then I met a exception:
  {
      "badRequest": {
          "message": "host and block_migration must be specified.",
          "code": 400
      }
  }

  That will be confused, because I specified both host and
  block_migration in my request body. I think we need to modify the
  message content in the code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1194367/+subscriptions