[openstack-dev] [Mistral][Horizon][Tuskar-ui] Mistral Dashboard

2015-07-07 Thread niuzhenguo
Hi folks, As Horizon is moving towards an Angular application, I think it's high time that we should make a standard for other projects which want to horizon compatible on whether they should based on Angular Dashboard or the current Horizon framework. For new project, I think it makes more se

Re: [openstack-dev] [kolla][tc] Plans for using Pre-2.0 Ansible modules

2015-07-07 Thread Sam Yaple
Steve, We will need some of the modules from the "merge-it-all" branch of emoty's fork[1]. If it is more convient, you can just grab them all. The ones we require to proceed without triggering Option #4 would be the keystone related modules. That list is as follows: os_auth.py os_keystone_domain.

Re: [openstack-dev] [Murano] Discuss simulated-execution-mode-murano-engine blueprint

2015-07-07 Thread Alexander Tivelkov
Hi Gosha, In my understanding, the base test class (io.murano.tests.TestFixture) should have something like assertRaises method, similar to the one in python -- Regards, Alexander Tivelkov On Mon, Jul 6, 2015 at 9:47 PM, Georgy Okrokvertskhov < gokrokvertsk...@mirantis.com> wrote: > Hi Kate, >

Re: [openstack-dev] [neutron] How to handle security issues in external repos?

2015-07-07 Thread Thierry Carrez
Jeremy Stanley wrote: > On 2015-07-06 20:25:25 +0200 (+0200), Henry Gessau wrote: >> Jeremy, a huge thanks for this fantastic reply! I have taken the liberty of >> copying your responses directly into Neutron's "contributing" guide: >> https://review.openstack.org/187267 >> >> I hope you don't mind

[openstack-dev] Fwd: Can't add a table to nova DB

2015-07-07 Thread Silvia Fichera
Hi all, I want to add a table to nova db and I followed those suggestions: https://stackoverflow.com/questions/19424901/how-to-add-a-table-in-nova-database-openstack/24900366#24900366 but after the synchronization there are no changes in the DB. In order, I've added the structure my new table as

Re: [openstack-dev] [Mistral][Horizon][Tuskar-ui] Mistral Dashboard

2015-07-07 Thread Renat Akhmerov
Hi, Unless this is a strict requirement for OpenStack projects to move to AngularJS I’d prefer to keep existing framework within Mistral for purely time/resources reason. I believe such a transition will take weeks. I’m not an expert in UI stuff and Horizon specifically so it would be helpful

Re: [openstack-dev] [neutron] - Proposing Miguel Angel Ajo for the Control Plane core team

2015-07-07 Thread Rossella Sblendido
Huge +1 !! On 07/06/2015 12:02 PM, Kevin Benton wrote: Hello! As the Lieutenant of the built-in control plane[1], I am proposing to add Miguel Angel Ajo to the control plane core reviewer team. His review stats are inline with the other core reviewers[2], and his work on improving the stabilit

[openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Yuiko Takada
Hi folks, I found the difference between wiki[1] and governance[2]. wiki says "Generally the capitalization of the project team names like swift is lowercase." But in governance, written as uppercase like "Nova", "Swift". How do you think which should we use uppercase vs lowercase for representin

[openstack-dev] [mistral][ui] Executions Screen BP

2015-07-07 Thread Renat Akhmerov
Team, I reviewed “Executions Screen” BP and left my comments. Generally I’m ok with the description. Please have a look. [1] https://blueprints.launchpad.net/mistral/+spec/mistral-dashboard-executions-screen

Re: [openstack-dev] [Cinder] python-cinderclient functional tests

2015-07-07 Thread Gorka Eguileor
On Mon, Jul 06, 2015 at 09:48:27PM +0300, Ivan Kolodyazhny wrote: > Hi all, > > As you may know, we've got experimental job [1] to run functional tests [2] > for python-cinderclient with devstack setup. > > Functional tests for python-cinderclient is very important because it's > almost the only

[openstack-dev] [oslo.messaging] [mistral] Acknowledge feature of RabbitMQ in oslo.messaging

2015-07-07 Thread Nikolay Makhotkin
Hi, I am using RabbitMQ as the backend and searched oslo.messaging for message acknowledgement feature but I found only [1] what is wrong using of acknowledgement since it acknowledges incoming message before it has been processed (while it should be done only after processing the message, otherwi

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Matthias Runge
On Mon, Jul 06, 2015 at 11:48:13PM -0400, Monty Taylor wrote: > significant identified problems... but the third in the list, Meiji (明 > 治) is clear. > > So please join me in welcoming the latest name to our family ... and if > you, like me, are not a native Japanese speaker, in learning two new >

Re: [openstack-dev] [horizon] Modifying existing dashboards with plugins

2015-07-07 Thread Matthias Runge
On Mon, Jul 06, 2015 at 04:23:29PM -0700, Skyler Berg wrote: > I am wondering if there is a way to have plugins modify existing > dashboards currently that I am overlooking. If not, should there be? Very briefly: There is currently no way to extend something else other than a dashboard or a panel.

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Salvatore Orlando
Some comments inline. Salvatore On 6 July 2015 at 20:00, Paul Michali wrote: > Hi, > > I have some urgent requests about migration that I'm hoping to get some > info on. I'm working on a bug where I need to add two (related) fields to a > table for VPNaaS. Here's the objectives related to migra

Re: [openstack-dev] [oslo.messaging] [mistral] Acknowledge feature of RabbitMQ in oslo.messaging

2015-07-07 Thread Renat Akhmerov
Just to clarify: what we’re looking for is how to implement “Work queue” pattern described at [1] with oslo messaging. As Nikolay said, it requires that a message to be acknowledged after it has been processed. [1] http://www.rabbitmq.com/tutorials/tutorial-two-python.html

[openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread Victor Stinner
Hi, I have 9 pending patches to fix Python 3 issues in Swift, but they didn't get much attention yet. Most of these patches replace a pattern with a new pattern to add Python 3 support in addition to Python 2 support. https://review.openstack.org/#/q/owner:%22Victor+Stinner%22+status:open+pro

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Dmitry Tantsur
On 07/07/2015 11:21 AM, Yuiko Takada wrote: Hi folks, I found the difference between wiki[1] and governance[2]. wiki says "Generally the capitalization of the project team names like swift is lowercase." But in governance, written as uppercase like "Nova", "Swift". It's grammatically incorrect

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Pradeep kumar
Hi michael, I did tried icehouse release but getting same error. I think there is some issue with python code but how to resolve that need some guidance on the same. On Jul 7, 2015 11:32 AM, "Michael Still" wrote: > Havana is very very old and no longer supported. Why are you porting > that rele

Re: [openstack-dev] [oslo.messaging] [mistral] Acknowledge feature of RabbitMQ in oslo.messaging

2015-07-07 Thread Mehdi Abaakouk
Hi, The RPC API of oslo.messaging do it for you, you don't have to care about acknowledgement (or anything else done by the driver because the underlying used pattern depends of it) . For the "Working Queues" patterns, I guess what you need is to ensure that the Target doesn't have the "ser

Re: [openstack-dev] [neutron] - Proposing Miguel Angel Ajo for the Control Plane core team

2015-07-07 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oh yes! It was a bit weird that Miguel, while owning a feature branch, did not have a say in what is merged there. Now it should be more in line with his actual position in the project. Good work, Miguel! On 07/06/2015 01:02 PM, Kevin Benton wrote

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Amrith Kumar
Maybe this (the google answer)? www.youtube.com/watch?v=Qvw0A12aOGQ But someone who is a native Japanese speaker should confirm. -amrith P.S. the yahoo answer suggests that you pronounce it as "Meh - gee" with the emphasis on the "meh" ;) -Original Message- From: Matthias Runge [mail

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Sean Dague
On 07/07/2015 07:07 AM, Pradeep kumar wrote: > Hi michael, > > I did tried icehouse release but getting same error. > I think there is some issue with python code but how to resolve that > need some guidance on the same. It is extremely unlikely that anything in the OpenStack code is responsible

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Masayuki Igawa
Hi, # I'm a native Japanese speaker :-) 2015年7月7日(火) 20:33 Amrith Kumar : > Maybe this (the google answer)? > > www.youtube.com/watch?v=Qvw0A12aOGQ Yeah, this is correct pronunciation. > But someone who is a native Japanese speaker should confirm. > https://www.youtube.com/watch?v=D9vwge557h

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
Thanks Salvatore for the responses. See @PCM in-line... On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando wrote: > Some comments inline. > > Salvatore > > On 6 July 2015 at 20:00, Paul Michali wrote: > >> Hi, >> >> I have some urgent requests about migration that I'm hoping to get some >> info

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
And for the query, it involves several table references (Router, Port, IPAllocation). On Tue, Jul 7, 2015 at 8:00 AM Paul Michali wrote: > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > >> Some comments inline. >> >>

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Matthias Runge
On 07/07/15 13:55, Masayuki Igawa wrote: https://www.youtube.com/watch?v=D9vwge557hY I think this is a casual version and Japanese people are familiar with this. Thank you! I have an idea now. About the youtube snippet: Is that a commercial? Matthias

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Thierry Carrez
Yuiko Takada wrote: > Hi folks, > > I found the difference between wiki[1] and governance[2]. > wiki says "Generally the capitalization of the project team names like > swift is lowercase." > But in governance, written as uppercase like "Nova", "Swift". > > How do you think which should we use up

Re: [openstack-dev] [puppet] oslo.messaging version and RabbitMQ heartbeat support

2015-07-07 Thread Mehdi Abaakouk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Le 2015-07-01 15:21, Mike Dorman a écrit : As a follow up to the discussion during the IRC meeting yesterday, please vote for one of these approaches: 1) Make the default for the rabbit_heartbeat_timeout_threshold parameter 60, which matche

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Dave Walker
On 7 July 2015 at 13:11, Thierry Carrez wrote: > Yuiko Takada wrote: >> Hi folks, >> >> I found the difference between wiki[1] and governance[2]. >> wiki says "Generally the capitalization of the project team names like >> swift is lowercase." >> But in governance, written as uppercase like "Nova"

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Masayuki Igawa
2015年7月7日(火) 21:14 Matthias Runge : > On 07/07/15 13:55, Masayuki Igawa wrote: > > > > > https://www.youtube.com/watch?v=D9vwge557hY > > I think this is a casual version and Japanese people are familiar with > this. > Thank you! I have an idea now. > > About the youtube snippet: Is that a commerci

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Salvatore Orlando
On 7 July 2015 at 14:00, Paul Michali wrote: > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > >> Some comments inline. >> >> Salvatore >> >> On 6 July 2015 at 20:00, Paul Michali wrote: >> >>> Hi, >>> >>> I have some u

[openstack-dev] [neutron] Reading an updated port's fixed IPs in mech driver update_port_postcommit

2015-07-07 Thread Neil Jerram
I think there's something I'm not understanding about how Neutron's DB tables are related, and when one can safely read believed-to-be-committed information from them... My project's mechanism driver is handling a port update in which the fixed IPs are changing; specifically, a second fixed IP

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Ian Y. Choi
Hello, I think the third name 'Meiji' may arise some historical and political debates in East Asia, as far as I know. Could you share what significant identified problems are on the first two selected from our election? With many thanks, /Ian On Tue, Jul 7, 2015 at 8:55 PM, Masayuki Igawa wr

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Henry Gessau
On Tue, Jul 07, 2015, Paul Michali wrote: > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > > Some comments inline. > > Salvatore > > On 6 July 2015 at 20:00, Paul Michali

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Henry Gessau
On Tue, Jul 07, 2015, Salvatore Orlando wrote: > > > On 7 July 2015 at 14:00, Paul Michali > wrote: > > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > >

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Pradeep kumar
Ohk sean I am Using a platform with low configuration.IF u can help regarding some achitectural changes actually i am stuck at same point from last 7 days. Thanks sean On Jul 7, 2015 5:11 PM, "Sean Dague" wrote: > On 07/07/2015 07:07 AM, Pradeep kumar wrote: > > Hi michael, > > > > I did tried i

Re: [openstack-dev] [neutron] Networking-foo projects and release management in the Neutron Stadium

2015-07-07 Thread Kyle Mestery
On Mon, Jul 6, 2015 at 10:42 PM, Takashi Yamamoto wrote: > On Tue, Jul 7, 2015 at 10:44 AM, Kyle Mestery wrote: > > On Mon, Jul 6, 2015 at 5:07 PM, Takashi Yamamoto > > wrote: > >> > >> hi, > >> > >> On Tue, Jul 7, 2015 at 2:20 AM, Kyle Mestery > wrote: > >> > The tl;dr for this email is that

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Akihiro Motoki
2015-07-07 21:39 GMT+09:00 Henry Gessau : > On Tue, Jul 07, 2015, Paul Michali > wrote: > > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > >> Some comments inline. >> >> Salvatore >> >>On 6 July 2015 at 20:00, P

Re: [openstack-dev] [packaging] how to deal with the rename of config files in neutron on upgrade?

2015-07-07 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/02/2015 06:35 PM, Matt Riedemann wrote: > This change in neutron [1] renames the linuxbridge and openvswitch > plugin config files. I'm familiar with the %config(noreplace) > directive in rpm but I'm not sure if there is a special trick with

[openstack-dev] Cinder as generic volume manager

2015-07-07 Thread Jan Safranek
Hello, I'd like to (mis-)use Cinder outside of OpenStack, i.e. without Nova. I can easily create/manage volumes themselves, Cinder API is pretty friendly here. Now, how can I attach a volume somewhere? Something like 'nova volume-attach ', but without Nova and with (=anything) instead of (=vir

[openstack-dev] [OSSN 0049] Nova ironic driver logs sensitive information while operating in debug mode

2015-07-07 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nova ironic driver logs sensitive information while operating in debug mode - --- ### Summary ### The password and authentication token configuration options for the ironic driver in nova are not marked as secret. The values of these options will be l

[openstack-dev] [Fuel][Fuel-library] Kilo-based CI jobs enabled in non-voting mode

2015-07-07 Thread Aleksandra Fedorova
Hi, everyone, please be aware that we enabled Kilo based-jobs on Fuel CI for commits to fuel-library repository: https://ci.fuel-infra.org/view/kilo/ They run exactly the same tests - centos.ha_nova_vlan, - ubuntu.ha_neutron_vlan - master_node against custom build of Kilo based Fuel ISO (

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Richard Raseley
Yuiko Takada wrote: How do you think which should we use uppercase vs lowercase for representing project names? They are proper names. The clear grammatical standard is capitalization. With that in mind, and unless there is some compelling reason for them not to be capitalized (I can't imagin

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
Yes, I wasn't using the --service option, so I suspect that is why my down_version was wrong. In talking with Akihiro, I added a check to PEP8 and made sure that it fails if head is wrong. It is: https://review.openstack.org/#/c/199082/ (of course that failed py27 - I've got to see if there was so

Re: [openstack-dev] Cinder as generic volume manager

2015-07-07 Thread Duncan Thomas
This is entirely possible, and is one of the aims of cinder-agent, though that has somewhat stalled due to Ironic having different design goals. You should be able to write a simple client that calls reserve, initialize_connection and parses the result for taget info - if you want it to work with

Re: [openstack-dev] [Murano][Congress] Application placement use case

2015-07-07 Thread Filip Blaha
Hi all, there is related blueprint [1]. Once it will be implemented it could support this usecase. So policy defined in congress modifies environment prior deployment. I think this mechanism could be used to enforce placement to region/AZ. [1] https://blueprints.launchpad.net/murano/+spec/p

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Jeremy Stanley
On 2015-07-07 13:24:00 +0100 (+0100), Dave Walker wrote: [...] > I am interested to hear why the convention in documentation for it to > be lower case. [...] Seems like this question comes up once for every two or three new writers/editors who join the Docs effort. The most recent thread on it is

Re: [openstack-dev] Cinder as generic volume manager

2015-07-07 Thread Jan Safranek
On 07/07/2015 04:08 PM, Duncan Thomas wrote: > This is entirely possible, and is one of the aims of cinder-agent, > though that has somewhat stalled due to Ironic having different > design goals. > > You should be able to write a simple client that calls reserve, > initialize_connection and pars

Re: [openstack-dev] [Murano][Congress] Application placement use case

2015-07-07 Thread vemana Kanaka Durgarao
vemana.kanakadurga...@gmail.com On Tue, 7 Jul 2015 10:24 Filip Blaha wrote: > Hi all, > > there is related blueprint [1]. Once it will be implemented it could > support this usecase. So policy defined in congress modifies environment > prior deployment. I think this mechanism could be used to e

[openstack-dev] [Congress] review for UI

2015-07-07 Thread Tim Hinrichs
Yali has been working hard on a new GUI for writing Congress policies. The goal was to focus on the common case and make it super-easy (and accept that the uncommon cases may be hard or impossible). So this GUI is complementary to the one we have: infrequent users who want to write simple policie

[openstack-dev] [manila][puppet-manila] Request for review

2015-07-07 Thread sac
Hi, Requesting core to review my puppet-manila patch: https://review.openstack.org/#/c/186699/ Thanks, -sac __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.or

Re: [openstack-dev] [neutron] Reading an updated port's fixed IPs in mech driver update_port_postcommit

2015-07-07 Thread Kevin Benton
It sounds like something is starting a transaction before calling update_port on the core plugin. This will prevent the transaction from being completely closed even though ML2 is in the post_commit phase. In your db.get_port call, make sure you are using the same DB session from the context that

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Dmitry Tantsur
On 07/07/2015 04:44 PM, Jeremy Stanley wrote: On 2015-07-07 13:24:00 +0100 (+0100), Dave Walker wrote: [...] I am interested to hear why the convention in documentation for it to be lower case. [...] Seems like this question comes up once for every two or three new writers/editors who join the

Re: [openstack-dev] [puppet] oslo.messaging version and RabbitMQ heartbeat support

2015-07-07 Thread Mike Dorman
Ok, I see that now, too. I’m confused why the default is still 60 in olso.messaging 1.9.0 and 1.10.0 though? I confess I don’t completely understand the versioning here. But if we are saying that the default for Kilo will be and is 0, then I’m happy setting that as the default in the Puppet m

[openstack-dev] [QA] Doodle poll for New Alternating Week QA Meeting time

2015-07-07 Thread Matthew Treinish
Hi everyone, As a follow-up from the QA meeting from 2 weeks ago I'm starting a poll to reschedule the 22:00 UTC QA meeting: http://doodle.com/eykyptgi3ca3r9mk I used the yaml2ical repo (which is awesome and makes this so much easier) to figure out which slots were open for Thursday. To summar

Re: [openstack-dev] Should project name be uppercase or lowercase?

2015-07-07 Thread Dave Walker
On 7 July 2015 at 15:44, Jeremy Stanley wrote: > On 2015-07-07 13:24:00 +0100 (+0100), Dave Walker wrote: > [...] >> I am interested to hear why the convention in documentation for it to >> be lower case. > [...] > > Seems like this question comes up once for every two or three new > writers/edito

[openstack-dev] [neutron] New time and channel for neutron-drivers team weekly meeting

2015-07-07 Thread Kyle Mestery
I've updated the time for this meeting [1] and added it to the wiki [2]. The new meeting logistics are as follows: Time: 1500 UTC Channel: #openstack-meeting We'll skip this week and resume the meetings next week. Thanks! Kyle [1] https://review.openstack.org/#/c/198806/ [2] https://wiki.openst

[openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Victor Stinner
Hi, Oslo libraries become more and more stable, cool :-) Sometimes, we have to modify APIs, to fix bugs, to deprecate functions, to add new function parameters, etc. It would be cool to _document_ these changes. Sphinx provides nice markups to document API changes: http://sphinx-doc.org/m

[openstack-dev] [Fuel][Plugins] generators support in environment_config.yaml for plugins

2015-07-07 Thread Sergiy Lystopad
Hi, colleagues Is it possible to generate random value for field (actually field with type: password) in environment_config.yaml I'm trying something like https://github.com/stackforge/fuel-web/blob/stable/6.1/nailgun/nailgun/fixtures/openstack.yaml#L836 but seems it doesn't work Thanks -- Serg

Re: [openstack-dev] [neutron] Reading an updated port's fixed IPs in mech driver update_port_postcommit

2015-07-07 Thread Neil Jerram
Thanks, Kevin, but I believe we're already doing what you advise; please see https://github.com/Metaswitch/calico/blob/master/calico/openstack/mech_calico.py#L346-348 Is there a way of checking that there aren't still any open transactions, when update_port_postcommit is called? Thanks,

Re: [openstack-dev] [horizon] Modifying existing dashboards with plugins

2015-07-07 Thread Rob Cresswell (rcresswe)
AFAIK, the customisation is mainly restricted to panels and dashboards and styling, as Matthias said. I¹ll be looking into extending the workflows shortly. If you have any ideas on implementation, feel free to suggest. Rob On 07/07/2015 11:00, "Matthias Runge" wrote: >On Mon, Jul 06, 2015 at 0

Re: [openstack-dev] [neutron] Networking-foo projects and release management in the Neutron Stadium

2015-07-07 Thread Kyle Mestery
After some consultation with Doug and Thierry, we've boiled the change I'm recommending below down to two options: 1. independent, ad-hoc backport branches, tag yourself 2. cycle-with-intermediary, stable branches, tag by RelMgt team I think what we really want is option #1 for these projects. I'

Re: [openstack-dev] [Murano][Congress] Application placement use case

2015-07-07 Thread Nikolay Starodubtsev
Filip, Are you sure that this bp is still alive? Looks like the spec was freezed a month ago and development wasn't started. Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 2015-07-07 17:47 GMT+03:00 vemana Kanaka Durgarao : > vemana.kanakadurga...@gmail.com >

Re: [openstack-dev] [Mistral][Horizon][Tuskar-ui] Mistral Dashboard

2015-07-07 Thread Rob Cresswell (rcresswe)
The current issue is that we can’t force Angular when we have so little code ourselves. The framework is fairly solid now, but there is little in the way of code examples; launch instance, which last I checked has a few major bugs, the unfinished (?) identity dashboard and a few metadata modals

Re: [openstack-dev] [Nova] Deadline for mid-cycle meetup signup

2015-07-07 Thread John Garbutt
On 25 June 2015 at 23:57, Michael Still wrote: > Hi, > > I just wanted to let people know that we're setting a deadline of 7 > July for mid-cycle meetup signups. So, if you're intending to sign up > but haven't already I'd do it real soon now. Just a quick nudge to say that the deadline is today

Re: [openstack-dev] [puppet] weekly meeting #41

2015-07-07 Thread Emilien Macchi
On 07/06/2015 08:32 AM, Emilien Macchi wrote: > Hey Puppeteers! > > Here's an initial agenda for our weekly meeting, tomorrow at 1500 UTC > in #openstack-meeting-4: > > https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20150707 > > Please add a

Re: [openstack-dev] [Mistral][Horizon][Tuskar-ui] Mistral Dashboard

2015-07-07 Thread David Lyle
At this time, there is no hard requirement on using AngularJS for Horizon plugins. Existing plugins should not feel pressured to rewrite. Support for Django content is not going away anytime soon. The Horizon team feels that long term AngularJS will prove to be a better framework to build on. But w

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
Salvatore, I changed head to the version before my new one, and then tried to upgrade and I see this: neutron-db-manage --config-file /opt/stack/neutron/etc/neutron.conf --service vpnaas upgrade HEAD Traceback (most recent call last): File "/usr/local/bin/neutron-db-manage", line 10, in sy

[openstack-dev] [neutron] Breakage by commit 18bc67d56faef30a0f73429a5ee580e052858cb5

2015-07-07 Thread Paul Michali
I'm seeing that neutron-vpn repo py27 tests are now failing. Did a git bisect in Neutron and found that this commit is causing the failure (not sure what's broken). commit 18bc67d56faef30a0f73429a5ee580e052858cb5 Author: armando-migliaccio Date: Thu Jul 2 12:56:24 2015 -0700 COMMON_PREFIXE

[openstack-dev] [nova] Nova Liberty Midcyle agenda

2015-07-07 Thread John Garbutt
Hi, It would be great to start writing down ideas of what you want to discuss at the midcycle: https://etherpad.openstack.org/p/liberty-nova-midcycle I have also added a draft agenda, but we will discuss and decide that details on the day, in the usual un-conference style. For more details about

Re: [openstack-dev] [oslo.messaging] [mistral] Acknowledge feature of RabbitMQ in oslo.messaging

2015-07-07 Thread Renat Akhmerov
> On 07 Jul 2015, at 17:07, Mehdi Abaakouk wrote: > > The RPC API of oslo.messaging do it for you, you don't have to care about > acknowledgement (or anything else done by the driver because the underlying > used pattern depends of it) . Phrases like this really scare me. Sorry :) As a devel

Re: [openstack-dev] [Murano][Congress] Application placement use case

2015-07-07 Thread Filip Blaha
Hi Nikolay, I am not sure about that. I mentioned it because bellow described usecase could be argument to continue work on that. Filip On 07/07/2015 05:29 PM, Nikolay Starodubtsev wrote: Filip, Are you sure that this bp is still alive? Looks like the spec was freezed a month ago and develo

Re: [openstack-dev] [neutron] Breakage by commit 18bc67d56faef30a0f73429a5ee580e052858cb5

2015-07-07 Thread Armando M.
Hi Paul, Let me look into it. Thanks, Armando On 7 July 2015 at 08:51, Paul Michali wrote: > I'm seeing that neutron-vpn repo py27 tests are now failing. Did a git > bisect in Neutron and found that this commit is causing the failure (not > sure what's broken). > > commit 18bc67d56faef30a0f734

[openstack-dev] Thoughts on ReleaseNoteImpact git commit message tag

2015-07-07 Thread Matt Riedemann
While reviewing a change in nova [1] I mentioned that we should have something in the release notes for Liberty on the change. Typically for this I ask that the UpgradeImpact tag is added to the commit message because at the end of a release I search git/gerrit for any commits that have Upgrad

Re: [openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Clint Byrum
Excerpts from Victor Stinner's message of 2015-07-07 08:22:26 -0700: > Hi, > > Oslo libraries become more and more stable, cool :-) Sometimes, we have > to modify APIs, to fix bugs, to deprecate functions, to add new function > parameters, etc. It would be cool to _document_ these changes. Sphin

Re: [openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Victor Stinner
Le 07/07/2015 18:13, Clint Byrum a écrit : Any time we have versions appearing in code or docs, I cringe, because versions and releasing are separate from coding and documenting. If I'm adding a parameter today in the latest commit after 1.0.0, I really don't know if the next version released wil

[openstack-dev] [python-openstacksdk] Moratorium on services, features until post-1.0

2015-07-07 Thread Brian Curtin
In the interest of moving towards a 1.0 release of OpenStack SDK, we're going to halt accepting any new resources on existing services, and any entirely new services. After release, we'll open back up and both deepen and broaden our support for other OpenStack services. We currently have a backlog

Re: [openstack-dev] Thoughts on ReleaseNoteImpact git commit message tag

2015-07-07 Thread Dan Smith
> The thing is, UpgradeImpact isn't always appropriate for the change, but > DocImpact is used too broadly and as far as I can tell, it's not really > for updating release notes [2]. It's for updating stuff found in > docs.openstack.org. > > So we kicked around the idea of a ReleaseNoteImpact tag

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Salvatore Orlando
possibly I was wrong in mixing up git & alembic. It should be "upgrade head" - lowercase. If that doesn't work there might some other issue lurking. Salvatore On 7 July 2015 at 17:44, Paul Michali wrote: > Salvatore, > > I changed head to the version before my new one, and then tried to upgrad

Re: [openstack-dev] [oslo][neutron] oslo.policy: policy_dirs config option, why deprecated?

2015-07-07 Thread Ben Nemec
On 07/04/2015 12:12 AM, Akihiro Motoki wrote: > Hi Oslo and Neutron folks, > > Why is policy_dirs option deprecated in oslo.policy? > In Neutron we have multiple repositories which consist of Neutron services > and we would like to maintain policy.json separately. > policy_dirs option looks useful

Re: [openstack-dev] Thoughts on ReleaseNoteImpact git commit message tag

2015-07-07 Thread Steve Martinelli
I like the idea. When writing release notes, the more information we have the better. I usually look at the blueprints that were completed or our specs, but having an additional source (a commit message I could query) is always good. Thanks, Steve Martinelli OpenStack Keystone Core From: Ma

Re: [openstack-dev] [oslo.messaging] [mistral] Acknowledge feature of RabbitMQ in oslo.messaging

2015-07-07 Thread Clint Byrum
Excerpts from Mehdi Abaakouk's message of 2015-07-07 04:07:51 -0700: > Hi, > > The RPC API of oslo.messaging do it for you, you don't have to care > about acknowledgement (or anything else done by the driver because the > underlying used pattern depends of it) . > The original poster wasn't a

Re: [openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Steve Martinelli
fwiw - openstackclient has been using .. versionadded:: in it's docs for a while: http://docs.openstack.org/developer/python-openstackclient/_sources/command-objects/user.txt Thanks, Steve Martinelli OpenStack Keystone Core From: Victor Stinner To: OpenStack List Date: 2015/07/07 11

[openstack-dev] [cloudpulse][release] Announcing Cloudpulse Liberty-1 Release

2015-07-07 Thread Vinod Pandarinathan (vpandari)
Hi, We are pleased to announce the rock'in release of the CloudPulse Liberty 1 milestone. In this milestone our community implemented 5 blueprints! Our individual review contributors were: http://stackalytics.com/?project_type=all&module=cloudpulse This release includes the following featur

Re: [openstack-dev] OpenStack Meiji (明治) - Our next release name has been selected

2015-07-07 Thread Clint Byrum
http://afe.easia.columbia.edu/main_pop/kpct/kp_meiji.htm There's a summary of what Meiji might mean to historians. I'm not sure if OpenStack needs to be too concerned about this, but I believe this is what Ian is referring to as "historical and political debates in East Asia." Seems like a hot-bu

Re: [openstack-dev] [Magnum] Continuing with heat-coe-templates

2015-07-07 Thread Adrian Otto
Team, Thanks everyone for your input on this thread. To make a decision, I’d like input form Lars. I have put this on our team meeting agenda for next Tuesday (2015-07-14 2200 UTC in #openstack-meeting-alt). I’ll reach out to him on IRC and ask if he can make time to attend. If Magnum feels co

Re: [openstack-dev] [horizon] Modifying existing dashboards with plugins

2015-07-07 Thread Lin Hua Cheng
This was discussed two summits ago, I believe the preferred way to modify the tables was to extend the panel classes, do your customization there, and use the plugin mechanism to turn off the original panel and add the newly extended panel. It is not straight-forward, but it will be have less risk

[openstack-dev] Build dependency loop: python-os-client-config and python-oslotest

2015-07-07 Thread Thomas Goirand
Hi, It seems that the above packages are build-depending on each other. We need this kind of thing to be broken. Can something be done? Cheers, Thomas Goirand (zigo) __ OpenStack Development Mailing List (not for usage ques

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
HEAD, head, 24f28869838b (my new file) all say the same thing. :( On Tue, Jul 7, 2015 at 12:34 PM Salvatore Orlando wrote: > possibly I was wrong in mixing up git & alembic. > It should be "upgrade head" - lowercase. > > If that doesn't work there might some other issue lurking. > > Salvatore >

[openstack-dev] [Nova] Friday July 10 is Nova's "non-priority feature review bash day"

2015-07-07 Thread John Garbutt
Hi, Friday is: non-priority feature review bash day https://wiki.openstack.org/wiki/Nova/Liberty_Release_Schedule#Dates_overview The idea is the whole nova community is invited to concentrate on reviewing some some of the low priority blueprints that have been hanging around for a while. *Note*

Re: [openstack-dev] [horizon] Modifying existing dashboards with plugins

2015-07-07 Thread Thai Q Tran
Right, this was the suggestion I also recommended in IRC. The only issue here is if/when another plugin attempt to extend from the same panel, then we'd run into conflicts that would require manual resolution (but I'm not sure there is any other way around this).-Lin Hua Cheng wrote: -To:

[openstack-dev] [Ironic] weekly subteam status report

2015-07-07 Thread Ruby Loo
Hi, Following is the subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. Oslo (lintan) = initial (unstable-API) releases for oslo.cache, oslo.reports, oslo.service, automaton, futurist are in pypi - oslo.service and automation is alrea

Re: [openstack-dev] [kolla][tc] Plans for using Pre-2.0 Ansible modules

2015-07-07 Thread Clint Byrum
Excerpts from Steven Dake (stdake)'s message of 2015-07-03 11:53:00 -0700: > Kolla Devs as well as the Technical Committee, > > I wanted to get the TC’s thoughts on this plan of action as we intend to > apply for big tent once our Ansible code has completed implementation. If > the approach out

Re: [openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread John Dickinson
Victor, Thank you for working on this. Please don't give up on this work! I'll be asking others to look at these patches, and I'll try to look, myself, soon. For the dependencies (pyeclib), we'll get those as we can. The first priority is getting the Swift code, which we control, squared away.

Re: [openstack-dev] [swift] Stategy to port Swift to Python 3

2015-07-07 Thread janonymous coder
Hi, I'll be helping out victor too on the changes , and will try to do as much as possible on it. :) On Tue, Jul 7, 2015 at 11:12 PM, John Dickinson wrote: > Victor, > > Thank you for working on this. Please don't give up on this work! I'll be > asking others to look at these patches, and I'

Re: [openstack-dev] [neutron] Breakage by commit 18bc67d56faef30a0f73429a5ee580e052858cb5

2015-07-07 Thread Armando M.
Filed [1], I think this affected more than just vpn. Fix coming shortly. Sorry, I thought I had taken the necessary measures :) [1] https://bugs.launchpad.net/neutron/+bug/1472361 On 7 July 2015 at 09:11, Armando M. wrote: > Hi Paul, > > Let me look into it. > > Thanks, > Armando > > On 7 July

Re: [openstack-dev] Build dependency loop: python-os-client-config and python-oslotest

2015-07-07 Thread Matthew Thode
On 07/07/2015 12:26 PM, Thomas Goirand wrote: > Hi, > > It seems that the above packages are build-depending on each other. We > need this kind of thing to be broken. Can something be done? > > Cheers, > > Thomas Goirand (zigo) > > ___

Re: [openstack-dev] Build dependency loop: python-os-client-config and python-oslotest

2015-07-07 Thread Doug Hellmann
Excerpts from Thomas Goirand's message of 2015-07-07 19:26:18 +0200: > Hi, > > It seems that the above packages are build-depending on each other. We > need this kind of thing to be broken. Can something be done? >From looking at the requirements files, it's not obvious why oslotest would have an

Re: [openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Joshua Harlow
Another idea that I was going to do, but backed down from it, Was the following: https://review.openstack.org/#/c/155988/ Basically when a function would be marked with a debtcollector decorator/deprecation stuff it would also mutate the docstring and add on the rst section u just stated belo

Re: [openstack-dev] [oslo] Document API changes using Sphinx markups

2015-07-07 Thread Doug Hellmann
Excerpts from Clint Byrum's message of 2015-07-07 09:13:39 -0700: > Excerpts from Victor Stinner's message of 2015-07-07 08:22:26 -0700: > > Hi, > > > > Oslo libraries become more and more stable, cool :-) Sometimes, we have > > to modify APIs, to fix bugs, to deprecate functions, to add new func

  1   2   >