Re: [openstack-dev] [Fuel] fake threads in tests

2015-02-18 Thread Evgeniy L
Hi Przemyslaw, Thanks for bringing up the topic. A long time ago we had similar topic, I agree that the way it works now is not good at all, because it leads to a lot of problems, I remember the time when our tests were randomly broken because of deadlocks and race conditions with fake thread.

Re: [openstack-dev] [Fuel] fake threads in tests

2015-02-18 Thread Przemyslaw Kaminski
Yes, I agree, basically the logic of introducing promises (or fake threads or whatever they are called) should be tested itself too. Basically what this is all about is mocking Astute and be able to easily program it's responses in tests. P. On 02/18/2015 09:27 AM, Evgeniy L wrote: Hi

Re: [openstack-dev] [Fuel] Separating granular tasks validator

2015-02-18 Thread Evgeniy L
+1 to extract validators for granular deployment tasks Dmitry, do you mean that we should create some cli to generate graph picture? Or just make it as a module and then use it in Nailgun? Thanks, On Tue, Feb 17, 2015 at 4:31 PM, Dmitriy Shulyak dshul...@mirantis.com wrote: +1 for separate

Re: [openstack-dev] [ceilometer][keystone] Domain information through ceilometer and authentication against keystone v3

2015-02-18 Thread Namita Chaudhari
Sure. Thanks Gordon. On Tue, Feb 17, 2015 at 10:32 PM, gordon chung g...@live.ca wrote: 1) *Getting domain information:* I haven't came across but is there any ceilometer API which would provide domain information along with the usage data? 2) *Ceilometer auth against keystone v3:* As

Re: [openstack-dev] [all][tc] Lets keep our community open, lets fight for it

2015-02-18 Thread Daniel P. Berrange
On Tue, Feb 17, 2015 at 09:29:19AM -0800, Clint Byrum wrote: Excerpts from Daniel P. Berrange's message of 2015-02-17 02:37:50 -0800: On Wed, Feb 11, 2015 at 03:14:39PM +0100, Stefano Maffulli wrote: ## Cores are *NOT* special At some point, for some reason that is unknown to me,

Re: [openstack-dev] [horizon] - Add custom JS functions to dashboard

2015-02-18 Thread Radomir Dopieralski
On 16/02/15 14:54, Marcos Fermin Lobo wrote: Hi all, I would like to add some (own) JavaScript functions to the image list, in Project dashboard. I've followed up the documentation (http://docs.openstack.org/developer/horizon/topics/customizing.html#custom-javascript), but I think it is

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Flavio Percoco
On 17/02/15 09:32 -0800, Stefano Maffulli wrote: Changing the subject since Flavio's call for openness was broader than just private IRC channels. On Tue, 2015-02-17 at 10:37 +, Daniel P. Berrange wrote: If cases of bad community behaviour, such as use of passwd protected IRC channels, are

Re: [openstack-dev] [Fuel] Distribution of keys for environments

2015-02-18 Thread Evgeniy L
Vladimir, What Andrew is saying is we should copy some specific keys to some specific roles, and it's easy to do even now, just create several role specific tasks and copy required keys. Deployment engineer who knows which keys are required for which roles can do that. What you are saying is we

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Renat Akhmerov
Hi again, Sorry, I started writing this email before Angus replied so I will shoot it as is and then we can continue… So after discussing all the options again with a small group of team members we came to the following things: Syntax options that we’d like to discuss further % 1 + 1 % #

Re: [openstack-dev] [neutron] neutron-drivers meeting

2015-02-18 Thread Akihiro Motoki
Nice to have it! 2015-02-18 5:05 GMT+09:00 Armando M. arma...@gmail.com: Hi folks, I was wondering if we should have a special neutron-drivers meeting on Wednesday Feb 18th (9:30AM CST / 7:30AM PST) to discuss recent patches where a few cores have not reached consensus on, namely: -

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Daniel P. Berrange
On Tue, Feb 17, 2015 at 09:32:53AM -0800, Stefano Maffulli wrote: Changing the subject since Flavio's call for openness was broader than just private IRC channels. On Tue, 2015-02-17 at 10:37 +, Daniel P. Berrange wrote: If cases of bad community behaviour, such as use of passwd

Re: [openstack-dev] [mistral] mistral actions plugin architecture

2015-02-18 Thread Renat Akhmerov
Hi Filip, Well, it’s not necessary to keep custom action sources as part of Mistral sources. You can keep them anywhere else but the only requirement is that they must be registered globally in python packages so that when Mistral parses entry points in setup.cfg it could find needed classes

Re: [openstack-dev] [swift] On Object placement

2015-02-18 Thread Christian Schwede
Hello Jonathan, On 17.02.15 22:17, Halterman, Jonathan wrote: Various services desire the ability to control the location of data placed in Swift in order to minimize network saturation when moving data to compute, or in the case of services like Hadoop, to ensure that compute can be moved to

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Chmouel Boudjnah
Daniel P. Berrange berra...@redhat.com writes: Personally I think all our IRC channels should be logged. There is really no expectation of privacy when using IRC in an open collaborative project. Agreed with Daniel. I am not sure how a publicly available forum/channel can be assumed that there

Re: [openstack-dev] [Keystone] [devstack] About _member_ role

2015-02-18 Thread Pasquale Porreca
I saw 2 different bug report that Devstack dashboard gives an error when trying to manage projects https://bugs.launchpad.net/devstack/+bug/1421616 and https://bugs.launchpad.net/horizon/+bug/1421999 In my devstack environment projects were working just fine, so I tried a fresh installation to see

Re: [openstack-dev] [Fuel] Distribution of keys for environments

2015-02-18 Thread Vladimir Kuklin
Andrew +1 to it - I provided these concerns to guys that we should not ship data to tasks that do not need it. It will make us able to increase security for pluggable architecture On Fri, Feb 13, 2015 at 9:57 PM, Andrew Woodward xar...@gmail.com wrote: Cool, You guys read my mind o.O RE: the

[openstack-dev] [Fuel] Python code in fuel-library

2015-02-18 Thread Sebastian Kalinowski
Hello Fuelers, There is more and more Python code appearing in fuel-library [1] that is used in our Puppet manifests. Now, with introduction of Granular Deployment feature it could appear more often as writing some tasks as a Python script is a nice option. First problem that I see is that in

Re: [openstack-dev] [mistral] mistral actions plugin architecture

2015-02-18 Thread Filip Blaha
Thanks for answer! A custom action inherits from base.Action. So if I need to write custom action in different project and register it via entry points then I need dependency on mistral sources. Is that correct? Or is there way how to create custom action without that dependency? Regards

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Angus Salkeld
On Tue, Feb 17, 2015 at 7:06 AM, Dmitri Zimine dzim...@stackstorm.com wrote: SUMMARY: We are changing the syntax for inlining YAQL expressions in Mistral YAML from {1+$.my.var} (or “{1+$.my.var}”) to % 1+$.my.var % Below I explain the rationale and the criteria for the

Re: [openstack-dev] [cinder] FFE driver-private-data + pure-iscsi-chap-support

2015-02-18 Thread John Griffith
On Tue, Feb 17, 2015 at 11:36 PM, Mike Perez thin...@gmail.com wrote: On 14:50 Sun 15 Feb , Patrick East wrote: Hi All, I would like to request a FFE for the following blueprints: https://blueprints.launchpad.net/cinder/+spec/driver-private-data

[openstack-dev] [Murano][Congress][Mistral] policy guided fulfillment

2015-02-18 Thread Pospisil, Radek
Hello, I would like to announce integration of Muranohttps://wiki.openstack.org/wiki/Murano Application catalog and Congresshttps://wiki.openstack.org/wiki/Congress policy service. We call it Policy guided fulfillment. The idea (which is currently implemented) is to use Congress as authority

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Dmitri Zimine
Zane, Angus, thanks for your input! This functional based syntax is consisted for dev use. The trouble is it ITSELF needs to be delimited. Without pissing off the users :) Consider two key usage: input parameters and shorthand syntax for action input. That’s why we are looking for two-char

[openstack-dev] [QA] Meeting Thursday February 19th at 22:00 UTC

2015-02-18 Thread Matthew Treinish
Hi everyone, Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, February 19th at 22:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome

Re: [openstack-dev] [swift] On Object placement

2015-02-18 Thread Halterman, Jonathan
Hi Christian - thanks for the response, On 2/18/15, 1:53 AM, Christian Schwede christian.schw...@enovance.com wrote: Hello Jonathan, On 17.02.15 22:17, Halterman, Jonathan wrote: Various services desire the ability to control the location of data placed in Swift in order to minimize network

Re: [openstack-dev] [Fuel] tracking bugs superseded by blueprints

2015-02-18 Thread Andrew Woodward
Bogdan, Yes I think tracking the bugs like this would be beneficial. We should also link them from the BP so that the imperilmenter can track them. It adds related blueprints in the bottom of the right column under the subscribers so we probably should also edit the description so that the data

[openstack-dev] Pluggable Auth for clients and where should it go

