Wednesday, 2017-07-12

openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add min_version and max_version to adapter constructors  https://review.openstack.org/48274200:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Expose interface as a ListOpt for config files  https://review.openstack.org/48274300:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Remove kwargs from adapter.get_endpoint_data  https://review.openstack.org/48274400:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add support for next_min_version and not_before  https://review.openstack.org/48274500:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add ability to request a microversion in a request  https://review.openstack.org/48274600:02
*** reedip_ has joined #openstack-sdks00:07
*** rajathagasthya has quit IRC00:19
*** reedip_ has quit IRC00:30
*** gildub has joined #openstack-sdks00:43
*** hoangcx has quit IRC00:43
*** annp has quit IRC00:44
*** bobh has joined #openstack-sdks00:55
*** annp has joined #openstack-sdks00:58
*** hoangcx has joined #openstack-sdks00:58
*** gouthamr has quit IRC01:06
*** bobh has quit IRC01:10
*** hoangcx has quit IRC01:16
*** annp has quit IRC01:16
*** bobh has joined #openstack-sdks01:17
*** dfflanders has quit IRC01:26
*** bobh has quit IRC01:33
*** fzdarsky_ has joined #openstack-sdks01:51
*** fzdarsky|afk has quit IRC01:53
*** annegentle has joined #openstack-sdks01:58
*** bobh has joined #openstack-sdks02:03
*** annp has joined #openstack-sdks02:07
*** hoangcx has joined #openstack-sdks02:08
*** dtroyer has quit IRC02:11
*** dtroyer has joined #openstack-sdks02:12
*** hoangcx has quit IRC02:13
*** gildub has quit IRC02:15
*** gouthamr has joined #openstack-sdks02:26
*** hoangcx has joined #openstack-sdks02:27
*** annegentle has quit IRC02:29
*** annp has quit IRC02:40
*** hoangcx has quit IRC02:40
*** rajathagasthya has joined #openstack-sdks03:05
*** rajathagasthya has quit IRC03:05
*** gildub has joined #openstack-sdks03:08
*** bobh has quit IRC03:09
*** annp has joined #openstack-sdks03:16
*** hoangcx has joined #openstack-sdks03:16
*** dave-mccowan has joined #openstack-sdks03:19
*** hoangcx has quit IRC03:22
*** hoangcx has joined #openstack-sdks03:35
*** dave-mccowan has quit IRC03:40
*** gouthamr has quit IRC03:46
*** tonyb has quit IRC04:05
*** annp has quit IRC04:27
*** tonyb has joined #openstack-sdks04:28
*** hoangcx has quit IRC04:30
*** annp has joined #openstack-sdks04:45
*** hoangcx has joined #openstack-sdks04:47
*** hoangcx has quit IRC04:52
*** hoangcx has joined #openstack-sdks05:05
*** mvpnitesh has joined #openstack-sdks05:24
*** hoangcx has quit IRC05:28
*** annp has quit IRC05:28
*** gildub has quit IRC05:41
*** annp has joined #openstack-sdks05:44
*** hoangcx has joined #openstack-sdks05:44
*** d0ugal has quit IRC06:44
*** openstackgerrit has quit IRC06:48
-openstackstatus- NOTICE: FYI, ask.openstack.org is down, review.o.o is slow - please have patience until this is fixed06:52
*** annp has quit IRC07:20
*** hoangcx has quit IRC07:20
*** openstackgerrit has joined #openstack-sdks07:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: DNM: test  https://review.openstack.org/48282707:24
openstackgerritM V P Nitesh proposed openstack/python-openstackclient master: List images with --tags for 'openstack image list'  https://review.openstack.org/48161507:25
*** aarefiev_afk is now known as aarefiev07:32
*** fzdarsky_ is now known as fzdarsky07:34
*** annp has joined #openstack-sdks07:35
*** hoangcx has joined #openstack-sdks07:35
*** amotoki_away is now known as amotoki07:45
*** chenyb4 has quit IRC07:45
amotokihm... osc unit test is now broken07:46
-openstackstatus- NOTICE: Gerrit is going to be restarted, due to low performance07:50
amotokiwhen both os-client-config and osc-lib are downgraded, osc unit test succeeded.07:53
amotokiis anyone investigating the detail?07:53
amotokiGood: osc-lib===1.6.0 and os-client-config===1.27.007:53
amotokiBad: osc-lib===1.7.0 and os-client-config===1.28.007:53
*** jpich has joined #openstack-sdks07:54
-openstackstatus- NOTICE: Gerrit has been successfully restarted07:58
*** gouthamr has joined #openstack-sdks08:02
openstackgerritRui Chen proposed openstack/python-openstackclient master: Clean up the changes of os.environ in functional tests  https://review.openstack.org/47134108:06
openstackgerritRui Chen proposed openstack/python-openstackclient master: Rework server migrate to support cold and live  https://review.openstack.org/46005908:06
openstackgerritRui Chen proposed openstack/python-openstackclient master: [Compute]Make column content readable for both human and machine  https://review.openstack.org/44579408:06
amotokithe failure patterns related to osc-lib 1.7.0, osc-lib 1.7.0 is good. osc volume find_resource unit tests look bad.08:17
*** ralonsoh has joined #openstack-sdks08:17
amotokiRuiChen: are you looking into the ut failure?08:18
*** gouthamr has quit IRC08:21
RuiChenamotoki: not yet, that impact all the volume unit tests?08:23
amotokiRuiChen: it only affects openstackclient.tests.unit.volume.test_find_resource08:24
RuiChenamotoki: let me try it in my local env with libs08:25
amotokiRuiChen: looking at osc-lib change, it drops unnecessary try-except. according to osc-lib comments, it was a dirty-hack to hide test errors08:25
amotokiRuiChen: i am now looking at os-client-config failure mode to determine we need to block it in g-r.08:25
*** mvpnitesh has quit IRC08:30
*** d0ugal has joined #openstack-sdks08:46
amotokiI filed bugs on the ut failures: bug 1703782 and bug 1703783 for tracking them.08:50
openstackbug 1703782 in python-openstackclient "OSC unit test volume.test_find_resource fails with osc-lib 1.7.0" [Undecided,New] https://launchpad.net/bugs/170378208:50
openstackbug 1703783 in python-openstackclient "OSC unit fails with os-client-config 1.27.0" [Undecided,New] https://launchpad.net/bugs/170378308:50
*** d0ugal has quit IRC08:54
*** d0ugal has joined #openstack-sdks08:55
*** d0ugal has quit IRC08:55
*** d0ugal has joined #openstack-sdks08:55
*** jpich has quit IRC09:09
*** jpich has joined #openstack-sdks09:11
amotokihm.... openstack command calls OpenStackConfig.__init__() TWICE... why?09:16
amotokiit hits os-client-config check and causes the UT failures. tricky :(09:17
amotokiI have no time to investigate more on OSC UT failure today.09:18
*** e0ne has joined #openstack-sdks09:30
amotokiRuiChen: i identified the cause of the failure related to os-client-config. will upload a patch soon.09:32
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Fix os-client-config related unit tests for occ 1.28.0  https://review.openstack.org/48288009:50
*** cdent has joined #openstack-sdks09:57
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Fix os-client-config related unit tests for occ 1.28.0  https://review.openstack.org/48288010:01
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Fix os-client-config related unit tests for occ 1.28.0  https://review.openstack.org/48288010:06
RuiChenamotoki: it's great, thank you pushing the patch, about the volume ut failures, I think it's related with https://review.openstack.org/#/c/476523/ changes10:08
amotokiRuiChen: it is not related to volume ut failures. it's related to the new os-client-config.10:08
amotokiRuiChen: ah. I misunderstood your comment.10:09
amotokiRuiChen: all are delimited by a comma. I got confused10:09
RuiChenI think your patch to fix the openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedenceOCC failures, right?10:10
amotokiRuiChen: right10:10
amotokialso skips volume find_resource to pass py27.10:11
RuiChenamotoki: ah, I got it, thank you10:13
*** annp has quit IRC10:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add min_version and max_version to adapter constructors  https://review.openstack.org/48274210:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Expose interface as a ListOpt for config files  https://review.openstack.org/48274310:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add paragraph clarifying major and micro versions  https://review.openstack.org/48271010:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add ability to request a microversion in a request  https://review.openstack.org/48274610:18
*** hoangcx has quit IRC10:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Update docs and add a release note  https://review.openstack.org/47756610:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Remove kwargs from adapter.get_endpoint_data  https://review.openstack.org/48274410:18
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add support for next_min_version and not_before  https://review.openstack.org/48274510:18
*** Mr_Freeman has joined #openstack-sdks10:47
*** Mr_Freeman has left #openstack-sdks10:47
*** d0ugal has quit IRC10:49
*** hoangcx has joined #openstack-sdks11:04
*** jkilpatr has quit IRC11:06
*** hoangcx has quit IRC11:08
*** markvoelker has quit IRC11:09
*** markvoelker has joined #openstack-sdks11:10
*** markvoelker has quit IRC11:14
*** dave-mccowan has joined #openstack-sdks11:19
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Fix typo from earlier docs patch  https://review.openstack.org/48292511:35
*** jkilpatr has joined #openstack-sdks11:42
*** hoangcx has joined #openstack-sdks11:46
*** mvpnitesh has joined #openstack-sdks11:47
*** efried_zzz is now known as efried11:52
*** markvoelker has joined #openstack-sdks11:55
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Fix unit test failures related to new os-client-config and osc-lib  https://review.openstack.org/48288012:13
amotokiRuiChen: thanks for your finding in UT failure around osc-lib. I imported your suggestion in the new patch set above.12:14
*** chenyb4_ has joined #openstack-sdks12:22
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Fix unit test failures related to new os-client-config and osc-lib  https://review.openstack.org/48288012:26
*** efried_ has joined #openstack-sdks12:41
*** efried has quit IRC12:41
*** mvpnitesh has quit IRC12:44
*** timburke has quit IRC12:44
*** mvpnitesh has joined #openstack-sdks12:44
*** dgonzalez has quit IRC12:44
*** dgonzalez has joined #openstack-sdks12:46
*** timburke has joined #openstack-sdks12:46
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add min_version and max_version to adapter constructors  https://review.openstack.org/48274212:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Expose interface as a ListOpt for config files  https://review.openstack.org/48274312:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add paragraph clarifying major and micro versions  https://review.openstack.org/48271012:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add ability to request a microversion in a request  https://review.openstack.org/48274612:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Update docs and add a release note  https://review.openstack.org/47756612:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Remove kwargs from adapter.get_endpoint_data  https://review.openstack.org/48274412:47
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add support for next_min_version and not_before  https://review.openstack.org/48274512:47
*** mvpnitesh has quit IRC12:51
*** d0ugal has joined #openstack-sdks12:57
*** ralonsoh has quit IRC12:58
*** ralonsoh_ has joined #openstack-sdks12:58
*** ralonsoh_ is now known as ralonsoh13:00
*** mvpnitesh has joined #openstack-sdks13:07
*** efried_ is now known as efried13:14
GreenBloodI'm looking at the v2/v3 API for identity managment and while in v2 I see that querying https://[endpoint]/v2 replies with version details, I don't see a corresponding function on v3. When I query my provider with /v3, the reply I get is "Api does not exist". Is this normal ?13:16
GreenBlood( https://developer.openstack.org/api-ref/identity/v3/ and https://developer.openstack.org/api-ref/identity/v2/?expanded=show-version-details-detail )13:16
efriedGreenBlood Doubt that's okay.  mordred ^^13:17
*** d0ugal has quit IRC13:19
GreenBloodI fired up a devstack and launched a curl on the v3 url and the reply is pretty much the same as v213:20
GreenBloodso i guess this answers my question13:20
GreenBloodthanks anyways :D13:21
*** frickler has quit IRC13:33
*** bobh has joined #openstack-sdks13:37
*** frickler has joined #openstack-sdks13:41
*** mvpnitesh has quit IRC13:42
*** mvpnitesh has joined #openstack-sdks13:42
*** mvpnitesh has quit IRC13:48
*** chenyb4_ has quit IRC13:51
*** frickler has quit IRC13:57
*** ZZelle has quit IRC13:57
*** rate has joined #openstack-sdks14:00
*** frickler has joined #openstack-sdks14:03
*** gouthamr has joined #openstack-sdks14:35
*** rate has quit IRC14:53
*** rate has joined #openstack-sdks14:54
*** dtantsur is now known as dtantsur|afk14:55
*** reedip_ has joined #openstack-sdks14:56
*** rate has quit IRC14:58
*** marst has joined #openstack-sdks15:00
*** casix has quit IRC15:00
*** fzdarsky is now known as fzdarsky|afk15:10
openstackgerritMonty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery  https://review.openstack.org/45940515:23
*** cdent has quit IRC15:40
*** amotoki is now known as amotoki_away15:56
*** rajathagasthya has joined #openstack-sdks15:56
*** cdent has joined #openstack-sdks15:57
*** amotoki_away is now known as amotoki15:59
*** amotoki is now known as amotoki_away15:59
*** annegentle has joined #openstack-sdks16:14
*** reedip_ has quit IRC16:25
*** jpich has quit IRC16:27
*** ralonsoh has quit IRC16:32
*** annegentle has quit IRC16:33
*** etoews has joined #openstack-sdks16:34
*** etoews has quit IRC16:34
*** annegentle has joined #openstack-sdks16:34
*** etoews has joined #openstack-sdks16:34
*** etoews has quit IRC17:00
*** e0ne has quit IRC17:07
*** EmilienM has left #openstack-sdks17:19
*** rajathagasthya has quit IRC17:45
*** rajathagasthya has joined #openstack-sdks17:46
*** annegentle has quit IRC17:47
*** jaosorior has joined #openstack-sdks17:54
*** e0ne has joined #openstack-sdks18:04
*** annegentle has joined #openstack-sdks18:09
*** rajathagasthya has quit IRC18:50
*** annegentle has quit IRC18:57
*** annegentle has joined #openstack-sdks19:02
*** annegentle has quit IRC19:06
*** e0ne has quit IRC19:14
*** e0ne has joined #openstack-sdks19:29
*** annegentle has joined #openstack-sdks19:30
*** cdent has quit IRC20:10
*** rajathagasthya has joined #openstack-sdks20:17
*** jkilpatr has quit IRC20:25
*** e0ne has quit IRC20:29
*** e0ne has joined #openstack-sdks20:33
*** jkilpatr has joined #openstack-sdks20:41
*** sbezverk has joined #openstack-sdks20:44
dhellmannsbezverk : how long do those kolla-kubernetes tests take? do I need anything special installed to run them?20:44
sbezverkdhellmann it should not take longer than 1 hour20:45
dhellmann"tox -e py27" returns immediately without running any tests, so *how* do I run them?20:45
dhellmannok, I can't tie up my box for that long, so I'll submit a patch on top of yours to get some more data20:46
sbezverkdhellmann tox tests will take minutes20:46
sbezverkthe whole job takes about 40 minutes20:46
dhellmannoh, wait, I was in the wrong window. duh.20:46
dhellmannouch, what's it installing into my home directory?20:47
sbezverksome dependencies20:48
sbezverkwe usually start it in virtenv20:48
dhellmannwell, I ran "tox"20:48
dhellmannit created ~/.helm ?20:48
dhellmannI'm going to set up a vm I can throw away20:48
sbezverkdhellmann : ok  helm charts are what actually tested20:49
dhellmannok, running20:52
dhellmannand I reproduced the error20:52
sbezverkyeah it is 100% consistent :( so our gates are not functional20:53
*** e0ne has quit IRC20:53
dhellmannsbezverk : can I pass a test name in to have only that test run?20:54
dhellmannI see some errors in the part of the output where it is installing or running helm, are you aware of those?20:55
dhellmannthey are not likely to be related20:55
sbezverkdhellmann : yes, that helm error can be ignored20:56
dhellmannok20:56
dhellmannsomething is setting the command object's app value to a string instead of an application object20:57
dhellmannlet me see if I can figure out where that is20:57
dhellmannoh, it's right there in the constructor20:57
dhellmannsbezverk : this line is wrong: http://git.openstack.org/cgit/openstack/kolla-kubernetes/tree/kolla_kubernetes/tests/test_templates.py#n7020:58
dhellmannthe first argument to the Command object needs to be a subclass of cliff.app.App20:58
dhellmannthe new use of hooks is triggering the need for that in a path that didn't exist before, but it has always been the expectation20:59
sbezverkok, I will reach out to the developer who worked on this21:00
dhellmannsbezverk : https://review.openstack.org/483097 fixes it21:04
sbezverkthank you very much for looking into it21:05
dhellmannsbezverk : I'm glad I could help21:05
*** dave-mccowan has quit IRC21:09
openstackgerritMerged openstack/python-openstackclient master: Fix unit test failures related to new os-client-config and osc-lib  https://review.openstack.org/48288021:19
sbezverkdhellmann : https://review.openstack.org/#/c/483099/1 is not good as all our charts are stored there21:19
sbezverkand they are part of repo21:20
sbezverkit probably created in .helm in your home directory21:20
sbezverkbut that is outside of repo21:20
*** efried has quit IRC21:25
dhellmannsbezverk : ok. I just posted a new one that ignores the lock files that I found in that directory after running the tests21:29
dhellmannsbezverk : if that's no good, I'll stop until I know what helm even is :-)21:29
sbezverkdhellmann : lock files clean up is good, never had time to address it, so thank you for doing it !!21:34
dhellmannsbezverk : no problem :-)21:36
*** efried has joined #openstack-sdks21:38
*** jaosorior has quit IRC22:03
*** rm_work has quit IRC22:32
*** bobh has quit IRC22:32
*** rm_work has joined #openstack-sdks22:32
openstackgerritSteve Martinelli proposed openstack/python-openstackclient master: Add 'data_plane_status' option to Port classes  https://review.openstack.org/45862622:50
openstackgerritSteve Martinelli proposed openstack/python-openstackclient master: image-list should support filters 'name','status'  https://review.openstack.org/47967022:50
*** annegentle has quit IRC23:01
*** d0ugal has joined #openstack-sdks23:12
*** marst has quit IRC23:41
openstackgerritAkihiro Motoki proposed openstack/cliff master: doc: minor cleanup  https://review.openstack.org/48313123:53
*** bobh has joined #openstack-sdks23:56
openstackgerritAkihiro Motoki proposed openstack/cliff master: Generate demoapp CLI refernece  https://review.openstack.org/48313423:59

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