c01d16e81a
The patch I4217bd00d8c253db522241885dba2847a26af6df made the on_shared_storge flag optional in the compute api in Liberty. This patch removes the corresponding onSharedStorage flag from the REST API as nova can easily detect this information. APIImpact DocImpact Implements: bp remove-shared-storage-flag-in-evacuate-api Change-Id: I54bfa1275e188573c1b95d770d89160a86cdf52c
8 lines
353 B
YAML
8 lines
353 B
YAML
---
|
|
features:
|
|
- Remove ``onSharedStorage`` parameter from server's evacuate action in
|
|
microversion 2.14. Nova will automatically detect if the instance is on
|
|
shared storage. Also adminPass is removed from the response body which
|
|
makes the response body empty. The user can get the password with the
|
|
server's os-server-password action.
|