manila/releasenotes/notes/bug-1602525-port_binding_mandatory-2aaba0fa72b82676.yaml
Marc Koderer e0080bff62 Make port_binding_extension mandatory if host_id is specified
In case create_port is called with host_id it's better to fail if
port_binding_extension is not available. Otherwise there won't
be any binding and no logging that the port will be inactive.

Change-Id: I65595308bc71ae78c992fd97e3f26fd718b249ec
Closes-bug: #1602525
2016-09-21 14:54:51 +02:00

5 lines
150 B
YAML

---
fixes:
- Raises an exception in case the host_id is specified when creating a neutron port
but the port_binding extension is not activated.