78e10bc060
Add new neutron plugin which enables port bind actions for network fabrics. This driver waits until all ports are in state "active" and sets the binding host flag. Default vNIC type is set to "baremetal" in order to benefit from the code already in place for Ironic. It's also possible to switch to 'normal' which assumes an neutron agent in place. The feature can be tested using the docker driver. DocImpact Co-Authored-By: Daniel Gonzalez <daniel@gonzalez-nothnagel.de> Partially-Implements: bp manila-hpb-support Change-Id: I3156d7468d48f84f1b46885780a2426f9b99a387 |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin manila https://github.com/openstack/manila
run
stack.sh