openstack-python-openstackc.../openstackclient
Bence Romsics 22d1a26d1d Neutron port hints
Introduce the hints port attribute that allows passing in backend
specific hints mainly to allow backend specific performance tuning.

Enable:
  openstack port create --hint ALIAS=VALUE
  openstack port set --hint ALIAS=VALUE
  openstack port unset --hints

Required neutron extension:
  port-hints
  port-hint-ovs-tx-steering

Valid hint aliases and values:
  ovs-tx-steering=hash
  ovs-tx-steering=thread

The same hints in JSON format, as expected by the Neutron API:
  {"openvswitch": {"other_config": {"tx-steering": "hash"}}}
  {"openvswitch": {"other_config": {"tx-steering": "thread"}}}

Change-Id: I4c7142909b1e4fb26fc77ad9ba08ec994cc450b2
Depends-On: https://review.opendev.org/c/openstack/neutron/+/873113
Partial-Bug: #1990842
Related-Change (server side): https://review.opendev.org/c/openstack/neutron/+/873113
Related-Change (spec): https://review.opendev.org/c/openstack/neutron-specs/+/862133
2023-05-24 13:08:15 +02:00
..
api Blacken openstackclient.api 2023-05-10 10:51:30 +01:00
common Blacken openstack.common 2023-05-10 10:51:30 +01:00
compute Merge "Dropping the use of 'addFixedIp' server action" 2023-05-18 11:52:56 +00:00
identity Blacken openstackclient.identity 2023-05-10 10:51:30 +01:00
image Blacken openstackclient.image 2023-05-10 10:51:30 +01:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Neutron port hints 2023-05-24 13:08:15 +02:00
object Blacken openstackclient.object 2023-05-10 10:51:30 +01:00
tests Neutron port hints 2023-05-24 13:08:15 +02:00
volume Merge "volume: Add 'volume qos set --no-property' option" 2023-05-17 23:20:28 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Blacken everything else 2023-05-10 10:51:30 +01:00