Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread mad Engineer
thanks,i manually changed br-tun br-int in its network config file and now its working across reboot. On Mon, Feb 9, 2015 at 12:42 PM, Eren Türkay wrote: > On 08-02-2015 21:56, mad Engineer wrote: >> Hello all is there any way we can change MTU of all relevant >> interfaces of instances,if i set

Re: [Openstack] ERROR: neutronclient.shell Quota exceeded for resources: ['security_group']

2015-02-09 Thread Vikash Kumar
Check ur neturon.conf file. Look for quota section, edit it and it will work. On Fri, Feb 6, 2015 at 8:32 AM, masoom alam wrote: > Hi every one > > I am getting the following exception in the command neutron > security-group-create group > > *ERROR: neutronclient.shell Quota exceeded for resourc

[Openstack] disable security on vm instances in icehouse

2015-02-09 Thread Chetan Bali
Hi Stackers, I have a deployment environment based on openstack icehouse with 3 node architecture [ 1 compute + 1 controller + 1 neutron ]. Now I have 2 VMs running on compute node with default security group. I have got the VM IP in range of network assigned accordingly like private ip range o

Re: [Openstack] Openstack icehous one controller and two compute node

2015-02-09 Thread Fiorenza Meini
Il 06/02/2015 15:15, Fiorenza Meini ha scritto: Il 06/02/2015 15:08, Lars Kellogg-Stedman ha scritto: On Thu, Feb 05, 2015 at 09:10:43AM +0100, Fiorenza Meini wrote: Thanks for your suggestion, my configuration of tenant_network_types is gre. Neutron has different component: neutron-dhcp-agent

[Openstack] OpenStack Day Indonesia

2015-02-09 Thread Frans Thamura
Hi all after 6 months struggle with first sponsor , we get HP Helion as the OpenStack Day sponsor, yes this is our first OpenStack Day, hope in April wil be start our first OSDay, and hope next year will be more better. I hope another OpenStack provider also part of the event anyone wanna to

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread Danny Choi (dannchoi)
Hello, Can you tell me exactly how to change the br-tun and br-int in its config file? Which file and where? I’m using OVS which by default also has the Linux bridge. How to take care of it? Thanks, Danny --- Date: Mon, 9 Feb 2015 15:01:57 +0530 From:

Re: [Openstack] Unable to create snapshots.

2015-02-09 Thread Jay Pipes
On 02/08/2015 11:39 PM, Vijaya Bhaskar wrote: Please guys, Any ideas. I have not been able to fix the issue till now. On Fri, Feb 6, 2015 at 1:33 PM, Vijaya Bhaskar mailto:vijayabhas...@sparksupport.com>> wrote: Hi all, I have an openstack setup with ceph as the storage backend and

Re: [Openstack] Help regarding Swift Tese cases

2015-02-09 Thread John Dickinson
You can test Swift functionality with Swift's included functional tests. In the Swift source tree, you can run the .functests script (https://github.com/openstack/swift/blob/master/.functests). This will look for /etc/swift/test.conf (sample at https://github.com/openstack/swift/blob/master/tes

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread mad Engineer
i dont know whether there is any openstack config file to change MTU of integration and tunnel bridge.You can manually update in your os network config file i am using ubuntu servers so added this in /etc/network/interfaces added br-tun.br-int and physical NIC with new MTU value eg: auto br-tun i

[Openstack] [FUEL] Nova novncproxy doesn't work.

2015-02-09 Thread Leszczuk, Lukasz
Hi Stackers, I have installed Fuel 6 on Ubuntu 12.04 and everything works as a charm except nonvc. I'm experiencing same problem as described in https://bugs.launchpad.net/fuel/+bug/1409661?comments=all. In Firefox I'm getting connection timeout and novncproxy logs are clear. In my configuratio

[Openstack] object storage error: permission denied

2015-02-09 Thread Ali Nazemian
I did try to install and configure swift juno with one proxy node (controller) and two object storage node. (CentOS 7) After i tried to verify the installation process I have found out that there is some problem with the installation. The output of swift stat command looks normal but when I tried t

Re: [Openstack] object storage error: permission denied

2015-02-09 Thread Remo Mattei
Are you running SELinux? Remo > On Feb 9, 2015, at 11:21, Ali Nazemian wrote: > > I did try to install and configure swift juno with one proxy node > (controller) and two object storage node. (CentOS 7) After i tried to verify > the installation process I have found out that there is some pro