2015-02-18 Thread Justin Hammond
Just starting this discussion… This is in reference to https://blueprints.launchpad.net/python-neutronclient/+spec/pluggable-neutronclient-auth Originally the blueprint was for python-neutronclient only, but pluggable auth is a wide-reaching issue. With OSC/SDK on the horizon (however far), we

Re: [openstack-dev] [horizon][keystone]

2015-02-18 Thread David Chadwick
I think this GUI is not intuitive to users and therefore should not be encouraged or supported. If you ask a user what does authenticate via a Discovery Service mean? I think you will get some very strange answers. The same goes for Authenticate using Default Protocol. Users will have no idea

Re: [openstack-dev] [Nova][Neutron] out-of-tree plugin for Mech driver/L2 and vif_driver

2015-02-18 Thread Maxime Leroy
Hi Brent, On Wed, Feb 18, 2015 at 3:26 PM, Brent Eagles beag...@redhat.com wrote: [..] I want to get the ball rolling on this ASAP so, I've started on this as well and will be updating the etherpad accordingly. I'm also keen to get W.I.P./P.O.C. patches to go along with it. I'll notify on the

Re: [openstack-dev] [keystone] [trusts] [all] How trusts should work by design?

2015-02-18 Thread Nikolay Makhotkin
Hello! Nova client's CLI parameter 'bypass_url' helps me. The client's API also has 'management_url' attribute, if this one is specified - the client doesn't reauthenticate. Also the most of clients have 'endpoint' argument, so client doesn't make extra call to keystone to retrieve new token and

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-18 Thread Jeremy Stanley
On 2015-02-18 10:00:31 -0500 (-0500), Doug Hellmann wrote: I'm interested in seeing what that list looks like. I suspect we have some libraries listed in the global requirements now that aren't actually used [...] Shameless plug for https://review.openstack.org/148071 . It turns up a lot in

Re: [openstack-dev] [neutron] neutron-drivers meeting

2015-02-18 Thread Kyle Mestery
On Tue, Feb 17, 2015 at 2:05 PM, Armando M. arma...@gmail.com wrote: Hi folks, I was wondering if we should have a special neutron-drivers meeting on Wednesday Feb 18th (9:30AM CST / 7:30AM PST) to discuss recent patches where a few cores have not reached consensus on, namely: -

Re: [openstack-dev] Pluggable Auth for clients and where should it go

