Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread 严超
Because I may need two groups of tables to display, each of the group may contain 5 or 6 tables. Is there any workaround for this case? Thank you very much for your replay. *Best Regards!* *Chao Yan--About me : http://about.me/chao_yan * *My twitter: @yanch

Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread Timur Sufiev
Horizon is moving away from showing more than one table on the same page/tab, because it doesn't work well with pagination. So it's better to reorganize your data to be coherent with how tabs work. By the way, do you have a wireframe displaying how the overall picture should look like? I suspect th

Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread 严超
Something like this GUI, two tab_group_class needed. Each tab contains a couple of tables. [image: 内嵌图片 1] *Best Regards!* *Chao Yan--About me : http://about.me/chao_yan * *My twitter: @yanchao727 * *My Weibo: http://weibo.co

Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread Timur Sufiev
That would be too complicated using current Django-based tabs and tables. You could either split Zone1 and Zone2 to separate panels or look towards new Angular-based facilities. On Tue, 19 Apr 2016 at 10:59, 严超 wrote: > Something like this GUI, two tab_group_class needed. Each tab contains a > co

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread taget
hi hello again I believe you are talking about this bp https://blueprints.launchpad.net/magnum/+spec/cache-docker-images then ignore my previous reply, that may another topic to solve network limited problem. I think you are on the right way to build docker images but this image could only b

Re: [openstack-dev] [tripleo][heat][all] Summit session clashes

2016-04-19 Thread Steven Hardy
On Tue, Apr 19, 2016 at 04:24:46PM +1200, Steve Baker wrote: >All of the TripleO design summit sessions are on Thursday afternoon in >slots which clash with Heat sessions. Heat is a core component of TripleO >and as a contributor to both projects I was rather hoping to attend as >ma

[openstack-dev] [tricircle]weekly meeting of Apr. 19

2016-04-19 Thread joehuang
This week we will discuss the object operation not implemented. IRC meeting: https://webchat.freenode.net/?channels=openstack-meeting on every Wednesday starting from UTC 13:00. Agenda: # object operation not implemented # tempest test # Reliable aync. Job - items left # Link: https://etherpad.o

[openstack-dev] [packaging-deb] [infra] publishing built packages for others to depend on

2016-04-19 Thread Thomas Goirand
With the latest patch to deb-openstack-pkg-tools, we had the first Debian package built on OpenStack infra: https://review.openstack.org/#/c/302382/10 \o/ (see the build log which deb-openstack-pkg-tools is gating on) It's now time to go ahead with the next step, which is publishing the built p

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Thierry Carrez
Thomas Goirand wrote: [...] From what I understand, the biggesgt problems you're trying to solve is that managing the global-reqs is really time consuming from the release team point of view, and especially its propagation to individual projects. There's IMO many things that we could do to impro

[openstack-dev] [Fuel] snapshot tool

2016-04-19 Thread Aleksandr Dobdin
Hello team, I want to discuss the tool that we have created for MOS as a replacement/alternative of shotgun. - The tool is based on https://etherpad.openstack.org/p/openstack-diagnostics - Should work fine on the following environments that we

Re: [openstack-dev] [Neutron] L3 HA testing on scale

2016-04-19 Thread Rossella Sblendido
On 04/18/2016 04:15 PM, Anna Kamyshnikova wrote: > Hi guys! > > As a developer I use Devstack or multinode OpenStack installation (4-5 > nodes) for work, but these are "abstract" environments, where you are > not able to perform some scenarios as your machine is not powerful > enough. But it is

Re: [openstack-dev] [tripleo][heat][all] Summit session clashes

2016-04-19 Thread Thierry Carrez
Steve Baker wrote: All of the TripleO design summit sessions are on Thursday afternoon in slots which clash with Heat sessions. Heat is a core component of TripleO and as a contributor to both projects I was rather hoping to attend as many of both sessions as possible - I don't think I'm alone in

Re: [openstack-dev] [Fuel] [ironic] [inspector] Rewriting nailgun agent on Python proposal

2016-04-19 Thread Evgeniy L
Hi, On upcoming summit we will have a track on Fuel & Ironic (Ironic-inspector) integration, so you are welcome to participate. Thursday 9:00 https://etherpad.openstack.org/p/fuel-newton-summit-planning Thanks, On Fri, Mar 18, 2016 at 9:49 PM, Jim Rollenhagen wrote: > On Fri, Mar 18, 2016 at

Re: [openstack-dev] [Ironic][Neutron] Integration status

