the ocata nova.conf template lists pci_passthrough_whitelist in a wrong topic

Bug #1829238 reported by Gábor Mészáros
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Nova Compute Charm
Triaged
Low
Sahid Orentino

Bug Description

according to https://docs.openstack.org/ocata/config-reference/compute/config-options.html#id41

the `pci-passthrough-whitelist` should be defined under the [pci] topic, instead of the [DEFAULT], and as `passthrough_whitelist`

Tags: 4010
Changed in charm-nova-compute:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

Fortunately, things in [DEFAULT] are implicitly available under every other key that doesn't override it, so:

[DEFAULT]
thing = 1

[other]
thing2=2

would make the keys available like:

{
  DEFAULT: {
    thing: 1
  },
  other: {
    thing: 1,
    thing2: 2
  }
}

Changed in charm-nova-compute:
assignee: nobody → Sahid Orentino (sahid-ferdjaoui)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.