Monday, 2014-02-17

*** chandan_kumar has joined #openstack-climate05:02
*** Nikolay_St has joined #openstack-climate05:36
*** ddyachkov has joined #openstack-climate06:12
*** saju_m has joined #openstack-climate06:15
openstackgerritDmitriy Dyachkov proposed a change to stackforge/climate: Add pylint check for Climate project  https://review.openstack.org/5896407:51
*** bauzas has joined #openstack-climate08:22
*** saju_m has quit IRC08:31
*** ppetit has joined #openstack-climate08:52
openstackgerritDmitriy Dyachkov proposed a change to stackforge/climate: Add pylint check for Climate project  https://review.openstack.org/5896408:53
*** saju_m has joined #openstack-climate08:58
openstackgerritSylvain Bauza proposed a change to stackforge/climate: Port to Pecan/WSME for API v2  https://review.openstack.org/7101109:01
*** chandan_kumar has quit IRC09:10
*** chandan_kumar has joined #openstack-climate09:20
*** DinaBelova_ is now known as DinaBelova09:50
openstackgerritYuriy Taraday proposed a change to stackforge/climate: Remove direct assignments of context attributes  https://review.openstack.org/7267310:11
openstackgerritYuriy Taraday proposed a change to stackforge/climate: Remove explicit access to is_admin in context  https://review.openstack.org/7274210:11
bauzasDinaBelova: FYI, https://wiki.openstack.org/wiki/Climate/REST_API#Hosts10:18
bauzasDinaBelova: still examples are missing10:18
DinaBelovabauzas, nya!10:18
bauzasDinaBelova: but that's worth it10:18
DinaBelovathanks :)10:18
bauzasDinaBelova: I'll put the hosts examples once my lab env will be back up10:18
DinaBelovahow I understand u :D10:19
DinaBelovathis my day will be about namings checking :)10:19
DinaBelovaand lab fighting :)10:19
bauzasDinaBelova: as I'm running 2 VMs on a single laptop, I'm context switching between documentation tasks and code tasks10:19
bauzasI'm only having 4GB of RAM10:19
bauzasI was trying to run a devstack with docker10:19
bauzasstill facing some issues10:19
bauzasand have no time for further investigating10:20
DinaBelovaok, got it...10:21
openstackgerritA change was merged to stackforge/climate: Fix pylint errors  https://review.openstack.org/7352910:25
openstackgerritA change was merged to stackforge/climate: Improve memory/performace in ManagerService  https://review.openstack.org/7335810:30
openstackgerritDmitriy Dyachkov proposed a change to stackforge/climate: Add pylint check for Climate project  https://review.openstack.org/5896410:32
openstackgerritSwann Croiset proposed a change to stackforge/climate: Use config generator/check_update tools from Oslo incubator  https://review.openstack.org/7124310:56
openstackgerritDmitriy Dyachkov proposed a change to stackforge/climate: Add pylint check for Climate project  https://review.openstack.org/5896411:06
*** DinaBelova is now known as DinaBelova_11:36
*** ddyachkov has quit IRC12:22
*** cmart has joined #openstack-climate12:28
*** pafuent has joined #openstack-climate12:57
openstackgerritPablo Andres Fuente proposed a change to stackforge/climate: Initial devstack support implemented  https://review.openstack.org/6046513:00
*** DinaBelova_ is now known as DinaBelova13:24
pafuentDinaBelova: Hi13:26
DinaBelovapafuent, hello :)13:26
DinaBelovaGood morning :)13:26
pafuentDinaBelova: Could you check a comment that I wrote in this bug https://bugs.launchpad.net/climate/+bug/1240021?13:27
DinaBelovasure13:27
swannhi all, morning Dina ;)13:27
pafuentDinaBelova: If I tested correctly the bug is fixed13:27
DinaBelovaI think so, yes13:28
swannfor this bug ^^ I think so too13:28
DinaBelovaIt was actual some time ago13:28
*** casanch1 has joined #openstack-climate13:28
casanch1hi13:28
DinaBelovao/13:28
casanch1please, when you have time, could you review this https://review.openstack.org/#/c/73363/ ?13:28
casanch1thanks!13:28
DinaBelovacasanch1, sure, will do that13:29
swannsetted status to invalid for the bug : https://bugs.launchpad.net/climate/+bug/1240021?13:29
DinaBelovaI'm fighting with my lab now...13:29
DinaBelovaswann, yes - cause now we cannot even get it once more time13:29
DinaBelovaswann, I cannot find some other appropriate bug state in the list13:30
swannDinaBelova: Do you know why we still need notifier.api (from oslo) ?13:45
DinaBelovayes, I know it13:45
DinaBelovait13:45
DinaBelovait's becuase of middleware deps13:45
DinaBelovait's not used really anywhere13:45
swannwhich middleware ?13:46
DinaBelovaopenstack.common.middleware13:46
DinaBelovaprobably we may leave in that directory only debup.py13:46
swannhumm13:46
DinaBelovadebug.py13:46
DinaBelovathat is actually usen in climate13:46
DinaBelovaand remove everything else13:46
swannok, thanks for your lights :)13:47
DinaBelovacause update.py file in oslo-incubator downloads full dirs - even if they are not really used13:47
swannmay we can ask to Cristian A Sanchez to remove all middleware except debug.py in his review : https://review.openstack.org/#/c/73363/ ?13:49
DinaBelovaI think that's quite good idea13:50
casanch1no problema13:50
swannok, I'll post a comment on the review + now it's outdated :)13:50
swanncasanch1: cool13:50
DinaBelovacasanch1, thank you13:51
DinaBelovaplease check it, but I'm quite sure, that we only need debug.py in middleware package - everything else is just downloaded because of update.py script13:52
swannInitial devstack support implemented: I'm going to test this one now :)13:53
pafuentswann: If you find any issue with that, please let me know13:59
pafuentbauzas: Are you around?13:59
bauzaspafuent: yup14:00
pafuentbauzas: Hi14:00
bauzaspafuent: I'm sorry, I'm focusing on Nova things14:00
bauzaspafuent: how are you ?14:00
pafuentbauzas: Fine14:00
pafuentbauzas: I have a question regarding Pecan routing14:00
bauzassure14:00
bauzaspafuent: go ahead14:01
pafuentbauzas: Why is the purpose of _lookup() in V2Controller?14:02
bauzashttp://pecan.readthedocs.org/en/latest/routing.html#routing-to-subcontrollers-with-lookup14:02
pafuentbauzas: Yes I read that14:02
bauzaspafuent: that's for matching os-hosts14:02
bauzasthe routing is based on the name of the controller14:03
bauzasI can't create an object having os-hosts as name14:03
pafuentbauzas: So the idea is to only access the HostController using os-host, right?14:03
bauzasso I created oshosts and mapped to it using lookup()14:03
bauzaspafuent: right14:03
bauzaspafuent: well, with the current proposal, you can also access it using /oshosts/14:04
bauzasboth are mapping to the same controller14:04
pafuentbauzas: That was my concern14:04
bauzaspafuent: ok, I think I got your idea, you dislike it ?14:04
bauzaspafuent: having both /oshosts and /os-hosts matching the same ctrl ?14:05
bauzaspafuent: I should be able to modify it14:05
pafuentbauzas: I don't know much about API design, but I like only one way to do things14:05
bauzasok, will see what I can do14:05
bauzasI will probably patch the lookup method by denying oshosts14:06
pafuentbauzas: Ok, thanks. I'll add a comment to the review.14:06
bauzaspafuent: please put a comment on the patch14:06
bauzaspafuent: ok thanks14:06
bauzaspafuent: there are still some things to do within the patch14:07
pafuentbauzas: I added the comment without -1 or +1, because I had a meeting and I can't review the rest. After the meeting I'll review the rest14:10
bauzasok14:13
*** saju_m has quit IRC14:15
DinaBelovacasanch1, you here?14:22
DinaBelovaI just wanted to ask you one more time about your lab14:23
DinaBelovawith latest master, etc.14:23
DinaBelovadid you try to create lease there somehow?14:24
DinaBelovavia VM reservation, whatever14:24
casanch1yes I did14:27
casanch1and it worked14:27
openstackgerritChristian Martinez proposed a change to stackforge/climate: Adding tests for sqlalchemy class  https://review.openstack.org/7294314:31
cmartNikolay_St: I added the tests you mentioned.. Please, take a look at them14:33
casanch1swann: do I have to remove all middleware except debug.py, even those that were already there? Like audit.py, base, correlation_id, etc?14:33
DinaBelovacasanch1, agrh :( I can't understand what's going on with my completely new VM with completely new devstack :(14:34
DinaBelovacasanch1, as for middleware, please lease only ones that are used in climate and their deps14:34
DinaBelovaso it looks like that only debug.py and base.py should be left there14:35
DinaBelovathe second one is needed by first14:35
casanch1I removed all of them except debug and tests fail now :(14:35
DinaBelovabase.py is also needed14:35
DinaBelovait's dependency for debug14:36
DinaBelovahttps://github.com/openstack/oslo-incubator/blob/master/openstack/common/middleware/debug.py#L2514:36
DinaBelovabase.py has no interesting deps - https://github.com/openstack/oslo-incubator/blob/master/openstack/common/middleware/base.py#L1814:36
DinaBelovacasanch1, ^^14:36
casanch1uhmmm strange14:42
casanch1after updating oslo and only removing rpc and notifier (as it worked before), tests are not executed14:42
casanch1and pep8 fails :S14:42
DinaBelovawowow14:45
DinaBelovathat's not good14:45
DinaBelovacasanch1, please run recheck on Jenkins14:46
DinaBelovacause this your change worked before good14:46
DinaBelovait's not the most fresh, but it's on review now, so you may use Jenkins for independent checking14:47
casanch1nop, it fails in my local environment14:47
DinaBelovaokay, so only in local env...14:48
DinaBelovaI'll check it now too14:48
DinaBelovauno momento14:48
casanch1yes, actually without the oslo update tests work ok14:48
casanch1but fail just after updating14:48
DinaBelovacasanch1, copy your log to paste.openstack.org and give me link, please14:49
DinaBelovaI'll take a look14:49
casanch1here14:51
casanch1http://paste.openstack.org/show/66494/14:51
DinaBelovacasanch1, I used your change https://review.openstack.org/#/c/73363/, ran update.py for it, removed rpc and notifier and everything from middleware except base and debug14:56
DinaBelovaI've got pep8 ok14:56
DinaBelovacasanch1 in my env everything is ok15:00
casanch1did you update oslo-incubator to the latest?15:00
casanch1and climate to the latest?15:00
DinaBelovaclimate was on oslo.messaging15:02
DinaBelovaI may rebase it now15:02
DinaBelovayes, I rebased15:03
*** YorikSar has joined #openstack-climate15:03
DinaBelovaeverything is ok with "your change https://review.openstack.org/#/c/73363/, ran update.py for it, removed rpc and notifier and everything from middleware except base and debug"15:03
casanch1did you get the latest changes in oslo-incubator?15:03
DinaBelovacasanch1, yes, cause "ran update.py for it"15:03
DinaBelovaand then "removed rpc and notifier and everything from middleware except base and debug"15:04
casanch1I mean, git pull in oslo-incubator15:04
casanch1update.py will not pull latest changes in oslo-incubator15:04
DinaBelovacasanch1, I'll try it now15:05
*** chandan_kumar has quit IRC15:07
DinaBelovaI also have got error now15:12
DinaBelovabut other one ;)15:12
DinaBelovawith tests discovering :)15:12
DinaBelovafor pep8 I got errors like u, it seems15:15
DinaBelova0_015:15
DinaBelovacasanch1, it seems that now we have exactly same errors15:21
DinaBelovaboth for py27 and for pep815:21
DinaBelovaI suppose that the key here is updated openstack.common.db stuff15:22
DinaBelovacause it looks like for me that errors with IMPL = db_api.DBAPI(backend_mapping=_BACKEND_MAPPING) are main ones here15:22
DinaBelovathis file was modified and now we have errors with its using and tests listing15:23
DinaBelovaalso in db stuff15:23
DinaBelovacasanch1, may you investigate that moment?15:24
casanch1I wil15:24
DinaBelovaерфтл нщг15:24
DinaBelovawowow15:24
DinaBelovait was "thank you" :)15:24
casanch1:D15:28
*** DinaBelova is now known as DinaBelova_16:08
*** chandan_kumar has joined #openstack-climate16:29
*** chandan_kumar has quit IRC16:29
*** chandan_kumar has joined #openstack-climate16:30
*** bauzas has quit IRC16:38
*** chandan_kumar has quit IRC16:55
*** DinaBelova_ is now known as DinaBelova17:02
*** casanch1_ has joined #openstack-climate17:06
*** casanch1 has quit IRC17:08
*** casanch1_ is now known as casanch117:08
*** bauzas has joined #openstack-climate17:11
*** cmart has quit IRC17:13
*** ppetit has quit IRC17:58
*** ppetit has joined #openstack-climate17:59
*** ppetit has quit IRC17:59
*** openstackgerrit has quit IRC18:53
*** openstackgerrit has joined #openstack-climate18:54
*** DinaBelova is now known as DinaBelova_20:54
*** pafuent has left #openstack-climate21:09
*** casanch1 has quit IRC21:25

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