Re: [Openstack] object storage error: permission denied

2015-02-09 Thread Ali Nazemian
Dear Remo, Hi, Yeah, Selinux is enabled although I did install openstack-selinux for this purpose. Regards. On Mon, Feb 9, 2015 at 11:22 PM, Remo Mattei wrote: > Are you running SELinux? > > Remo > > On Feb 9, 2015, at 11:21, Ali Nazemian wrote: > > I did try to install and configure swift juno

Re: [Openstack] br-ex issue in juno

2015-02-09 Thread Kevin Benton
One option would be to remove the line "DEVICETYPE=ovs" from the networking script. That will stop the network script from destroying the bridge on shutdown. On Sun, Feb 8, 2015 at 8:27 PM, ppnaik wrote: > Hi All, > I have a multi node openstack setup with one controller+neutron node and > other

Re: [Openstack] object storage error: permission denied

2015-02-09 Thread Remo Mattei
Try to set the permission on permissive and check also you may want to run restorecon and see if the files have the right permissions Inviato da iPhone () > Il giorno 09/feb/2015, alle ore 14:08, Ali Nazemian > ha scritto: > > Dear Remo, > Hi, > Yeah, Selinux is enabled although I did instal

[Openstack] 答复: [FUEL] Nova novncproxy doesn't work.

2015-02-09 Thread 刘俊朋
modify this file. #vim /usr/share/novnc/include/rfb.js change def_con_timeout = Websock_native ? 2 : 5, to def_con_timeout = Websock_native ? 20 : 50, then restart nova-novncproxy 发件人: Leszczuk, Lukasz [lukasz.leszc...@intel.com] 发送时间: 2015年2月10日 2:47 收件人:

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread gustavo panizzo (gfa)
On 02/10/2015 12:12 AM, mad Engineer wrote:> i dont know whether there is any openstack config file to change MTU > of integration and tunnel bridge.You can manually update in your os > network config file the ovs switch will have the same mtu as the port with the smallest mtu, linux bridge (

[Openstack] Neutron Network scenarios

2015-02-09 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Where can I found openstack neutron network scenarions for practice. Thanks and Regards, Raghavendrachari kamsali | Software Engineer II | Embedded Computing Artesyn Embedded Technologies | 5th Floor, Capella Block, The V, Madhapur| Hyderabad, AP 500081 India T +91-40-66747059 | M +91970576

Re: [Openstack] Unable to create snapshots.

2015-02-09 Thread Lei Zhang
hi guys, I meet this issue today. I am testing on the ceph, too. If stopped the instance, the snapshot is created successfully. If there are at least two instances on the same compute node and make snapshot on the running vm. It will successfully, too. Because the bridge is not deleted due to ano

Re: [Openstack] Neutron Network scenarios

2015-02-09 Thread Akilesh K
Have you already done these ? Thankyou, Ageeleshwar K On Tue, Feb 10, 2015 at 9:41 AM, Kamsali, RaghavendraChari (Artesyn) < raghavendrachari.kams...@artesyn.com> wrote: > Hi, > > > > Where can I fo

Re: [Openstack] br-ex issue in juno

2015-02-09 Thread ppnaik
networking script means ifcfg-br-ex in CentOS? But would it not stop the networking? On 2015-02-10 04:24, Kevin Benton wrote: One option would be to remove the line "DEVICETYPE=ovs" from the networking script. That will stop the network script from destroying the bridge on shutdown. On Sun,

Re: [Openstack] br-ex issue in juno

2015-02-09 Thread Remo Mattei
There are settings for the bridge you need to set I have it on my laptop if you need contact me off line Remo Inviato da iPhone () > Il giorno 09/feb/2015, alle ore 20:47, ppnaik ha > scritto: > > networking script means ifcfg-br-ex in CentOS? But would it not stop the > networking? > >>

Re: [Openstack] Help regarding Swift Tese cases

2015-02-09 Thread saurabh suman
Hi John, Thanks a lot for such a quick response, will get back to you in case of any future query. Thanks Saurav Suman On Mon, Feb 9, 2015 at 8:44 PM, John Dickinson wrote: > You can test Swift functionality with Swift's included functional tests. > > In the Swift source tree, you can run th