Removed DefaultReservationController from devstack
The configuration that sets the DefaultReservationController as nova extension in devstack was removed. This configuration made some tempest test fail because the VMs were not in active state. Change-Id: I6b12f236db764fd95b2b7a44f4340612cb52d817 Closes-Bug: #1300365
This commit is contained in:
parent
6b26ecaf75
commit
07ae1900af
@ -112,7 +112,6 @@ function configure_climate() {
|
||||
|
||||
iniadd $NOVA_CONF DEFAULT scheduler_available_filters "climatenova.scheduler.filters.climate_filter.ClimateFilter"
|
||||
|
||||
iniadd $NOVA_CONF DEFAULT osapi_compute_extension "climatenova.api.extensions.default_reservation.Default_reservation"
|
||||
iniadd $NOVA_CONF DEFAULT osapi_compute_extension "climatenova.api.extensions.reservation.Reservation"
|
||||
|
||||
# Database
|
||||
|
Loading…
Reference in New Issue
Block a user