Thursday, 2014-02-20

*** chandan_kumar has joined #openstack-climate04:20
*** chandan_kumar has quit IRC04:37
*** chandan_kumar has joined #openstack-climate05:06
*** ddyachkov has joined #openstack-climate05:10
*** ddyachkov has quit IRC05:10
*** Nikolay_St has joined #openstack-climate05:14
*** DinaBelova_ is now known as DinaBelova05:59
*** chandan_kumar has quit IRC06:38
*** chandan_kumar has joined #openstack-climate07:04
*** DinaBelova is now known as DinaBelova_07:08
*** saju_m has joined #openstack-climate07:15
*** saju_m has quit IRC07:20
*** saju_m has joined #openstack-climate07:21
*** saju_m has quit IRC07:26
*** saju_m has joined #openstack-climate07:27
*** DinaBelova_ is now known as DinaBelova07:31
*** saju_m has quit IRC07:49
*** chandan_kumar has quit IRC08:29
*** DinaBelova is now known as DinaBelova_08:34
*** chandan_kumar has joined #openstack-climate08:37
*** saju_m has joined #openstack-climate08:45
openstackgerritA change was merged to stackforge/climate: Adding tests for sqlalchemy class  https://review.openstack.org/7294308:46
*** bauzas has joined #openstack-climate09:42
bauzasmorning all10:00
bauzasDinaBelova_: do you have time for discussing the policy thing ?10:23
bauzasDinaBelova_: I'll give a basic -1 for cosmetic things, but the whole patch deserves a discussion :)10:24
Nikolay_Stbauzas: are you here?10:25
bauzasNikolay_St: yep10:25
Nikolay_Stbauzas: hi10:26
Nikolay_Stbauzas: question about https://review.openstack.org/#/c/7475110:26
bauzasNikolay_St: sure10:26
Nikolay_Stbauzas: new exception raised by db api. are you sure they should be in manager.exceptions?10:26
bauzasNikolay_St: well, that's indeed a good question10:27
bauzasNikolay_St: at the moment, we have 2 places for defining exceptions10:27
bauzasthe global exceptions module and the manager one10:27
bauzasNikolay_St: the thing is, all the DB calls are made from the manager10:28
bauzasNikolay_St: so, that needs to put in10:28
bauzasNikolay_St: but the best would maybe to create a new db.exceptions module and put them in10:28
bauzasthat thing would require a minor patch on the API side10:29
bauzasat least with API v110:29
Nikolay_Stbauzas: create db.exceptions will be the best thing10:31
bauzasok, amending my comment10:31
bauzasbut that requires a little fix10:32
Nikolay_Stbauzas: and also we need to check that they will be visible for users10:32
bauzasno, they shouldn't10:32
bauzasDB exceptions should be handled by the API10:32
bauzasbut not be served to users, for security reasons10:32
Nikolay_Stbauzas: oh, get it10:33
bauzasAPI should only return 4xx or 5xx codes with basic understandable exceptions10:35
bauzaswell, after looking at other projects, they even don't raise specific exceptions, but rather kind of generic HTTP exceptions10:35
bauzaslike Forbidden, NotFound, etc.10:36
bauzaswith a clear message10:36
bauzasbut as I'm doing the API v2, I still need to think about it, and propose a patch on a latter way10:36
bauzasNikolay_St, DinaBelova_: I'm today focusing on proposing a new patchset for API v210:37
bauzasso I can move on the Alembic bp by next week10:37
*** DinaBelova_ is now known as DinaBelova10:40
DinaBelovabauzas, hello :)10:42
DinaBelovawok for new patchset for API v2 :)10:42
bauzasDinaBelova: yup10:42
DinaBelovawhat type of ideas do you have about policy stuff?10:42
DinaBelova:)10:42
bauzaswell, I'm just saying this patch is great, but needs to be discussed ;)10:43
DinaBelovabauzas, sure :)10:43
DinaBelovagive me your ideas here or in comments10:43
DinaBelovait's just draft now10:43
bauzasbecause the problem is that in Openstack there is no good practice in terms of policies10:43
bauzasand Nova/others vs. Keystone is really common10:43
DinaBelovabauzas, frankly speaking - yes10:44
DinaBelovaI used Keystone type of policies10:44
DinaBelovabecause it looks better solution for me10:44
DinaBelovaand Keystone policies really do their work10:44
DinaBelovaexcept all others, really :?10:44
bauzasso my feeling is : with the respect of what the guys are awesomely doing on Keystone, as we're being under review, is this a good path to follow something not shared by other teams ?10:44
bauzasby under review, I mean people are glancing at Climate, esp. with incubation10:45
DinaBelovabauzas, speaking about policies and Climate at all10:45
bauzasthat's a general concern, I assume10:45
DinaBelovaI believe we should take best practices10:45
DinaBelovafrom whatever we can10:45
DinaBelovapolicies just should work10:45
bauzasDinaBelova: ok, will look at your patch carefully :)10:46
DinaBelovabauzas, I will continue working on it today, so there will be some changes, surely10:46
bauzasDinaBelova: as said, I left the Pecan thing for a long moment, I need to dig into it10:46
DinaBelovabut common idea will be the same10:46
DinaBelovabauzas, thanks10:46
DinaBelovabauzas, also I just wanted to ask you some question: when reasonably are you planning to complete working on API v2?11:05
bauzasDinaBelova: I hope by end of the week for the unittests11:06
bauzasthat's the main part missing11:06
DinaBelovacool!11:06
DinaBelovait's great11:06
DinaBelovathanks for your efforts :)11:06
bauzassome bugs could still be present11:06
bauzaswell, I'm not proud of it, I had no time to work on the patch the 3 previous days11:06
bauzasyesterday, I was ooo11:07
bauzasday-off11:07
DinaBelovabauzas, we'll test it anyway, so that's not a problem11:07
DinaBelovadon't worry :)11:07
openstackgerritDina Belova proposed a change to stackforge/climate: Fix issue with new python-keystoneclient  https://review.openstack.org/7437611:17
bauzasDinaBelova: dammit, these bytecode files are getting me mad11:33
bauzasDinaBelova: I need to swipe them11:33
bauzasDinaBelova: because of the recent oslo.messaging move :)11:33
bauzasDinaBelova: how do you manage this ? by hand ?11:34
DinaBelovayes11:34
bauzasdamn11:35
DinaBelovafrankly speaking I just used clean VM :D11:35
DinaBelovathat was really radical type of getting rid of them :D11:35
bauzasas the tox venvs are actually egglinks to source code, it generates pyc files on my own machine11:35
bauzasI think I'll just modify the rsync script I'm using11:36
bauzasby saying to not transfer the bytecode files11:36
DinaBelovafind . -name \*.pyc -delete ?11:36
DinaBelova:D11:36
bauzaswell, -name "*.pyc" please11:36
bauzasthat's the most errorproof syntax11:37
bauzasand the one recommended ;)11:37
DinaBelova;d11:37
bauzasDinaBelova: are you ok with the fact I'll provide a climate-manage db_sync (or something like that) within the alembic bp ?11:43
bauzasDinaBelova: we need to get rid of the DB tables creation from within the manager11:44
DinaBelovabauzas, sure, it's good idea - although why not having two commits?11:50
DinaBelovawith that change before alembic11:50
bauzasok, will do like that11:50
bauzasboth will be attached to the same bp11:50
DinaBelovawe'll just merge it and that's it11:50
DinaBelovaok11:51
openstackgerritA change was merged to stackforge/climate: Fix issue with new python-keystoneclient  https://review.openstack.org/7437611:56
SergeyLukjanovbauzas, heh, I'm using ind ./savanna -type f -name '*.pyc' -exec rm {} \;12:15
*** pafuent has joined #openstack-climate12:25
*** pafuent has left #openstack-climate12:25
*** pafuent has joined #openstack-climate12:25
*** chmartinez has joined #openstack-climate12:31
bauzasSergeyLukjanov: thanks, but I'm fine with find, no worries (and btw. it's better to use -delete flag)12:39
SergeyLukjanovbauzas, I'm not sure that it works fine on all platforms12:45
bauzasAFAIK, it does work on Ubuntu/Debian, RHEL/CentOS and BSD12:57
bauzasSergeyLukjanov: :)12:57
*** casanch1 has joined #openstack-climate12:57
pafuentbauzas: Hi. Regarding your comment about api.service modified to handling DB exceptions13:04
bauzaspafuent: sure ?13:05
pafuentbauzas: That should be done in api.utils right?13:05
bauzasuh hold on13:05
bauzasyep, you're right13:06
bauzasin the route() method13:06
bauzasif I remember correctlt13:06
pafuentbauzas: Yes13:06
pafuentbauzas: Thanks13:06
bauzaspafuent: the idea is to handle and obfuscate the DB exceptions13:06
pafuentbauzas: Like ClimateException, right?13:07
bauzaspafuent: hold on13:14
pafuentbauzas: Ok13:14
bauzaspafuent: https://github.com/stackforge/climate/blob/master/climate/api/utils.py#L8213:15
bauzaspafuent: I'm just saying that if you don't modify this line, it goes into an unexpected error13:15
bauzaspafuent: the idea is to look at also db.exceptions, but remove the traceback info13:17
bauzasfor security reasons13:17
pafuentbauzas: Ok, so DB exceptions should be handled by render_error_message13:18
pafuentbauzas: Like the exceptions in manager and common ones13:18
*** chmartinez has quit IRC13:19
bauzaspafuent: exactly, but the subtility is that there is possibility to expose tables information, and that must be hidden13:19
pafuentbauzas: Ok13:20
bauzaspafuent: I don't want having a message like "duplicate entry 'toto' on table 'foo'"13:20
bauzaspafuent: presented to the user13:20
pafuentbauzas: I'll remove the message and retain the name of the exception13:21
bauzasI'm fine with it13:28
casanch1swann: did you see my comment in this review: https://review.openstack.org/#/c/73363/13:31
*** chmartinez has joined #openstack-climate13:48
*** bauzas1 has joined #openstack-climate13:52
*** bauzas has quit IRC13:59
*** Nikolay_St has quit IRC13:59
*** YorikSar has quit IRC13:59
*** DinaBelova has quit IRC13:59
*** jd__ has quit IRC13:59
*** DinaBelova has joined #openstack-climate14:01
*** jd__ has joined #openstack-climate14:01
*** saju_m has quit IRC14:11
chmartinezhello all14:15
chmartinezI'm trying  to learn about climate-nova.. Does anyone in here knows about how it works, or where can I find information about it?14:15
DinaBelovachmartinez, hello14:15
DinaBelovaclimate-nova is just repo with nova-related things (like additional nova filters or additional nova api extensions)14:15
DinaBelovathey are used for correct climate work with Nova resources14:15
DinaBelovalike filtering VMs to run on reserved host when lease starts14:15
*** chmartinez_ has joined #openstack-climate14:15
DinaBelovachmartinez, you here?14:15
chmartinez_yes14:15
chmartinez_sorry... Bad connection :(14:15
DinaBelova[18:06:14]  <DinaBelova> climate-nova is just repo with nova-related things (like additional nova filters or additional nova api extensions)14:15
DinaBelova[18:06:31]  <DinaBelova> they are used for correct climate work with Nova resources14:15
DinaBelova[18:06:52]  <DinaBelova> like filtering VMs to run on reserved host when lease starts14:15
DinaBelovaso to use these filters/api extensions you only need to set them in nova.conf file after climate-nova installation14:16
DinaBelovalike in this example14:16
DinaBelovahttps://github.com/stackforge/climate-nova/blob/master/etc/nova.conf.example14:16
chmartinez_nova.conf.examples.. yes14:16
*** chmartinez has quit IRC14:16
DinaBelovaextensions written in climate-nova, for example, are used for VM reservation14:16
DinaBelovathere are two of them now - to allow reserving VM in user-transparent way14:16
*** Nikolay_St has joined #openstack-climate14:16
*** YorikSar has joined #openstack-climate14:16
DinaBelovalike openstack server create ... --hint lease_params="..." ...14:16
DinaBelovaand to make all instance creation request reservations by default14:16
DinaBelovaso Default_reservation extension was written for Intel use case - where in dev cloud every VM should be reserved for 1 month14:16
*** saju_m has joined #openstack-climate14:16
DinaBelovasimply climate-nove does nothing itself - but it's integrated to Nova API / Nova Scheduler to use Climate specific things14:16
chmartinez_oo.. I see..14:16
chmartinez_Do you know if some others modules, like Keystone, have this feature?14:16
DinaBelovait depends on what do you want to do14:16
DinaBelovaalmost every entry point in every OS service14:16
DinaBelovais configurable14:16
chmartinez_I'm thinking about the tenant reservation bp.. and how to lease the resources associated to the tenants..14:16
DinaBelovathat should be investigated really14:16
chmartinez_for instance.. when I create the new "special" tenant, how can intercept that call?14:16
chmartinez_probably that tenant creation will have some extra parameters that we would use for the feature...  I just thinking at loud..14:16
DinaBelovachmartinez_, you're welcome :)14:16
chmartinez_:)14:16
chmartinez_haha14:16
chmartinez_thanks for the info... I will see what I can find..14:17
DinaBelovachmartinez_, i dunno for sure, but that might be managed by middleware...14:19
*** Nikolay_St has quit IRC14:20
*** YorikSar has quit IRC14:20
DinaBelovaalthough I'm not sure that list of middlewares is changeable14:20
chmartinez_OS middlewares.. I see...14:20
chmartinez_I should read about that...14:21
chmartinez_forgive me, I just getting started with all of this and there is a lot of things that I don't know :S14:21
DinaBelovachmartinez_, although I'm two years here, I also don't know what to say you about this situation14:22
pafuentbauzas1: This is a sample of the climateclient output14:23
pafuentbauzas1: ClimateDBNotFound: A database error occurred14:23
pafuentbauzas1: Is it ok?14:24
DinaBelovachmartinez_, I meant that maybe you may add your functionality to middleware that's set in keystone-paste.ini file14:24
bauzas1chmartinez_: I don't understand the thing with Keystone14:24
DinaBelovachmartinez_, but frankly speaking I'm really not sure it's a good idea14:25
bauzas1pafuent: I'm OK with it14:25
bauzas1chmartinez_, DinaBelova: which BP are we talking about ?14:25
DinaBelovahttps://blueprints.launchpad.net/climate/+spec/tenant-reservation-concept14:25
DinaBelovabauzas1, it's also about Intel use case14:25
DinaBelovaI mean its further development14:26
DinaBelovaeven after notification stuff14:26
pafuentbauzas1: Thanks14:26
DinaBelovabauzas1, so here is really discussible moment how to make Keystone behaviour manageable14:26
DinaBelovaand configurable14:26
DinaBelovafor Nova we have API exts, filters14:27
DinaBelovamany things to modify and many entry points to go to14:27
DinaBelovafor Keystone situation is not so simple14:27
*** saju_m has quit IRC14:27
bauzas1DinaBelova: missed that one14:28
DinaBelovabauzas1, it was created some time ago, but it's still in discussion/drafting state 'cause of Keystone specific thngs14:29
DinaBelovalike where should I go not to modify Keystone itself but somehow hack its behaviour?14:29
*** chandan_kumar has quit IRC14:29
DinaBelovaas I said, for Nova we just can do that without great probplems14:29
DinaBelovaproblems*14:30
bauzas1DinaBelova: I'm sorry, but you state that a new tenant should get a lease automatically14:30
bauzas1DinaBelova: why ?14:30
DinaBelovabauzas1, not all of them14:30
DinaBelovanot all new14:30
bauzas1DinaBelova: and which default values ?14:30
DinaBelovabut ones with some specific mark on it14:30
chmartinez_bauzas1: that is a thing that I will find out14:31
DinaBelovabauzas1, I think here we should ask Intel guys about that14:31
DinaBelova:)14:31
chmartinez_bauzas1: I will ask Joel about that14:31
DinaBelovachmartinez_, ok, cause that's important14:31
bauzas1DinaBelova: mmm14:31
DinaBelovacause now it's only idea - discussoble one14:31
DinaBelovadiscussible*14:31
DinaBelovaof how that might be used/implemented/whatever14:32
bauzas1DinaBelova: chmartinez_: well, I think this BP should be discussed in ML14:32
bauzas1so people could contribute on it14:32
bauzas1that's a big one14:32
DinaBelovachmartinez_, may you write mail to dev-ml about that14:32
DinaBelovawith all use cases, etc14:32
bauzas1yes, we need to think about the rationale14:33
chmartinez_DinaBelova: OK14:33
DinaBelovaand with some additional info how do you propose to do that, etc.14:33
bauzas1that BP is bigger enough to go into a wiki page14:33
bauzas1and discuss it thru etherpad14:33
DinaBelovacause now, as said, that's idea with much blank moments14:33
*** Nikolay_St has joined #openstack-climate14:33
*** YorikSar has joined #openstack-climate14:33
DinaBelovabauzas1, ++14:33
bauzas1like how we did with PR and VR usecases14:34
DinaBelovabauzas1, yes, think so14:34
bauzas1I totally missed it ... :)14:34
DinaBelovachmartinez_, ok with that?14:34
bauzas1I see it's targeted for 0.214:34
bauzas1woah14:34
DinaBelova0.2.x :)14:34
DinaBelovanot 0.2.0 :)14:34
DinaBelova:D14:34
chmartinez_DinaBelova: yes! I will write an email to the ML with this topic14:34
bauzas1well, if the Intel guys do have time, I'm fine :D14:34
DinaBelovachmartinez_, cool, thanks :)14:35
bauzas1chmartinez_: thanks, will contribute to it14:35
DinaBelovabauzas1, it will be implemented right when it'll be implemented14:35
bauzas1from my pov, there are 2 concerns with Climate14:35
DinaBelovaand all of us will take part14:35
bauzas11. People could ask for leases14:35
bauzas12. Openstack could use Climate for performing tasks in time14:35
bauzas1in a timely manner I mean14:36
bauzas1there is a big concern I'm handling with Gantt people14:36
bauzas1that's why I've been decomissionned from Climate to Gantt these previous days14:36
bauzas1I'm taking the point14:36
DinaBelovabauzas1, I see that and sometimes try to participate.... they have much unrelated discussions :(14:36
DinaBelovathat make me crazy14:37
bauzas1DinaBelova: don't worry, I'm on it14:37
bauzas1DinaBelova: we definitely need to split ourselves in various areas14:37
DinaBelova:D14:37
bauzas1DinaBelova: the good news is that now, many people know Climate14:37
bauzas1and they look at it14:37
bauzas1especially the Solver scheduler subteam14:38
DinaBelovabauzas1, yes, I also tried to post links, etc.14:38
DinaBelovabauzas1, yes14:38
bauzas1DinaBelova: saw that14:38
bauzas1DinaBelova: but as said, I'll contribute to Gantt14:38
bauzas1DinaBelova: I definitely think Gantt could help Climate later on14:38
DinaBelovathink so, yes14:38
bauzas1DinaBelova: and I also definitely think that Climate could help Gantt14:38
bauzas1the scheduling placement decision is made within the plugins now14:39
bauzas1that shall be done on a separate Climate service14:39
DinaBelovabauzas1, really via resource managing services, yes14:40
bauzas1exactly14:40
bauzas1so, from my POV, virtual instances rely on a Nova hack for placement decisions and deferred booting14:40
bauzas1that should be managed thanks to a call like this :14:41
bauzas1Nova (boot) -> Climate(lease) -> Gantt (scheduling) -> Climate -> Nova14:41
DinaBelovaideally - yes, smth like that14:41
bauzas1because on a deferred way, only Climate knows the future capacity14:41
DinaBelovaalthough that needs to be discussed (i mean just list all pros/cons)14:42
bauzas1Nova can't assess that the host he picked for the shelving instance will have enough capacity when the lease will start14:42
bauzas1you got my point ?14:42
bauzas1for a POC, that's great14:42
DinaBelovayes14:43
bauzas1but we should hook into Nova much earlier in the booting process14:43
bauzas1but that requires Nova's approval14:43
bauzas1and here why I'm acting as evangelist :)14:43
bauzas1I saw you mentioned Mistral14:44
bauzas1why not, or Taskflow directly14:44
DinaBelovawhere exactly mentioned? :)14:44
DinaBelova:D14:45
bauzas1in the mentioned BP14:45
DinaBelovayes, but that was really Joel, as I remember14:45
DinaBelovaanyway14:45
DinaBelovausing workflows looks good14:45
DinaBelovabut Mistral now is only Mirantis initiative and is not used nowhere14:45
DinaBelovaalthough it's distributed, etc.14:46
DinaBelovaas TaskFlow is used in Cinder14:46
DinaBelovaso it's accepted to OS technologies stack14:46
SergeyLukjanovtaskflow is under oslo program now14:46
DinaBelovaSergeyLukjanov, yes, I remember letter in ML14:47
DinaBelovaabout some new added repos there14:47
DinaBelovaso if we'll use some kind of workflows in the *nearest* future - that'll be Taskflow now, but potentially Mistral looks better, imo14:48
DinaBelova*potentially*14:48
bauzas1DinaBelova: +114:48
bauzas1DinaBelova: the transactional workflow should be handled first in Climate14:48
DinaBelovaI believe so, yes14:48
bauzas1DinaBelova: even if I'm thinking it's worth using an API14:48
DinaBelovawe'll look on how to do that anyway14:49
bauzas1to do that what ?14:49
bauzas1:D14:49
bauzas1create a lease upon tenant creation ?14:49
DinaBelovabauzas1, that also14:50
DinaBelovaI was speaking about workflows in climate using taskflow/mistral14:50
bauzas1DinaBelova: workflows are something we thought about it since we spoke about Climate :p14:51
DinaBelovaI mean potentionally *using taskflow/mistral*14:51
bauzas1DinaBelova: yuy14:52
DinaBelova:)14:52
bauzas1I like the "potentionally" :D14:52
bauzas1remember the with clauses we put in the plugin code ;)14:52
DinaBelova:D:D:D14:52
bauzas1well, that doesn't help much :)14:53
bauzas1we need to think about baby steps14:53
bauzas1if we speak about Keystone, what kind of Keystone object should/would be deferred upon lease start ?14:54
DinaBelovayeeeeah, that's question, that needs answers right after full list of use cases and user stories14:54
bauzas1exactly :)14:56
bauzas1and here is why the email thread :)14:56
chmartinez_first time writing emails to this mailing list.. Any advices? :)14:59
bauzas1say hi :D15:02
chmartinez_hahaa15:02
bauzas1nah, don't worry, you can take example on the previous threads we opened15:03
bauzas1don't forget [climate] in the subject please15:03
chmartinez_yes15:03
bauzas1just say your motivation15:03
bauzas1why you think it's important15:03
bauzas1explain your usecases15:03
chmartinez_Where can I find one of those threads?15:03
bauzas1search the ML15:03
bauzas1you don't get it ?15:03
bauzas1if not, you can search thru google15:04
chmartinez_I just suscribed15:04
chmartinez_OK15:04
bauzas1all of the threads are logged15:04
bauzas1and you do have archives15:04
chmartinez_found it! thanks15:05
*** YorikSar has quit IRC15:09
*** YorikSar has joined #openstack-climate15:09
*** chmartinez_ has quit IRC15:16
*** chmartinez has joined #openstack-climate15:20
*** DinaBelova is now known as DinaBelova_15:55
*** DinaBelova_ is now known as DinaBelova15:56
openstackgerritPablo Andres Fuente proposed a change to stackforge/climate: Adding/Handling DB specific exceptions  https://review.openstack.org/7475116:26
*** DinaBelova is now known as DinaBelova_16:31
*** bauzas1 has quit IRC16:46
*** DinaBelova_ is now known as DinaBelova17:12
*** bauzas has joined #openstack-climate17:32
*** saju_m has joined #openstack-climate17:33
*** saju_m has quit IRC17:46
*** saju_m has joined #openstack-climate18:09
*** saju_m has quit IRC18:17
*** saju_m has joined #openstack-climate18:21
*** saju_m has quit IRC18:28
*** saju_m has joined #openstack-climate18:32
pafuentbauzas: Are you around?19:22
pafuentbauzas: If you are around, Could you please take a look at https://review.openstack.org/#/c/74751/?19:36
pafuentbauzas: Maybe I could fix any comment in the next 1h 30m19:36
DinaBelovapafuent, please don't worry - if you'll have no time and Sylvain will find smth small, I'll fix it myself without any author changing19:55
DinaBelovaand we'll merge it/whatever19:55
DinaBelovapafuent, btw have a good luck tomorrow :)19:55
pafuentDinaBelova: Ok, thanks.19:56
pafuentDinaBelova: Which is the deadline for 2.0?20:04
DinaBelovapafuentŠ± 2.0.0 date is not decided yet - I planned to define some draft version on tomorrow meeting20:05
pafuentDinaBelova: Ok20:05
DinaBelovaanyway, 0.1.1 is estimated to midddle of March20:06
DinaBelovaso 0.2.0 will be in best case just before summit20:06
pafuentDinaBelova: Ok20:07
pafuentDinaBelova: I just added a 'Merged' for the devstack integration in https://etherpad.openstack.org/p/climate-incubation-status20:09
DinaBelovapafuent, thanks :)20:10
pafuentbauzas: Are you around?20:19
bauzaspafuent: yup20:20
pafuentbauzas: It's regarding  https://review.openstack.org/#/c/74751/20:21
bauzaspafuent: yup, looking at it now20:21
pafuentbauzas: Ok. Thanks20:22
pafuentbauzas: And another thing...20:24
pafuentbauzas: I know I'm insistent with this, but I managed to get a working version of db migrations with alembic. Are you ok if I upload the patch?20:24
bauzaspafuent: yup ?20:24
bauzaspafuent: ^^20:24
bauzaspafuent: of course ok20:25
bauzaspafuent: but there is another concern I'll address about db synchronization on a separate patch20:25
pafuentbauzas: Ok, no problem.20:26
bauzasI just need to leave, talk to you tomorrow20:28
bauzaspafuent: btz20:28
bauzaspafuent: bye20:28
pafuentbauzas: Bye20:28
openstackgerritPablo Andres Fuente proposed a change to stackforge/climate: Support for DB migrations using Alembic  https://review.openstack.org/7518120:33
*** chmartinez has quit IRC20:52
*** bauzas has quit IRC21:05
*** Nikolay_St has quit IRC21:05
*** DinaBelova has quit IRC21:05
*** saju_m has quit IRC21:05
*** jd__ has quit IRC21:05
*** f_rossigneux has quit IRC21:05
*** YorikSar has quit IRC21:05
*** pafuent has quit IRC21:05
*** openstackgerrit has quit IRC21:05
*** SergeyLukjanov has quit IRC21:05
*** swann has quit IRC21:05
*** casanch1 has quit IRC21:05
*** f_rossigneux has joined #openstack-climate21:07
*** swann has joined #openstack-climate21:07
*** SergeyLukjanov has joined #openstack-climate21:07
*** openstackgerrit has joined #openstack-climate21:07
*** pafuent has joined #openstack-climate21:07
*** casanch1 has joined #openstack-climate21:07
*** DinaBelova has joined #openstack-climate21:07
*** jd__ has joined #openstack-climate21:07
*** YorikSar has joined #openstack-climate21:07
*** saju_m has joined #openstack-climate21:07
*** pafuent has left #openstack-climate21:08
*** bauzas has joined #openstack-climate21:14
*** Nikolay_St has joined #openstack-climate21:14
*** bauzas has quit IRC21:26
*** Nikolay_St has quit IRC21:26
*** DinaBelova has quit IRC21:26
*** saju_m has quit IRC21:26
*** jd__ has quit IRC21:26
*** f_rossigneux has quit IRC21:26
*** YorikSar has quit IRC21:26
*** openstackgerrit has quit IRC21:26
*** SergeyLukjanov has quit IRC21:26
*** swann has quit IRC21:26
*** casanch1 has quit IRC21:26
*** Nikolay_St has joined #openstack-climate22:06
*** f_rossigneux has joined #openstack-climate22:06
*** swann has joined #openstack-climate22:06
*** SergeyLukjanov has joined #openstack-climate22:06
*** DinaBelova_ has joined #openstack-climate22:06
*** jd__ has joined #openstack-climate22:06
*** YorikSar has joined #openstack-climate22:06
*** Nikolay_St has quit IRC22:32
*** DinaBelova_ has quit IRC22:33
*** jd__ has quit IRC22:33
*** f_rossigneux has quit IRC22:33
*** YorikSar has quit IRC22:33
*** SergeyLukjanov has quit IRC22:33
*** swann has quit IRC22:33
*** openstackgerrit has joined #openstack-climate22:36
*** Nikolay_St has joined #openstack-climate22:36
*** f_rossigneux has joined #openstack-climate22:36
*** swann has joined #openstack-climate22:36
*** SergeyLukjanov has joined #openstack-climate22:36
*** DinaBelova_ has joined #openstack-climate22:36
*** jd__ has joined #openstack-climate22:36
*** YorikSar has joined #openstack-climate22:36
*** Nikolay_St has quit IRC22:46
*** DinaBelova_ has quit IRC22:46
*** jd__ has quit IRC22:46
*** f_rossigneux has quit IRC22:46
*** openstackgerrit has quit IRC22:46
*** YorikSar has quit IRC22:46
*** SergeyLukjanov has quit IRC22:46
*** swann has quit IRC22:46
*** openstackgerrit has joined #openstack-climate22:47
*** Nikolay_St has joined #openstack-climate22:47
*** YorikSar has joined #openstack-climate22:47
*** jd__ has joined #openstack-climate22:47
*** DinaBelova_ has joined #openstack-climate22:47
*** SergeyLukjanov has joined #openstack-climate22:47
*** swann has joined #openstack-climate22:47
*** f_rossigneux has joined #openstack-climate22:47

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!