Skip to content

Neutron Port creation does not support device_owner and device_id port properties #1117

@evgenyfedoruk

Description

@evgenyfedoruk

When Building the port with a Port builder, it's possible to set the device owner and device id values via
PortBuilder deviceOwner(String deviceOwner); method.

But, org.openstack4j.openstack.networking.domain.NeutronPortCreate class which builds the port create request body does not have those properies.

So port is created without the device owner and device id values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions