Rally does not clean the security_group when the nova_boot testing is finished
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rally |
Fix Released
|
High
|
Unassigned |
Bug Description
When I am going to run the nova_boot_server benchmark which is configured as below:
{
"NovaServer
{
"args": {
},
},
}]
},
},
},
}
}
}
]
}
and before the testing , I type the command "neutron security-
# neutron security-group-list
+------
| id | name | description |
+------
| b4fdfac6-
| ba3bb113-
+------
but when I finish the rally test, the command "neutron security-
+------
| id | name | description |
+------
| 0204725e-
| 062df76e-
| 07c0cb44-
| 21f96045-
| 414c2ab1-
| 6b01f2bc-
| 8a543f76-
| b4fdfac6-
| ba3bb113-
| cf731999-
| f9c769b6-
| fd8fb38a-
+------
It seems that Rally create neutron a security group for each tenant, but it forget to clean them up.
Changed in rally: | |
assignee: | Sergey Skripnick (eyerediskin) → nobody |
Changed in rally: | |
assignee: | nobody → Dr. Jens Rosenboom (j-rosenboom-j) |
Changed in rally: | |
status: | Fix Committed → Fix Released |
milestone: | none → 0.0.4 |
Changed in rally: | |
assignee: | Dr. Jens Rosenboom (j-rosenboom-j) → nobody |
Thanks for reporting. I'll try to reproduce and fix.