Log, instance and VNC Errors
Hey guys, I'm having problems... :(
-When I create a new instance, the status stays "Error" task: None Power State: No state..
-When I go to details and click on "Log" I get: Unable to get log for instance "e5328a67-a2c3-4b5a-b5b5-9f4f1c5ea0f7".
When I click on "VNC": VNC console is currently unavailabe. Please try again later. - Error: Unable to get VNC console for instance "e5328a67-a2c3-4b5a-b5b5-9f4f1c5ea0f7". I don't know why is this happening , please help!
My nova.conf files:
(Controller)
[DEFAULT]
MySQL Connection sql_connection=mysql://nova:password@192.168.0.1/nova
nova-scheduler rabbitpassword=convidado schedulerdriver=nova.scheduler.simple.SimpleScheduler
nova-api cchost=192.168.0.1 authstrategy=keystone s3host=192.168.0.1 ec2host=192.168.0.1 novaurl=http://192.168.0.1:8774/v1.1/ ec2url=http://192.168.0.1:8773/services/Cloud keystoneec2url=http://192.168.0.1:5000/v2.0/ec2tokens apipasteconfig=/etc/nova/api-paste.ini allowadminapi=true usedeprecatedauth=false ec2privatednsshowip=True dmzcidr=169.254.169.254/32 ec2dmzhost=192.168.0.1 metadatahost=192.168.0.1 metadatalisten=0.0.0.0 enabledapis=ec2,osapi_compute,metadata
Networking networkapiclass=nova.network.quantumv2.api.API quantumurl=http://192.168.0.1:9696 quantumauthstrategy=keystone quantumadmintenantname=service quantumadminusername=quantum quantumadminpassword=password quantumadminauthurl=http://192.168.0.1:35357/v2.0 libvirtvifdriver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver linuxnetinterfacedriver=nova.network.linuxnet.LinuxOVSInterfaceDriver firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
Cinder volumeapiclass=nova.volume.cinder.API "/etc/nova/nova.conf" 60L, 1683C
Glance glanceapiservers=192.168.0.1:9292 image_service=nova.image.glance.GlanceImageService
novnc novncenable=true novncproxybaseurl=http://193.136.194.81:6080/vnc_auto.html (http://193.136.194.81:6080/vncauto.html) (http://193.136.194.81:6080/vnc)http://193.136.194.81:6080/vnc_auto.html (http://193.136.194.81:6080/vnc)http://193.136.194.81:6080/vnc_auto.html (auto.html) (auto.html) vncserverproxyclientaddress=192.168.0.1 vncserverlisten=0.0.0.0 novncproxyport=6080 novncproxy_host = 0.0.0.0
Misc logdir=/var/log/nova statepath=/var/lib/nova lockpath=/var/lock/nova root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf verbose=true
(COMPUTE)
[DEFAULT]
MySQL Connection sql_connection=mysql://nova:password@192.168.0.1/nova
nova-scheduler rabbithost=192.168.0.1 rabbitpassword=password scheduler_driver=nova.scheduler.simple.SimpleScheduler
nova-api cchost=192.168.0.1 authstrategy=keystone s3host=192.168.0.1 ec2host=192.168.0.1 novaurl=http://192.168.0.1:8774/v1.1/ ec2url=http://192.168.0.1:8773/services/Cloud keystoneec2url=http://192.168.0.1:5000/v2.0/ec2tokens apipasteconfig=/etc/nova/api-paste.ini allowadminapi=true usedeprecatedauth=false ec2privatednsshowip=True dmzcidr=169.254.169.254/32 ec2dmzhost=192.168.0.1 metadatahost=192.168.0.1 metadatalisten=0.0.0.0 enabledapis=metadata
Networking networkapiclass=nova.network.quantumv2.api.API quantumurl=http://192.168.0.1:9696 quantumauthstrategy=keystone quantumadmintenantname=service quantumadminusername=quantum quantumadminpassword=password quantumadminauthurl=http://192.168.0.1:35357/v2.0 libvirtvifdriver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver linuxnetinterfacedriver=nova.network.linuxnet.LinuxOVSInterfaceDriver firewall_driver=nova.virt.libvirt.
Compute computedriver=libvirt ...