bd4bd780ab
The OneView drivers deprecated support for pre-allocation model in Newton cycle (6.1.0), making the dynamic allocation the default model[0]. This patch removes code pertaining to pre-allocation feature from OneView drivers. The dunamic allocation feature should be used instead. [0] https://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/oneview-drivers-dynamic-allocation.html Change-Id: I7789ffc0ebc6e42f58b184c0781fb3b122c00323 Closes-Bug: 1681509
8 lines
263 B
YAML
8 lines
263 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The pre-allocation model for OneView drivers was deprecated in Newton
|
|
cycle (Ironic 6.1.0) and all pertaining code was marked for removal
|
|
during Pike cycle. From now on, OneView drivers works only with dynamic
|
|
allocation model.
|