[openstack-dev] [Nova] understanding SSL behavior

2015-09-07 Thread Rahul Sharma
figure some specific parameter in those services? Any pointers would be really helpful. Thanks. *Rahul Sharma* *MS in Computer Science, 2016* College of Computer and Information Science, Northeastern University Mobile: 801-706-7860 Email: rahulsharma...@gmail.com Linkedin: www.linkedin.c

[openstack-dev] [puppet] need help understanding specific puppet logs in openstack installation

2015-09-24 Thread Rahul Sharma
self. I want to avoid the dependency of running puppet multiple times. Looking at the *.conf files on the controller node doesn't help much. Can someone please help me out in understanding what the above mentioned logs point to? Any pointers would be really helpful. Thanks. *Rahul Sharma

[openstack-dev] [neutron] openvswitch-agent spins up too many /bin/ovsdb-client processes

2016-03-14 Thread Rahul Sharma
or any nic-flappings. Are there any pointers where we should be looking into? It occurs on both controller and compute nodes. *Rahul Sharma* *MS in Computer Science, 2016* College of Computer and Information Science, Northeastern University Mobile: 801-706-7860 Email: rahulsharma...

Re: [openstack-dev] [Openstack-operators] [neutron] openvswitch-agent spins up too many /bin/ovsdb-client processes

2016-03-14 Thread Rahul Sharma
rything back to normal, but still its not clear why it was reading that file. We are trying to figure that out. *Rahul Sharma* *MS in Computer Science, 2016* College of Computer and Information Science, Northeastern University Mobile: 801-706-7860 Email: rahulsharma...@gmail.com On Mon, Mar 14,

[openstack-dev] [nova] how to recover instances with different hypervisor-id on the same compute node

2016-03-22 Thread Rahul Sharma
es(nova service-delete ), but I am confused whether it will lead to loss of already running instances with old hypervisor-id? Is there a way I can update the state of those instances to use hypervisor-id as 92 instead of 40? Kindly do let me know if you have any suggestions. Thanks. *Rahul

[openstack-dev] [keystone] Need info on the correct location to place the certificates / correct tags to specify the same

2016-05-12 Thread Rahul Sharma
y? I tried to find any documentation specifying these changes or any configuration updates needed to support these changes, but couldn't find any. Can someone please help me out in identifying where the right configuration should be? Thanks. *Rahul Sharma* *MS in Comput

[openstack-dev] Patching Horizon Code when installed using "apt-get install"

2013-06-25 Thread Rahul Sharma
ation listing how to apply such patches other than for git repositories. Thanks and Regards Rahul Sharma horizon_error.log Description: Binary data ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/ma

Re: [openstack-dev] [Openstack] Patching Horizon Code when installed using "apt-get install"

2013-06-25 Thread Rahul Sharma
ord implemented. Looks like problem is not because of this version difference. -Regards Rahul Sharma On Tue, Jun 25, 2013 at 6:06 PM, Shake Chen wrote: > the patch use keystone v3 , in grizzly horizon use keystone v2. > > > On Tue, Jun 25, 2013 at 4:52 PM, Rahul Sharma wrote: >

Re: [openstack-dev] [Openstack] Patching Horizon Code when installed using "apt-get install"

2013-06-25 Thread Rahul Sharma
the same in custom installation using ubuntu repositories, how and where to apply the patch. -Regards Rahul Sharma On Tue, Jun 25, 2013 at 7:07 PM, Rahul Sharma wrote: > Hi Shake, > > As per the patch, it seems that they have added check for v2_0. > > def tenant_creat

[openstack-dev] CLI command to figure out security-group's association to particular tenant/user

2013-06-27 Thread Rahul Sharma
| default | +--+-+-+ How can I figure out the default security-group to a particular tenant/user? There is no option to show security-groups bound to particular tenant. Is there any CLI command to figure out the same? Thanks and Regards Ra

Re: [openstack-dev] [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-27 Thread Rahul Sharma
will do this task or I need to manually do this from UI? I tried adding rule using nova and quantum commands but its giving me error in taking parameters like 0.0.0.0/0 or due to something else which is not evident from the error message. I am using Grizzly release. Thanks and Regards Rahul Sha

Re: [openstack-dev] [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Rahul Sharma
Thanks Aaron for your kind help. It worked. Is there any doc which lists all the possible commands and their usage for quantum? because --help doesn't help in identifying all the parameters, is there any reference which one can use to get the complete command syntax? -Regards Rahul Sharma

[openstack-dev] Need of L3-Agent to Router Binding

2013-08-14 Thread Rahul Sharma
m still guessing why I need binding for l3agent to router. Can you please provide some pointers for this. It would be really helpful. Thanks and Regards Rahul Sharma ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack

Re: [openstack-dev] [Openstack] Instances running on VMware ESXi are unable to configure IP

2013-09-18 Thread Rahul Sharma
" and can then check the packet_counters associatef with those flows to see which flow is getting hit. If you are entering any wrong rules, you can debug them using this. Hope it will help you. Thanks and Regards Rahul Sharma ___ OpenStack-dev mailing list Open

Re: [openstack-dev] [Openstack] Instances running on VMware ESXi are unable to configure IP

2013-09-18 Thread Rahul Sharma
On Wed, Sep 18, 2013 at 9:09 PM, Ramon Acedo wrote: > Hi Rahul, > > On 12 September 2013 18:58, Rahul Sharma wrote: > >> >> Today we were able to achieve the end-to-end flow of traffic by adding >> rules manually to the openvswitch-switches in nova-compute vm. If

Re: [openstack-dev] [nova] Launch an instance with e1000 as the first network interface and virtio net as the second network interface

2013-09-20 Thread Rahul Sharma
etworks while instantiating it and you will have 2 nics assigned to VM. I am not sure how we can specify 2 different drivers at the same time to an instance. Maybe someone else can throw some more light on this. Thanks and Regards Rahul Sharma On Sat, Sep 21, 2013 at 7:21 AM, Pattabi Ayyasami