Re: [openstack-dev] [Congress] kilo bug on datasource listing

2015-11-22 Thread Anusha Ramineni
Yes, this is fixed in liberty as part of this bug , https://bugs.launchpad.net/congress/+bug/1492354. I have cherry-picked the same onto kilo branch - https://review.openstack.org/#/c/248514/ Best Regards, Anusha On 21 November 2015 at 06:07, Tim Hinrichs wrote: > Congress

Re: [openstack-dev] [Ceilometer]:Subscribe and Publish Notification frame work in Ceilometer !

2015-11-22 Thread Srikanth Vavilapalli
Thanks very much Gord for the pointers. I have looked at this file reload feature and it addresses some part of my problem description (avoiding the restart of the ceilometer services to reflect the pipeline changes). However, this still requires users to directly access the internal

Re: [openstack-dev] [devstack] How to source openrc?

2015-11-22 Thread Ian Wienand
On 11/23/2015 03:17 PM, Wilence Yao wrote: > source openrc admin admin > openrc:90: unknown condition: -v I'm pretty sure you're using zsh -- we only support bash (stack.sh checks for bash, maybe we should add that to openrc) Anyway, you can probably follow [1] to source it; other things might

Re: [openstack-dev] [tripleo] When to use parameters vs parameter_defaults

2015-11-22 Thread Juan Antonio Osorio
On Sat, Nov 21, 2015 at 2:05 AM, Ben Nemec wrote: > Thinking about this some more makes me wonder if we need a sample config > generator like oslo.config. It would work off something similar to the > capabilities map, where you would say > > SSL: > templates: >

Re: [openstack-dev] [neutron][taas] proposal: dedicated tunnel for carrying mirrored traffic

2015-11-22 Thread Fawad Khaliq
Hi Kazuhiro, On Fri, Nov 20, 2015 at 3:29 PM, SUZUKI, Kazuhiro wrote: > Hi, > > Thank you for your interest and suggestion. > > A blueprint [1] has already proposed to add port mirroring > capabilities to Neutron. > > [1]

Re: [openstack-dev] [Fuel] Approved but not implemented specs

2015-11-22 Thread Dmitry Borodaenko
On Fri, Nov 20, 2015 at 07:04:47PM -0800, Oleg Gelbukh wrote: > It's a good point. > > I think it could even be done automatically: once spec freeze is in place, > run an infra script and update all CRs still in review with specs targeted > to current (and previous) releases by moving them to

[openstack-dev] [nova-scheduler] Scheduler sub-group meeting - Agenda 11/

2015-11-22 Thread Dugger, Donald D
Meeting on #openstack-meeting-alt at 1400 UTC (7:00AM MDT) 1) Spec & BPs - https://etherpad.openstack.org/p/mitaka-nova-spec-review-tracking 2) Bugs - https://bugs.launchpad.net/nova/+bugs?field.tag=scheduler 3) Opens -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Ph:

Re: [openstack-dev] [cinder][glance]Upload encrypted volumes to images

2015-11-22 Thread Philipp Marek
> About uploading encrypted volumes to image, there are three options: > 1. Glance only keeps non-encrypted images. So when uploading encrypted >volumes to image, cinder de-crypts the data and upload. > 2. Glance maintain encrypted images. Cinder just upload the encrypted >data to image.

Re: [openstack-dev] [neutron][fwaas]some architectural advice on fwaas driver writing

2015-11-22 Thread Germy Lure
Hi, Under current FWaaS architecture or framework, only integrating hardware firewall is not easy. That requires neutron support service level multiple vendors. In another word, vendors must fit each other for their services while currently vendors just provides all services through controller. I

Re: [openstack-dev] [Fuel] Getting rid of Docker containers on the Fuel master node

2015-11-22 Thread Anastasia Urlapova
@Vova, thanks for bringing this up. The new approach without docker containers on master node really has many advantages. @Igor, regarding your question, I would say that we have many dependencies from containers in CI/CD systems and test's codebase. The test alignment to the new implementation

Re: [openstack-dev] [cinder][glance]Upload encrypted volumes to images

2015-11-22 Thread Duncan Thomas
(1) is what we were working towards. To my mind, it is the right option. (2) Means that you have an encryption key shared between volumes, same as backups currently. It also means you can't share images, which is very limiting. (3) Makes BFV basically useless with encrypted volumes. Given there

Re: [openstack-dev] [devstack] How to source openrc?