2015-02-18 Thread Kevin Benton
Perhaps I am misunderstanding, but doesn't the OSC support for pluggable auth just come for free from Neutron's perspective? (i.e. we don't have to make any Neutron-specific changes for that to work) What I was hoping here was that we could get something in the Neutron client that works with the

Re: [openstack-dev] [Nova][Neutron] out-of-tree plugin for Mech driver/L2 and vif_driver

2015-02-18 Thread Brent Eagles
Hi, On 18/02/2015 1:53 PM, Maxime Leroy wrote: Hi Brent, snip/ Thanks for your help on this feature. I have just created a channel irc: #vif-plug-script-support to speak about it. I think it will help to synchronize effort on vif_plug_script development. Anyone is welcome on this channel!

Re: [openstack-dev] [Neutron] per-agent/driver/plugin requirements

2015-02-18 Thread Armando M.
On 17 February 2015 at 22:00, YAMAMOTO Takashi yamam...@valinux.co.jp wrote: hi, i want to add an extra requirement specific to OVS-agent. (namely, I want to add ryu for ovs-ofctl-to-python blueprint. [1] but the question is not specific to the blueprint.) to avoid messing deployments

[openstack-dev] [nova] Libguestfs: possibility not to use it, even when installed ?

2015-02-18 Thread Raphael Glon
Hi, This is about review: https://review.openstack.org/#/c/156633/ 1 line, can be controversial Its purpose is to add the possibility not to use libguestfs for data injection in nova, even when installed. Not discussing about the fact that libguestfs should be preferred over fuse mounts

[openstack-dev] [openstack-operators][rally][docker] Rally docker images are available on Docker hub now!

2015-02-18 Thread Boris Pavlovic
Hi stackers, For those who likes to keep system clean, Rally team is happy to say that Docker images with Rally are automatically published to docker hub now. Repo with images is here: https://hub.docker.com/u/rallyforge/rally/ In repo you can find images for: 1) Every release - image name is

Re: [openstack-dev] Pluggable Auth for clients and where should it go

2015-02-18 Thread Kevin Benton
This is something I have been working on internally as well. I've been trying to find a way to make the changes to the python neutronclient in the least invasive way to support pluggable authentication. I would be happy to help review the changes you submit upstream if you have something already

[openstack-dev] [neutron][lbaas]Topics and possible fomats for LBaaS in OpenStack/Vancouver

2015-02-18 Thread Samuel Bercovici
Hi Everyone, Based on the last IRC, I thought we could start a discussion on ML on topics and then maybe on how we want to discuss durin the summit. Follows some items we may wish to discuss: 1. LBaaS API additions (assuming TLS and L7 will be there): a. L3 based traffic routing -

Re: [openstack-dev] Pluggable Auth for clients and where should it go

2015-02-18 Thread Dean Troyer
On Wed, Feb 18, 2015 at 1:29 PM, Kevin Benton blak...@gmail.com wrote: Perhaps I am misunderstanding, but doesn't the OSC support for pluggable auth just come for free from Neutron's perspective? (i.e. we don't have to make any Neutron-specific changes for that to work) It does if/when the

Re: [openstack-dev] Pluggable Auth for clients and where should it go

2015-02-18 Thread Tim Bell
Asking on the operators mailing list may yield more examples where people are using the Neutron client. From the CERN perspective, we use OSC heavily now it has Kerberos and X.509 support. With the new support of Keystone V3 in the Nova python client, we are interested in extending this

Re: [openstack-dev] [cinder] FFE driver-private-data + pure-iscsi-chap-support

2015-02-18 Thread Mike Perez
On 10:07 Wed 18 Feb , John Griffith wrote: On Tue, Feb 17, 2015 at 11:36 PM, Mike Perez thin...@gmail.com wrote: On 14:50 Sun 15 Feb , Patrick East wrote: Hi All, I would like to request a FFE for the following blueprints:

Re: [openstack-dev] [TripleO] Stepping down as TripleO PTL

2015-02-18 Thread Clint Byrum
Excerpts from Clint Byrum's message of 2015-02-17 08:52:46 -0800: Excerpts from Anita Kuno's message of 2015-02-17 07:38:01 -0800: On 02/17/2015 09:21 AM, Clint Byrum wrote: There has been a recent monumental shift in my focus around OpenStack, and it has required me to take most of my

Re: [openstack-dev] [TripleO] Stepping down as TripleO PTL

2015-02-18 Thread Chris Jones
Hi Thanks for stepping forward, James :) Cheers, -- Chris Jones On 18 Feb 2015, at 21:45, Clint Byrum cl...@fewbar.com wrote: Excerpts from Clint Byrum's message of 2015-02-17 08:52:46 -0800: Excerpts from Anita Kuno's message of 2015-02-17 07:38:01 -0800: On 02/17/2015 09:21 AM, Clint

[openstack-dev] [heat] raw volume attachment and format in cloud config

2015-02-18 Thread Vignesh Kumar
Hi All, I am trying to attach a raw volume to a server node and format it. All done in one go using a heat template. 1. The volume is attached using OS::Cinder::VolumeAttachment 2. The node is created using OS::Nova::Server and it is created from a coreOS image 3. I am using the

Re: [openstack-dev] [api] [glance] conclusion needed on functional API

2015-02-18 Thread Brian Rosmaita
On 2/15/15, 2:35 PM, Jay Pipes jaypi...@gmail.com wrote: On 02/15/2015 01:13 PM, Brian Rosmaita wrote: On 2/15/15, 10:10 AM, Jay Pipes jaypi...@gmail.com wrote: On 02/15/2015 01:31 AM, Brian Rosmaita wrote: This is a follow-up to the discussion at the 12 February API-WG meeting [1] concerning

[openstack-dev] [Neutron] FWaaS - question about drivers

2015-02-18 Thread Sławek Kapłoński
Hello, I'm looking to use FWaaS service plugin with my own router solution (I'm not using L3 agent at all). If I want to use FWaaS plugin also, should I write own driver to it, or should I write own service plugin? I will be grateful for any links to some description about this FWaaS and it's

Re: [openstack-dev] [openstack-operators][rally][docker] Rally docker images are available on Docker hub now!

2015-02-18 Thread Andrey Kurilin
Great news for everyone!:) On Wed, Feb 18, 2015 at 9:28 PM, Boris Pavlovic bo...@pavlovic.me wrote: Hi stackers, For those who likes to keep system clean, Rally team is happy to say that Docker images with Rally are automatically published to docker hub now. Repo with images is here:

Re: [openstack-dev] [TripleO] Stepping down as TripleO PTL

