Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/consistency-securitygroup-api-nova-neutron. Description: NativeNovaSecurityGroupAPI and NativeNeutronSecurityGroupAPI in Nova have different rules concerning the validation of security group names and descriptions. Nova does not accepts empty names/descriptions and Neutron does no validation. The aim of this blueprint is to add validation to NativeQuantumSecurityGroupAPI, thereby providing consistency between both APIs, and ensuring that Nova API will react the same regardless of backend. Specification URL (additional information): None