Sunday, 2017-01-29

*** rcernin has quit IRC00:45
*** rcernin has joined #openstack-trove00:54
*** rcernin has quit IRC01:45
*** rcernin has joined #openstack-trove01:57
*** tqtran has joined #openstack-trove02:02
*** gouthamr has joined #openstack-trove02:06
*** tqtran has quit IRC02:07
*** rcernin has quit IRC02:48
openstackgerritamrith proposed openstack/trove: unwedge the gate  https://review.openstack.org/42653503:00
*** chhavi has joined #openstack-trove03:02
openstackgerritamrith proposed openstack/trove: Add i18n translation to extensions 3/3  https://review.openstack.org/40627103:03
openstackgerritamrith proposed openstack/trove: Add i18n translation to others 3/3  https://review.openstack.org/40632703:03
openstackgerritamrith proposed openstack/trove: Add i18n translation to guestagent datastore 1/5  https://review.openstack.org/40628003:03
openstackgerritamrith proposed openstack/trove: Add i18n tranlastion to guestagent datastore 2/5  https://review.openstack.org/40628303:03
openstackgerritamrith proposed openstack/trove: Add translation_checks for i18n  https://review.openstack.org/40278003:04
*** tqtran has joined #openstack-trove03:05
*** tqtran has quit IRC03:10
*** rcernin has joined #openstack-trove03:12
*** rcernin has quit IRC03:20
*** chhavi has quit IRC03:21
openstackgerritamrith proposed openstack/trove: unwedge the gate  https://review.openstack.org/42653504:08
*** tqtran has joined #openstack-trove05:06
*** tqtran has quit IRC05:11
*** tqtran has joined #openstack-trove07:08
*** tqtran has quit IRC07:12
*** chhavi has joined #openstack-trove07:18
*** chhavi has quit IRC07:39
*** gouthamr has quit IRC07:43
*** gcb has joined #openstack-trove10:14
*** chhavi has joined #openstack-trove12:25
amrithandreykurilin, I see what the problem is, I'm working on it.12:41
amrithit isn't related specifically to your change but something in trove12:41
andreykurilinamrith: please let me know if you need any help12:46
amrithandreykurilin, yes I do. but I think it is divine inspiration that I'm looking for right now12:46
amrithI see what's wrong12:47
amrithbut I just can't imagine why12:47
amritheither divine inspiration, or more coffee12:47
amrithsomething has changed the shape of the trove context structure12:47
amrithand there's a failsafe in trove that discards things that it doesn't know about.12:47
amrithand some of the things that are now coming in the context are things that trove doesn't expect.12:48
amrithlike here http://logs.openstack.org/35/426535/2/check/gate-trove-functional-dsvm-mysql-ubuntu-xenial/6b084eb/logs/screen-tr-tmgr.txt.gz#_2017-01-29_04_34_11_17212:48
amrithI can repro the problem locally12:48
amrithjust have to get my head around to how this can happen on a clean install12:48
amriththis is usually a version change issue12:48
amrithbut we don't have that12:49
*** chhavi has quit IRC13:21
*** chhavi has joined #openstack-trove15:13
*** gcb has quit IRC15:46
*** rcernin has joined #openstack-trove16:29
*** gouthamr has joined #openstack-trove16:49
openstackgerritamrith proposed openstack/trove: unwedge the gate  https://review.openstack.org/42653517:24
*** chhavi has quit IRC17:44
*** rcernin has quit IRC17:46
*** johnma has quit IRC18:13
openstackgerritamrith proposed openstack/trove: unwedge the gate  https://review.openstack.org/42653518:14
amrithandreykurilin, ping18:49
amrithlooks like there's something else broken under the covers with this change in nova18:49
amrithyou can see that some operations with nova are failing in an awkward way still, and they appear to work fine in 7.0.018:49
amrithI'm not sure what else needs to be fixed but this appears to be (now) outside of trove18:50
amrithor at least something between the projects18:50
amrithandreykurilin, please see http://logs.openstack.org/35/426535/3/check/gate-trove-scenario-dsvm-mysql-multi-ubuntu-xenial/16eaf0c/console.html#_2017-01-29_17_52_32_20931318:52
amrithappears that something gets messed up between novaclient and keystone. trove doesn't appear to even be in the mix here18:53
andreykurilinok20:26
andreykurilinit looks like you have several places for initialization of novaclien20:26
andreykurilinhttps://github.com/openstack/trove/blob/129fac7d5374e18a428afa1b5c0259743677222e/trove/tests/util/__init__.py#L166-L17220:26
andreykurilinnot usre In what cases which method is used20:27
andreykurilinok, I missed your patch20:29
amrithhi andreykurilin20:47
openstackgerritAndrey Kurilin proposed openstack/trove: DNM: more debug  https://review.openstack.org/42660220:47
amrithI'm trying to understand yor proposed patch some more20:47
andreykurilinamrith: I sent a patch with debug info - https://review.openstack.org/426602 . let's see if keystoneauth has all required parameters for authentication20:49
amrithlooking20:49
amrithah, nice20:49
amrithi see20:49
amrithim also looking at the other end, in wsgi.py to see how we're make the context20:51
amrithok, let's wait and see andreykurilin what your patch shows21:00
andreykurilinhope it will help to find a root of issue21:00
amrithyup21:11
amrithi'm running that test locally now21:11
openstackgerritAndrey Kurilin proposed openstack/trove: DNM: more debug  https://review.openstack.org/42660222:33
andreykurilinamrith: here?23:29
amrithyup23:29
amrithwassup23:29
amrithandreykurilin, yt?23:30
andreykurilinamrith: I found at least one issue23:30
andreykurilinamrith: https://review.openstack.org/#/c/426535/4/trove/tests/util/__init__.py23:31
amrithlooking23:31
amrithok, I will fix that23:31
amrithis there also an id available?23:33
amrithandreykurilin, doesn't look like it23:33
amrithdo you want me to push up that change23:34
amrithor wait till your change yields some more debug information?23:34
amrithyou would need to rebase anyway23:34
andreykurilinamrith: My change gave all required information. Keystone auth object has all required information ttp://logs.openstack.org/02/426602/2/check/gate-trove-scenario-dsvm-mysql-multi-ubuntu-xenial/53057a2/console.html#_2017-01-29_23_23_05_82874623:34
amrithhmm23:35
amriththere are two none's there23:35
amrithlet me check what they were23:35
andreykurilinit is ok23:35
amrithone second23:35
andreykurilinif you compare output with https://review.openstack.org/#/c/426602/2/trove/tests/api/flavors.py , you will find that project_id variable contains "demo"23:35
andreykurilinand "demo" is a name23:35
amrithproject name23:36
amrithand user id23:36
amrithyup23:36
amrithuser id is also none23:36
andreykurilinit is ok, since we have username23:36
andreykurilinwe do not need to have both of then23:36
andreykurilin*them23:36
amrithok, let me push up that one change then and see if that works23:36
openstackgerritamrith proposed openstack/trove: unwedge the gate  https://review.openstack.org/42653523:37
andreykurilinhope it will fix an issue and your gates become green again :)23:37
amrithi sincerely hope so23:37
amrithbbiab23:38
*** robertmyers has quit IRC23:42

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