Skip to content

Commit 02e8b60

Browse files
committed
fix: web console access
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 7ba0647 commit 02e8b60

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

modules/compute/nova.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ let
9898
9999
[vnc]
100100
enabled = true
101+
novncproxy_base_url = http://127.0.0.1:6082/vnc_auto.html
101102
server_listen = 0.0.0.0
102103
server_proxyclient_address = $my_ip
103-
novncproxy_base_url = http://controller:6080/vnc_lite.html
104+
novncproxy_host = 0.0.0.0
105+
novncproxy_port = 6082
104106
105107
[cells]
106108
enable = False

modules/controller/nova.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ let
5555
5656
[vnc]
5757
enabled = true
58-
server_listen = $my_ip
58+
novncproxy_base_url = http://127.0.0.1:6082/vnc_auto.html
59+
server_listen = 0.0.0.0
5960
server_proxyclient_address = $my_ip
61+
novncproxy_host = 0.0.0.0
62+
novncproxy_port = 6082
6063
6164
[glance]
6265
api_servers = http://controller:9292

0 commit comments

Comments
 (0)