Skip to content

Commit eb64af9

Browse files
committed
Fixes container console
VNC by default, term to do
1 parent 01b00a6 commit eb64af9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/fog/compute/proxmox/models/container_config.rb

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ def mac_addresses
7171
Fog::Proxmox::NicHelper.to_mac_adresses_array(interfaces)
7272
end
7373

74+
def type_console
75+
'vnc' # by default. term is available too
76+
end
77+
7478
private
7579

7680
def compute_nets(attributes)

0 commit comments

Comments
 (0)