diff options
| author | Artem Goncharov <Artem.goncharov@gmail.com> | 2020-09-09 19:01:27 +0200 |
|---|---|---|
| committer | Artem Goncharov <Artem.goncharov@gmail.com> | 2020-10-06 15:04:02 +0200 |
| commit | 74db8dd65d35b326d3fa1c680b04a668a3f66bdc (patch) | |
| tree | 64538cb5b433856a00bd015e87195af75fd8360b /releasenotes | |
| parent | 99b5adf9c65d3cd2e2aa8c40c08a478fae0a49f3 (diff) | |
| download | python-openstackclient-74db8dd65d35b326d3fa1c680b04a668a3f66bdc.tar.gz | |
Switch openstack console log show operation to use OpenStackSDK
A short switch onto SDK for fetching console logs of the server
Change-Id: I3f750ea4f13a4e72272aa67ea4506bd7182b13f9
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/switch-console-log-to-sdk-6ee92b7833364d3d.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/switch-console-log-to-sdk-6ee92b7833364d3d.yaml b/releasenotes/notes/switch-console-log-to-sdk-6ee92b7833364d3d.yaml new file mode 100644 index 00000000..2bd0bab4 --- /dev/null +++ b/releasenotes/notes/switch-console-log-to-sdk-6ee92b7833364d3d.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Switch console logs operation to use SDK |