2015-02-18 Thread Anita Kuno
On 02/18/2015 04:55 PM, Chris Jones wrote: Hi Thanks for stepping forward, James :) Cheers, -- Chris Jones On 18 Feb 2015, at 21:45, Clint Byrum cl...@fewbar.com wrote: Excerpts from Clint Byrum's message of 2015-02-17 08:52:46 -0800: Excerpts from Anita Kuno's message of 2015-02-17

Re: [openstack-dev] [keystone] [trusts] [all] How trusts should work by design?

2015-02-18 Thread Renat Akhmerov
Hi, On 18 Feb 2015, at 23:54, Nikolay Makhotkin nmakhot...@mirantis.com wrote: Nova client's CLI parameter 'bypass_url' helps me. The client's API also has 'management_url' attribute, if this one is specified - the client doesn't reauthenticate. Also the most of clients have 'endpoint'

Re: [openstack-dev] [Neutron] per-agent/driver/plugin requirements

2015-02-18 Thread YAMAMOTO Takashi
On 17 February 2015 at 22:00, YAMAMOTO Takashi yamam...@valinux.co.jp wrote: hi, i want to add an extra requirement specific to OVS-agent. (namely, I want to add ryu for ovs-ofctl-to-python blueprint. [1] but the question is not specific to the blueprint.) to avoid messing deployments

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Renat Akhmerov
Guys, I really appreciate the input of you all. We decided that ideally we need to agree on that syntax within days, not weeks or months. But anyway, since we started this discussion yesterday I just want to give us extra 1-2 days to play with all these thoughts in our heads. Just one

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread James Fryman
On Feb 18, 2015, at 3:07 PM, Dmitri Zimine dzim...@stackstorm.com wrote: Syntax options that we’d like to discuss further % 1 + 1 % # pro- ruby/js/puppet/chef familiarity con - spaces, and % is too large symbol {1 + 1} # pro - less spaces, con - no familiarity ? 1 + 1 ? # php

[openstack-dev] [nova] Nova API meeting

2015-02-18 Thread Christopher Yeoh
Hi, Just a reminder that the weekly Nova API meeting is being held tomorrow Friday UTC . We encourage cloud operators and those who use the REST API such as SDK developers and others who and are interested in the future of the API to participate. In other timezones the meeting is at: EST

Re: [openstack-dev] [horizon][keystone]

2015-02-18 Thread Dolph Mathews
On Fri, Feb 6, 2015 at 12:47 PM, Adam Young ayo...@redhat.com wrote: On 02/04/2015 03:54 PM, Thai Q Tran wrote: Hi all, I have been helping with the websso effort and wanted to get some feedback. Basically, users are presented with a login screen where they can select: credentials,

Re: [openstack-dev] LOG.debug()

2015-02-18 Thread Vedsar Kushwaha
Thanks for immediate reply. I'm aware of logging_monitoring.html http://docs.openstack.org/openstack-ops/content/logging_monitoring.html and /var/log. But the information is not there. LOG.debug(%(host_state)s does not have %(requested_ram)s MB usable ram, it only has %(usable_ram)s MB usable

[openstack-dev] [Fuel] tracking bugs superseded by blueprints

2015-02-18 Thread Bogdan Dobrelya
Hello. There is inconsistency in the triage process for Fuel bugs superseded by blueprints. The current approach is to set won't fix status for such bugs. But there are some cases we should clarify [0], [1]. I vote to not track superseded bugs separately and keep them as won't fix but update the

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2015 05:07 PM, Michael Krotscheck wrote: You got my intention right: I wanted to understand better what lead some people to create a private channel, what were their needs. I'm in a passworded channel, where the majority of members

[openstack-dev] [tempest] Question about test_external_network_visibility

2015-02-18 Thread Albert
Hi guys, What the reason behind this test, why I cannot have an external network that is shared amongst all the tenants? Also according to this: http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/neutron_initial-external-network.html

[openstack-dev] [tempest] Question about test_external_network_visibility

2015-02-18 Thread Albert
Hi guys, What the reason behind this test, why I cannot have an external network that is shared amongst all the tenants? Also according to this: http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/neutron_initial-external-network.html

Re: [openstack-dev] [Keystone] [devstack] About _member_ role

2015-02-18 Thread Pasquale Porreca
Analyzing Horizon code I can confirm that the existence of _member_ role is required, so the commit https://review.openstack.org/#/c/150667/ introduced the bug in devstack. More details and a fix proposal in my change submission: https://review.openstack.org/#/c/156527/ On 02/18/15 10:04,

Re: [openstack-dev] [Fuel] Python code in fuel-library