2015-11-22 Thread Tony Breeds
On Mon, Nov 23, 2015 at 12:17:13PM +0800, Wilence Yao wrote: > Hi all, > > In devstack stable/liberty, error is : > > source openrc admin admin > openrc:90: unknown condition: -v > > the line 90 and code block in openrc is > ``` > # Set OS_CACERT to a default CA certificate chain if it exists.

Re: [openstack-dev] [all] [oslo] Please stop removing usedevelop from tox.ini (at least for now)

2015-11-22 Thread Robert Collins
Workaround for what? -Rob On 23 November 2015 at 19:39, Angus Lees wrote: > The workaround I found is to set this in tox.ini: > > install_command = > sh -c 'pip install -U "pip>=6" && pip install -U "$@"' pip {opts} > {packages} > > It's pretty ugly, but works fine and was

Re: [openstack-dev] [neutron][taas] proposal: dedicated tunnel for carrying mirrored traffic

2015-11-22 Thread Fawad Khaliq
On Thu, Nov 19, 2015 at 8:51 AM, Li Ma wrote: > It is suggested that you can issue a RFE request for it. [1] We can > discuss with it and track the progress in the launchpad. > > By the way, I'm very interested in it. I discussed a another problem > with Huawei neutron

Re: [openstack-dev] [all] [oslo] Please stop removing usedevelop from tox.ini (at least for now)

2015-11-22 Thread Angus Lees
The workaround I found is to set this in tox.ini: install_command = sh -c 'pip install -U "pip>=6" && pip install -U "$@"' pip {opts} {packages} It's pretty ugly, but works fine and was unfortunately the only way I could find to update a dependency before parsing requirements.txt. - Gus On

Re: [openstack-dev] [Neutron] Security Groups OVS conntrack support

2015-11-22 Thread Fawad Khaliq
Hi Gal, On Sun, Nov 22, 2015 at 11:28 PM, Gal Sagie wrote: > Hi Fawad, > > From what i could understand from Miguel Angel Ajo, someone is working on > this integration and it > is suppose to be delivered as part of Mitaka. > I don't remember the person name, Miguel will

Re: [openstack-dev] [Neutron][ThirdPartyCI] Running third party CI on networking-foo projects

2015-11-22 Thread Fawad Khaliq
On Fri, Nov 20, 2015 at 8:26 AM, Takashi Yamamoto wrote: > On Fri, Nov 20, 2015 at 2:27 AM, Fawad Khaliq wrote: > > Thanks a lot, Yamamoto. > > > > kakuma, I am assuming if you were able to set it up for a ofagent repo, > then > > it should have been

Re: [openstack-dev] [Neutron][ThirdPartyCI] Running third party CI on networking-foo projects

2015-11-22 Thread Fawad Khaliq
Hi kakuma, No worries and thanks a lot for the help. Seems like the process is similar to the one we followed for the setting up the CI with Neutron. Wanted confirmation and you helped. Thanks, Fawad Khaliq On Sun, Nov 22, 2015 at 6:22 PM, fumihiko kakuma wrote: > Hi

Re: [openstack-dev] Fwd: [Senlin]Support more complicated scaling scenario

2015-11-22 Thread jun.xu...@139.com
Thanks HU yanyan, I still has some question about your answers, and I respond inline. 2015-11-20 16:06 GMT+08:00 xu...@cmss.chinamobile.com : Thanks yanyan! Xu Jun is a contributor from CMCC. He asked a very interesting question about cluster scaling support in

[openstack-dev] [puppet] weekly meeting #60

2015-11-22 Thread Emilien Macchi
Hello! Here's an initial agenda for our weekly meeting, Tuesday at 1500 UTC in #openstack-meeting-4: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20151124 Thanks, -- Emilien Macchi signature.asc Description: OpenPGP digital signature

Re: [openstack-dev] Fwd: [Senlin]Support more complicated scaling scenario

2015-11-22 Thread Qiming Teng
Hi, Please try quote previous responses in your message because it will make the message a little bit easier to follow. You can set up your mail client to do so. For example: # # # Now this is your response # # # When appropriate, you can even delete irrelevant texts when responding. Just

[openstack-dev] [openstack-ansible] Random ssh errors in gate check jobs

2015-11-22 Thread Major Hayden
Hey folks, Some of my recent reviews have been frequent fliers in the land of CI gate jobs and I've spent a fair amount of time diagnosing random ssh failures to containers in AIO builds. The error I get most often is this: SSH Error: data could not be sent to the remote host. Make sure

[openstack-dev] [cinder][glance]Upload encrypted volumes to images

2015-11-22 Thread Li, Xiaoyan
Hi all, More help about volume encryption is needed. About uploading encrypted volumes to image, there are three options: 1. Glance only keeps non-encrypted images. So when uploading encrypted volumes to image, cinder de-crypts the data and upload. 2. Glance maintain encrypted images. Cinder

Re: [openstack-dev] [cinder] [Sahara] Block Device Driver updates

2015-11-22 Thread Zhidong Yu
It seems there was a bug introduced in Kilo and then fixed in Liberty [6]. However, since there are more users of Kilo than of Liberty, I am wondering if the fix has been back ported to Kilo. I could not find it except for this one [7] which seems to be a different issue. [6]

[openstack-dev] Fwd: [Senlin]Support more complicated scaling scenario

2015-11-22 Thread Yanyan Hu
Hi, Xu Jun, please find some answers inline. Thanks. 2015-11-20 16:06 GMT+08:00 xu...@cmss.chinamobile.com < xu...@cmss.chinamobile.com>: > Thanks yanyan! > > Xu Jun is a contributor from CMCC. He asked a very interesting question > about cluster scaling support in Senlin. To make the

Re: [openstack-dev] [Senlin]Support more complicated scaling scenario

2015-11-22 Thread jun.xu...@139.com
Thanks yanyan! Xu Jun is a contributor from CMCC. He asked a very interesting question about cluster scaling support in Senlin. To make the discussion more thorough, I just post the question and my answer here. The question from Jun is as following: For an action, senlin will check all

[openstack-dev] [devstack] How to source openrc?

2015-11-22 Thread Wilence Yao
Hi all, In devstack stable/liberty, error is : source openrc admin admin openrc:90: unknown condition: -v the line 90 and code block in openrc is ``` # Set OS_CACERT to a default CA certificate chain if it exists. if [[ ! -v OS_CACERT ]] ; then DEFAULT_OS_CACERT=$INT_CA_DIR/ca-chain.pem

