📖
Isu's Wiki
  • Welcome to Isu's Wiki
  • Linux
    • SSH Automatic Login
    • Nginx HTTPS
    • Nginx Login Page
    • OpenVPN Server
    • PPTP Client Settings
    • LVM Allocation
    • Partition and Mount
    • Vagrant and VirtualBox
    • Bind9 SRV Record
    • Git Two Remote
    • ESXi Nvidia - 525.89.02
    • Install Qemu
    • Recover network (no netplan, iproute2)
  • Kubernetes
    • Kubernetes Reset
    • x509 Certificate Renewal
  • LaTeX
    • Code Snippet with Box in LaTeX
  • Go
    • [gRPC] Generate .pb.go from .proto
  • eBPF
    • [Kprobe] Get Argument Values
    • [Cilium] TroubleShooting
    • [Python] Install BCC
  • MicroStack
    • [Microstack] Add Image
    • [Microstack] Quota Manage
    • [Microstack] Security Group
    • [Microstack] Overcommit Resources
  • CentOS
    • Change Interface Name
    • Install Vagrant with vagrant-libvirt
  • OpenStack
    • [Nova] noVNC not working
    • [Basic] OpenStack Installation
    • [Magnum] TroubleShooting
Powered by GitBook
On this page
  • 1. TroubleShooting
  • 2. Fixing Hosts
  1. OpenStack

[Nova] noVNC not working

By Default Settings, noVNC might not work properly

When we make an instance in OpenStack, then we visit console, there might be some statement saying:

something went wrong,connection is closed

1. TroubleShooting

Check log from

/var/log/nova/nova-novncproxy.log

If it states something like:

20: connecting to: openstack-mag-worker-3:5900
handler exception: [Errno -2] No address found

This means host was not set properly.

2. Fixing Hosts

In order to fix this, we need to manually set those entries to the /etc/hosts file:

172.25.244.136 openstack-mag-worker-3
172.25.244.115 openstack-mag-worker-1

Then check ping if the hostname was set properly

PreviousInstall Vagrant with vagrant-libvirtNext[Basic] OpenStack Installation

Last updated 2 years ago