Re: [Openstack] Need help on openstack mellanox quantum plugin setup

2014-01-27 Thread nishant kumar
Hey Irena, Thanks for your reply. I will try what you suggested. I couldn't find instructions directly under the link you provided. I think you meant this: http://community.mellanox.com/docs/DOC-1317 I got it from the mellanox community.   Thanks, Nishant On Monday, January 27, 2014 2:26 P

Re: [Openstack] [glance] problem with glance registry

2014-01-27 Thread Remo Mattei
What os are you running? Maybe they cannot reach each other i would check that Inviato da IPad () > Il giorno Jan 27, 2014, alle ore 13:28, "gustavo panizzo " > ha scritto: > > Hello >since today our glance install is not working, we are not able to boot > new machines > > > the only t

Re: [Openstack] How to enable jumbo frames for instances

2014-01-27 Thread Steve Rieger
I am assuming that the OP meant that his upstream is set to 1500 Jumbo frames has to be set end to end, all devices. Otherwise you will be introducing more errors... On 01/27/2014 05:32 PM, Li, Chen wrote: > > Hi Ageeleshwar, > > > > I guess I just asked similar question yesterday. > > > >

Re: [Openstack] How to enable jumbo frames for instances

2014-01-27 Thread Li, Chen
Hi Ageeleshwar, I guess I just asked similar question yesterday. But, I'm not understand what you mean "when your ethernet is limited to 1500". Not sure if we're talking at the right direction. Anyway, here is what I know: This is based on if you're using neutron + ovs. 1. Configure /et

[Openstack] [glance] problem with glance registry

2014-01-27 Thread gustavo panizzo
Hello since today our glance install is not working, we are not able to boot new machines the only thing i see in logs is 2014-01-27 16:10:43.364 9237 INFO glance.registry.client.v1.client [29e031a9-cb1c-4b20-8a7f-100ed10f3785 184136c2674746b5a4b27d3b13ca91f8 af41371701004068b2532695ed57

[Openstack] [Keystone] Difference in values returned after authentication

2014-01-27 Thread Shrinand Javadekar
Hi, I am seeing a difference in the values returned by Keystone when a user is authenticated. These differences are in the endpoints section of the serviceCatalog. In one instances, I see the returned value has an "id": "serviceCatalog": [ { "endpoints": [ {

[Openstack] Glance suddenly unhappy with Keystone behind Apache

2014-01-27 Thread Jonathan Proulx
Hi All, This was working fine until I rebooted to clear an issue with network namespaces... glance consistently gives authentication failures if I'm running keystone in wsgi mode behind apache, all other services (cinder, nova, neutron, and keytone) respond normally. changing nothing else, if I

[Openstack] How to enable jumbo frames for instances

2014-01-27 Thread Ageeleshwar Kandavelu
Hi, Is it possible to have a higher MTU when your ethernet is limited to 1500? Thank you, Ageeleshwar K http://www.csscorp.com/common/email-disclaimer.php ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : opens

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-27 Thread Romain Ziba
Hey, I found that it's openstack-neutron-nicira to be installed. Regards. 2014-01-27 Romain Ziba > Hello, > thanks for your replies. Do you know which repo I should use to get... > quantum-plugin-nicira? neutron-plugin-nicira? neutron-plugin-vmware? I am > working on centOS 6.5. > > Thanks bef

Re: [Openstack] Need help on openstack mellanox quantum plugin setup

2014-01-27 Thread Irena Berezovsky
Hi Nishant, Mellanox plugin supports two types of VF provisioning , as pci passthrough (hostdev) and as macvtap (mlnx_direct) vNIC. According to the log, you want to use the first flavor (hostdev). Please follow the following instructions in: http://Community.mellanox.com/community/develop/

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Heiko Krämer
ahh ok, you can try this one (https://bugs.launchpad.net/neutron/+bug/1075336) and you can look here into the peace of code: https://github.com/openstack/neutron/commit/5808a65fa12be096278f3793909a62bf1d79e82b Maybe is that what you want. Good luck Heiko On 27.01.2014 09:28, Li, Chen wrote:

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-27 Thread Romain Ziba
Hello, thanks for your replies. Do you know which repo I should use to get... quantum-plugin-nicira? neutron-plugin-nicira? neutron-plugin-vmware? I am working on centOS 6.5. Thanks beforehand. 2014-01-25 Armando M. > The plugin is only being rebranded at the moment. More architectural > chang

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Li, Chen
Hi Heiko, I do have tried edit dhcp-option-force in etc/neutron/dnsmasq.conf. Base on my test, the value dhcp-option-force=26,${MTU} is only affect the MTU in instances, it not affected any virtual port that we found in compute node. This means, even I set dhcp-option-force=26,9000, you can get M

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Gary Kotton
Hi, There was a bug and that code was only fixed last week. Please see https://review.openstack.org/#/c/62221/ Thanks Gary From: , Chen mailto:chen...@intel.com>> Date: Monday, January 27, 2014 9:39 AM To: "openstack@lists.openstack.org" mailto:openstack@lis

[Openstack] Need help on openstack mellanox quantum plugin setup

2014-01-27 Thread nishant kumar
Hi there! I have setup a compute node with openstack networking enabled by the mellanox neutron plugin on RH6.4. I have enabled SR-IOV and created 4 VFs. They all show up in ifconfig. I tried creating an instance using 'nova boot' command. However it is in error state. I created network, subne

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Heiko Krämer
Hi Chen, first of all, the default supported network driver for kvm supported only 1g. You can configure your MTU in your /etc/neutron/dnsmasq.conf on network node,like: dhcp-option-force=26,1454 MTU = 1454 You need to kill all dnsmasq processes on your network node and restart dhcp agent. In