Remove list_security_group_rules wrapper method
On Nova side there is no API which return sec grp rules list.
This method is just implemented in Tempest service cleints.
This is a wrapper method on show sec group API and return complete
sec group like show sec group method of security_group_client does.
This method should be removed and tests can use the show sec grp
method to fethch the rules.
Implements: blueprint method-return-value-and-move-service-clients-to-lib
Change-Id: If8c82c978d269f59f4606b65b25e1eace20e9b4a
2 files changed