Skip to content

Commit 6ce89d1

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 1fd5cec commit 6ce89d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/adminguide/extensions/developer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@ VNC-based console:
139139
"host": "pve-node1.internal",
140140
"port": "5901",
141141
"password": "PVEVNC:6329C6AA::ZPcs5MT....d9",
142+
"passwordonetimeuseonly": true
142143
"protocol": "vnc"
143144
}
144145
}
145146
147+
``passwordonetimeuseonly`` is optional. It can be set to ``true`` if the system returns a one-time-use VNC ticket.
148+
146149
For VNC-based access, the returned details are forwarded to the Console Proxy VM (CPVM) in the same zone as the instance. The specified **host** and **port** must be reachable from the CPVM.
147150

148151
Direct URL-based console:

source/adminguide/extensions/inbuilt_extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Proxmox CloudStack Extension is written in shell script and communicates wit
3333

3434
Before using the Proxmox Extension, ensure that the Proxmox Datacenter is configured correctly and accessible to CloudStack.
3535

36-
Since 4.22.0, console access support is available for instances deployed using the in-built Proxmox extension via VNC and console proxy VM. Only one console session will successfully connect at a time per instance.
36+
Since 4.22.0, console access support is available for instances deployed using the in-built Proxmox extension via VNC and console proxy VM.
3737

3838
Get the API Token-Secret from Proxmox
3939
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)