Re: [openstack-dev] [Zun] Zun UI questions

2018-07-14 Thread Hongbin Lu
Hi Amy, Today, I created a fresh VM with Ubuntu16.04 and run ./stack.sh with your local.conf, but I couldn't reproduce the two issues you mentioned (the Flask version conflict issue and 401 issue). By analyzing the logs you provided, it seems some python packages in your machine are pretty old.

Re: [openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-14 Thread Remo Mattei
It is a bad line in one of your yaml file. I would check them. Sent from my iPad > On Jul 14, 2018, at 2:25 PM, Samuel Monderer > wrote: > > Hi, > > I'm trying to deploy redhat OSP13 but I get the following error. > (undercloud) [root@staging-director stack]# ./templates/deploy.sh >

[openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-14 Thread Samuel Monderer
Hi, I'm trying to deploy redhat OSP13 but I get the following error. (undercloud) [root@staging-director stack]# ./templates/deploy.sh Started Mistral Workflow tripleo.validations.v1.check_pre_deployment_validations. Execution ID: 3ba53aa3-56c5-4024-8d62-bafad967f7c2 Waiting for messages on queue

Re: [openstack-dev] [Zun] Zun UI questions

2018-07-14 Thread Amy Marrich
Hongbin, This was a fresh install from master this week commit 6312db47e9141acd33142ae857bdeeb92c59994e Merge: ef35713 2742875 Author: Zuul Date: Wed Jul 11 20:36:12 2018 + Merge "Cleanup keystone's removed config options" Except for builds with my patching kuryr-libnetwork

Re: [openstack-dev] [kolla-ansible] how do I unify log data format

2018-07-14 Thread Rich Megginson
On 07/14/2018 07:29 AM, Sergey Glazyrin wrote: Hello guys! We are migrating our product to kolla-ansible and as far as probably you know, it uses fluentd to control logs, etc. In non containerized openstack we use rsyslog to send data to logstash. Why not use rsyslog in containerized

[openstack-dev] [kolla-ansible] how do I unify log data format

2018-07-14 Thread Sergey Glazyrin
Hello guys! We are migrating our product to kolla-ansible and as far as probably you know, it uses fluentd to control logs, etc. In non containerized openstack we use rsyslog to send data to logstash. We get data from syslog events. It looks like it's impossible to use syslog in kolla-ansible.