Comment 9 for bug 1460875

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

Reviewed: https://review.openstack.org/192043
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=91e46f7c85a750eb8df92652d83dcf5b79db97cd
Submitter: Jenkins
Branch: master

commit 91e46f7c85a750eb8df92652d83dcf5b79db97cd
Author: Ken'ichi Ohmichi <email address hidden>
Date: Thu Jul 30 00:35:53 2015 +0000

    Add secgroup param checks for Neutron

    If using nova-network, "create a security group" API call fails
    unless specifying name or description. On the other hand, if calling
    Neutron API directly without Nova proxy, we can create a security
    group without name or description.

    This patch enforces to specify both name and description even if using
    Neutron for consistent validation behavior between nova-network and
    Neutron.

    Change-Id: I45c92d77c083838fbb7c5146e43c3b661e14c42d
    Closes-Bug: #1460875