Re: [Openstack] [OpenStack][Compute-Neutron] Is it possible to create flat network from different NICs

2018-11-21 Thread Slawomir Kaplonski
Hi, Yes, that should be possible. You can create 4 bridges on compute node and add all of them to bridge_mappings config option. Then You can create 4 networks with different physical_network for each of them and agent will know which bridge should be used for ports from each network. It is desc

Re: [Openstack] neutron python client stopped working

2018-11-15 Thread Slawomir Kaplonski
Hi, Please try newest version from master branch. All works fine for me with it: [09:15:53] vagrant@devstack-ubuntu-ovs ~ $ neutron net-list neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +--+-+-

Re: [Openstack] [openstack-dev] [all] All Hail our Newest Release Name - OpenStack Train

2018-11-13 Thread Slawomir Kaplonski
Hi, I think it was published, see http://lists.openstack.org/pipermail/openstack/2018-November/047172.html > Wiadomość napisana przez Jeremy Freudberg w dniu > 14.11.2018, o godz. 06:12: > > Hey Tony, > > What's the reason for the results of the poll not being public? > > Thanks, > Jeremy >

Re: [Openstack] [PackStack][Neutron] How to configure for external network

2018-11-04 Thread Slawomir Kaplonski
g > 192.168.0.4 failed! > > What is the problem? > > > On Sun, Nov 4, 2018 at 12:52 PM Slawomir Kaplonski > wrote: > Hi, > > For external network You should use flat or vlan type - which one of them, > depends on Your provider’s configuration - if You should use

Re: [Openstack] [PackStack][Neutron] How to configure for external network

2018-11-04 Thread Slawomir Kaplonski
Hi, For external network You should use flat or vlan type - which one of them, depends on Your provider’s configuration - if You should use some VLAN, You need vlan network. Vxlan networks can be only used for tenant networks. > Wiadomość napisana przez Soheil Pourbafrani w dniu > 04.11.2018,

Re: [Openstack] To create Network after install manually

2018-06-26 Thread Slawomir Kaplonski
Hi, What is this „OpenStack GUI” which You are using? Is it Horizon? From log which You sent it only looks that Your request wasn’t done in proper format. Maybe Your client is doing something wrong or maybe You are sending encrypted request to Neutron endpoint configured as not encrypted one?

Re: [Openstack] network is unreachable in instance

2018-06-18 Thread Slawomir Kaplonski
Hi, > Wiadomość napisana przez Jay See w dniu > 18.06.2018, o godz. 12:48: > > > I have created question on ask.opestack, but profile is still not approved by > moderators. > (https://ask.openstack.org/en/question/114803/network-is-unreachable-in-instance/) > Someone in IRC suggested to sen

Re: [Openstack] OpenStack Queens Manual Installation

2018-06-16 Thread Slawomir Kaplonski
Hi, > Wiadomość napisana przez pablo brunetti w dniu > 16.06.2018, o godz. 17:22: > > Hello Kevin, > > In installation of the Keystone OpenStack Queens the port 35357 is deprecated > and should be replaced by port 5000. > > ConnectFailure: Unable to establish connection to > http://OpenStac

Re: [Openstack] Geneve isn't working on Queens, Ubuntu 18.04 - Failed to bind port type geneve

2018-06-06 Thread Slawomir Kaplonski
Hi, You probably need also change in L2 agent’s config as it needs to report that it supports Geneve tunnel types as well. It’s defined in https://github.com/openstack/neutron/blob/2820c25e3a67e1cc747abdd6d69e4a0331425904/neutron/conf/plugins/ml2/drivers/ovs_conf.py#L107 > Wiadomość napisana pr