Commit 1975acd
authored
fix(compute): register the dummy pool driver under its own kind (#539)
The gcn_machine_pool_driver entry point was registered as
"DummyPoolDriver" instead of "dummy", so it never matched
DummyPoolDriverSpec.KIND and could never be loaded - unlike its
"libvirt" sibling entry, which correctly used the driver spec's KIND
as the entry point name.1 parent 4a199ca commit 1975acd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments