forked from kubernetes-sigs/cluster-api-provider-openstack
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getOrCreatePort: add support to configure port Profile
Configuring port profiles can be useful to enable an application running on the specified host to pass and receive VIF port-specific information to the plugin. One of the use-cases here is when configuring ports in OVS Hardware offload, where we need to use the profile: {"capabilities": ["switchdev"]} Thanks to this patch, we'll now able to do it when creating the machines and their ports. thinx cluster-api-provider- OSASINFRA-2434
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters