d95197628c
The grenade configuration is updated to disable the fake driver. Change-Id: Ica2b466a1a22ca2e5d1362377692cc39ef53ce2c
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
function configure_ironic_upgrade {
|
|
# Remove the fake driver from the configuration (forced by devstack-gate)
|
|
drivers=$(iniget $IRONIC_CONF_FILE DEFAULT enabled_drivers | sed -r 's/fake,?//')
|
|
iniset $IRONIC_CONF_FILE DEFAULT enabled_drivers $drivers
|
|
}
|