Re: [Openstack] [NEUTRON][DHCP] iptables chain rate limit dhcp connection

2016-12-30 Thread Gary Kotton
https://github.com/openstack/vmware-nsx On 12/30/16, 6:36 PM, "Davide Panarese" wrote: Hello everyone, anyone know where is the source code of neutron that create seguent CHAIN in iptables into dhcp namespaces? -A INPUT -p udp -m udp --dport 67 -m hashlimit --hashlimit-above 5/

[Openstack] [NEUTRON][DHCP] iptables chain rate limit dhcp connection

2016-12-30 Thread Davide Panarese
Hello everyone, anyone know where is the source code of neutron that create seguent CHAIN in iptables into dhcp namespaces? -A INPUT -p udp -m udp --dport 67 -m hashlimit --hashlimit-above 5/min --hashlimit-burst 5 --hashlimit-mode srcip --hashlimit-name LIMIT_DHCP_UDP -j DROP -A INPUT -p tcp -

[Openstack] Glance, Cinder and several upload options?

2016-12-30 Thread Florian Rommel
Hi, so I managed to get Cinder to work with nfs, ceph and SMBFS creating a multi-tier architecture. The permissions on the smbfs server are still a small problem but when inherited and automatically changed, it works very well.. also VERY fast. On to the next issue. I have glance images curren

Re: [Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread Adhi Priharmanto
Nice :) On Fri, Dec 30, 2016 at 5:45 PM, don...@ahope.com.cn wrote: > Sorry, it's working now, just a typo in the configuration file. > > [root@controller ~]# openstack network agent list > +---++---+---+-- > -+---+--+ > | ID

Re: [Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread don...@ahope.com.cn
● neutron-linuxbridge-agent.service loaded failed failedOpenStack Neutron Li = 董 建 华 地址:杭州滨江区南环路3766号新世纪办公楼 邮编:310053 手机:13857132818 总机:0571-28996000 传真:0571-28996001 热线:4006728686 网址:www.ahope.com.cn Email:don...@ahope.com.cn From: Adhi Priharmanto D

Re: [Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread don...@ahope.com.cn
Sorry, it's working now, just a typo in the configuration file. [root@controller ~]# openstack network agent list +---++---+---+---+---+--+ | ID| Agent Type | Host | Availability Zone | Alive | State | Binary | +--

Re: [Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread don...@ahope.com.cn
Now the service is running. but still the same issue. = 董 建 华 地址:杭州滨江区南环路3766号新世纪办公楼 邮编:310053 手机:13857132818 总机:0571-28996000 传真:0571-28996001 热线:4006728686 网址:www.ahope.com.cn Email:don...@ahope.com.cn From: Adhi Priharmanto Date: 2016-12-30 17:55 To:

Re: [Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread Adhi Priharmanto
Check neutron network-agent services status on your compute node On Fri, Dec 30, 2016 at 3:39 PM, don...@ahope.com.cn wrote: > *Hi,* > > *I have a question for neutron installation. after configuring the control > node and computer nodes, it failed to list the computer node network agent, > what

[Openstack] Failed to list network agent for the computer nodes

2016-12-30 Thread don...@ahope.com.cn
Hi, I have a question for neutron installation. after configuring the control node and computer nodes, it failed to list the computer node network agent, what is the problem? [admin@controller ~]$ openstack network agent list +---++---+---+---+---

Re: [Openstack] Error with neutron install

2016-12-30 Thread Adhi Priharmanto
check your /etc/hosts make sure your controller IP address pointing to your controller hostname, next also check your firewall/iptables. On Fri, Dec 30, 2016 at 3:02 PM, don...@ahope.com.cn wrote: > *Hi everybody,* > > *Have you seen the following issue?* > > [admin@controller ~]$ neutron ext-li

Re: [Openstack] Error with neutron install

2016-12-30 Thread wawayu
Thank you. issue resolved. -- Original -- From: "Adhi Priharmanto" Date: Fri, Dec 30, 2016 04:46 PM To: "don...@ahope.com.cn"; Cc: "openstack"; Subject: Re: [Openstack] Error with neutron install check your /etc/hosts make sure your controller IP address pointing t

[Openstack] Error with neutron install

2016-12-30 Thread don...@ahope.com.cn
Hi everybody, Have you seen the following issue? [admin@controller ~]$ neutron ext-list Unable to establish connection to http://controller:9696/v2.0/extensions.json: HTTPConnectionPool(host='controller', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnection