Comment 6 for bug 1233501

Revision history for this message
Romain Hardouin (romain-hardouin) wrote : Re: Security group names cannot contain at characters

The validation that I've submitted consists of:
 * A [:print:] regex.
 * A length limited to 255 characters in accordance with Nova and Neutron back ends.

Feedbacks are welcome :)