Re: [Openstack] Problem in essex nova-manage service list

2012-12-12 Thread Gurjar, Unmesh
1. Compute service - Looks like your Nova Compute service did not register itself. If Compute service is not running on the same host as other Nova services, check the 'sql_connection' string in nova.conf. 2. Network service - The network service hasn't updated its heartbeat

Re: [Openstack] MAC address uniqueness in folsom

2012-10-26 Thread Gurjar, Unmesh
Hi, I can think of two alternative solutions for maintaining uniqueness: 1. DB look up: After generating a new MAC address, checking uniqueness by doing a DB look up. 2. Having a 'unique' constraint on the 'mac_address' column and handle the DB IntegrityError and retry

[Openstack] Process for targetting blueprint for RC1

2012-08-23 Thread Gurjar, Unmesh
Hi, I have submitted implementation of https://blueprints.launchpad.net/openstack-common/+spec/http-notification-driver blueprint (review request https://review.openstack.org/#/c/11016/) and it is currently under review. I intend this implementation to get released in RC1. Can someone please

[Openstack] Review required: https://review.openstack.org/#/c/11016/

2012-08-15 Thread Gurjar, Unmesh
Hi All, Please review: https://review.openstack.org/#/c/11016/ - HTTP POST Notifier for OpenStack projects. Thanks Regards, Unmesh Gurjar | Lead Engineer | NTT DATA Global Technology Services Private Limited | w. +91.20.6604.1500 x 379 | m. +91.982.324.7631 | unmesh.gur...@nttdata.com |

[Openstack] Review required - https://review.openstack.org/#/c/11016/

2012-08-13 Thread Gurjar, Unmesh
Hi All, I have added HTTP POST notifier to the openstack-common project and needs review. Please review: https://review.openstack.org/#/c/11016/. Thanks Regards, Unmesh Gurjar | Lead Engineer | NTT DATA Global Technology Services Private Limited | w. +91.20.6604.1500 x 379 | m.

[Openstack] Keystone user name validation (Review needed)

2012-05-30 Thread Gurjar, Unmesh
Hi, I have addressed all the review comments for https://review.openstack.org/#/c/6140/. Can someone please do the needful. Thanks Regards, Unmesh Gurjar | Lead Engineer | Vertex Software Private Ltd. | w. +91.20.6604.1500 x 379 | m. +91.982.324.7631 |

Re: [Openstack] [Compute] nova-compute does not show up as :-) in nova-manage service list

2012-05-16 Thread Gurjar, Unmesh
Hi Leander, The issue is the Compute is not updating its heartbeat (services table in the nova database), which is causing this. You probably need to check database connection string in the nova.conf on the Compute host and the db connection from the Compute host is working. Thanks Regards,

Re: [Openstack] [Compute] nova-compute does not show up as :-) in nova-manage service list

2012-05-16 Thread Gurjar, Unmesh
@NTTDATAAmericas From: Leander Bessa Beernaert [mailto:leande...@gmail.com] Sent: Wednesday, May 16, 2012 5:54 PM To: Day, Phil Cc: Gurjar, Unmesh; openstack@lists.launchpad.net Subject: Re: [Openstack] [Compute] nova-compute does not show up as :-) in nova-manage service list I tried 'virsh list

[Openstack] Quantum - Keystone integration in stable/essex broken?

2012-05-08 Thread Gurjar, Unmesh
Hi, I am using stable/essex release and have enabled Quantum with Keystone authentication. I had to update the authN filter to use the 'keystone.middleware.auth_token:filter_factory' (instead of the default 'keystone.middleware.quantum_auth_token:filter_factory'). However, seems like enabling

Re: [Openstack] Issue in KVM block migration

2012-04-13 Thread Gurjar, Unmesh
. +91.982.324.7631 | unmesh.gur...@nttdata.commailto:unmesh.gur...@nttdata.com | Follow us on Twitter@NTTDATAAmericas From: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Friday, April 13, 2012 2:22 PM To: Gurjar, Unmesh Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Issue

Re: [Openstack] Issue in KVM block migration

2012-04-11 Thread Gurjar, Unmesh
[mailto:razique.mahr...@gmail.com] Sent: Wednesday, April 11, 2012 7:33 PM To: Gurjar, Unmesh Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Issue in KVM block migration Hi, it looks like the user under which libvirt is running doesn't have the rights to manage server's IF. What version of libvirt

[Openstack] Keypair injection failure should fail instance creation

2012-04-05 Thread Gurjar, Unmesh
Hi Vishy, While launching an instance if key-pair injection fails, still the instance comes up running. It is possible to change the administrator password for an instance by performing the 'changePassword' action, however the support is available in Xen but not in KVM. I am therefore inclined