commit | 18d346f0f8cee4d14d8546a181defa69b4c576c7 | [log] [tgz] |
---|---|---|
author | Adrien Vergé <adrienverge@gmail.com> | Sun May 17 16:09:29 2015 +0200 |
committer | Adrien Vergé <adrienverge@gmail.com> | Mon May 25 23:57:32 2015 +0200 |
tree | cbe7c27295ed7a37a59fc087c967e1087d827b18 | |
parent | 8c60c38c38386025e8c085b9241d56d98568865a [diff] |
Fix Nova API misimplementation for security groups The Compute API reference [1] states that the 'description' parameter is optional when creating a security group. Consequently, omitting this parameter (or passing an empty string or a whitespace) is allowed. This patch removes those verifications that should not exist so that change I404dd30c7dac4b8a9e01cf2ea62fa404fdcce3de can pass Tempest checks. [1]: http://developer.openstack.org/api-ref-compute-v2-ext.html#createSecGroup Change-Id: I504f00cecbd004f00b3553e8a23c2b3870405050 Related-Bug: #1434172