2015-02-18 Thread Jay Pipes
On 02/18/2015 04:57 AM, Sebastian Kalinowski wrote: Hello Fuelers, There is more and more Python code appearing in fuel-library [1] that is used in our Puppet manifests. Now, with introduction of Granular Deployment feature it could appear more often as writing some tasks as a Python script is

Re: [openstack-dev] [Nova][Neutron] out-of-tree plugin for Mech driver/L2 and vif_driver

2015-02-18 Thread Brent Eagles
Hi Maxime, Neil, On 16/01/2015 1:39 PM, Maxime Leroy wrote: On Wed, Jan 14, 2015 at 6:16 PM, Neil Jerram neil.jer...@metaswitch.com wrote: Maxime Leroy maxime.le...@6wind.com writes: Ok, thank you for the details. I will look how to implement this feature. Hi Maxime, Did you have time

Re: [openstack-dev] [TripleO] update on Puppet integration in Kilo

2015-02-18 Thread Derek Higgins
On 11/02/15 17:06, Dan Prince wrote: I wanted to take a few minutes to go over the progress we've made with TripleO Puppet in Kilo so far. For those unfamilar with the efforts our initial goal was to be able to use Puppet as the configuration tool for a TripleO deployment stack. This is

Re: [openstack-dev] [Neutron] per-agent/driver/plugin requirements

