[Openstack] Scrolling through VNC console

2014-10-08 Thread Nagaraj Mandya
Hello, I am using OpenStack Havana and I find that I cannot scroll back through the NoVNC console. Is there a way to enable scrolling so that I can scroll back to see lines not visible? Thanks. -- Regards, Nagaraj ___ Mailing list: http://lists.openstac

[Openstack] Question on reboot

2014-09-26 Thread Nagaraj Mandya
Hello, I am using Havana and I am facing the issue documented in this bug - https://bugs.launchpad.net/nova/+bug/1218780. Are there any workarounds for this? Or any idea on when a fix will be available? Thanks. -- Regards, Nagaraj ___ Mailing list: http

[Openstack] Unable to store personality file

2014-09-11 Thread Nagaraj Mandya
Hello, I am trying to launch a Ubuntu VM in Havana and trying to set the hostname in the /etc/hostname file using the personality file while booting the VM. However, this always fails with this exception - NovaException: partition search unsupported with nbd. Is there a way to workaround this? Th

Re: [Openstack] VM failed to start

2014-06-25 Thread Nagaraj Mandya
wrote: > >2014-06-25 02:09:58.612 13884 ERROR stevedore.extension [-] Could not > load 'file': websockify>=0.5.1,<0.6 > > It's clearly complaining of a missing package/file related to > websockify. Do you have required package of websockify installed? > &

[Openstack] VM failed to start

2014-06-24 Thread Nagaraj Mandya
Hello, I am using Havana and every once in a while a VM fails to start and goes into ERROR state. When I check the Nova compute logs, I find this error. Note that this does not happen always. Can anybody shed light on why this is happening? Is there any workaround? Thanks. 2014-06-25 02:09:58.53

[Openstack] Havana: Error while launching instances

2014-05-28 Thread Nagaraj Mandya
Hello, When launching instances, I find that they either go into ERROR state or are stuck in SCHEDULING state with the error given below in the logs. After this, even trying to delete the instances does not work and leaves them hanging. Any ideas on what could be happening? Thanks. 2014-05-20 14

Re: [Openstack] Nova error starting VM with 32 network connections

2014-04-24 Thread Nagaraj Mandya
Hello, I figured that this was happening because of the haproxy service. I had to increase the tune.bufsize parameter of haproxy to 32k and then this request between Nova and Neutron started working. -- Regards, Nagaraj On Wed, Apr 23, 2014 at 8:03 PM, Nagaraj Mandya wrote: > Hello, &g

[Openstack] Nova error starting VM with 32 network connections

2014-04-23 Thread Nagaraj Mandya
Hello, I am using Havana and I am trying to start a VM with connections to 32 networks. I specify all the networks that the VM is to be connected to while creating the VM instance. However, I find that this fails when Nova makes a call to Neutron to get the network information. Everything works f

[Openstack] Access VM console from a script

2014-03-25 Thread Nagaraj Mandya
Hello, If I start a VM (on Havana), is there a way I can get into the console through a script? Is the console accessible over telnet to a port or something like that? Or is the only supported access through VNC? Thanks. -- Regards, Nagaraj ___ Mailing

[Openstack] nova-novnc SSL configuration - Havana

2014-02-13 Thread Nagaraj Mandya
Hello, I want to run the Nova noVNC proxy over SSL (HTTPS). And so, I created a self-signed certificate and put both the certificate and the private key in /etc/nova/ssl. I then edited nova.conf and added the following: ssl_only=true cert=/etc/nova/ssl/cert.crt key=/etc/nova/ssl/private.key I

Re: [Openstack] Deleted admin tenant by mistake

2014-02-10 Thread Nagaraj Mandya
-+-+---+ > > for 'create' the following sql works: > > insert into project (id, name, extra, description, enabled, domain_id) > values ('someuuid', 'admin-too', '{}','Admin Project',1, 'default'); > &g

[Openstack] Deleted admin tenant by mistake

2014-02-06 Thread Nagaraj Mandya
Hello, I am using OpenStack Grizzly and my services are configured with an admin tenant named "service" (in admin_tenant_name). However, by mistake, I deleted that tenant. Is there some way I can recreate that project? All my services are now failing. Thanks. -- Regards, Nagaraj _