summaryrefslogtreecommitdiff
path: root/releasenotes/notes/make-console-public-0c776bfda240cd9d.yaml
blob: e8743f67a09edbcc781da11ba03ab5b34510716b (plain)
1
2
3
4
5
6
7
---
features:
  - Provides a public unified interface 'get_console_url' for classes
    'novaclient.v2.servers.Server' and 'novaclient.v2.servers.ServerManager'.
    Users (Heat, OpenStack-client and etc.) can call this public interface
    instead of calling the individual methods to retrieve a console url
    of a particular protocol.