nova-novncproxy is not running; Suggest: novnc should be Depends
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
Low
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
High
|
James Page | ||
Quantal |
Won't Fix
|
High
|
Louis Bouchard | ||
Raring |
Fix Released
|
High
|
James Page |
Bug Description
When I want to start novnc on controller node I got the following message:
nova-novncproxy is not running
I'm using OpenStack Folsom with Quantum and OpenVswitch plugin. (I'm using the packages in Folsom Trunk Testing)
I've a network node that's running:
- quantum-
- quantum-l3-agent
- quantum-dhcp-agent
Cloud controller runs:
- rabbitmq
- nova-api
- nova-scheduler
- nova-keystone
- nova-consoleauth
- nova-console
- quantum-server
Compute node runs
- nova-compute-qemu
- quantum-
nova.conf controller
[DEFAULT]
# LOGS/STATE
#root_helper=sudo nova-rootwrap /etc/nova/
rootwrap_
verbose=True
logdir=
state_path=
lock_path=
# AUTHENTICATION
auth_strategy=
# SCHEDULER
compute_
# VOLUMES
volume_
volume_
iscsi_helper=tgtadm
# DATABASE
sql_connection=
#libvirt_
# COMPUTE
libvirt_type=qemu
compute_
#instance_
api_paste_
allow_resize_
# APIS
#osapi_
#Bec2_dmz_host= controllerIP
#s3_host= controllerIP
# NOVNC CONSOLE
novnc_enabled=true
novncproxy_
# Change vncserver_
#compute host
#vncserver_
#vncserver_listen=
# RABBITMQ
rabbit_host= controllerIP
cc_host= controllerIP
# GLANCE
image_service=
glance_
#Quantum
network_
quantum_url=http://
quantum_
quantum_
quantum_
quantum_
quantum_
# needed only for nova-compute
libvirt_
libvirt_
libvirt_
libvirt_
#[keystone_
auth_host = controllerIP
auth_port = 35357
auth_protocol = http
auth_uri = controllerIP:5000/
admin_tenant_name = service
admin_user = nova
admin_password = PAss
nova.conf file compute-node
[DEFAULT]
# LOGS/STATE
#root_helper=sudo nova-rootwrap /etc/nova/
rootwrap_
verbose=True
logdir=
state_path=
lock_path=
# AUTHENTICATION
auth_strategy=
# SCHEDULER
compute_
# VOLUMES
volume_
volume_
iscsi_helper=tgtadm
# DATABASE
sql_connection=
#libvirt_
# COMPUTE
libvirt_type=qemu
compute_
#instance_
api_paste_
allow_resize_
# APIS
#osapi_
#Bec2_dmz_host= controllerIP
#s3_host= controllerIP
# NOVNC CONSOLE
novnc_enabled=true
novncproxy_
# Change vncserver_
#compute host
#vncserver_
#vncserver_
# RABBITMQ
rabbit_host= controllerIP
cc_host= controllerIP
# GLANCE
image_service=
glance_
#Quantum
network_
quantum_url=http://
quantum_
quantum_
quantum_
quantum_
quantum_
# needed only for nova-compute
libvirt_
libvirt_
libvirt_
libvirt_
#[keystone_
auth_host = controllerIP
auth_port = 35357
auth_protocol = http
auth_uri = controllerIP:5000/
admin_tenant_name = service
admin_user = nova
admin_password = PAss
Related branches
- Yolanda Robla (community): Approve
-
Diff: 31 lines (+9/-1)2 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
Changed in nova (Ubuntu Raring): | |
importance: | High → Low |
summary: |
- nova-novncproxy is not running; missing deps on websockify and novnc + nova-novncproxy is not running; Suggest: novnc should be Depends |
Changed in nova (Ubuntu Quantal): | |
importance: | High → Low |
Changed in nova (Ubuntu Raring): | |
status: | Triaged → Fix Released |
Changed in nova (Ubuntu Raring): | |
status: | Fix Released → In Progress |
assignee: | nobody → James Page (james-page) |
importance: | Low → High |
Changed in nova (Ubuntu Quantal): | |
importance: | Low → High |
Changed in nova (Ubuntu Quantal): | |
assignee: | nobody → Louis Bouchard (louis-bouchard) |
Changed in nova (Ubuntu Raring): | |
status: | In Progress → Fix Committed |
Which version are you using?