File: make-console-public-0c776bfda240cd9d.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (4)
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.