2016-04-19 Thread Serge Kovaleff
Hi Haomeng, Vasyl is sick today. Please let us know if you have any other questions. Cheers, Serge Kovaleff http://www.mirantis.com cell: +38 (063) 83-155-70 On Mon, Apr 18, 2016 at 9:40 AM, Haomeng, Wang wrote: > > Got the guide I want - > https://github.com/openstack/networking-generic-switc

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Chris Dent
Thomas, you've made a lot of great points here about the challenges faced by packaging and packagers of OpenStack. They are valid, important and need to be considered. I don't want to discount the work you do because it is awesome, important and I'm well aware that it can be a huge pain in the as

[openstack-dev] [infra][devstack] stable/kilo devstack fails with pkg_resources.ContextualVersionConflict

2016-04-19 Thread Lajos Katona
Hi, In our internal CI system we realized that stable/kilo devstack fails with the following stack trace: 2016-04-18 13:11:30.344 | + /usr/local/bin/*keystone-manage db_sync* 2016-04-18 13:11:31.142 | Traceback (most recent call last): 2016-04-18 13:11:31.142 | File "/usr/local/bin/keystone-man

Re: [openstack-dev] [Ironic] Failed to update Neutron port

2016-04-19 Thread Senthilprabu Shanmugavel
Hello, Error was due to the reason Neutron client was not authenticating using V2 API. Eventually it was resolved when I update my auth_uri to add /v2/ tag auth_uri=http://172.19.0.3:5000/v2.0/ But this was not specified in documentation. Reference : http://docs.openstack.org/developer/ironic/4

[openstack-dev] [nova] Nova commands

2016-04-19 Thread Kenny Ji-work
Hi all, I have installed openstack mitaka, when I execute any nova's commands with the result displayed below: [root@devstack scripts]# nova list ERROR (AttributeError): 'unicode' object has no attribute 'get' I installed openstack as the http://docs.openstack.org/mitaka/install-guide-rdo/

Re: [openstack-dev] [nova] Nova commands

2016-04-19 Thread Andrey Kurilin
Hi! Please, launch novaclient in debug mode, i.e `nova --debug list` and share traceback from output. On Tue, Apr 19, 2016 at 2:31 PM, Kenny Ji-work wrote: > Hi all, > > I have installed openstack mitaka, when I execute any nova's commands with > the result displayed below: > > [root@devstack sc

[openstack-dev] [Senlin] Two weekly meetings skipped, Tue Apr 19/26, 13:00 UTC

2016-04-19 Thread Qiming Teng
Due most core team members are busy prepraring for the summit and design summit next week. We are skipping the weekly meeting this week and next week. Meeting will be resumed on May 3rd, UTC 13:00 UTC. Sorry for the late notice. Regards, Qiming

[openstack-dev] openstack-dev] [vitrage] vitrage alarms list

2016-04-19 Thread dong . wenjuan
Hi vitrage folks, I install virtage by devstack, but "vitrage --debug alarms list" cli doesn't works. I trace the code, and find where the code[1] caused the server error. Does anyone have the problems? Thanks~ [1]https://github.com/openstack/vitrage/blob/master/vitrage/api/controllers/v1/alarm

Re: [openstack-dev] [Neutron] L3 HA testing on scale

2016-04-19 Thread Anna Kamyshnikova
>I would definitely like to see how these results are effected by >https://review.openstack.org/#/c/305774/ but understandably 49 >physical nodes are hard to come by. Yes, I'm planning to check how situation will change with all recent fixes, but I will be able to do this in May or later. >About

Re: [openstack-dev] openstack-dev] [vitrage] vitrage alarms list

2016-04-19 Thread Eyal B
Hi, Thanks for your question. Could you please look at the vitrage-graph log and send us the error You can find this log in /opt/stack/logs Eyal On Tue, Apr 19, 2016 at 3:29 PM, wrote: > > Hi vitrage folks, > > I install virtage by devstack, but "vitrage --debug alarms list" cli > doesn't work

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Doug Hellmann
Excerpts from Thierry Carrez's message of 2016-04-19 11:48:06 +0200: > Thomas Goirand wrote: > > [...] > > From what I understand, the biggesgt problems you're trying to solve is > > that managing the global-reqs is really time consuming from the release > > team point of view, and especially its

Re: [openstack-dev] [neutron][kilo] - vxlan's max bandwidth

2016-04-19 Thread Sławek Kapłoński
Hello, We made it exactly in that way on vms :) -- Best regards / Pozdrawiam Sławek Kapłoński [email protected] On Mon, 18 Apr 2016, Akihiro Motoki wrote: > 2016-04-18 15:58 GMT+09:00 Ihar Hrachyshka : > > Sławek Kapłoński wrote: > > > >> Hello, > >> > >> What MTU have You got configured on

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Thomas Goirand
On 04/19/2016 01:01 PM, Chris Dent wrote: > We also, however, need to consider what the future might look like and > at least for some people and situations I agree. > the future does not involve > debs or rpms of OpenStack: packages and distributions are more trouble > than they are worth when y

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Doug Hellmann
Excerpts from Thomas Goirand's message of 2016-04-19 00:19:03 +0200: > Hi Doug, > > I very much welcome opening such a thread before the discussion at the > summit, as often, sessions are too short. Taking the time to write > things down first also helps having a more constructive discussion. Tha

Re: [openstack-dev] [Magnum] duplicate scripts in different coes

2016-04-19 Thread Spyros Trigazis
I made a first attempt to factor out the configuration of different storage drivers in this change [1]. Spyros [1] https://review.openstack.org/#/c/284720/ On 19 April 2016 at 05:45, Eli Qiao wrote: > Sure that is the things I want to cleanup long time before. > I listed on > https://etherpad.

Re: [openstack-dev] [oslo][keystone][documentation][gate] Babel dependency for oslo.log

2016-04-19 Thread Doug Hellmann
Excerpts from Andreas Jaeger's message of 2016-04-19 08:34:53 +0200: > On 2016-04-18 22:34, Davanum Srinivas wrote: > > On Mon, Apr 18, 2016 at 4:28 PM, Joshua Harlow > > wrote: > >> Okie, the following reviews are up: > >> > >> https://review.openstack.org/307461 (oslo.concurrency) > >> https://

Re: [openstack-dev] [tripleo][releases] Remove diskimage-builder from releases

2016-04-19 Thread Doug Hellmann
Excerpts from Ian Wienand's message of 2016-04-19 12:11:35 +1000: > Hi, > > diskimage-builder has fallen under the "centralised release tagging" > mechanism [1], presumably because it is under tripleo. I'd like to > propose that we don't do that. Yes, we've set up all official projects to use th

Re: [openstack-dev] [oslo][keystone][documentation][gate] Babel dependency for oslo.log

2016-04-19 Thread Davanum Srinivas
Doug, The right thing to add in projects is a dependency on oslo.i18n, which will then transitively pull in a good version of Babel. So when we do want to throw exceptions or log messages, we should add oslo.i18n and not Babel directly. Thanks, Dims On Tue, Apr 19, 2016 at 9:17 AM, Doug Hellmann

Re: [openstack-dev] [Vitrage] questions about "relationships"

2016-04-19 Thread Wang, Tony T (Nokia - CN)
Hi Elisha, Thanks for your quick response. I think I got your points. To double confirm, further questions are coming :): 1. Regardless if there is template definition, Vitrage constructs a graph based on the data from plugins defined in datasources conf. Let's call it "global graph". Is

Re: [openstack-dev] [nova] [neutron] the nova network facade that isn't

2016-04-19 Thread Sean Dague
On 04/18/2016 04:48 PM, Matt Riedemann wrote: > > I guess at a high level my thinking was always, if nova-network isn't > deprecated, and these APIs are broken when using Neutron, it's (mostly) > trivial to add a proxy to fill those gaps (like my spec for > os-virtual-interfaces). So then when pe

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Adam Young
On 04/18/2016 09:19 AM, Daniel P. Berrange wrote: There have been threads in the past about the slowness of the "openstack" client tool such as this one by Sean last year: http://lists.openstack.org/pipermail/openstack-dev/2015-April/061317.html Sean mentioned a 1.5s fixed overhead on openst

[openstack-dev] [tosca-parser] [heat-translator] No weekly meeting on April 21 and 28

2016-04-19 Thread Sahdev P Zala
Hello Team, Considering OpenStack Austin Summit and preparation, there will be no IRC weekly meetings for next two weeks for the tosca-parser and heat-translator projects. Safe travels. See you in Austin! Thanks! Regards, Sahdev Zala __

Re: [openstack-dev] [oslo][keystone][documentation][gate] Babel dependency for oslo.log

2016-04-19 Thread Andreas Jaeger
On 2016-04-18 19:42, Joshua Harlow wrote: > Andreas Jaeger wrote: >> On 04/17/2016 09:15 PM, Davanum Srinivas wrote: >>> Hi Oslo folks, Andreas and others, >>> >>> Over the weekend oslo.log 3.4.0 was released. This broke keystone CI >>> jobs [2], even though the 3.4.0 was not specified in upper-con

[openstack-dev] [tosca-parser] [heat-translator] Collaboration with [Tacker] project at the Austin Summit

2016-04-19 Thread Sahdev P Zala
Hi Team, We will be having a collaborative session with Tacker project at the summit. The following Tacker working session will be focused on it, Tacker Developer Track: April 28, 2016 : 3:10 - 3:50pm / MR 415A: Working Session If you are at the summit, please join. Safe travels. See you in

Re: [openstack-dev] [Vitrage] questions about "relationships"

2016-04-19 Thread Wang, Tony T (Nokia - CN)
One more question, I suppose "EvaluatorEventTransformer" is used to handle events sent by ScenarioEvaluator, and add/delete vertex/edge to the "global graph" triggered by Actions. Is it right? From: EXT Wang, Tony T (Nokia - CN) [mailto:[email protected]] Sent: Tuesday, April 19, 2016 10:01

Re: [openstack-dev] [keystone][barbican][designate][murano][fuel][ironic][cue][ceilometer][astara][gce-api][kiloeyes] keystoneclient 3.0.0 release - no more CLI!

2016-04-19 Thread Dmitry Tantsur
On 04/18/2016 10:05 PM, Steve Martinelli wrote: Everyone, I sent out a note about this on Friday [1], but I'll repeat it here and tag individual projects. The keystone team *will* be releasing a new version of keystoneclient on *Thursday* that will not include a CLI. A quick codesearch showed t

Re: [openstack-dev] [keystone][barbican][designate][murano][fuel][ironic][cue][ceilometer][astara][gce-api][kiloeyes] keystoneclient 3.0.0 release - no more CLI!

2016-04-19 Thread Dmitry Tantsur
On 04/19/2016 04:34 PM, Dmitry Tantsur wrote: On 04/18/2016 10:05 PM, Steve Martinelli wrote: Everyone, I sent out a note about this on Friday [1], but I'll repeat it here and tag individual projects. The keystone team *will* be releasing a new version of keystoneclient on *Thursday* that will

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Jeremy Stanley
On 2016-04-19 14:59:19 +0200 (+0200), Thomas Goirand wrote: > On 04/19/2016 01:01 PM, Chris Dent wrote: > > On Tue, 19 Apr 2016, Thomas Goirand wrote: [...] > > > Most users are consuming packages from distributions. Also, if > > > you're using containers, probably you will also prefer using > > >

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Dean Troyer
On Tue, Apr 19, 2016 at 9:06 AM, Adam Young wrote: > I wonder how much of that is Token caching. In a typical CLI use patter, > a new token is created each time a client is called, with no passing of a > token between services. Using a session can greatly decrease the number of > round trips to

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Jeremy Stanley
On 2016-04-19 09:10:11 -0400 (-0400), Doug Hellmann wrote: [...] > We have the global list and the upper constraints list, and both > are intended to be used to signal to packaging folks what we think > ought to be used. I'm glad that signaling is working, and maybe > that means you're right that w

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Chris Dent
On Tue, 19 Apr 2016, Jeremy Stanley wrote: Could just be that my beard has gotten a little too grey, but I still very much prefer using stabilized software packaged by traditional Linux distributions or similar Unix derivatives and covered under security patched backports. My hope has always bee

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Doug Hellmann
Excerpts from Jeremy Stanley's message of 2016-04-19 15:00:24 +: > On 2016-04-19 09:10:11 -0400 (-0400), Doug Hellmann wrote: > [...] > > We have the global list and the upper constraints list, and both > > are intended to be used to signal to packaging folks what we think > > ought to be used.

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Morgan Fainberg
On Tue, Apr 19, 2016 at 7:57 AM, Dean Troyer wrote: > On Tue, Apr 19, 2016 at 9:06 AM, Adam Young wrote: > >> I wonder how much of that is Token caching. In a typical CLI use patter, >> a new token is created each time a client is called, with no passing of a >> token between services. Using a

[openstack-dev] [magnum][app-catalog][all] Build unified abstraction for all COEs

2016-04-19 Thread Hongbin Lu
Sorry, it is too late to adjust the schedule now, but I don't mind to have a pre-discussion here. If you have opinions/ideas on this topic but cannot attend the session [1], we'd like to have you inputs in this ML or in the etherpad [2]. This will help to set the stage for the session. For back

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Daniel P. Berrange
On Tue, Apr 19, 2016 at 09:57:56AM -0500, Dean Troyer wrote: > On Tue, Apr 19, 2016 at 9:06 AM, Adam Young wrote: > > > I wonder how much of that is Token caching. In a typical CLI use patter, > > a new token is created each time a client is called, with no passing of a > > token between service

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Chris Dent
On Tue, 19 Apr 2016, Thomas Goirand wrote: On 04/19/2016 01:01 PM, Chris Dent wrote: Do I expect it all to happen like I want? No. Do I hope that my concerns will be integrated in the discussion? Yes. I fail to see what kind of concerns you have with the current situation. Could you attempt to

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

2016-04-19 Thread Emilien Macchi
gt; We'll have our weekly meeting tomorrow at 3pm UTC on > #openstack-meeting4. > > https://wiki.openstack.org/wiki/Meetings/PuppetOpenStack > > As usual, free free to bring topics in this etherpad: > https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20160419 >

Re: [openstack-dev] [Horizon][stable] proposing Rob Cresswell for Horizon stable core

2016-04-19 Thread Matt Riedemann
On 4/12/2016 5:06 AM, Matthias Runge wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/04/16 05:12, Tony Breeds wrote: On Thu, Apr 07, 2016 at 12:01:31PM +0200, Matthias Runge wrote: Hello, I'm proposing Rob Cresswell to become stable core for Horizon. I thought, in the past all PT

Re: [openstack-dev] [tripleo][releases] Remove diskimage-builder from releases

2016-04-19 Thread Jeremy Stanley
On 2016-04-19 09:22:57 -0400 (-0400), Doug Hellmann wrote: > Excerpts from Ian Wienand's message of 2016-04-19 12:11:35 +1000: [...] > > I don't expect the stable release team to be involved with all this; > > but if we miss windows then we're left either going to efforts getting > > one of a handf

[openstack-dev] [Fuel][Plugins] One plugin - one Launchpad project

2016-04-19 Thread Irina Povolotskaya
Hi to everyone, as you possibly know (at least, those dev. teams working on their Fuel plugins) we have a fuel-plugins Launchpad project [1] which serves as all-in-one entry point for filing bugs, related to plugin-specific problems. nevertheless, this single project is a bad idea in terms of pro

Re: [openstack-dev] [nova] Nova commands

2016-04-19 Thread melanie witt
On Tue, 19 Apr 2016 19:31:04 +0800, Kenny Ji-work wrote: I have installed openstack mitaka, when I execute any nova's commands with the result displayed below: [root@devstack scripts]# nova list *ERROR (AttributeError): 'unicode' object has no attribute 'get'* I installed openstack as the http:

Re: [openstack-dev] [heat] convergence cancel messages

2016-04-19 Thread Zane Bitter
On 17/04/16 00:44, Anant Patil wrote: I think it is a good idea, but I see that a resource can be marked unhealthy only after it is done. Currently, yes. The idea would be to change that so that if it finds the resource IN_PROGRESS then it kills the thread and makes sure

Re: [openstack-dev] [all] Removal of in progress console log access

2016-04-19 Thread James E. Blair
Sean Dague writes: > Yes, that would let you see the results of an individual experimental > run that is complete before they all return and post to the change. Once > they are all done, they are listed on the change, so that's good enough. We'll need a Zuul restart for this, so it may take anot

Re: [openstack-dev] [all] Removal of in progress console log access

2016-04-19 Thread Sean Dague
On 04/19/2016 12:05 PM, James E. Blair wrote: > Sean Dague writes: > >> Yes, that would let you see the results of an individual experimental >> run that is complete before they all return and post to the change. Once >> they are all done, they are listed on the change, so that's good enough. >

Re: [openstack-dev] [magnum] Enhance Mesos bay to a DCOS bay

2016-04-19 Thread Guz Egor
Jay, Mesosphere open sourced DC/OS today under Apache 2 license  https://mesosphere.com/blog/2016/04/19/open-source-dcos/ --- Egor From: Jay Lau To: OpenStack Development Mailing List (not for usage questions) Sent: Friday, March 25, 2016 7:01 PM Subject: Re: [openstack-dev] [magnum] E

[openstack-dev] [release][nova] python-novaclient 4.0.0 release (newton)

2016-04-19 Thread no-reply
We are psyched to announce the release of: python-novaclient 4.0.0: Client library for OpenStack Compute API This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-novaclient With package available at: https://pypi.

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Ian Cordasco
  -Original Message- From: Thomas Goirand Reply: OpenStack Development Mailing List (not for usage questions) Date: April 18, 2016 at 17:21:36 To: OpenStack Development Mailing List (not for usage questions) Subject:  Re: [openstack-dev] [release][requirements][packaging][summit] inpu

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Matthew Thode
On 04/19/2016 04:48 AM, Thierry Carrez wrote: > Thomas Goirand wrote: >> [...] >> Remember that in distros, there's only a single version of a library at >> any given time, at the exception of transitions (yes, in Red Hat it's >> technically possible to install multiple versions, but the policy >>

Re: [openstack-dev] [Vitrage] questions about "relationships"

2016-04-19 Thread Rosensweig, Elisha (Nokia - IL)
Hi Tony, Glad to help :) . Regarding your questions from the last two emails: 1. Yes, the Entity Graph (what you called the global graph), is generated regardless of what templates were defined. You can get this graph using the CLI command "vitrage topology show", and we are currently in

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Ian Cordasco
  -Original Message- From: Jeremy Stanley Reply: OpenStack Development Mailing List (not for usage questions) Date: April 19, 2016 at 09:50:27 To: OpenStack Development Mailing List (not for usage questions) Subject:  Re: [openstack-dev] [release][requirements][packaging][summit] inpu

Re: [openstack-dev] [Congress]Authorization mechanisms for each user

2016-04-19 Thread Tim Hinrichs
Hi Yuki, Sounds good. The Congress team will be at Austin next week at the summit. Most of the team will be at most of the events that you find by searching for "Congress". Let us know if you want to meet face-to-face to discuss further. https://www.openstack.org/summit/austin-2016/summit-sched

Re: [openstack-dev] [Neutron] L3 HA testing on scale

2016-04-19 Thread Edgar Magana
Is there any session presenting these results during the Summit? It will be awesome to have a session on this. I could extend the invite to the Ops Meet-up. We have a section on lighting talks where the team will be very intesreted in learning from your testing. Edgar From: Anna Kamyshnikova

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Matthew Thode
On 04/19/2016 11:30 AM, Ian Cordasco wrote: >> On 2016-04-19 14:59:19 +0200 (+0200), Thomas Goirand wrote: >>> On 04/19/2016 01:01 PM, Chris Dent wrote: On Tue, 19 Apr 2016, Thomas Goirand wrote: >> [...] > Most users are consuming packages from distributions. Also, if > you're using c

[openstack-dev] [release][oslo] osprofiler 1.3.0 release (newton)

2016-04-19 Thread no-reply
We are overjoyed to announce the release of: osprofiler 1.3.0: OpenStack Profiler Library This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/osprofiler With package available at: https://pypi.python.org/pypi/osprofiler

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Clark Boylan
On Tue, Apr 19, 2016, at 08:14 AM, Doug Hellmann wrote: > Excerpts from Jeremy Stanley's message of 2016-04-19 15:00:24 +: > > On 2016-04-19 09:10:11 -0400 (-0400), Doug Hellmann wrote: > > [...] > > > We have the global list and the upper constraints list, and both > > > are intended to be use

[openstack-dev] [keystone] Problem with WSGI on keystone

2016-04-19 Thread Rosensweig, Elisha (Nokia - IL)
Hi All, Recently, I've been having trouble running stack.sh from scratch. With the default configuration I've been using for a while, I get the following error in /opt/stack/logs/key.log: 2016-04-19 16:05:26.630 22047 DEBUG keystone.common.controller [req-3d384c1f-8b9a-4ff0-aa30-a4aad73963fb 3

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread Fox, Kevin M
why not just allow a prefix to be added to the container name? you can then have a container named: foo/mycontainer and the prefix could be set to mylocalserver.org:8080: mylocalserver.org:8080/foo/mycontainer Then if the site needs local only containers, they can set up a local repo. Be it a s

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Perry, Sean
From: Adam Young [[email protected]] Sent: Tuesday, April 19, 2016 7:06 AM To: [email protected] Subject: Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service On 04/18/2016 09:19 AM, Daniel P. Berrange wrote: There have

Re: [openstack-dev] [tripleo][releases] Remove diskimage-builder from releases

2016-04-19 Thread Doug Hellmann
Excerpts from Jeremy Stanley's message of 2016-04-19 15:41:26 +: > On 2016-04-19 09:22:57 -0400 (-0400), Doug Hellmann wrote: > > Excerpts from Ian Wienand's message of 2016-04-19 12:11:35 +1000: > [...] > > > I don't expect the stable release team to be involved with all this; > > > but if we

[openstack-dev] Manila manage share problem

2016-04-19 Thread Grigoriy Roghkov
Hello, I am trying to use OpenStack Manila to manage custom standalone shared file system that supports NFS protocol. Is there any way to use Manila Generic Driver with standalone NFS server? I tried to execute manila manage devstack@generic1#GENERIC1 nfs :/folder --name my_share

Re: [openstack-dev] [oslo][keystone][documentation][gate] Babel dependency for oslo.log

2016-04-19 Thread Doug Hellmann
Excerpts from Davanum Srinivas (dims)'s message of 2016-04-19 09:25:20 -0400: > Doug, > > The right thing to add in projects is a dependency on oslo.i18n, which > will then transitively pull in a good version of Babel. So when we do > want to throw exceptions or log messages, we should add oslo.i1

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Perry, Sean
What Dan sees WRT a persistent client process, though, is a combination of those two things: saving the Python loading and the Keystone round trips. If I replace the import of openstack.shell with a main that just returns 0 in the OSC entry point and time it the result floats around 0.030s on my

Re: [openstack-dev] Manila manage share problem

2016-04-19 Thread Valeriy Ponomaryov
Hello, Grigoriy One or more of following requirements are not met in your case: 1) Generic driver should be configured to use "driver_handles_share_servers=False" mode. 2) Share type "my_share_type" should contain extra spec "driver_handles_share_servers=False", same as for (1) 3) Your NFS server

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Clint Byrum
Excerpts from Michał Jastrzębski's message of 2016-04-18 10:29:20 -0700: > What I meant is if you have liberty Nova and liberty Cinder, and you > want to upgrade Nova to Mitaka, you also upgrade Oslo to Mitaka and > Cinder which was liberty either needs to be upgraded or is broken, > therefore duri

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Clint Byrum
Excerpts from Matthew Thode's message of 2016-04-18 11:22:38 -0700: > On 04/18/2016 12:33 PM, Doug Hellmann wrote: > > Excerpts from Matthew Thode's message of 2016-04-18 10:23:37 -0500: > >> On 04/18/2016 08:24 AM, Hayes, Graham wrote: > >>> On 18/04/2016 13:51, Sean Dague wrote: > On 04/18/2

Re: [openstack-dev] [magnum][kuryr] Shared session in design summit

2016-04-19 Thread Steve Gordon
Original Message - > From: "Zhipeng Huang" > To: "OpenStack Development Mailing List (not for usage questions)" > > > Thanks Hongbin, > > Actually we have a new project called Fuxi that sorta like Kuryr for > storage, would be glad to discuss the ideas Hi Zhipeng, Is the planned sco

Re: [openstack-dev] [keystone] Problem with WSGI on keystone

2016-04-19 Thread Brant Knudson
On Tue, Apr 19, 2016 at 11:57 AM, Rosensweig, Elisha (Nokia - IL) < [email protected]> wrote: > Hi All, > > Recently, I've been having trouble running stack.sh from scratch. With the > default configuration I've been using for a while, I get the following > error in /opt/stack/logs/key.l

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Matthew Thode
On 04/19/2016 12:44 PM, Clint Byrum wrote: > Excerpts from Michał Jastrzębski's message of 2016-04-18 10:29:20 -0700: >> What I meant is if you have liberty Nova and liberty Cinder, and you >> want to upgrade Nova to Mitaka, you also upgrade Oslo to Mitaka and >> Cinder which was liberty either nee

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Ian Cordasco
  -Original Message- From: Perry, Sean Reply: OpenStack Development Mailing List (not for usage questions) Date: April 19, 2016 at 12:41:02 To: OpenStack Development Mailing List (not for usage questions) Subject:  Re: [openstack-dev] [devstack] openstack client slowness / client-

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Monty Taylor
On 04/19/2016 10:16 AM, Daniel P. Berrange wrote: On Tue, Apr 19, 2016 at 09:57:56AM -0500, Dean Troyer wrote: On Tue, Apr 19, 2016 at 9:06 AM, Adam Young wrote: I wonder how much of that is Token caching. In a typical CLI use patter, a new token is created each time a client is called, with

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Perry, Sean
From: Ian Cordasco [[email protected]] Sent: Tuesday, April 19, 2016 11:11 AM To: Perry, Sean; OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service -O

Re: [openstack-dev] [release][requirements][packaging][summit] input needed on summit discussion about global requirements

2016-04-19 Thread Clint Byrum
Excerpts from Thomas Goirand's message of 2016-04-19 05:59:19 -0700: > On 04/19/2016 01:01 PM, Chris Dent wrote: > > We also, however, need to consider what the future might look like and > > at least for some people and situations > > I agree. > > > the future does not involve > > debs or rpms o

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Perry, Sean
A pluginless CLI that simply used REST calls rather than the python-clientlibs should be able to launch in get to the business of doing work in 0.2 seconds - counting time to load and parse clouds.yaml. That time could be reduced - the time spent in occ parsing vendor json files is not strictly ne

[openstack-dev] [Neutron] meeting topics for 4/21/2016 networking-sfc project IRC meeting

2016-04-19 Thread Cathy Zhang
Hi everyone, Here are some topics I have for this week's project meeting discussion(The meeting time is not changed, still UTC 1700 Thursday). Feel free to add more. You can also find the meeting topics in the project wiki page. https://wiki.openstack.org/wiki/Meetings/ServiceFunctionChainingMee

Re: [openstack-dev] [oslo][keystone][documentation][gate] Babel dependency for oslo.log

2016-04-19 Thread Joshua Harlow
Your wish has been delivered ;) https://review.openstack.org/#/c/307983/ -Josh Andreas Jaeger wrote: On 2016-04-18 19:42, Joshua Harlow wrote: Andreas Jaeger wrote: On 04/17/2016 09:15 PM, Davanum Srinivas wrote: Hi Oslo folks, Andreas and others, Over the weekend oslo.log 3.4.0 was releas

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread Hongbin Lu
Yes, that is an alternative. The complication is how to secure the communication between Magnum bays and the standalone docker registry. I assume we needs some custom logic to setup the communication channel (i.e. install the TLS credential). One way to support it is to add a configuration hook

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread Hongbin Lu
Eli, The approach of pre-pulling docker images has a problem. It only works for specific docker storage driver. In comparison, the tar file approach is portable across different storage drivers. Best regards, Hongbin From: taget [mailto:[email protected]] Sent: April-19-16 4:26 AM To: opens

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Jay Pipes
On 04/19/2016 02:17 PM, Monty Taylor wrote: Rather than ditching python for something like go, I'd rather put together a CLI with no plugins and that only depended on keystoneauth and os-client-config as libraries. No? Bingo. -jay __

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Steve Martinelli
Or make use of openstacksdk instead of pulling in all the clients stevemar From: Jay Pipes To: [email protected] Date: 2016/04/19 03:11 PM Subject:Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service On 04/19/2016 02:17

Re: [openstack-dev] [tripleo][releases] Remove diskimage-builder from releases

2016-04-19 Thread James Slagle
On Tue, Apr 19, 2016 at 1:25 PM, Doug Hellmann wrote: > It's not just about control, it's also about communication. One of > the most frequent refrains we hear is "what is OpenStack", and one > way we're trying to answer that is to publicize all of the things > we release through releases.openstac

Re: [openstack-dev] [tripleo][releases] Remove diskimage-builder from releases

2016-04-19 Thread James Slagle
On Tue, Apr 19, 2016 at 11:41 AM, Jeremy Stanley wrote: > DIB is an unfortunate combination of a mostly stable framework and a > large pre-written set of scripts and declarative data which is > constantly evolving for widespread use outside the OpenStack > ecosystem (so most of the change volume i

[openstack-dev] [ironic] upgrade support between which versions of ironic?

2016-04-19 Thread Ruby Loo
Hi, Currently, ironic doesn't support ("live", "online", "rolling", or minimal-downtime) upgrades between named versions of ironic. (Where "named version" is the final release or stable release that is associated with a development cycle). So for example, Liberty -> Mitaka release. We've been wor

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Fox, Kevin M
What about a plugin cache like feature? if no cache, or cache older then 24 hours, dump all discovered plugins into a python file that loads them more statically. if the cache is valid, just use it. and a hook in rpms/debs to remove the cache on plugin install/uninstall. Thanks, Kevin _

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread Fox, Kevin M
If they have a valid CA signed cert for the docker registry, it should 'Just work (TM)' :) Self signing is a different issue. Maybe just an additional option in addition to the prefix option to pass a CA to add to the root trust chain? Thanks, Kevin From: Hongb

Re: [openstack-dev] [Magnum]Cache docker images

2016-04-19 Thread Fox, Kevin M
I'm kind of uncomfortable as an op with the prebundled stuff. how do you upgrade things when needed if there is no way to pull updated images from a central place? Thanks, Kevin From: Hongbin Lu [[email protected]] Sent: Tuesday, April 19, 2016 11:56 AM To: O

Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service

2016-04-19 Thread Perry, Sean
From: Fox, Kevin M [[email protected]] Sent: Tuesday, April 19, 2016 12:59 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [devstack] openstack client slowness / client-as-a-service What about a plugin cach

Re: [openstack-dev] [puppet] Stepping down from puppet-openstack-core

2016-04-19 Thread Colleen Murphy
On Mon, Apr 18, 2016 at 8:37 AM, Sebastien Badia wrote: > Hello here, > > I would like to ask to be removed from the core reviewers team on the > Puppet for OpenStack project. > > I lack dedicated time to contribute on my spare time to the project. And I > don't work anymore on OpenStack deployme

  1   2   >