Skip to content

Commit 74ee978

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 4ac6476 commit 74ee978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/adminguide/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ An Orchestrator extension enables CloudStack to delegate VM orchestration to an
6464

6565
- Hosts: Multiple hosts can be added to such clusters, ideally pointing to different physical or external hosts.
6666

67-
- Instance Lifecycle Support: Orchestrator extensions can handle basic VM actions like prepare, deploy, start, stop, reboot, status and delete.
67+
- Instance Lifecycle Supported: Orchestrator extensions can handle basic VM actions like prepare, deploy, start, stop, reboot, status and delete.
6868

6969
- Console Access: Instances can be accessed either via VNC consoles or through a direct URL, depending on the capabilities of the orchestrator extension. CloudStack retrieves console details from extensions using the ``getconsole`` action and either forwards them to the Console Proxy VM (CPVM) (for VNC access) or provides the direct console URL to the user. Since 4.22.0, out-of-the-box console access support is available for instances deployed using the in-built Proxmox extension. See :ref:`Console Access for Instances with Orchestrator Extensions <console-access-for-instances-with-orchestrator-extensions>`for details on adding console access support in developed extensions.
7070

source/adminguide/extensions/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Direct URL-based console:
166166
For direct URL–based console access, CloudStack does not report the acquired or client IP address.
167167
In this mode, security and access control must be handled by the server providing the console.
168168

169-
Protocol value for direct URL–based console access can be any of the following value - link, direct, url.
169+
Protocol value of ``direct`` can be used for direct URL–based console access.
170170

171171
Custom Actions
172172
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)