commit | 0089af5e6640b36ffe68ad6fc8b6ebe84e14d258 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Thu Jul 02 19:14:40 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Thu Jul 02 19:15:31 2015 +0300 |
tree | 8b115160f3f7f9359bf44583c84e4986de12132e | |
parent | 3ea405260a2c34a2847c4d35772415a37a9c2076 [diff] |
Get rid of duplicated creation of security groups in test_volume_boot_pattern It turns out that a security group in test test_volume_boot_pattern is created twice. The first security group is created in test itself, the second security group is created in the method _boot_instance_from_ volume(). This patch fixes it. Now the security group is created once. Change-Id: I1c10e80161880c7ad04f7c0f48d51cc03b6cbada