← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1466387] Re: wrong error message when fixed_ip is not valid in nova boot

 

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

** Changed in: nova
    Milestone: None => liberty-3

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

Title:
  wrong error message when fixed_ip is not valid in nova boot

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  When using a invalid v4-fixed-ip, the error message is not expected.

  $  nova boot test --image cirros --flavor micro-1 --nic net-id=38e30067-20d7-44ae-97a2-0653ce53ac0a,v4-fixed-ip=1999.0.0.0
  ERROR (BadRequest): Invalid fixed IP address (None) (HTTP 400) (Request-ID: req-3415c608-5b2f-4049-b682-e0a37dbc1072)

  The expected message should be

  ERROR (BadRequest): Invalid fixed IP address (1999.0.0.0) (HTTP 400)
  (Request-ID: req-3415c608-5b2f-4049-b682-e0a37dbc1072)

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


References