nova/nova/conf
Sylvain Bauza d445eaf9dd vgpu: Allow device_addresses to not be set
Sometimes, some GPU may have a long list of PCI addresses (say a SRIOV
GPU) or operators may have a long list of GPUs. In order to help their
lifes, let's allow device_addresses to be optional.

This means that a valid configuration could be :

    [devices]
    enabled_mdev_types = nvidia-35, nvidia-36

    [mdev_nvidia-35]

    [mdev_nvidia-36]

NOTE(sbauza): we have a slight coverage gap for testing what happens
if the groups aren't set, but I'll add it in a next patch

Related-Bug: #2041519
Change-Id: I73762a0295212ee003db2149d6a9cf701023464f
2024-03-05 11:48:25 +01:00
..
__init__.py HyperV: Remove RDP console API 2024-02-13 12:24:38 -08:00
api.py Remove deprecated [api] use_forwarded_for 2023-12-14 14:41:00 +09:00
availability_zone.py Default AZ for instance if cross_az_attach=False and checking from API 2019-10-31 10:08:46 -04:00
base.py introduce global greenpool 2023-08-25 00:03:35 +01:00
cache.py conf: Make list->dict conversion more specific 2016-09-14 12:10:29 +00:00
cinder.py conf: Allow cinderclient and os_brick to independently log at DEBUG 2021-12-03 18:21:16 +00:00
compute.py Remove the Hyper-V driver 2024-02-05 12:06:58 -08:00
conductor.py conf: Remove '[conductor] topic' opt 2018-03-12 13:26:08 +00:00
configdrive.py Remove the Hyper-V driver 2024-02-05 12:06:58 -08:00
console.py Fix indentation nits 2020-08-18 11:43:31 -05:00
consoleauth.py enforce remote console shutdown 2024-02-27 13:23:49 +00:00
cyborg.py ksa auth conf and client for Cyborg access 2020-03-21 12:03:37 -07:00
database.py db: Exclude the 'use_db_reconnect' option 2021-08-09 15:34:40 +01:00
devices.py vgpu: Allow device_addresses to not be set 2024-03-05 11:48:25 +01:00
ephemeral_storage.py libvirt: Configure and teardown ephemeral encryption secrets 2024-02-28 07:56:42 +00:00
glance.py glance: Improve [glance]enable_rbd_download and associated options help text 2021-04-19 14:22:13 +01:00
guestfs.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
imagecache.py Explaining when a base image is considered unused to avoid confusion why some images aren't deleted. 2021-04-14 08:46:36 +02:00
ironic.py Limit nodes by ironic shard key 2024-02-25 13:25:27 -08:00
key_manager.py Add secret=true to fixed_key configuration parameter 2018-12-03 14:39:51 -05:00
keystone.py nova-manage: Add 'limits migrate_to_unified_limits' 2023-08-30 19:13:07 +00:00
libvirt.py Merge "[libvirt]Add migration_inbound_addr" 2023-12-05 11:43:35 +00:00
mks.py Correct config help message related options 2022-11-11 16:03:53 +05:30
netconf.py Use the new type HostDomainOpt. 2021-05-19 10:29:56 +02:00
neutron.py Fix typos in help messages 2022-05-30 17:28:29 +05:30
notifications.py Change the default of notification_format to unversioned 2019-06-04 10:36:45 +02:00
novnc.py Allow TLS ciphers/protocols to be configurable for console proxies 2020-02-12 15:05:22 -06:00
opts.py conf: Make list->dict conversion more specific 2016-09-14 12:10:29 +00:00
paths.py Remove unused bindir config option 2020-10-30 04:33:13 +00:00
pci.py FUP for the scheduler part of PCI in placement 2023-01-05 17:40:17 +01:00
placement.py Delete the placement code 2019-04-28 20:06:15 +00:00
quota.py Add documentation for unified limits 2023-08-30 19:33:50 +00:00
remote_debug.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
rpc.py compute: Use long_rpc_timeout in reserve_block_device_name 2019-11-26 08:50:34 +00:00
scheduler.py [codespell] start fixing all the typos 2023-10-03 00:51:35 +01:00
serial_console.py hacking: Resolve W605 (invalid escape sequence) 2019-06-24 14:24:06 -05:00
service.py Enforce correct choice for [DEFAULT] enabled_ssl_apis 2023-07-27 10:38:37 +09:00
service_token.py Service token is not experimental 2017-11-21 17:36:32 +00:00
servicegroup.py conf: Use new-style choice values 2018-09-12 09:45:06 -06:00
spice.py libvirt: Add configuration options to set SPICE compression settings 2023-01-11 11:48:17 +00:00
upgrade_levels.py Drop remaining deprecated upgrade_levels option for nova-cert 2023-10-23 12:41:56 +00:00
utils.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
vendordata.py Use a service account to make vendordata requests. 2017-01-26 13:39:46 +00:00
vmware.py Correct config help message related options 2022-11-11 16:03:53 +05:30
vnc.py [codespell] fix final typos and enable ci 2023-12-15 12:32:42 +00:00
workarounds.py [codespell] fix final typos and enable ci 2023-12-15 12:32:42 +00:00
wsgi.py Add missing ws seperator between words 2018-11-26 23:42:18 +00:00
zvm.py z/VM Driver: Spawn and destroy function of z/VM driver 2018-07-16 11:35:11 +08:00