Comment 5 for bug 1460875

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/189541
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9b6b70bdf9cdad24d545888b7c775ca76f1da528
Submitter: Jenkins
Branch: master

commit 9b6b70bdf9cdad24d545888b7c775ca76f1da528
Author: Ken'ichi Ohmichi <email address hidden>
Date: Tue Jun 9 02:39:24 2015 +0000

    Add error handling for creating secgroup

    If passing invalid value to "create security group" API, Nova passes
    it to Neutron and Neutron returns BadRequest response back to Nova.
    However, Nova didn't handle the exception.
    So this patch adds error handling for the situation.

    Change-Id: I11da9ec32b64b5a109d65afe77aa32be71a807a3
    Related-Bug: #1460875