commit | 9ebaf915d6f6ef840e30e83e1e37581fbe152e8c | [log] [tgz] |
---|---|---|
author | Rodrigo Barbieri <rodrigo.barbieri@fit-tecnologia.org.br> | Mon Jan 11 16:06:04 2016 -0200 |
committer | Rodrigo Barbieri <rodrigo.barbieri@fit-tecnologia.org.br> | Wed Jan 20 08:19:37 2016 -0200 |
tree | 540f204607b38d2da3d5406b39c991b6e8d987d1 | |
parent | 431cc5809cd5efe72049ad233438446981b58934 [diff] |
Fix access rules tempest v2 client _get_access_action_name() purpose is to get proper action name based on microversion, currently works only for allow_access, but is used by list_access_rules() and delete_access_rule() as well. This change fixes the method to work for all access rules methods. This change also improves tempest tests to use both V1 and V2 client in access rules tests. Closes-Bug: #1528908 Change-Id: I3f1b109621f3ef72b1b9415e7da9d2cefb7c9000