← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1658636] Re: neutron (mitaka) rejects port updates for allowed address pairs

 

Bug closed due to lack of activity, please feel free to reopen if
needed.

** Changed in: neutron
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1658636

Title:
  neutron (mitaka) rejects port updates for allowed address pairs

Status in neutron:
  Won't Fix

Bug description:
  Neutron 8.3 (mitaka) rejects requests to update allowed_address_pairs.

  Request:

  neutron --debug port-update b59bc3bb-7d34-4fbb-8e55-a9f1c5c88411
  --allowed-address-pairs type=dict list=true ip_address=10.254.15.4

  curl:
  curl -g -i -X PUT https://network.servers.example.com:9696/v2.0/ports/b59bc3bb-7d34-4fbb-8e55-a9f1c5c88411.json -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: ecd92222221f2753333333c7c271788e" -d '{"port": {"allowed_address_pairs": [{"ip_address": "10.254.15.4"}]}}'

  Reply:

  {"NeutronError": {"message": "Unrecognized attribute(s)
  'allowed_address_pairs'", "type": "HTTPBadRequest", "detail": ""}}

  Log entry:

  2017-01-23 09:31:58.988 28914 INFO neutron.api.v2.resource
  [req-56088d19-9359-4360-98db-ea9776e9dd33
  46d2f76c9d5a409293cdb88ac8dcdeca 6d8ae5f32b294b2684c77417eb3b21cb - -
  -] update failed (client error): Unrecognized attribute(s)
  'allowed_address_pairs'

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1658636/+subscriptions



References