Fix scoping issue on the SecurityGroup resource
Created by: arnaudsjs
Description
The get_security_group()
method used to return security groups which were present outside of the scope of the given project. This patch fixes that issue.
closes #184 (closed)
Self Check:
-
Attached issue to pull request -
Changelog entry -
Version number is bumped to dev version -
Code is clear and sufficiently documented -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation
Reviewer Checklist:
-
Sufficient test cases (reproduces the bug/tests the requested feature) -
Code is clear and sufficiently documented -
Correct, in line with design