Repository URL to install this package:
Version:
4.0.107 ▾
|
ó ±EYc @ sw d d l m Z e j d d d d d Z e j d d e d d e j d d d d d g Z d Z d Z d S( iÿÿÿÿ( t cfgt rdpt titles RDP optionst helps Options under this group enable and configure Remote Desktop Protocol ( RDP) related features. This group is only relevant to Hyper-V users. t enabledt defaultsî Enable Remote Desktop Protocol (RDP) related features. Hyper-V, unlike the majority of the hypervisors employed on Nova compute nodes, uses RDP instead of VNC and SPICE as a desktop sharing protocol to provide instance console access. This option enables RDP for graphical console access for virtual machines created by Hyper-V. **Note:** RDP should only be enabled on compute nodes that support the Hyper-V virtualization platform. Related options: * ``compute_driver``: Must be hyperv. t html5_proxy_base_urls http://127.0.0.1:6083/s« The URL an end user would use to connect to the RDP HTML5 console proxy. The console proxy service is called with this token-embedded URL and establishes the connection to the proper instance. An RDP HTML5 console proxy service will need to be configured to listen on the address configured here. Typically the console proxy service would be run on a controller node. The localhost address used as default would only work in a single node environment i.e. devstack. An RDP HTML5 proxy allows a user to access via the web the text or graphical console of any Windows server or workstation using RDP. RDP HTML5 console proxy services include FreeRDP, wsgate. See https://github.com/FreeRDP/FreeRDP-WebConnect Possible values: * <scheme>://<ip-address>:<port-number>/ The scheme must be identical to the scheme configured for the RDP HTML5 console proxy service. The IP address must be identical to the address on which the RDP HTML5 console proxy service is listening. The port must be identical to the port on which the RDP HTML5 console proxy service is listening. Related options: * ``rdp.enabled``: Must be set to ``True`` for ``html5_proxy_base_url`` to be effective. c C s! | j t | j t t d S( N( t register_groupt rdp_groupt register_optst RDP_OPTS( t conf( ( sB /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/rdp.pyR W s c C s i t t 6S( N( R R ( ( ( sB /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/rdp.pyt list_opts\ s N( t oslo_configR t OptGroupR t BoolOptt Falset StrOptR R R ( ( ( sB /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/rdp.pyt <module> s !