shade/releasenotes/notes/add-server-console-078ed2696e5b04d9.yaml
Monty Taylor 7b3b959882
Add support for fetching console logs from servers
Added get_server_console method to fetch the console
log from a Server. On clouds that do not expose this
feature, a debug line will be logged and an empty
string will be returned.

Change-Id: Ifb973c7d382118d3a8b6bf406cb7ed463b057180
2016-08-23 08:00:48 -05:00

7 lines
211 B
YAML

---
features:
- Added get_server_console method to fetch the console
log from a Server. On clouds that do not expose this
feature, a debug line will be logged and an empty
string will be returned.