Re: [openstack-dev] [Neutron][ThirdPartyCI] Running third party CI on networking-foo projects

2015-11-22 Thread fumihiko kakuma
Hi Fawad, I am sorry for the late reply. On Fri, 20 Nov 2015 12:26:05 +0900 Takashi Yamamoto wrote: > On Fri, Nov 20, 2015 at 2:27 AM, Fawad Khaliq wrote: > > Thanks a lot, Yamamoto. > > > > kakuma, I am assuming if you were able to set it up for a

Re: [openstack-dev] [kolla] Proposing Michal Rostecki for Core Reviewer (nihilfer on IRC)

2015-11-22 Thread Steven Dake (stdake)
Michal, Welcome to the Kolla core team. My apologies for being past deadline I set of the 20th, dealing with some personal issues related to children and wife traveling and -toomuchinput. Regards -steve From: Steven Dake > Reply-To: "OpenStack

Re: [openstack-dev] [mistral] Notifier about changes in the dsvm gates structure

2015-11-22 Thread Lingxian Kong
Hi, Anastasia, First, thanks for writing down this, I can see that the way we do now may really make things unstable and hard to debug the Jenkins failures. I 100% agree with you about separating gate tests between Mistral repo and python-mistralclient repo, as a result, they won't interfere with

Re: [openstack-dev] [nova] FKs in the DB

2015-11-22 Thread Mike Bayer
On 11/20/2015 04:33 PM, Clint Byrum wrote: > Excerpts from Mike Bayer's message of 2015-11-20 11:29:31 -0800: >> >> On 11/20/2015 11:19 AM, Alexis Lee wrote: >>> We just had a fun discussion in IRC about whether foreign keys are evil. >>> Initially I thought this was crazy but mordred made some

Re: [openstack-dev] [Neutron] Security Groups OVS conntrack support

2015-11-22 Thread Gal Sagie
Hi Fawad, >From what i could understand from Miguel Angel Ajo, someone is working on this integration and it is suppose to be delivered as part of Mitaka. I don't remember the person name, Miguel will sure update shortly. Gal. On Sun, Nov 22, 2015 at 7:05 PM, Fawad Khaliq

[openstack-dev] [Neutron] Security Groups OVS conntrack support

2015-11-22 Thread Fawad Khaliq
Folks, Is there a plan to add conntrack support to the security groups for the OVS driver in Mitaka cycle? My understanding is that it is being actively worked on for networking-ovn but no concrete plan for support in the OVS Neutron driver yet. Thanks, Fawad Khaliq

Re: [openstack-dev] [kolla] Proposing Michal Rostecki for Core Reviewer (nihilfer on IRC)

2015-11-22 Thread Michal Rostecki
On 11/22/2015 04:17 PM, Steven Dake (stdake) wrote: Michal, Welcome to the Kolla core team. My apologies for being past deadline I set of the 20th, dealing with some personal issues related to children and wife traveling and –toomuchinput. Regards -steve Thank you for the nomination and