Skip to content

Commit f951a00

Browse files
committed
Add filter mac_address to the network proxy ports() method
Add a query parameter mac_address to the network proxy ports() method. Change-Id: I05a17e83730ec91c391233acd18a0942d0327e64 Partial-bug: #1634333 Partially-Implements: blueprint network-command-sdk-support
1 parent b819b0c commit f951a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openstack/network/v2/_proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ def ports(self, **query):
12101210
* ``device_id``: Port device ID
12111211
* ``device_owner``: Port device owner (e.g. ``network:dhcp``)
12121212
* ``network_id``: ID of network that owns the ports
1213+
* ``mac_address``: Port MAC address
12131214
12141215
:returns: A generator of port objects
12151216
:rtype: :class:`~openstack.network.v2.port.Port`

0 commit comments

Comments
 (0)