summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2016-07-21 15:30:01 +0800
committerRui Chen <chenrui.momo@gmail.com>2016-07-21 15:43:01 +0800
commitcf20225347766240a2ebb155e6e46b85f84a3ddc (patch)
tree7cc6946015e5e120cef01c96eede7812517cce05 /releasenotes
parent360853b51fdb261ef435398436fd39ebd3169ee0 (diff)
downloadpython-openstackclient-cf20225347766240a2ebb155e6e46b85f84a3ddc.tar.gz
Support to get server rdp/serial/mks type console url
The patch add the support to get server rdp/serial/mks type console url, that make osc capability equal with current nova server side feature. Change-Id: I3dee2531c68563725187c8251d5ea8d4c02cca0c Closes-Bug: #1605088
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1605088-fea9347336764469.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1605088-fea9347336764469.yaml b/releasenotes/notes/bug-1605088-fea9347336764469.yaml
new file mode 100644
index 00000000..15e0bc45
--- /dev/null
+++ b/releasenotes/notes/bug-1605088-fea9347336764469.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Support to get server ``rdp``, ``serial``, ``mks`` type console url.
+ [Bug `1605088 <https://bugs.launchpad.net/python-openstackclient/+bug/1605088>`_]