commit | f3110f0f4e70c8d4815316178c93dc54f04ee252 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Mar 21 12:29:03 2016 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Mar 22 16:14:43 2016 -0700 |
tree | 06624a1b46166c3287d8fa976d97a99c739dfd07 | |
parent | e6b66b641536e01e4bc91320b5a4fd015fd1aa04 [diff] |
Remove redundant list_router_interfaces() list_router_interfaces() just passes router_id as a filter to "list ports" API on Neutron. So it is easy to implement the metod with list_ports() instead. This patch removes the redundant method and makes it use list_ports(). Partially implements blueprint consistent-service-method-names Change-Id: I32d4fab72df8786982d02960770c97e698e34ce3