2015-02-18 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2015 08:14 AM, YAMAMOTO Takashi wrote: hi, On Wednesday, 18 de February de 2015 at 07:00, yamam...@valinux.co.jp wrote: hi, i want to add an extra requirement specific to OVS-agent. (namely, I want to add ryu for

Re: [openstack-dev] [nova] Question about force_host skip filters

2015-02-18 Thread Jay Pipes
On 02/18/2015 01:19 AM, Joe Cropper wrote: Along these lines—dare I bring up the topic of providing an enhanced mechanism to determine which filter(s) contributed to NoValidHost exceptions? Do others ever hear about operators getting this, and then having no idea why a VM deploy failed? This

Re: [openstack-dev] [Fuel] Python code in fuel-library

2015-02-18 Thread Vladimir Kuklin
Hi, Seb Very fair point, thank you. We need to add this to our jobs for unittests run and syntax check. I am adding Aleksandr Didenko into the loop as he is currently working on the similar task. On Wed, Feb 18, 2015 at 4:53 PM, Jay Pipes jaypi...@gmail.com wrote: On 02/18/2015 04:57 AM,

Re: [openstack-dev] pci_alias config

2015-02-18 Thread Robert Li (baoli)
If you just use SR-IOV for networking, then pci_alias is not needed. —Robert On 2/16/15, 3:11 PM, Harish Patil harish.pa...@qlogic.commailto:harish.pa...@qlogic.com wrote: Hello, Do we still need “pci_alias config under /etc/nova/nova.conf for SR-IOV PCI passthru’ ? I have Juno release of

Re: [openstack-dev] LOG.debug()

2015-02-18 Thread Jordan Pittier
Hi, Also, make sure you have : debug = True verbose = True in the [DEFAULT] section of your nova.conf Jordan On Wed, Feb 18, 2015 at 3:56 PM, Gary Kotton gkot...@vmware.com wrote: Hi, Please see http://docs.openstack.org/openstack-ops/content/logging_monitoring.html If you have installed

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Michael Krotscheck
You got my intention right: I wanted to understand better what lead some people to create a private channel, what were their needs. I'm in a passworded channel, where the majority of members work on OpenStack, but whose common denominator is We're in the same organizational unit in HP. We

[openstack-dev] [neutron] Match network topology in DB vs. network topology in nodes

2015-02-18 Thread Leo Y
Hello, I am looking for a way to match information about network topology (such as interface+port or routing) that is stored in neutron DB vs. actual information that is known by the neutron agent(s) in the computation node. I like to do it in one of the following ways: Way #1: 1. Query

Re: [openstack-dev] LOG.debug()

2015-02-18 Thread Gary Kotton
Hi, Please see http://docs.openstack.org/openstack-ops/content/logging_monitoring.html If you have installed from packages this may be in /var/log/nova/nova-compute.log Thanks Gary From: Vedsar Kushwaha vedsarkushw...@gmail.commailto:vedsarkushw...@gmail.com Reply-To: OpenStack List

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread John Dickinson
Story time. (For the record, the -swift channel is logged and I don't know of any private Swift IRC channels. I fully support logging every OpenStack IRC channel.) I can understand why people might be hesitant to have a publicly logged channel. About a year ago, one of the Swift core devs said

[openstack-dev] LOG.debug()

2015-02-18 Thread Vedsar Kushwaha
Hello World, I'm new to openstack and python too :). In the file: https://github.com/openstack/nova/blob/master/nova/scheduler/filters/ram_filter.py where does the LOG.debug() is storing the information? -- Vedsar Kushwaha M.Tech-Computational Science Indian Institute of Science

Re: [openstack-dev] [all][tc] Lets keep our community open, lets fight for it

2015-02-18 Thread Doug Hellmann
On Wed, Feb 18, 2015, at 05:40 AM, Daniel P. Berrange wrote: On Tue, Feb 17, 2015 at 09:29:19AM -0800, Clint Byrum wrote: Excerpts from Daniel P. Berrange's message of 2015-02-17 02:37:50 -0800: On Wed, Feb 11, 2015 at 03:14:39PM +0100, Stefano Maffulli wrote: ## Cores are *NOT*

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-18 Thread Donald Stufft
On Feb 18, 2015, at 10:14 AM, Doug Hellmann d...@doughellmann.com wrote: On Wed, Feb 18, 2015, at 10:07 AM, Donald Stufft wrote: On Feb 18, 2015, at 10:00 AM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Feb 17, 2015, at 03:17 PM, Joe Gordon wrote: On Tue, Feb 17, 2015 at

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Zane Bitter
On 16/02/15 16:06, Dmitri Zimine wrote: 2) Use functions, like Heat HOT or TOSCA: HOT templates and TOSCA doesn’t seem to have a concept of typed variables to borrow from (please correct me if I missed it). But they have functions: function: { function_name: {foo: [parameter1, parameter 2],

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-18 Thread Doug Hellmann
On Tue, Feb 17, 2015, at 03:17 PM, Joe Gordon wrote: On Tue, Feb 17, 2015 at 4:19 AM, Sean Dague s...@dague.net wrote: On 02/16/2015 08:50 PM, Ian Cordasco wrote: On 2/16/15, 16:08, Sean Dague s...@dague.net wrote: On 02/16/2015 02:08 PM, Doug Hellmann wrote: On Mon, Feb

Re: [openstack-dev] [Fuel] Python code in fuel-library

2015-02-18 Thread Aleksandr Didenko
Hi, I agree that we need a better testing for python tasks/code. There should be no problems adding py.test tests into fuel-library CI, we already have one [1] up and running. So I'm all in and ready to help with such testing implementation. [1]

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-18 Thread Donald Stufft
On Feb 18, 2015, at 10:00 AM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Feb 17, 2015, at 03:17 PM, Joe Gordon wrote: On Tue, Feb 17, 2015 at 4:19 AM, Sean Dague s...@dague.net wrote: On 02/16/2015 08:50 PM, Ian Cordasco wrote: On 2/16/15, 16:08, Sean Dague s...@dague.net

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Russell Bryant
On 02/18/2015 09:58 AM, John Dickinson wrote: My point is that while I support logging every OpenStack channel, please realize that it does come with a cost. Think back to the conversations that happen over drinks late at night at OpenStack Summits. I've had many of those with many of you.

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-18 Thread Doug Hellmann
On Wed, Feb 18, 2015, at 10:07 AM, Donald Stufft wrote: On Feb 18, 2015, at 10:00 AM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Feb 17, 2015, at 03:17 PM, Joe Gordon wrote: On Tue, Feb 17, 2015 at 4:19 AM, Sean Dague s...@dague.net wrote: On 02/16/2015 08:50 PM,

[openstack-dev] [glance] Import service module from oslo-incubator

2015-02-18 Thread Sampath, Lakshmi
Hi, For catalog index service we need the service module and its dependencies imported from oslo-incubator. https://review.openstack.org/#/c/152872/ has the required files. All are new files and shouldn't be impacting any existing functionality. Wanted to send to a wider audience to see if

Re: [openstack-dev] LOG.debug()

2015-02-18 Thread Vedsar Kushwaha
thanks. that worked...:) On Wed, Feb 18, 2015 at 9:30 PM, Jordan Pittier jordan.pitt...@scality.com wrote: Hi, Also, make sure you have : debug = True verbose = True in the [DEFAULT] section of your nova.conf Jordan On Wed, Feb 18, 2015 at 3:56 PM, Gary Kotton gkot...@vmware.com wrote:

Re: [openstack-dev] The root-cause for IRC private channels (was Re: [all][tc] Lets keep our community open, lets fight for it)

2015-02-18 Thread Flavio Percoco
On 18/02/15 16:07 +, Michael Krotscheck wrote: You got my intention right: I wanted to understand better what lead some people to create a private channel, what were their needs. I'm in a passworded channel, where the majority of members work on OpenStack, but whose common

Re: [openstack-dev] [api] [glance] conclusion needed on functional API

2015-02-18 Thread Miguel Grinberg
Out of all the proposals mentioned in this thread, I think Jay's (d) option is what is closer to the REST ideal: d) POST /images/{image_id}/tasks with payload: { action: deactivate|activate } Even though I don't think this is the perfect solution, I can recognize that at least it tries to be

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Dmitri Zimine
Syntax options that we’d like to discuss further % 1 + 1 % # pro- ruby/js/puppet/chef familiarity con - spaces, and % is too large symbol {1 + 1} # pro - less spaces, con - no familiarity ? 1 + 1 ? # php familiarity, need spaces The primary criteria to select these 3 options is that

Re: [openstack-dev] [api] [glance] conclusion needed on functional API

2015-02-18 Thread Brian Rosmaita
Thanks for your comment, Miguel. Your suggestion is indeed very close to the RESTful ideal. However, I have a question for the entire API-WG. Our (proposed) mission is To improve the developer experience of API users by converging the OpenStack API to a consistent and pragmatic RESTful

[openstack-dev] [sahara] team meeting Feb 19 1800 UTC

2015-02-18 Thread Sergey Lukjanov
Hi folks, We'll be having the Sahara team meeting in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SaharaAgenda#Next_meetings http://www.timeanddate.com/worldclock/fixedtime.html?msg=Sahara+Meetingiso=20150219T18 P.S. I'll be on plane at this time, so, Andrew

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread W Chan
As a user of Mistral pretty regularly these days, I certainly prefers % %. I agree with the other comments on devops familiarity. And looking this from another angle, it's certainly easier to type % % then the other options, especially if you have to do this over and over again. LOL Although, I

Re: [openstack-dev] Fwd: [Neutron][DVR]Neutron distributed SNAT

2015-02-18 Thread Kevin Benton
If I understand correctly, for southbound traffic there would be hair-pinning via the L3 agent that the upstream router happened to pick out of the ECMP group since it doesn't know where the hypervisors are. On the other hand northbound traffic could egress directly (assuming an l3 agent is

Re: [openstack-dev] Extensions for standalone EC2 API

2015-02-18 Thread Alexandre Levine
All, I have updated and reworked the review with the proposed microversions changes. Please take a look. Hope tomorrow during the nova meeting we'll decide something about it. Best regards, Alex Levine On 2/17/15 5:54 PM, Sean Dague wrote: On 02/17/2015 09:38 AM, Alexandre Levine wrote:

Re: [openstack-dev] [keystone] Issue on adding or removing itself to/from a group

2015-02-18 Thread Ioram Schechtman Sette
Hi all, My previous message was sent incomplete. Sorry for that. Here it is the correct one. I'm currently working on the virtual organisations (VO) management code and I would like to add the functionallity that when a user creates a VO Role, he automatically joins it. Since VO Roles are

Re: [openstack-dev] [Mistral] Changing expression delimiters in Mistral DSL

2015-02-18 Thread Patrick Hoolboom
Out of those three I still prefer % %. The main reason I like it is familiarity. Also the question mark makes me think of a wildcard, and I don't want to use curly braces because of all the aforementioned reasons (already has a meaning in YAML). On Wed, Feb 18, 2015 at 3:07 PM, Dmitri Zimine

[openstack-dev] [keystone] Issue on adding or removing itself to/from a group

2015-02-18 Thread Ioram Schechtman Sette
Hi all, I'm currently working on the virtual organisations (VO) management code and I would like to add the functionallity that when a user creates a VO Role, he automatically joins it. Since VO Roles are represented as Groups, I need to create a new group and add my user into it. I that when I

Re: [openstack-dev] [Neutron] FWaaS - question about drivers

2015-02-18 Thread Vikram Choudhary
Hi, You can write your own driver. You can refer to below links for getting some idea about the architecture. https://wiki.openstack.org/wiki/Neutron/ServiceTypeFramework https://wiki.openstack.org/wiki/Neutron/LBaaS/Agent Thanks Vikram -Original Message- From: Sławek Kapłoński

Re: [openstack-dev] Fwd: [Neutron][DVR]Neutron distributed SNAT

2015-02-18 Thread Angus Lees
On Mon Feb 16 2015 at 9:37:22 PM Kevin Benton blak...@gmail.com wrote: It's basically very much like floating IPs, only you're handing out a sub-slice of a floating-IP to each machine - if you like. This requires participation of the upstream router (L4 policy routing pointing to next hops