commit | 1b3461e6e8953f8b15dd08c6b01beff0593e513a | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Dec 02 03:41:07 2014 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Dec 02 10:48:20 2014 +0000 |
tree | 08ebe09b8b795ca7bffccf8b5f420e8d391886e4 | |
parent | 2c8c14846935f96fa5523599caeaaafafb8dddd6 [diff] |
Remove unnecessary secgroup attrs from scenario tests Nova "create a server" API refers a security group name only in security group attributes, but current scenario tests pass the other attributes(rules, tenant_id, description) also. That will be a problem on Nova v2.1 API because the API denies unnecessary attributes for strict validation. This patch removes them. Change-Id: I764f00fc1e6a5486367a95a44976e41293aa84c0