commit | 45c734f41a16142b2e97b13c3c0fe678cdefff51 | [log] [tgz] |
---|---|---|
author | hobo.kengo <hobo.kengo@jp.fujitsu.com> | Mon Aug 08 02:23:54 2016 +0000 |
committer | Miguel Lavalle <malavall@us.ibm.com> | Thu Apr 13 12:46:28 2017 -0500 |
tree | 6ff9dbf7f06ba75a9910677c6b7e508bbab77d75 | |
parent | 7228768f9b85c4653aedc098342f6e4fc5916f8e [diff] |
Add string validation on security group's name This patch disallows cases that following name is specified. 1. name whose type is not String. 2. name whose characters is more than 255. Change-Id: Ib72a4e480b62a22da2171ed24449321f2b27258b Closes-Bug: #1610764