commit | 11cfe2495d31d39bfd0ac6ccf73942158ea1c4ca | [log] [tgz] |
---|---|---|
author | Kevin Benton <kevin@benton.pub> | Wed Sep 07 23:21:04 2016 -0700 |
committer | Brian Haley <brian.haley@hpe.com> | Thu Sep 08 16:47:55 2016 +0000 |
tree | 0b5d906e154192eca04b50716736b0de4cee8193 | |
parent | 3080b3971bb938882df7f4de7f860451d65c863b [diff] |
Use correct exception in L3 driver controller The driver controller was using Invalid instead of InvalidInput for validation errors. This was being converted to a 500 instead of a BadRequest. This patch corrects it to use InvalidInput. Change-Id: I8f4913fe8f98580a925d3f5b80ad0353e4c9636f Partial-Bug: #1621430