diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-30 20:00:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-30 20:00:30 +0000 |
commit | 65a969118adaa3b5b04b3e67d6094279437bbb81 (patch) | |
tree | 3537538348f103c43712f85a3f4cee203f7a4b6d /etc | |
parent | 66a0d27b0f29b4293f6221829bc257b698d06cb4 (diff) | |
parent | 7adbf11bb843fc1e80d6c9dc62ac200561c3a9f8 (diff) | |
download | ironic-65a969118adaa3b5b04b3e67d6094279437bbb81.tar.gz |
Merge "Add additional capabilities discovery for iRMC driver"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 4fd7bff22..90242a0a1 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -2172,6 +2172,15 @@ # value) #clean_priority_restore_irmc_bios_config = 0 +# List of vendor IDs and device IDs for GPU device to inspect. +# List items are in format vendorID/deviceID and separated by +# commas. GPU inspection will use this value to count the +# number of GPU device in a node. If this option is not +# defined, then leave out pci_gpu_devices in capabilities +# property. Sample gpu_ids value: 0x1000/0x0079,0x2100/0x0080 +# (list value) +#gpu_ids = + [ironic_lib] |