yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25066
[Bug 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends
quantal has seen the end of its life and is no longer receiving any
updates. Marking the quantal task for this ticket as "Won't Fix".
** Changed in: nova (Ubuntu Quantal)
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1066845
Title:
nova-novncproxy is not running; Suggest: novnc should be Depends
Status in OpenStack Compute (Nova):
Invalid
Status in nova package in Ubuntu:
Fix Released
Status in nova source package in Quantal:
Won't Fix
Status in nova source package in Raring:
Fix Released
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-plugin-openvswitch-agent
- 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-plugin-openvswitch-agent
nova.conf controller
[DEFAULT]
# LOGS/STATE
#root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
rootwrap_config=/etc/nova/rootwrap.conf
verbose=True
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
# AUTHENTICATION
auth_strategy=keystone
# SCHEDULER
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
# VOLUMES
volume_group=nova-volumes
volume_name_template=volume-%08x
iscsi_helper=tgtadm
# DATABASE
sql_connection=mysql://nova:pass@controllerIP/nova
#libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybirdOVSBridgeDriver
# COMPUTE
libvirt_type=qemu
compute_driver=libvirt.LibvirtDriver
#instance_name_template=instance-%08x
api_paste_config=/etc/nova/api-paste.ini
allow_resize_to_same_host=True
# APIS
#osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
#Bec2_dmz_host= controllerIP
#s3_host= controllerIP
# NOVNC CONSOLE
novnc_enabled=true
novncproxy_base_url=http://controllerIP:6080/vnc_auto.html
# Change vncserver_proxyclient_address and vncserver_listen to match each
#compute host
#vncserver_proxyclient_address=
#vncserver_listen=
# RABBITMQ
rabbit_host= controllerIP
cc_host= controllerIP
# GLANCE
image_service=nova.image.glance.GlanceImageService
glance_api_servers=controllerIP:9292
#Quantum
network_api_class=nova.network.quantumv2.api.API
quantum_url=http://controllerIP:9696
quantum_auth_strategy=keystone
quantum_admin_tenant_name=service
quantum_admin_username=quantum
quantum_admin_password=Pass
quantum_admin_auth_url=http://controllerIP:35357/v2.0
# needed only for nova-compute
libvirt_ovs_bridge=br-int
libvirt_vif_type=ethernet
libvirt_use_virtio_for_bridges=True
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtOpenVswitchDriver
#[keystone_authtoken]
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.conf
rootwrap_config=/etc/nova/rootwrap.conf
verbose=True
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
# AUTHENTICATION
auth_strategy=keystone
# SCHEDULER
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
# VOLUMES
volume_group=nova-volumes
volume_name_template=volume-%08x
iscsi_helper=tgtadm
# DATABASE
sql_connection=mysql://nova:pass@controllerIP/nova
#libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybirdOVSBridgeDriver
# COMPUTE
libvirt_type=qemu
compute_driver=libvirt.LibvirtDriver
#instance_name_template=instance-%08x
api_paste_config=/etc/nova/api-paste.ini
allow_resize_to_same_host=True
# APIS
#osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
#Bec2_dmz_host= controllerIP
#s3_host= controllerIP
# NOVNC CONSOLE
novnc_enabled=true
novncproxy_base_url=http://controllerIP:6080/vnc_auto.html
# Change vncserver_proxyclient_address and vncserver_listen to match each
#compute host
#vncserver_proxyclient_address=Compute-nodeIP
#vncserver_listen=Compute-nodeIP
# RABBITMQ
rabbit_host= controllerIP
cc_host= controllerIP
# GLANCE
image_service=nova.image.glance.GlanceImageService
glance_api_servers=controllerIP:9292
#Quantum
network_api_class=nova.network.quantumv2.api.API
quantum_url=http://controllerIP:9696
quantum_auth_strategy=keystone
quantum_admin_tenant_name=service
quantum_admin_username=quantum
quantum_admin_password=Pass
quantum_admin_auth_url=http://controllerIP:35357/v2.0
# needed only for nova-compute
libvirt_ovs_bridge=br-int
libvirt_vif_type=ethernet
libvirt_use_virtio_for_bridges=True
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtOpenVswitchDriver
#[keystone_authtoken]
auth_host = controllerIP
auth_port = 35357
auth_protocol = http
auth_uri = controllerIP:5000/
admin_tenant_name = service
admin_user = nova
admin_password = PAss
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+subscriptions