We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba0647 commit 02e8b60Copy full SHA for 02e8b60
2 files changed
modules/compute/nova.nix
@@ -98,9 +98,11 @@ let
98
99
[vnc]
100
enabled = true
101
+ novncproxy_base_url = http://127.0.0.1:6082/vnc_auto.html
102
server_listen = 0.0.0.0
103
server_proxyclient_address = $my_ip
- novncproxy_base_url = http://controller:6080/vnc_lite.html
104
+ novncproxy_host = 0.0.0.0
105
+ novncproxy_port = 6082
106
107
[cells]
108
enable = False
modules/controller/nova.nix
@@ -55,8 +55,11 @@ let
55
56
57
58
- server_listen = $my_ip
59
+ server_listen = 0.0.0.0
60
61
62
63
64
[glance]
65
api_servers = http://controller:9292
0 commit comments