Skip to content

When i use the 3.0.3 to create a port ,there is a failure as below,port_security_enabled is not supported by the api. #886

@zhoutiekui

Description

@zhoutiekui

POST /v2.0/ports HTTP/1.1
X-Auth-Token: 880d22df947f43bba40ff881472d8c7a
User-Agent: OpenStack4j / OpenStack Client
Content-Length: 150
Content-Type: application/json
Host: 172.22.17.41:9696
Connection: Keep-Alive

{
"port" : {
"admin_state_up" : true,
"network_id" : "f4cec486-1a48-4575-9782-b149502adbe3",
"port_security_enabled" : false
}
}HTTP/1.1 400 Bad Request
Content-Length: 122
Content-Type: application/json; charset=UTF-8
X-Openstack-Request-Id: req-01b44000-b54a-47fd-9c4e-cf241609a972
Date: Thu, 10 Nov 2016 12:16:06 GMT
Connection: keep-alive

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions