Re: [openstack-dev] [nova] contextlib.nested and Python3 failing

2015-08-24 Thread Sylvain Bauza
Le 23/08/2015 02:01, Feodor Tersin a écrit : > From: kevin.mitch...@rackspace.com > > Actually, there should no longer be a need to use contextlib.nested. > We've explicitly dropped Python 2.6 compatibility, which means we're > expecting compatibility with Python 2.7+ only, and as of Python 2.7

Re: [openstack-dev] [Fuel] SSL keys saving

2015-08-24 Thread Evgeniy L
Hi, Changes in JS will be required anyway. Because currently it sends the data in cluster attributes dictionary. So it should send the data to some specific url. Regarding to authentication we had similar problem with diagnostic snapshot [1], you still can perform authentication in Nailgun and th

[openstack-dev] [neutron][api] - attaching arbitrary key/value pairs to resources

2015-08-24 Thread Kevin Benton
Hi everybody! In Neutron the idea of adding tags to resources has come up several times this cycle alone.[1][2][3] The general concern that has led to them being rejected is that backends will leverage these tags to leak implementation details or backend-specific features (e.g. tags that control

Re: [openstack-dev] [all] PTL/TC candidate workflow proposal for next elections

2015-08-24 Thread Anne Gentle | Just Write Click
On Sat, Aug 22, 2015 at 6:11 PM, Anita Kuno wrote: > On 08/22/2015 04:35 PM, Maish Saidel-Keesing wrote: > > +1 To what Joshua said. > > > > I would also like to understand what is the goal we are trying to > > accomplish by moving this to a repo and submitting a CR and what does > > this solve o

[openstack-dev] [third-party] Timeout waiting for ssh access

2015-08-24 Thread Xie, Xianshan
Hi, All I`m still strugling to setup nodepool env, and i got following error messages: -- ERROR nodepool.NodeLauncher: Exception launching node id: 13 in provider: local_01 error: Traceback (most recent call last): File "/home/fujitsu/xiexs/n

Re: [openstack-dev] [all][release] ACL for library-release team for release:managed projects

2015-08-24 Thread Dmitry Tantsur
On 08/22/2015 11:36 PM, Doug Hellmann wrote: Excerpts from Dmitry Tantsur's message of 2015-08-22 16:12:44 +0200: 2015-08-22 0:25 GMT+02:00 Davanum Srinivas : Folks, In the governance repo a number of libraries are marked with release:managed tag: http://git.openstack.org/cgit/openstack/gove

Re: [openstack-dev] [requirements] [global-requirements] [mistral] Using pika library

2015-08-24 Thread Davanum Srinivas
Renat, Please file a blueprint to discuss the problem and options against oslo-specs repository so we can get a headstart before the Tokyo summit. thanks, dims On Mon, Aug 24, 2015 at 9:03 AM, Renat Akhmerov wrote: > (Resending the email that I sent last week but it doesn’t seem to have > been

Re: [openstack-dev] [oslo][release] oslo freeze this week?

2015-08-24 Thread Davanum Srinivas
Doug, Let me poll folks on the oslo meeting today and reply back. Thanks, dims On Mon, Aug 24, 2015 at 8:56 AM, Doug Hellmann wrote: > Excerpts from Davanum Srinivas (dims)'s message of 2015-08-24 07:50:17 > -0400: > > Doug, > > > > Since we have not announced a freeze, we should give folks at

Re: [openstack-dev] [requirements] [global-requirements] [mistral] Using pika library

2015-08-24 Thread Renat Akhmerov
(Resending the email that I sent last week but it doesn’t seem to have been sent out actually…) > On 19 Aug 2015, at 21:44, Doug Hellmann > wrote: > > Excerpts from Nikolay Makhotkin's message of 2015-08-19 17:16:14 +0300: >> Hi, Davanum! >> >> Have you already re

Re: [openstack-dev] [nova] Nova API sub-team meeting

2015-08-24 Thread Sean Dague
On 08/24/2015 04:27 AM, Alex Xu wrote: > Hi, > > We have weekly Nova API meeting this week. The meeting is being held > tomorrow Tuesday UTC1200. > > In other timezones the meeting is at: > > EST 08:00 (Tue) > Japan 21:00 (Tue) > China 20:00 (Tue) > United Kingdom 13:00 (Tue) > > The proposed a

Re: [openstack-dev] [oslo][release] oslo freeze this week?

2015-08-24 Thread Doug Hellmann
Excerpts from Davanum Srinivas (dims)'s message of 2015-08-24 07:50:17 -0400: > Doug, > > Since we have not announced a freeze, we should give folks at least another > week. I'd defer to you and lifeless about date for stable branch creation > and version capping etc. If we could give a bit more t

Re: [openstack-dev] [Fuel] SSL keys saving

2015-08-24 Thread John Dennis
On 08/21/2015 05:10 AM, Stanislaw Bogatkin wrote: Hi folks. Today I want to discuss the way we save SSL keys for Fuel environments. As you maybe know we have 2 ways to get a key: a. Generate it by Fuel (self-signed certificate will be created in this case). In this case we will generate private

Re: [openstack-dev] Migrating existing projects in the stackforge namespace - question about Fuel Plugins

2015-08-24 Thread Doug Hellmann
Excerpts from Irina Povolotskaya's message of 2015-08-24 15:09:23 +0300: > Hi to everyone, > > I've seen a message from Jim on migrating in the stackforge namespace. > > I have a question about Fuel Plugins: > >- Fuel is not the part of upstream; neither are Fuel Plugins (and each >of th

Re: [openstack-dev] [oslo][release] oslo freeze this week?

2015-08-24 Thread Thierry Carrez
On Aug 23, 2015, at 5:51 PM, Robert Collins wrote: > On 24 August 2015 at 09:28, Doug Hellmann wrote: >> I have marked on my version of the release schedule that we will have the >> Oslo libraries frozen this week. Are we still planning to do that? We should >> figure out what that means as far

Re: [openstack-dev] [Fuel] SSL keys saving

2015-08-24 Thread Stanislaw Bogatkin
I preparing patches for library, but there was raised another question: how should we saving keypairs from UI? I see there two options: 1. It will be done via UI (JS?) that will post file to special URL and then it will be saved via nginx HttpUploadModule. Caveats here: - I don't know how we will

[openstack-dev] [all][ptls] updating release tags in the governance repository

2015-08-24 Thread Doug Hellmann
PTLs, As we near the end of the release cycle, we're trying to ensure we have the release model tags for each project set accurately in the governance repository. This will help distributors understand which repositories they need to look at for packaging, and it helps deployers understand when to

[openstack-dev] Migrating existing projects in the stackforge namespace - question about Fuel Plugins

2015-08-24 Thread Irina Povolotskaya
Hi to everyone, I've seen a message from Jim on migrating in the stackforge namespace. I have a question about Fuel Plugins: - Fuel is not the part of upstream; neither are Fuel Plugins (and each of them has a separate project under Stackforge). - Nevertheless, the number of Fuel Plugin

Re: [openstack-dev] [oslo] Help with stable/juno branches / releases

2015-08-24 Thread Davanum Srinivas
Tony, +1 to open Bugs and Reviews. I'll help move things along. thanks, dims On Mon, Aug 24, 2015 at 5:57 AM, Tony Breeds wrote: > Hi All, > Firstly I apologise for the rambling nature of this email. There's a > lot > of context/data here and I'm not sure of the best way to present it. >

Re: [openstack-dev] [Fuel][Bootstrap] Please try Ubuntu bootstrap in Fuel 7.0

2015-08-24 Thread Mikhail Semenov
There are additional requests to merge: https://review.openstack.org/#/c/215564 (Don't build Ubuntu based bootstrap unless it has been enabled) https://review.openstack.org/#/c/215565 (fuelmenu: check for APT repos only if Ubuntu based bootstrap is enabled) -- Thanks, Michael On Thu, Aug 20, 2015

[openstack-dev] [mistral] Team meeting - 08/24/2015

2015-08-24 Thread Renat Akhmerov
Hi, This is a reminder that we’ll have a team meeting today as usually at #openstack-meeting at 16.00 UTC. Agenda: Review action items Current status (progress, issues, roadblocks, further plans) Liberty-3 progress Open discussion Feel free to add your own items by modifying https://wiki.opens

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

2015-08-24 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-20150825 Please add additional items you'd like to discuss. If our schedule allows it, we'll make bug triage during the meeting.

[openstack-dev] Cross-Project meeting, Tue Aug 25th, 21:00 UTC

2015-08-24 Thread Emilien Macchi
Dear PTLs, cross-project liaisons and anyone else interested, We'll have a cross-project meeting tomorrow at 21:00 UTC, with the following agenda: * Review past action items * Team announcements (horizontal, vertical, diagonal) * Open discussion If you're from an horizontal team (Release managem

Re: [openstack-dev] [oslo][release] oslo freeze this week?

2015-08-24 Thread Davanum Srinivas
Doug, Since we have not announced a freeze, we should give folks at least another week. I'd defer to you and lifeless about date for stable branch creation and version capping etc. If we could give a bit more time for the new oslo libraries coming out this cycle, that would be great as well. Than

[openstack-dev] Reg. glance image in different domain

2015-08-24 Thread ESWAR RAO
Hi All, I have created a different domain as below: domain-name: Heat-stack tenant-name: heat-tenant user-name: heat-user I have assigned "admin" role to the tenant. I have added "tenant-id" as a member to existing image in glance in default domain. # glance --os-tenant-id ad3688ad21b94925997

[openstack-dev] [oslo][release] oslo freeze this week?

2015-08-24 Thread Doug Hellmann
[Moving this discussion onto the list, so the background isn’t lost.] > Begin forwarded message: > > From: Robert Collins > Subject: Re: oslo freeze this week? > Date: August 23, 2015 at 6:42:33 PM EDT > To: Doug Hellmann > Cc: Thierry Carrez , Davanum Srinivas > > > On 24 August 2015 at 10:

Re: [openstack-dev] [requirements] modifying the 'is it packaged' test

2015-08-24 Thread Thierry Carrez
Random comments inline Robert Collins wrote: > [...] > So I think the test should actually be something like: > Apply caution if it is not packaged AND packaging it is hard. > Things that make packaging a Python package hard: > - nonstandard build systems > - C dependencies that aren't already p

Re: [openstack-dev] [nova] should we allow overcommit for a single VM?

2015-08-24 Thread Daniel P. Berrange
On Mon, Aug 17, 2015 at 01:22:28PM -0600, Chris Friesen wrote: > > I tried bringing this up on the irc channel, but nobody took the bait. > Hopefully this will generate some discussion. > > I just filed bug 1485631. Nikola suggested one way of handling it, but > there are some complications that

Re: [openstack-dev] [all][release] ACL for library-release team for release:managed projects

2015-08-24 Thread Flavio Percoco
On 21/08/15 18:25 -0400, Davanum Srinivas wrote: python-zaqarclient It should be fixed for zaqarclient now. Thanks for the heads up, Flavio -- @flaper87 Flavio Percoco pgpFEeaBcUChT.pgp Description: PGP signature __ Ope

[openstack-dev] [oslo] Help with stable/juno branches / releases

2015-08-24 Thread Tony Breeds
Hi All, Firstly I apologise for the rambling nature of this email. There's a lot of context/data here and I'm not sure of the best way to present it. In [1] we discovered that stable/juno devstack is broken. After a little digging we opened [2] This required creating a stable/juno branch f

[openstack-dev] [Fuel] fuel-dev-tools package is not published on PyPi

2015-08-24 Thread Roman Prykhodchenko
Folks, I can see fuel-dev-tools packaged registered on PyPi [1] but when I tried to install it, I got a message that pip could not find a version that satisfies the requirement. These utils are extremely useful and really help to avoid much pain while testing something on a live environment or

Re: [openstack-dev] [all] PTL/TC candidate workflow proposal for next elections

2015-08-24 Thread Flavio Percoco
On 21/08/15 16:58 +0200, Thierry Carrez wrote: Tristan Cacqueray wrote: Hello folks, as discussed previously, we'd like to improve elections workflow using gerrit: * A new repository to manage elections: openstack/election * Candidates submit their candidacy through a file as a CR, e.g.: "se

Re: [openstack-dev] [TripleO] Moving instack upstream

2015-08-24 Thread Derek Higgins
On 24/08/15 09:14, Dougal Matthews wrote: - Original Message - From: "Ben Nemec" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Friday, 21 August, 2015 11:00:31 PM Subject: Re: [openstack-dev] [TripleO] Moving instack upstream On 08/19/2015 12:22 PM, D

Re: [openstack-dev] [Fuel] Great updates to tests and CI jobs

2015-08-24 Thread Roman Prykhodchenko
It looks like Sebastian’s concern was right and there indeed were not 4-5 patches for Fuel Client. Therefore I will not switch python jobs to voting mode. Once there are some new patches, I will do that and notify you folks. - romcheg > 20 серп. 2015 о 14:13 Sebastian Kalinowski > написав(ла

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-24 Thread Rick Chen
HI Ramy: I competed to change zuul.conf zuul_url to be my zuul server "zuul.rjenkins.prophetstor.com". 2015-08-24 16:21:48.349 | + git_fetch_at_ref openstack/cinder refs/zuul/master/Z1a7ecbae61cc4aa090d02620bef4076b 2015-08-24 16:21:48.350 | + local project=openstack/cinder 2015-08-2

[openstack-dev] [nova] Nova API sub-team meeting

2015-08-24 Thread Alex Xu
Hi, We have weekly Nova API meeting this week. The meeting is being held tomorrow Tuesday UTC1200. In other timezones the meeting is at: EST 08:00 (Tue) Japan 21:00 (Tue) China 20:00 (Tue) United Kingdom 13:00 (Tue) The proposed agenda and meeting details are here: https://wiki.openstack.org/

Re: [openstack-dev] [Nova] 2nd prc hackathon event finised, need your help to review patch

2015-08-24 Thread Rui Chen
We had reviewed these patches each other, and fixed some minor issues by following others' suggestion. Please feel free to add your comments in these patches, welcome~~ Best Regards. 2015-08-21 18:34 GMT+08:00 Qiao, Liyong : > Hi folks > > > > We just finished 2nd prc hackathon this Friday. > >

Re: [openstack-dev] [TripleO] Moving instack upstream

2015-08-24 Thread Dougal Matthews
- Original Message - > From: "Ben Nemec" > To: "OpenStack Development Mailing List (not for usage questions)" > > Sent: Friday, 21 August, 2015 11:00:31 PM > Subject: Re: [openstack-dev] [TripleO] Moving instack upstream > > On 08/19/2015 12:22 PM, Dougal Matthews wrote: > > > > >

<    1   2