[openstack-dev] [cyborg] [weekly-meeting]

2018-11-20 Thread Li Liu
There is no weekly IRC meeting for the week of Nov 21st as most of the people are still recovering from the jetlag after the summit. I will follow up with individuals offline. -- Thank you Regards Li __ OpenStack Developme

[openstack-dev] [tripleo] Feedback about our project at Summit

2018-11-20 Thread Emilien Macchi
Hi folks, I wasn't at the Summit but I was interested by the feedback people gave about TripleO so I've discussed with a few people who made the trip. I would like to see what actions we can take on short and long term to address it. I collected some thoughts here: https://etherpad.openstack.org/p

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Rania Adouni
Hi Hongbin , thanks for your advice I did fix it with changing the kuryr-lib to 0.6.0 and my service just work fine and also with lsof -iTCP -sTCP:LISTEN -P I can see it in the list : *kuryr-ser 16581 root5u IPv4 91929 0t0 TCP localhost:23750 (LISTEN)* > that is

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Rania Adouni
Hi Hongbin, Yes the version of kuryr-lib is :0.8.0 , So I think I should remove it ! I should remove only the kuryr-lib ! if you have some command they can help me to unisntall it , it will be nice to provide it . Best Regards, Rania Le mer. 21 nov. 2018 à 02:27, Hongbin Lu a écrit : > Hi Ran

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Hongbin Lu
Hi Rania, The config option 'driver' was recently renamed, so I guess the problem is the version of kuryr-lib is not right. The Pike release of Zun is matched to kuryr-lib 0.6.0 so you might want to confirm the version of kuryr-lib. $ sudo pip freeze | grep kuryr If the version is not right, uni

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Jacob Burckhardt
The important part of the error message seems to be: NoSuchOptError: no such option driver in group [binding] In my /etc/kuryr/kuryr.conf file, all the text is commented out in the [binding] section. Some of the commented options have "driver" in the name. Since they are commented, I guess th

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Rania Adouni
hi , Thanks for your reply and yes the problem that kuryr-libnetwork is failed to start with the error : ● kuryr-libnetwork.service - Kuryr-libnetwork - Docker network plugin for Neutron Loaded: loaded (/etc/systemd/system/kuryr-libnetwork.service; enabled; vendor preset: enabled) Active: fa

Re: [openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Jacob Burckhardt
Your error message says it cannot connect to port 23750. That's the kuryr-libnetwork default listen port. On 192.168.1.10, run: lsof -iTCP -sTCP:LISTEN -P On my compute node, it outputs: COMMANDPIDUSER FD TYPE DEVICE SIZE/OFF NODE NAME … kuryr-ser 1976root6u IPv4

Re: [openstack-dev] [nova] about filter the flavor

2018-11-20 Thread Matt Riedemann
On 11/19/2018 9:32 PM, Rambo wrote:       I have an idea.Now we can't filter the special flavor according to the property.Can we achieve it?If we achieved this,we can filter the flavor according the property's key and value to filter the flavor. What do you think of the idea?Can you tell me mo

[openstack-dev] [zun] Failed to create Container

2018-11-20 Thread Rania Adouni
Hi , I am starting to use zun on openstack pike , and when I try to lunch container with cirros image , I get this reason : Docker internal error: 500 Server Error: Internal Server Error ("legacy plugin: Post http://192.168.1.10:23750/Plugin.Activate: dial tcp 192.168.1.10:23750: connect: connecti

Re: [openstack-dev] [Senlin] Does Senlin support Prometheus?

2018-11-20 Thread Duc Truong
Senlin integrates with Aodh using webhooks. As shown in [1], you create a receiver of type webhook and then create a Aodh alarm to call this webhook [2] on the desired condition. Prometheus AlertManager supports notifications to webhooks [3]. While I have not tried this myself, I believe that it

Re: [openstack-dev] [nova] Stein forum session notes

2018-11-20 Thread melanie witt
On Mon, 19 Nov 2018 17:19:22 +0100, Surya Seetharaman wrote: On Mon, Nov 19, 2018 at 2:39 PM Matt Riedemann > wrote: On 11/19/2018 3:17 AM, melanie witt wrote: > - Not directly related to the session, but CERN (hallway track) and > NeCTAR (dev ML) hav

Re: [openstack-dev] [omni] Has the Platform9's hybrid multicloud project been abandoned?

2018-11-20 Thread Steven Hardy
On Tue, Nov 20, 2018 at 6:13 AM Blake Covarrubias wrote: > > Hi Andrea, > > Omni has not been abandoned by Platform9. We're still developing Omni > internally, and are working to open source additional code as well as improve > docs so that others may more easily test & contribute. It sounds li