openstacksdk missing "mac_address" in update_port

Bug #1803886 reported by Brendan Kelly
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
New
Undecided
Unassigned

Bug Description

The openstacksdk openstackcloud.py is missing "mac_address" in @_utils.valid_kwargs for def update_port.

No mac_address allowed:

   @_utils.valid_kwargs('name', 'admin_state_up', 'fixed_ips',
                         'security_groups', 'allowed_address_pairs',
                         'extra_dhcp_opts', 'device_owner', 'device_id',
                         'binding:vnic_type', 'port_security_enabled')
    def update_port(self, name_or_id, **kwargs):
        """Update a port

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.