From 749abc7195241533faabe207c4b28f31b690e239 Mon Sep 17 00:00:00 2001 From: Duan Jiong Date: Wed, 26 Apr 2017 14:31:22 +0800 Subject: [PATCH] Correct Network `ports` query parameters ip_address is spelled incorrectly as ip_adress Change-Id: I0975d0bb7e81df048d8a59a755c338b2277025df --- openstack/network/v2/_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/network/v2/_proxy.py b/openstack/network/v2/_proxy.py index 591b095c6..d0d3a936a 100644 --- a/openstack/network/v2/_proxy.py +++ b/openstack/network/v2/_proxy.py @@ -1475,7 +1475,7 @@ class Proxy(proxy2.BaseProxy): * ``description``: The port description. * ``device_id``: Port device ID. * ``device_owner``: Port device owner (e.g. ``network:dhcp``). - * ``ip_adress``: IP addresses of an allowed address pair. + * ``ip_address``: IP addresses of an allowed address pair. * ``is_admin_state_up``: The administrative state of the port. * ``is_port_security_enabled``: The port security status. * ``mac_address``: Port MAC address.