Fix genconfig: remove now-gone ironic_lib modules
For oslo-config-generator, you have to list the external libraries that provide configuration options so it knows to pull them in. Several of the listed ironic_lib modules are no longer in that project causing failures. Change-Id: If270ac0701769a6ce8131816b1cb4921120bd7ab
This commit is contained in:
parent
466cd3902c
commit
e2fce4c0d5
@ -2,14 +2,11 @@
|
||||
output_file = etc/ironic/ironic.conf.sample
|
||||
wrap_width = 62
|
||||
namespace = ironic
|
||||
namespace = ironic_lib.disk_utils
|
||||
namespace = ironic_lib.disk_partitioner
|
||||
namespace = ironic_lib.exception
|
||||
namespace = ironic_lib.json_rpc
|
||||
namespace = ironic_lib.mdns
|
||||
namespace = ironic_lib.metrics
|
||||
namespace = ironic_lib.metrics_statsd
|
||||
namespace = ironic_lib.qemu_img
|
||||
namespace = ironic_lib.utils
|
||||
namespace = oslo.db
|
||||
namespace = oslo.messaging
|
||||
|
Loading…
Reference in New Issue
Block a user