Tuesday, 2016-09-13

*** dimtruck is now known as zz_dimtruck00:00
*** itsuugo has joined #openstack-qa00:00
*** sdague has quit IRC00:02
*** Suyi_ has quit IRC00:07
openstackgerritGhanshyam Mann proposed openstack/tempest: Support for evaluated resp body in service client tests  https://review.openstack.org/36869700:14
*** yangyapeng has quit IRC00:18
*** clu_ has quit IRC00:18
*** itsuugo has quit IRC00:24
*** itsuugo has joined #openstack-qa00:26
*** gyee has quit IRC00:28
*** fnaval has quit IRC00:36
*** fnaval has joined #openstack-qa00:37
*** itsuugo has quit IRC00:40
*** itsuugo has joined #openstack-qa00:42
*** itsuugo has quit IRC00:48
*** itsuugo has joined #openstack-qa00:49
openstackgerritGhanshyam Mann proposed openstack/tempest: Load complete json response in List credentials  https://review.openstack.org/36909400:50
gmannoomichi: can you check this - https://review.openstack.org/#/c/369094/100:50
oomichigmann: that affects stable interface, we need to write reno at least00:52
*** ddieterly has joined #openstack-qa00:52
gmannoomichi: but that is nto yet released so thought should be fine00:52
oomichigmann: ah, yeah that is true because of http://docs.openstack.org/releasenotes/tempest/unreleased.html00:54
oomichigmann: that is queued for the next release. We can catch it before that :-)00:54
gmannoomichi: yea, we missed that in original patch but while doing this i noticed - https://review.openstack.org/#/c/368697/00:55
gmannoomichi: and on identity service clients - only domain one left - https://review.openstack.org/#/c/349379/00:56
gmannoomichi: after that we can release tempest i feel00:57
gmannoomichi: but domain one failing on gate and does not fail in my env some hidden issue may be00:57
*** itsuugo has quit IRC00:59
*** mriedem has joined #openstack-qa01:00
*** itsuugo has joined #openstack-qa01:00
oomichigmann: humm, maybe that fixes http://developer.openstack.org/api-ref/identity/v3/?expanded=list-credentials-detail01:09
oomichigmann: "blob": "{\"access\": \"7da79ff0aa364e1396f067e352b9b79a\", \"secret\": \"7a18d68ba8834b799d396f3ff6f1e98c\", \"trust_id\": null}"01:09
gmannoomichi: yes01:10
oomichigmann: Nova also has similar weird attribute value related to host API01:10
gmannoomichi: credential client does for other methods but only list lest01:10
gmannoomichi: humm, yes this kind of response not at all comfortable for users to use01:10
*** akshai_ has quit IRC01:10
oomichigmann: to be honest, that seems wrong API itself01:11
oomichigmann: that is microversion 2.28 on nova side: Nova API hypervisor.cpu_info change from string to JSON object.01:13
gmannoomichi: yea, true01:13
oomichigmann: I think tempest doesn't convert the string value to JSON on previous microversions(2.27-)01:13
*** mriedem has quit IRC01:14
oomichigmann: I agree with that is not useful for users, but it seems good to provide raw string to users because of that is returned value from keystone server.01:17
oomichigmann: that can avoid weird code in tempest01:17
gmannoomichi: yea for nova we did not convert that01:18
oomichigmann: IIUC, keystone doesn't have microversions mechanism, so that will be fixed in v4 api..01:18
*** rossella_ has quit IRC01:18
gmannoomichi: humm01:18
*** rossella_ has joined #openstack-qa01:19
gmannoomichi: i see your point.01:19
gmannoomichi: but then we might need to do the same in tests side or compare with string tiself01:20
gmannoomichi: for create, show etc01:20
oomichigmann: yeah, that seems stupid one. Service clients should return raw response as possible01:21
gmannoomichi: yea.01:22
oomichigmann: that is the reason why tempest doesn't use official clients01:22
gmannoomichi: so lets keep the same for list and i can modify other method to return raw one and modify tests case accordingly01:22
gmannoomichi: ^^ is it fine01:22
oomichigmann: do we have LP report about this thing on Keystone?01:23
gmannoomichi: i do not think so01:23
oomichihumm, it is nice to get feedback from Keystone side.01:23
oomichiand it is an option to remove the client from tempest.lib before getting feedback.01:24
oomichigmann: ^^^ sorrry, miss to add your nickname01:24
gmannoomichi: ok, sounds good01:25
*** itsuugo has quit IRC01:25
*** itsuugo has joined #openstack-qa01:25
gmannoomichi: ll revert the cred lib patch.01:27
oomichigmann: thanks, will review it soon01:27
oomichigmann: I'd like to get your feedback on https://review.openstack.org/#/c/368326 instead ;)01:30
*** yangyapeng has joined #openstack-qa01:30
*** clenimar_ has joined #openstack-qa01:31
openstackgerritGhanshyam Mann proposed openstack/tempest: Revert "Define v3 credentials_client as library"  https://review.openstack.org/36911201:31
gmannoomichi: ^^01:31
gmannoomichi: sure will chck that01:31
oomichigmann: reviewed, sorry for -101:33
oomichiit is necessary to submit a bug report on Keystone LP01:33
gmannoomichi: sure :)01:33
oomichigmann: thanks again :)01:33
*** itsuugo has quit IRC01:34
*** gvrangan_ has quit IRC01:35
*** itsuugo has joined #openstack-qa01:36
oomichigmann: I am going  back to home. See you tomorrow01:37
gmannoomichi: sure. Thanks for review01:37
*** EinstCrazy has joined #openstack-qa01:38
*** itsuugo has quit IRC01:41
*** itsuugo has joined #openstack-qa01:42
openstackgerritGhanshyam Mann proposed openstack/tempest: Revert "Define v3 credentials_client as library"  https://review.openstack.org/36911201:43
*** Apoorva_ has joined #openstack-qa01:49
openstackgerritMerged openstack/tempest: Remove tests/fake_auth_provider  https://review.openstack.org/36854901:50
*** itsuugo has quit IRC01:50
*** ddieterly has quit IRC01:51
openstackgerritzhufl proposed openstack/tempest: Update Available para link of image v1 client  https://review.openstack.org/36645301:51
*** itsuugo has joined #openstack-qa01:51
*** Apoorva has quit IRC01:53
*** Apoorva_ has quit IRC01:53
*** itsuugo has quit IRC01:58
*** itsuugo has joined #openstack-qa02:00
*** ddieterly has joined #openstack-qa02:00
*** OferBarber has joined #openstack-qa02:01
openstackgerritMerged openstack/tempest: Move method to v2 volumes_client  https://review.openstack.org/36728902:01
*** itsuugo has quit IRC02:09
*** itsuugo has joined #openstack-qa02:10
*** gouthamr has quit IRC02:15
*** itsuugo has quit IRC02:15
*** itsuugo has joined #openstack-qa02:17
*** itsuugo has quit IRC02:21
*** itsuugo has joined #openstack-qa02:22
*** bkopilov__ has quit IRC02:24
*** bkopilov_ has quit IRC02:26
*** bkopilov has quit IRC02:27
*** tqtran has quit IRC02:27
*** itsuugo has quit IRC02:27
*** itsuugo has joined #openstack-qa02:28
*** zz_dimtruck is now known as dimtruck02:28
*** yamahata has quit IRC02:29
*** salv-orl_ has joined #openstack-qa02:30
*** salv-orlando has quit IRC02:33
*** itsuugo has quit IRC02:34
*** ddieterly has quit IRC02:36
*** itsuugo has joined #openstack-qa02:37
*** rfolco has quit IRC02:48
*** itsuugo has quit IRC02:50
*** itsuugo has joined #openstack-qa02:51
*** EinstCrazy has quit IRC03:16
*** EinstCrazy has joined #openstack-qa03:16
*** itsuugo has quit IRC03:20
*** itsuugo has joined #openstack-qa03:22
*** tochi has quit IRC03:25
*** itsuugo has quit IRC03:29
*** markvoelker has quit IRC03:30
*** yamahata has joined #openstack-qa03:30
*** itsuugo has joined #openstack-qa03:31
*** rfolco has joined #openstack-qa03:33
*** rfolco has quit IRC03:33
*** armax has quit IRC03:35
*** Alex_Stef has joined #openstack-qa03:39
*** gvrangan has joined #openstack-qa03:47
*** tochi has joined #openstack-qa03:48
*** bkopilov has joined #openstack-qa03:51
*** bkopilov_ has joined #openstack-qa03:51
*** bkopilov__ has joined #openstack-qa03:52
*** yamahata has quit IRC03:54
*** itsuugo has quit IRC04:01
*** itsuugo has joined #openstack-qa04:02
*** jamielennox is now known as jamielennox|away04:05
*** jamielennox|away is now known as jamielennox04:08
*** itsuugo has quit IRC04:11
*** itsuugo has joined #openstack-qa04:12
*** itsuugo has quit IRC04:16
*** itsuugo has joined #openstack-qa04:17
*** itsuugo has quit IRC04:22
*** itsuugo has joined #openstack-qa04:24
*** dimtruck is now known as zz_dimtruck04:29
*** itsuugo has quit IRC04:31
*** itsuugo has joined #openstack-qa04:32
*** itsuugo has quit IRC04:36
*** itsuugo has joined #openstack-qa04:37
*** jamielennox is now known as jamielennox|away04:41
*** itsuugo has quit IRC04:42
*** itsuugo has joined #openstack-qa04:43
*** jamielennox|away is now known as jamielennox04:46
*** itsuugo has quit IRC04:48
*** itsuugo has joined #openstack-qa04:49
*** salv-orl_ has quit IRC04:52
*** salv-orlando has joined #openstack-qa04:53
*** itsuugo has quit IRC04:53
*** itsuugo has joined #openstack-qa04:55
*** pgadiya has joined #openstack-qa04:58
*** chandankumar has joined #openstack-qa05:01
*** EinstCrazy has quit IRC05:03
*** EinstCrazy has joined #openstack-qa05:03
*** EinstCrazy has quit IRC05:05
*** itsuugo has quit IRC05:06
*** itsuugo has joined #openstack-qa05:06
*** cody-somerville has joined #openstack-qa05:11
*** itsuugo has quit IRC05:11
*** itsuugo has joined #openstack-qa05:12
*** itsuugo has quit IRC05:17
*** EinstCrazy has joined #openstack-qa05:17
*** itsuugo has joined #openstack-qa05:17
*** rossella_ has quit IRC05:18
*** rossella_ has joined #openstack-qa05:19
*** anshul has joined #openstack-qa05:20
*** anshul has quit IRC05:22
*** anshul has joined #openstack-qa05:23
*** itsuugo has quit IRC05:24
*** csomerville has joined #openstack-qa05:25
*** itsuugo has joined #openstack-qa05:25
*** cody-somerville has quit IRC05:28
*** markvoelker has joined #openstack-qa05:30
*** itsuugo has quit IRC05:30
*** itsuugo has joined #openstack-qa05:31
*** anshul has quit IRC05:31
*** markvoelker has quit IRC05:35
*** itsuugo has quit IRC05:36
*** itsuugo has joined #openstack-qa05:36
*** EinstCrazy has quit IRC05:37
*** moravec has quit IRC05:38
*** moravec has joined #openstack-qa05:38
*** itsuugo has quit IRC05:44
*** Alex_Stef has quit IRC05:44
*** itsuugo has joined #openstack-qa05:46
*** anshul has joined #openstack-qa05:47
*** yfried has joined #openstack-qa05:52
*** jamielennox is now known as jamielennox|away05:53
*** itsuugo has quit IRC05:54
*** paul-carlton2 has joined #openstack-qa05:54
*** itsuugo has joined #openstack-qa05:54
*** edannon has joined #openstack-qa05:56
*** itsuugo has quit IRC05:59
*** jamielennox|away is now known as jamielennox06:00
*** itsuugo has joined #openstack-qa06:00
*** sridharg has joined #openstack-qa06:06
*** itzikb has joined #openstack-qa06:07
*** edannon_ has joined #openstack-qa06:08
*** edannon_ has quit IRC06:12
*** itsuugo has quit IRC06:12
*** jamielennox is now known as jamielennox|away06:13
*** itsuugo has joined #openstack-qa06:13
*** gcheresh has joined #openstack-qa06:13
*** salv-orl_ has joined #openstack-qa06:15
*** salv-orlando has quit IRC06:18
*** itsuugo has quit IRC06:18
*** rcernin has joined #openstack-qa06:19
*** itsuugo has joined #openstack-qa06:19
*** salv-orl_ has quit IRC06:19
*** itsuugo has quit IRC06:24
*** itsuugo has joined #openstack-qa06:25
*** jamielennox|away is now known as jamielennox06:30
*** itsuugo has quit IRC06:36
*** itsuugo has joined #openstack-qa06:37
*** fnaval has quit IRC06:47
*** itsuugo has quit IRC06:49
*** itsuugo has joined #openstack-qa06:50
*** fnaval has joined #openstack-qa06:50
*** fnaval has quit IRC06:55
openstackgerritOpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/35699106:59
*** woodster_ has quit IRC06:59
*** sridharg has quit IRC07:00
*** pcaruana has joined #openstack-qa07:02
*** k4n0 has joined #openstack-qa07:05
*** fnaval has joined #openstack-qa07:06
*** tesseract- has joined #openstack-qa07:08
*** shardy has joined #openstack-qa07:08
*** fnaval has quit IRC07:10
*** anshul has quit IRC07:10
*** yarkot has quit IRC07:11
*** sneti_ has quit IRC07:11
*** markus_z has joined #openstack-qa07:15
*** shardy is now known as shardy_mtg07:22
*** salv-orlando has joined #openstack-qa07:23
*** jlanoux has joined #openstack-qa07:23
*** anshul has joined #openstack-qa07:23
*** fnaval has joined #openstack-qa07:24
*** ifarkas_afk is now known as ifarkas07:24
*** sridharg has joined #openstack-qa07:30
*** markvoelker has joined #openstack-qa07:31
*** jlanoux has quit IRC07:32
*** jlanoux_ has joined #openstack-qa07:32
*** fnaval has quit IRC07:32
*** fnaval has joined #openstack-qa07:33
*** markvoelker has quit IRC07:36
*** jpena|off is now known as jpena07:37
*** itsuugo has quit IRC07:37
*** fnaval has quit IRC07:38
*** itsuugo has joined #openstack-qa07:39
*** yaume has joined #openstack-qa07:40
*** Alex_Stef has joined #openstack-qa07:40
*** fnaval has joined #openstack-qa07:45
*** itsuugo has quit IRC07:45
*** Ravikiran_K has joined #openstack-qa07:46
*** itsuugo has joined #openstack-qa07:47
openstackgerritLiron Kuchlani proposed openstack/tempest: Add 'base_volume_type' file for common API volume type actions  https://review.openstack.org/36919607:48
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-qa07:49
*** pilgrimstack has quit IRC07:51
*** dtantsur|afk is now known as dtantsur07:53
*** itsuugo has quit IRC07:56
*** csomerville has quit IRC07:57
*** itsuugo has joined #openstack-qa07:57
*** pilgrimstack has joined #openstack-qa07:57
*** fnaval has quit IRC07:58
*** csomerville has joined #openstack-qa07:58
*** e0ne has joined #openstack-qa08:00
*** fnaval has joined #openstack-qa08:01
*** itsuugo has quit IRC08:02
*** itsuugo has joined #openstack-qa08:03
*** tuanla_ has joined #openstack-qa08:04
*** ababich has quit IRC08:07
*** csomerville has quit IRC08:08
*** cody-somerville has joined #openstack-qa08:09
*** itsuugo has quit IRC08:10
*** itsuugo has joined #openstack-qa08:12
*** sshnaidm|pto is now known as sshnaidm08:16
*** mkoderer has quit IRC08:20
*** mkoderer has joined #openstack-qa08:21
*** cody-somerville has quit IRC08:22
openstackrecheckConsole logs not available after 13:33s for gate-nova-tox-db-functional-ubuntu-xenial 369159,2,726178708:22
*** lucas-dinner is now known as lucasagomes08:23
*** bkopilov__ has quit IRC08:24
*** bkopilov_ has quit IRC08:24
*** gvrangan has quit IRC08:25
*** mvk has quit IRC08:27
*** tqtran has joined #openstack-qa08:28
*** amotoki has joined #openstack-qa08:32
*** tqtran has quit IRC08:32
*** zigo_ is now known as zigo08:34
openstackrecheckConsole logs not available after 13:28s for gate-nova-tox-db-functional-ubuntu-xenial 369147,3,527806408:36
*** yamamoto has joined #openstack-qa08:39
openstackgerritAnna Babich proposed openstack/tempest: Replace volume's "test" name with classname as prefix  https://review.openstack.org/36923008:39
*** amotoki has quit IRC08:44
openstackgerritAnna Babich proposed openstack/tempest: Replace volume's "test" name with classname as prefix  https://review.openstack.org/36923008:44
*** tochi has quit IRC08:47
*** dtantsur is now known as dtantsur|bbl08:53
*** itsuugo has quit IRC08:53
*** itsuugo has joined #openstack-qa08:54
*** mvk has joined #openstack-qa08:57
*** itsuugo has quit IRC08:59
*** itsuugo has joined #openstack-qa09:00
*** amotoki has joined #openstack-qa09:05
*** ababich has joined #openstack-qa09:12
*** markvoelker has joined #openstack-qa09:25
*** markvoelker has quit IRC09:29
*** tuanla_ has quit IRC09:31
*** tuanla_ has joined #openstack-qa09:33
*** r-mibu has quit IRC09:34
*** r-mibu has joined #openstack-qa09:34
*** amotoki has quit IRC09:37
*** itsuugo has quit IRC09:45
*** amotoki has joined #openstack-qa09:46
*** itsuugo has joined #openstack-qa09:47
*** tosky has joined #openstack-qa09:52
*** amotoki has quit IRC09:56
*** OferBarber_ has joined #openstack-qa10:05
*** itsuugo has quit IRC10:06
*** amotoki has joined #openstack-qa10:07
*** itsuugo has joined #openstack-qa10:08
*** OferBarber has quit IRC10:08
*** OferBarber has joined #openstack-qa10:09
*** OferBarber_ has quit IRC10:10
*** yangyapeng has quit IRC10:17
OferBarberhi10:17
*** yangyapeng has joined #openstack-qa10:18
OferBarberhow can i print a message to the screen in tempest10:18
OferBarberi need the messages for debugging of the code10:18
*** yangyapeng has quit IRC10:22
toskyjust use oslo_log; you can see that its used around in tempest10:22
toskyit's*10:23
dmelladohttp://docs.openstack.org/developer/oslo.log/10:23
dmelladoOferBarber: ^^10:23
toskyalmost like standard python logging10:23
dmelladoan example on how thsi is used on a tempest test is here: https://github.com/openstack/tempest/blob/master/tempest/api/volume/test_extensions.py#L1610:23
dmelladoyou can also, of course10:24
dmelladorun whatever test you want to check10:24
dmelladoin debug mode10:24
dmelladousing the --pdb set from ostestr10:24
dmelladoor the python testtools.run module10:24
dmelladojust put your preferred debugger there and you can stop and print your desired messages10:24
*** mkoderer has quit IRC10:25
*** shardy_mtg is now known as shardy10:28
*** sdague has joined #openstack-qa10:29
*** ramishra has quit IRC10:31
*** rodrigods has quit IRC10:32
*** rodrigods has joined #openstack-qa10:32
*** ifarkas has quit IRC10:33
*** ifarkas has joined #openstack-qa10:33
*** ramishra has joined #openstack-qa10:33
openstackgerritOleksii Butenko proposed openstack/tempest: Create backup from snapshot  https://review.openstack.org/32955910:39
OferBarberthank you dmellado: ^^10:40
*** yaume has quit IRC10:41
*** itsuugo has quit IRC10:43
*** dtantsur|bbl is now known as dtantsur10:44
*** itsuugo has joined #openstack-qa10:44
*** gouthamr has joined #openstack-qa10:44
*** gouthamr_ has joined #openstack-qa10:45
*** flaper87 has joined #openstack-qa10:48
*** flaper87 has quit IRC10:48
*** flaper87 has joined #openstack-qa10:48
*** gyx has joined #openstack-qa10:48
*** gyx has quit IRC10:48
*** gouthamr has quit IRC10:49
*** gszasz has joined #openstack-qa10:55
*** itsuugo has quit IRC10:58
*** ifarkas has quit IRC10:59
*** itsuugo has joined #openstack-qa10:59
*** cdent has joined #openstack-qa11:00
*** shardy is now known as shardy_mtg11:04
*** itsuugo has quit IRC11:09
*** itsuugo has joined #openstack-qa11:09
openstackgerritBenny Kopilov proposed openstack/tempest: Fix nova volume attach testcase.  https://review.openstack.org/36935511:20
*** itsuugo has quit IRC11:22
*** itsuugo has joined #openstack-qa11:23
*** gouthamr_ has quit IRC11:25
*** markvoelker has joined #openstack-qa11:25
*** clenimar_ has quit IRC11:27
*** bkopilov has quit IRC11:27
openstackgerritShu Yingya proposed openstack/tempest: Delete Savanna element in client list  https://review.openstack.org/36936211:27
*** markvoelker has quit IRC11:30
*** lucasagomes is now known as lucas-hungry11:30
*** tqtran has joined #openstack-qa11:31
*** kbaikov has quit IRC11:33
*** gfidente|afk is now known as gfidente11:34
*** yfried has quit IRC11:34
*** tqtran has quit IRC11:35
*** yamamoto has quit IRC11:35
*** salv-orlando has quit IRC11:38
*** hichihara has joined #openstack-qa11:42
*** itsuugo has quit IRC11:48
*** amotoki has quit IRC11:49
*** itsuugo has joined #openstack-qa11:49
openstackgerritOleksii Butenko proposed openstack/tempest: Create backup from snapshot  https://review.openstack.org/32955911:50
*** mvk has quit IRC11:52
openstackgerritLiron Kuchlani proposed openstack/tempest: Add a base client class for encryption types client  https://review.openstack.org/36939611:58
*** itsuugo has quit IRC11:59
*** itsuugo has joined #openstack-qa12:00
*** jpena is now known as jpena|lunch12:01
*** mvk has joined #openstack-qa12:04
*** markvoelker has joined #openstack-qa12:11
*** tuanla_ has quit IRC12:11
*** raildo has joined #openstack-qa12:13
*** yamamoto has joined #openstack-qa12:17
*** rfolco has joined #openstack-qa12:19
*** paul-carlton2 has quit IRC12:20
*** edmondsw has joined #openstack-qa12:24
*** ddieterly has joined #openstack-qa12:27
*** dmellado is now known as dmellado|lunch12:27
*** dmellado|lunch is now known as dmellado12:27
*** lucas-hungry is now known as lucasagomes12:34
*** jlanoux_ has quit IRC12:35
*** jlanoux has joined #openstack-qa12:35
*** itsuugo has quit IRC12:42
*** yamamoto has quit IRC12:42
*** yamamoto has joined #openstack-qa12:43
*** itsuugo has joined #openstack-qa12:43
*** salv-orlando has joined #openstack-qa12:44
*** ddieterly has quit IRC12:44
*** yamamoto has quit IRC12:47
*** gvrangan has joined #openstack-qa12:48
*** pgadiya has quit IRC12:49
*** salv-orlando has quit IRC12:50
openstackgerritBenny Kopilov proposed openstack/tempest: Fix nova volume attach testcase.  https://review.openstack.org/36935512:54
*** bkopilov has joined #openstack-qa12:56
openstackgerritBenny Kopilov proposed openstack/tempest: Fix nova volume attach testcase.  https://review.openstack.org/36935512:56
*** mmedvede has quit IRC12:56
*** itzikb has quit IRC12:58
*** ArxCruz has joined #openstack-qa13:00
openstackgerritClenimar Filemon proposed openstack-dev/devstack: Make Nova/Ironic communication use Identity v3  https://review.openstack.org/33628113:01
*** jpena|lunch is now known as jpena13:01
*** rlrossit has joined #openstack-qa13:04
*** kbaikov has joined #openstack-qa13:04
*** yamamoto has joined #openstack-qa13:09
*** ddieterly has joined #openstack-qa13:12
*** mmedvede has joined #openstack-qa13:16
*** ddieterly has quit IRC13:16
*** woodster_ has joined #openstack-qa13:18
*** rossella_ has quit IRC13:18
*** rossella_ has joined #openstack-qa13:19
*** ArxCruz has quit IRC13:19
*** anshul has quit IRC13:19
*** yangyapeng has joined #openstack-qa13:22
*** mriedem has joined #openstack-qa13:24
*** amotoki has joined #openstack-qa13:26
*** amotoki has quit IRC13:28
*** timello has quit IRC13:30
*** dkranz has joined #openstack-qa13:30
*** akshai has joined #openstack-qa13:36
*** timello has joined #openstack-qa13:38
*** salv-orlando has joined #openstack-qa13:40
*** zz_dimtruck is now known as dimtruck13:42
*** gouthamr has joined #openstack-qa13:42
*** mriedem has quit IRC13:47
*** erlon has quit IRC13:47
*** mriedem has joined #openstack-qa13:48
*** ddieterly has joined #openstack-qa13:54
*** paul-carlton2 has joined #openstack-qa13:57
*** akshai has quit IRC13:58
*** amotoki has joined #openstack-qa13:59
*** akshai has joined #openstack-qa13:59
*** yamamoto has quit IRC13:59
*** paul-carlton2 has quit IRC14:03
*** rbak has joined #openstack-qa14:03
*** OferBarber_ has joined #openstack-qa14:07
*** yamahata has joined #openstack-qa14:08
*** OferBarber has quit IRC14:10
*** paul-carlton2 has joined #openstack-qa14:12
*** shardy_mtg is now known as shardy14:16
*** dtantsur is now known as dtantsur|mtg14:20
*** paul-carlton2 has quit IRC14:21
*** paul-carlton2 has joined #openstack-qa14:21
*** rlrossit has quit IRC14:23
*** dimtruck is now known as zz_dimtruck14:24
*** yamamoto has joined #openstack-qa14:25
*** kbaikov has quit IRC14:25
*** rlrossit_ has joined #openstack-qa14:26
*** gvrangan has quit IRC14:27
openstackgerritBenny Kopilov proposed openstack/tempest: Fix compute test_attach_volume  https://review.openstack.org/36935514:27
*** xinli has joined #openstack-qa14:30
*** pglass has joined #openstack-qa14:33
*** kbaikov has joined #openstack-qa14:36
*** ddieterly is now known as ddieterly[away]14:38
*** dave-mccowan has joined #openstack-qa14:41
*** zz_dimtruck is now known as dimtruck14:41
*** ddieterly[away] is now known as ddieterly14:42
*** kbaikov has quit IRC14:43
*** kbaikov has joined #openstack-qa14:43
*** amotoki has quit IRC14:44
*** amotoki has joined #openstack-qa14:44
*** bdperkin has quit IRC14:47
xinlisdague: one question regarding devStack configuration. If I have configuration Ubuntu VM with user ubuntu (with sudo), should I stall create a seperate user, stack, as doc saying? "devstack/tools/create-stack-user.sh; su stack"14:48
*** Ravikiran_K has quit IRC14:49
sdaguexinli: yeh, or just use any normal non root user14:49
*** shardy is now known as shardy_mtg14:50
xinlisdague: the user "ubuntu" is a normal user, when I install and configure the Ubuntu OS, I have already created, after I setup the devStack, should I still run "su ubuntu" as doc decsribed?14:51
sdaguexinli: just log in as ubuntu14:51
xinlisdague: thx14:51
*** amotoki has quit IRC14:52
xinlisdague: in my previous VM, I used Ubuntu 14.04, but now , xenial image is available, is this Ubuntu release stable to support devStack?14:53
sdagueyes14:53
xinlithx14:53
*** itsuugo has quit IRC14:53
*** gcheresh has quit IRC14:53
*** itsuugo has joined #openstack-qa14:54
*** porrua has joined #openstack-qa14:55
*** xinli has quit IRC15:00
*** xinli has joined #openstack-qa15:01
*** bdperkin has joined #openstack-qa15:03
*** bdperkin has quit IRC15:03
*** bdperkin has joined #openstack-qa15:03
*** gvrangan has joined #openstack-qa15:04
*** yamamoto has quit IRC15:04
*** erlon has joined #openstack-qa15:04
*** jlanoux has quit IRC15:04
*** armax has joined #openstack-qa15:09
*** avico has quit IRC15:10
*** sigmavirus|awa has quit IRC15:11
*** avico has joined #openstack-qa15:12
*** dosaboy has quit IRC15:12
*** mtreinish has quit IRC15:12
*** dosaboy has joined #openstack-qa15:12
openstackgerritgreghaynes proposed openstack-dev/devstack: Use apache for tls-proxy ssl termination  https://review.openstack.org/36401315:13
*** _sigmavirus24 has joined #openstack-qa15:13
*** mtreinish has joined #openstack-qa15:14
*** EinstCrazy has joined #openstack-qa15:16
*** yamamoto has joined #openstack-qa15:20
*** itsuugo has quit IRC15:23
*** markus_z has quit IRC15:23
*** itsuugo has joined #openstack-qa15:24
*** cody-somerville has joined #openstack-qa15:25
*** cody-somerville has quit IRC15:25
*** cody-somerville has joined #openstack-qa15:25
*** artom has joined #openstack-qa15:26
*** edannon has quit IRC15:27
*** EinstCrazy has quit IRC15:28
sdaguegreghaynes: on https://review.openstack.org/364013 ... the overall endgame is good, however, could we do it a little differently15:29
greghaynessdague: likely, whats up?15:29
sdaguehave /etc/apache2/sites-available/devstack-ssl.conf have an include /etc/apache2/devstack-ssl.d/*.conf or something15:30
sdaguethen we could be thumping in complete files, instead of grep / append on a global15:30
greghaynessdague: ah, ya, sounds good15:30
*** gouthamr has quit IRC15:30
greghaynesthat makes things much easier :)15:31
sdagueit would also probably be nice to rename start_tls_proxy to enable_tls_proxy_for_service or something15:31
sdaguejust to make it easier to read15:32
sdagueand we should have some cleanup function that deletes out all the old files15:32
sdagueso unstack.sh / clean.sh works right15:32
*** dave-mccowan has quit IRC15:32
*** k4n0 has quit IRC15:32
*** krtaylor has joined #openstack-qa15:32
greghaynesright, seems easy enough15:32
sdagueI'll leave this as a review set of comments as well, but seeing you were active figured was worth chatting15:33
*** dtantsur|mtg is now known as dtantsur15:33
greghaynesYep, thanks15:33
*** tqtran has joined #openstack-qa15:34
*** EinstCrazy has joined #openstack-qa15:34
*** gouthamr has joined #openstack-qa15:35
*** jlanoux has joined #openstack-qa15:36
*** dave-mccowan has joined #openstack-qa15:37
*** EinstCrazy has quit IRC15:38
*** shardy_mtg has quit IRC15:38
*** EinstCrazy has joined #openstack-qa15:38
*** tqtran has quit IRC15:39
*** vhosakot has joined #openstack-qa15:40
*** rlrossit_ has quit IRC15:41
*** hichihara has quit IRC15:42
*** ttx_ has joined #openstack-qa15:44
*** ttx has quit IRC15:44
*** ttx_ is now known as ttx15:45
*** ddieterly is now known as ddieterly[away]15:45
*** sridharg has quit IRC15:47
*** ddieterly[away] is now known as ddieterly15:47
*** cody-somerville has quit IRC15:52
*** mriedem1 has joined #openstack-qa15:52
*** mriedem has quit IRC15:54
*** ddieterly is now known as ddieterly[away]15:55
*** akshai has quit IRC15:56
*** akshai has joined #openstack-qa15:59
*** ddieterly[away] is now known as ddieterly15:59
*** dtantsur is now known as dtantsur|afk16:02
*** cody-somerville has joined #openstack-qa16:09
*** artom has quit IRC16:10
*** artom has joined #openstack-qa16:11
*** mriedem1 is now known as mriedem16:11
*** mvk has quit IRC16:14
*** ddieterly has quit IRC16:15
*** EinstCrazy has quit IRC16:15
*** e0ne has quit IRC16:17
*** akshai has quit IRC16:19
*** akshai has joined #openstack-qa16:21
*** cody-somerville has quit IRC16:23
*** Apoorva has joined #openstack-qa16:23
*** akshai has quit IRC16:25
*** Alex_Stef has quit IRC16:25
*** akshai has joined #openstack-qa16:26
*** rlrossit has joined #openstack-qa16:29
*** rbak has quit IRC16:30
*** rbak has joined #openstack-qa16:30
*** artom has quit IRC16:33
*** sabeen has joined #openstack-qa16:33
*** cody-somerville has joined #openstack-qa16:34
*** cody-somerville has quit IRC16:34
*** cody-somerville has joined #openstack-qa16:34
*** Swami has joined #openstack-qa16:34
*** artom has joined #openstack-qa16:35
*** jlanoux has quit IRC16:41
openstackrecheckopenstack/cinder change: https://review.openstack.org/368099 failed gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial in the gate queue with an unrecognized error16:41
*** markvoelker has quit IRC16:44
*** Ravikiran_K has joined #openstack-qa16:44
*** yamamoto has quit IRC16:45
*** tesseract- has quit IRC16:46
openstackrecheckopenstack/cinder change: https://review.openstack.org/347838 failed because of: gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial: https://bugs.launchpad.net/bugs/147533316:55
openstackLaunchpad bug 1475333 in devstack "gate-tempest-dsvm-full-ceph fails with Insufficient free space for volume creation on host ubuntu@ceph#ceph (requested / avail): 1/0.0" [High,Confirmed]16:55
*** lucasagomes is now known as lucas-dinner16:56
*** yamahata has quit IRC16:58
*** pcaruana has quit IRC16:59
*** gyee has joined #openstack-qa17:02
*** rcernin has quit IRC17:03
*** dustins has joined #openstack-qa17:03
*** cody-somerville has quit IRC17:05
*** gfidente is now known as gfidente|afk17:07
*** cody-somerville has joined #openstack-qa17:08
*** cody-somerville has quit IRC17:08
*** cody-somerville has joined #openstack-qa17:08
*** xinli has quit IRC17:09
*** sabeen has quit IRC17:09
*** rbak has quit IRC17:09
*** rbak has joined #openstack-qa17:10
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted now to address current performance problems, but should return to a working state within a few minutes17:11
*** mvk has joined #openstack-qa17:13
*** yarkot has joined #openstack-qa17:14
*** itsuugo has quit IRC17:14
*** yarkot has quit IRC17:14
*** jpena is now known as jpena|off17:15
*** itsuugo has joined #openstack-qa17:17
*** e0ne has joined #openstack-qa17:17
openstackgerritKyrylo Romanenko proposed openstack/tempest: Create backup from snapshot  https://review.openstack.org/32955917:18
*** rossella_ has quit IRC17:18
*** rossella_ has joined #openstack-qa17:19
*** chandankumar has quit IRC17:22
*** mriedem has quit IRC17:22
*** mriedem has joined #openstack-qa17:26
*** cody-somerville has quit IRC17:27
*** tqtran has joined #openstack-qa17:32
*** weshay is now known as weshay_brb17:37
*** Suyi_ has joined #openstack-qa17:37
*** yamahata has joined #openstack-qa17:38
*** cody-somerville has joined #openstack-qa17:43
*** OferBarber_ has quit IRC17:46
*** yamamoto has joined #openstack-qa17:46
*** krtaylor has quit IRC17:48
*** yamamoto has quit IRC17:51
*** paul-carlton2 has quit IRC17:53
*** amotoki has joined #openstack-qa17:53
*** gyee has quit IRC17:53
openstackrecheckopenstack/cinder change: https://review.openstack.org/358026 failed gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial in the gate queue with an unrecognized error17:56
*** yarkot has joined #openstack-qa17:56
*** dustins has quit IRC17:57
*** cody-somerville has quit IRC17:57
*** amotoki has quit IRC17:58
*** weshay_brb is now known as weshay17:58
*** cdent has quit IRC18:00
*** xinli has joined #openstack-qa18:01
*** cody-somerville has joined #openstack-qa18:03
*** cody-somerville has quit IRC18:03
*** cody-somerville has joined #openstack-qa18:03
*** dimtruck is now known as zz_dimtruck18:03
*** tosky has quit IRC18:05
*** rcernin has joined #openstack-qa18:12
*** akshai has quit IRC18:17
*** david-lyle has quit IRC18:23
*** david-lyle has joined #openstack-qa18:26
*** hongbin has joined #openstack-qa18:29
*** weshay is now known as weshay_mtg18:31
*** cdent has joined #openstack-qa18:34
*** pcaruana has joined #openstack-qa18:36
*** Kevin_Zheng has quit IRC18:38
*** Kevin_Zheng has joined #openstack-qa18:38
*** akshai has joined #openstack-qa18:40
*** akshai_ has joined #openstack-qa18:41
*** yarkot has quit IRC18:44
*** akshai has quit IRC18:45
*** sabeen has joined #openstack-qa18:52
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Handle multiline env vars in reproduce.sh  https://review.openstack.org/36963318:57
*** gvrangan has quit IRC19:04
*** gvrangan has joined #openstack-qa19:05
*** e0ne has quit IRC19:06
*** dustins has joined #openstack-qa19:13
*** weshay_mtg is now known as weshay19:14
*** david-lyle has quit IRC19:16
*** dave-mccowan has quit IRC19:16
*** dalees has quit IRC19:16
*** grafuls has quit IRC19:16
*** jdandrea has quit IRC19:16
*** Daviey_ has quit IRC19:16
*** oomichi has quit IRC19:16
*** ekhugen_alt has quit IRC19:16
*** jesusaur has quit IRC19:16
*** Nakato has quit IRC19:16
*** jlvillal has quit IRC19:16
*** yarkot1 has quit IRC19:16
*** htruta has quit IRC19:16
*** aarefiev has quit IRC19:16
*** alex_xu has quit IRC19:16
*** rlrossit has quit IRC19:16
*** dosaboy has quit IRC19:16
*** jpena|off has quit IRC19:16
*** clenimar has quit IRC19:16
*** bnemec has quit IRC19:16
*** agireud has quit IRC19:16
*** ianw has quit IRC19:16
*** luzC has quit IRC19:16
*** mattoliverau has quit IRC19:16
*** mordred has quit IRC19:16
*** xinli has quit IRC19:17
*** gfidente|afk has quit IRC19:17
*** davidlenwell has quit IRC19:17
*** zhufl has quit IRC19:17
*** rm_work has quit IRC19:17
*** vaidy has quit IRC19:17
*** swamireddy has quit IRC19:17
*** dgonzalez has quit IRC19:17
*** hogepodge has quit IRC19:17
*** patrickeast has quit IRC19:17
*** rbradfor has quit IRC19:17
*** beisner has quit IRC19:17
*** _alastor_ has quit IRC19:17
*** JayF has quit IRC19:17
*** dhellmann has quit IRC19:17
*** kprabhuv has quit IRC19:17
*** pleia2 has quit IRC19:17
*** odyssey4me has quit IRC19:17
*** alaski has quit IRC19:17
*** ukinau- has quit IRC19:17
*** jamielennox has quit IRC19:17
*** Guest66666 has quit IRC19:17
*** charz has quit IRC19:17
*** SpamapS has quit IRC19:17
*** sabeen has quit IRC19:17
*** vhosakot has quit IRC19:17
*** porrua has quit IRC19:17
*** kbaikov has quit IRC19:17
*** moravec has quit IRC19:17
*** zigo has quit IRC19:17
*** carl_baldwin has quit IRC19:17
*** notmorgan has quit IRC19:17
*** otherwiseguy has quit IRC19:17
*** pcrews has quit IRC19:17
*** HenryG has quit IRC19:17
*** VanL_ has quit IRC19:17
*** tdurakov has quit IRC19:17
*** boris-42 has quit IRC19:17
*** dstanek has quit IRC19:17
*** zz_dimtruck has quit IRC19:17
*** timsim has quit IRC19:17
*** dougwig has quit IRC19:17
*** dstepanenko_ has quit IRC19:17
*** andreaf has quit IRC19:17
*** lewo has quit IRC19:17
*** mgagne has quit IRC19:17
*** slowrie has quit IRC19:17
*** gvrangan has quit IRC19:17
*** bdperkin has quit IRC19:17
*** bkopilov has quit IRC19:17
*** fnaval has quit IRC19:17
*** jgriffith has quit IRC19:17
*** lucas-dinner has quit IRC19:17
*** lennyb has quit IRC19:17
*** anteaya has quit IRC19:17
*** stevebaker has quit IRC19:17
*** ylobankov has quit IRC19:17
*** eliqiao has quit IRC19:17
*** lekha has quit IRC19:17
*** StevenK has quit IRC19:17
*** dtroyer has quit IRC19:17
*** scottda has quit IRC19:17
*** vern has quit IRC19:17
*** ChanServ has quit IRC19:17
*** jhesketh has quit IRC19:17
*** Ravikiran_K has quit IRC19:17
*** oomichi_ has quit IRC19:17
*** dtantsur|afk has quit IRC19:17
*** _sigmavirus24 has quit IRC19:17
*** salv-orlando has quit IRC19:17
*** raildo has quit IRC19:17
*** mamitchl has quit IRC19:17
*** timothyb89 has quit IRC19:17
*** ameade has quit IRC19:17
*** melwitt has quit IRC19:17
*** pc_m has quit IRC19:17
*** betherly has quit IRC19:17
*** zhiyan has quit IRC19:17
*** nikhil has quit IRC19:17
*** e has quit IRC19:17
*** phschwartz has quit IRC19:17
*** mugsie has quit IRC19:17
*** karthikp has quit IRC19:17
*** antwash has quit IRC19:17
*** Zara has quit IRC19:17
*** cdent has quit IRC19:17
*** hongbin has quit IRC19:17
*** gszasz has quit IRC19:17
*** lutostag has quit IRC19:17
*** mminesh has quit IRC19:17
*** dansmith has quit IRC19:17
*** chrome0 has quit IRC19:17
*** bknudson has quit IRC19:17
*** sileht has quit IRC19:17
*** yamahata has quit IRC19:17
*** dkranz has quit IRC19:17
*** yangyapeng has quit IRC19:17
*** harlowja has quit IRC19:17
*** hieulq has quit IRC19:17
*** mkoderer__ has quit IRC19:17
*** gmann has quit IRC19:17
*** Kevin_Zheng has quit IRC19:17
*** rcernin has quit IRC19:17
*** mtreinish has quit IRC19:17
*** erlon has quit IRC19:17
*** woodster_ has quit IRC19:17
*** flaper87 has quit IRC19:17
*** ramishra has quit IRC19:17
*** sdague has quit IRC19:17
*** asselin_ has quit IRC19:17
*** eeiden has quit IRC19:17
*** larainema has quit IRC19:17
*** dolphm has quit IRC19:17
*** sweston has quit IRC19:17
*** fungi has quit IRC19:17
*** Kiall_ has quit IRC19:17
*** malos has quit IRC19:17
*** jeblair has quit IRC19:17
*** mugsie|alt has quit IRC19:17
*** cody-somerville has quit IRC19:17
*** Suyi_ has quit IRC19:17
*** tqtran has quit IRC19:17
*** ttx has quit IRC19:17
*** timello has quit IRC19:17
*** ishant|away has quit IRC19:17
*** jogo has quit IRC19:17
*** jlwhite has quit IRC19:18
*** coreyob has quit IRC19:18
*** ajo has quit IRC19:18
*** eglute has quit IRC19:18
*** peterstac has quit IRC19:18
*** mvk has quit IRC19:18
*** Swami has quit IRC19:18
*** bapalm has quit IRC19:18
*** krotscheck has quit IRC19:18
*** dims has quit IRC19:18
*** wendar has quit IRC19:18
*** castulo has quit IRC19:18
*** frickler has quit IRC19:18
*** afazekas has quit IRC19:18
*** thingee has quit IRC19:18
*** mriedem has quit IRC19:18
*** itsuugo has quit IRC19:18
*** gouthamr has quit IRC19:18
*** mmedvede has quit IRC19:18
*** rodrigods has quit IRC19:18
*** ababich has quit IRC19:18
*** pilgrimstack has quit IRC19:18
*** zackf has quit IRC19:18
*** lbeliveau has quit IRC19:18
*** isq has quit IRC19:18
*** stevemar has quit IRC19:18
*** kevinbenton has quit IRC19:18
*** asselin has quit IRC19:18
*** weshay has quit IRC19:18
*** gema has quit IRC19:18
*** jay-mehta has quit IRC19:18
*** raissa has quit IRC19:18
*** sirushti has quit IRC19:18
*** j_king has quit IRC19:18
*** cburgess has quit IRC19:18
*** tonyb has quit IRC19:18
*** hughsaunders has quit IRC19:18
*** mrodden has quit IRC19:18
*** dustins has quit IRC19:18
*** pcaruana has quit IRC19:18
*** rossella_ has quit IRC19:18
*** artom has quit IRC19:18
*** pglass has quit IRC19:18
*** edmondsw has quit IRC19:18
*** rfolco has quit IRC19:18
*** r-mibu has quit IRC19:18
*** john51 has quit IRC19:18
*** bswartz has quit IRC19:18
*** DuncanT has quit IRC19:18
*** ansiwen has quit IRC19:18
*** sshnaidm has quit IRC19:18
*** ober37 has quit IRC19:18
*** ningliu has quit IRC19:18
*** bkeller` has quit IRC19:18
*** aimeeu has quit IRC19:18
*** kragniz has quit IRC19:18
*** lbragstad has quit IRC19:18
*** auggy has quit IRC19:18
*** crinkle has quit IRC19:18
*** greghaynes has quit IRC19:18
*** johnthetubaguy has quit IRC19:18
*** openstackgerrit has quit IRC19:18
*** openstackrecheck has quit IRC19:18
*** lifeless has quit IRC19:18
*** vponomaryov has quit IRC19:18
*** freerunner has quit IRC19:18
*** masayukig has quit IRC19:18
*** Sam-I-Am has quit IRC19:18
*** jroll has quit IRC19:18
*** EmilienM has quit IRC19:18
*** diegows has quit IRC19:18
*** mrodden has joined #openstack-qa19:19
*** tonyb has joined #openstack-qa19:21
*** john51 has joined #openstack-qa19:22
*** StevenK has joined #openstack-qa19:22
*** johnthetubaguy has joined #openstack-qa19:22
*** alex_xu has joined #openstack-qa19:22
*** aarefiev has joined #openstack-qa19:22
*** htruta has joined #openstack-qa19:22
*** yarkot1 has joined #openstack-qa19:22
*** jlvillal has joined #openstack-qa19:22
*** Nakato has joined #openstack-qa19:22
*** jesusaur has joined #openstack-qa19:22
*** ekhugen_alt has joined #openstack-qa19:22
*** oomichi has joined #openstack-qa19:22
*** Daviey_ has joined #openstack-qa19:22
*** jdandrea has joined #openstack-qa19:22
*** grafuls has joined #openstack-qa19:22
*** dalees has joined #openstack-qa19:22
*** dave-mccowan has joined #openstack-qa19:22
*** rodrigod` has joined #openstack-qa19:22
*** dtantsur has joined #openstack-qa19:22
*** rossella_ has joined #openstack-qa19:22
*** isq has joined #openstack-qa19:22
*** rfolco has joined #openstack-qa19:22
*** pglass has joined #openstack-qa19:22
*** bnemec has joined #openstack-qa19:22
*** sirushti has joined #openstack-qa19:22
*** sshnaidm has joined #openstack-qa19:22
*** pcaruana has joined #openstack-qa19:22
*** weshay has joined #openstack-qa19:22
*** Zara has joined #openstack-qa19:22
*** antwash has joined #openstack-qa19:22
*** karthikp has joined #openstack-qa19:22
*** mugsie has joined #openstack-qa19:22
*** phschwartz has joined #openstack-qa19:22
*** nikhil has joined #openstack-qa19:22
*** zhiyan has joined #openstack-qa19:22
*** betherly has joined #openstack-qa19:22
*** e has joined #openstack-qa19:22
*** pc_m has joined #openstack-qa19:22
*** melwitt has joined #openstack-qa19:22
*** ameade has joined #openstack-qa19:22
*** timothyb89 has joined #openstack-qa19:22
*** mamitchl has joined #openstack-qa19:22
*** raildo has joined #openstack-qa19:22
*** salv-orlando has joined #openstack-qa19:22
*** _sigmavirus24 has joined #openstack-qa19:22
*** asselin has joined #openstack-qa19:22
*** jay-mehta has joined #openstack-qa19:22
*** yarkot has joined #openstack-qa19:22
*** cburgess has joined #openstack-qa19:22
*** kragniz has joined #openstack-qa19:22
*** bswartz has joined #openstack-qa19:22
*** mugsie|alt has joined #openstack-qa19:22
*** jeblair has joined #openstack-qa19:22
*** malos has joined #openstack-qa19:22
*** Kiall_ has joined #openstack-qa19:22
*** fungi has joined #openstack-qa19:22
*** sweston has joined #openstack-qa19:22
*** dolphm has joined #openstack-qa19:22
*** larainema has joined #openstack-qa19:22
*** eeiden has joined #openstack-qa19:22
*** asselin_ has joined #openstack-qa19:22
*** sdague has joined #openstack-qa19:22
*** ramishra has joined #openstack-qa19:22
*** flaper87 has joined #openstack-qa19:22
*** mtreinish has joined #openstack-qa19:22
*** rcernin has joined #openstack-qa19:22
*** Kevin_Zheng has joined #openstack-qa19:22
*** afazekas has joined #openstack-qa19:22
*** j_king has joined #openstack-qa19:22
*** krotscheck has joined #openstack-qa19:22
*** luzC has joined #openstack-qa19:22
*** david-lyle has joined #openstack-qa19:22
*** mordred has joined #openstack-qa19:22
*** itsuugo has joined #openstack-qa19:22
*** ChanServ has joined #openstack-qa19:22
*** gouthamr has joined #openstack-qa19:22
*** dtroyer_zz has joined #openstack-qa19:22
*** rlrossit has joined #openstack-qa19:22
*** ianw has joined #openstack-qa19:22
*** wendar has joined #openstack-qa19:22
*** clenimar has joined #openstack-qa19:22
*** lbragstad has joined #openstack-qa19:22
*** sabeen has joined #openstack-qa19:22
*** vhosakot has joined #openstack-qa19:22
*** porrua has joined #openstack-qa19:22
*** kbaikov has joined #openstack-qa19:22
*** moravec has joined #openstack-qa19:22
*** zigo has joined #openstack-qa19:22
*** carl_baldwin has joined #openstack-qa19:22
*** notmorgan has joined #openstack-qa19:22
*** otherwiseguy has joined #openstack-qa19:22
*** pcrews has joined #openstack-qa19:22
*** HenryG has joined #openstack-qa19:22
*** orwell.freenode.net sets mode: +o ChanServ19:22
*** VanL_ has joined #openstack-qa19:22
*** tdurakov has joined #openstack-qa19:22
*** boris-42 has joined #openstack-qa19:22
*** dstepanenko_ has joined #openstack-qa19:22
*** dstanek has joined #openstack-qa19:22
*** dimtruck has joined #openstack-qa19:22
*** timsim has joined #openstack-qa19:22
*** lewo has joined #openstack-qa19:22
*** andreaf has joined #openstack-qa19:22
*** mgagne has joined #openstack-qa19:22
*** slowrie has joined #openstack-qa19:22
*** vern has joined #openstack-qa19:22
*** raissa has joined #openstack-qa19:22
*** zackf has joined #openstack-qa19:22
*** stevemar_ has joined #openstack-qa19:22
*** cody-somerville has joined #openstack-qa19:22
*** Suyi_ has joined #openstack-qa19:22
*** tqtran has joined #openstack-qa19:22
*** ttx has joined #openstack-qa19:22
*** timello has joined #openstack-qa19:22
*** ishant|away has joined #openstack-qa19:22
*** jogo has joined #openstack-qa19:22
*** jlwhite has joined #openstack-qa19:22
*** coreyob has joined #openstack-qa19:22
*** ajo has joined #openstack-qa19:22
*** eglute has joined #openstack-qa19:22
*** peterstac has joined #openstack-qa19:22
*** ansiwen has joined #openstack-qa19:22
*** crinkle has joined #openstack-qa19:22
*** bapalm has joined #openstack-qa19:22
*** pilgrimstack has joined #openstack-qa19:22
*** jhesketh has joined #openstack-qa19:22
*** r-mibu has joined #openstack-qa19:22
*** matt6434 has joined #openstack-qa19:22
*** xinli has joined #openstack-qa19:22
*** gfidente|afk has joined #openstack-qa19:22
*** davidlenwell has joined #openstack-qa19:22
*** zhufl has joined #openstack-qa19:22
*** rm_work has joined #openstack-qa19:22
*** vaidy has joined #openstack-qa19:22
*** swamireddy has joined #openstack-qa19:22
*** dgonzalez has joined #openstack-qa19:22
*** hogepodge has joined #openstack-qa19:22
*** patrickeast has joined #openstack-qa19:22
*** rbradfor has joined #openstack-qa19:22
*** beisner has joined #openstack-qa19:22
*** _alastor_ has joined #openstack-qa19:22
*** JayF has joined #openstack-qa19:22
*** dhellmann has joined #openstack-qa19:22
*** kprabhuv has joined #openstack-qa19:22
*** pleia2 has joined #openstack-qa19:22
*** odyssey4me has joined #openstack-qa19:22
*** alaski has joined #openstack-qa19:22
*** ukinau- has joined #openstack-qa19:22
*** jamielennox has joined #openstack-qa19:22
*** Guest66666 has joined #openstack-qa19:22
*** charz has joined #openstack-qa19:22
*** SpamapS has joined #openstack-qa19:22
*** dosaboy has joined #openstack-qa19:23
*** openstackgerrit has joined #openstack-qa19:23
*** openstackrecheck has joined #openstack-qa19:23
*** lifeless has joined #openstack-qa19:23
*** vponomaryov has joined #openstack-qa19:23
*** freerunner has joined #openstack-qa19:23
*** masayukig has joined #openstack-qa19:23
*** Sam-I-Am has joined #openstack-qa19:23
*** jroll has joined #openstack-qa19:23
*** EmilienM has joined #openstack-qa19:23
*** diegows has joined #openstack-qa19:23
*** frickler has joined #openstack-qa19:23
*** kevinbenton has joined #openstack-qa19:23
*** mvk has joined #openstack-qa19:23
*** dims has joined #openstack-qa19:23
*** Swami has joined #openstack-qa19:23
*** edmondsw has joined #openstack-qa19:23
*** cdent has joined #openstack-qa19:23
*** hongbin has joined #openstack-qa19:23
*** lutostag has joined #openstack-qa19:23
*** mminesh has joined #openstack-qa19:23
*** bknudson has joined #openstack-qa19:23
*** dansmith has joined #openstack-qa19:23
*** chrome0 has joined #openstack-qa19:23
*** sileht has joined #openstack-qa19:23
*** luzC has quit IRC19:23
*** luzC has joined #openstack-qa19:23
*** ningliu has joined #openstack-qa19:23
*** ababich has joined #openstack-qa19:23
*** mriedem has joined #openstack-qa19:23
*** gema has joined #openstack-qa19:23
*** gvrangan has joined #openstack-qa19:23
*** bdperkin has joined #openstack-qa19:23
*** bkopilov has joined #openstack-qa19:23
*** fnaval has joined #openstack-qa19:23
*** jgriffith has joined #openstack-qa19:23
*** lucas-dinner has joined #openstack-qa19:23
*** lennyb has joined #openstack-qa19:23
*** anteaya has joined #openstack-qa19:23
*** stevebaker has joined #openstack-qa19:23
*** ylobankov has joined #openstack-qa19:23
*** eliqiao has joined #openstack-qa19:23
*** lbeliveau has joined #openstack-qa19:24
*** artom has joined #openstack-qa19:24
*** castulo has joined #openstack-qa19:24
*** greghaynes has joined #openstack-qa19:24
*** mmedvede has joined #openstack-qa19:24
*** dustins has joined #openstack-qa19:24
*** yamahata has joined #openstack-qa19:24
*** dkranz has joined #openstack-qa19:24
*** yangyapeng has joined #openstack-qa19:24
*** harlowja has joined #openstack-qa19:24
*** hieulq has joined #openstack-qa19:24
*** mkoderer__ has joined #openstack-qa19:24
*** gmann has joined #openstack-qa19:24
*** weshay has quit IRC19:24
*** weshay has joined #openstack-qa19:24
*** dtantsur has quit IRC19:24
*** dtantsur has joined #openstack-qa19:24
*** boris-42 has quit IRC19:24
*** thingee has joined #openstack-qa19:24
*** sweston has quit IRC19:24
*** ober37 has joined #openstack-qa19:24
*** patrickeast has quit IRC19:24
*** mriedem has quit IRC19:24
*** mriedem has joined #openstack-qa19:24
*** ameade has quit IRC19:24
*** bkeller` has joined #openstack-qa19:24
*** agireud has joined #openstack-qa19:24
*** gema is now known as Guest9513419:24
*** john51 has quit IRC19:24
*** hughsaunders has joined #openstack-qa19:24
*** jpena|off has joined #openstack-qa19:24
oomichimtreinish: do you prefer https://review.openstack.org/#/c/368147/ ?19:25
oomichimtreinish: related to that, I did think a little bit to add these params as the method arguments.19:26
mtreinishoomichi: you can pass a url as imageRef and flavorRef?19:26
*** john51 has joined #openstack-qa19:27
oomichimtreinish: at this time, yes. Nova picks up Id from URLs19:27
mtreinishhmm, I didn't realize that. I guess it's kind of a weird use case19:28
mtreinishoomichi: it just ignores everything before the id?19:28
oomichimtreinish: that is implemented with common.get_id_from_href()19:28
*** aimeeu has joined #openstack-qa19:28
mtreinishso something like http://IAmGlance.com/fake/evenmorefake/$UUID would work?19:29
oomichimtreinish: yeah, actually that is one of nova APIs I don't like19:29
oomichimtreinish: yeah, that is true. " http://IAmGlance.com/fake/evenmorefake/" is ignored19:29
mtreinishoomichi: heh, now I know what I'm doing the next time I boot a server :p19:30
oomichimtreinish: that is https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L94519:31
mtreinishoomichi: yep: https://github.com/openstack/nova/blob/master/nova/api/openstack/common.py#L24619:32
mtreinishoomichi: heh, that's really weird :)19:32
mtreinishoomichi: so anyway, you were thinking about adding the params as kwargs?19:32
oomichimtreinish: hehe, yeah. IIUC, most members of nova-api meeting don't like that ;)19:33
xinlisdague: is there any way to verify that the devStack has been installed successfully?  such as a command? I got the message: http://paste.openstack.org/show/574801/19:34
oomichimtreinish: ah, if adding them to arguments, I think tempest will not be able to pass null value to rest api19:34
mtreinishoomichi: well that's why I was thinking of doing them as kwargs, so make the method signature create_server(name=None, imageRef=None, flavorRef=None, **kwargs)19:35
mtreinishoomichi: that way people's editors can autocomplete them or provide hints19:35
oomichimtreinish: yeah, that is the same as my thinking: create_server(name=None, imageRef=None, flavorRef=None, **kwargs)19:35
oomichimtreinish: and the code will be like19:35
oomichimtreinish: if imageRef is not None:19:36
oomichimtreinish:     param['imageRef'] = imageRef19:36
*** porrua has quit IRC19:36
oomichimtreinish: like that19:36
mtreinishoomichi: yep something like that (I think it was like that before your consistent interface spec)19:37
oomichimtreinish: then tempest will not pass None as imageRef. That will be a conner case anyways19:37
mtreinishoomichi: do we ever need that corner case?19:37
oomichimtreinish: I am not sure at the time, but if we face this kind of problem on nova side, maybe we will want to add such cases19:38
oomichimtreinish: like invalid validation cases19:38
*** salv-orl_ has joined #openstack-qa19:40
*** salv-orlando has quit IRC19:43
*** csomerville has joined #openstack-qa19:43
*** scottda has joined #openstack-qa19:46
*** lekha has joined #openstack-qa19:46
*** auggy has joined #openstack-qa19:46
*** cody-somerville has quit IRC19:47
*** akshai_ has quit IRC19:48
*** woodster_ has joined #openstack-qa19:48
*** clenimar_ has joined #openstack-qa19:49
*** Ravikiran_K has joined #openstack-qa19:49
*** raildo has quit IRC19:50
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Handle multiline env vars in reproduce.sh  https://review.openstack.org/36963319:51
openstackgerritMatt Riedemann proposed openstack-dev/devstack: nova: stop setting deprecated use_usb_tablet option  https://review.openstack.org/36752619:51
*** erlon has joined #openstack-qa19:58
*** DuncanT has joined #openstack-qa19:59
mriedemmtreinish: this is nice http://logs.openstack.org/63/369563/1/check/gate-murano-python27-db-ubuntu-trusty/b28e93f/console.html#_2016-09-13_16_24_09_27115120:02
mtreinishmriedem: haha, nice20:02
*** dougwig has joined #openstack-qa20:03
*** ameade has joined #openstack-qa20:04
*** gvrangan has quit IRC20:05
*** dougw2 has joined #openstack-qa20:06
*** sweston has joined #openstack-qa20:06
*** patrickeast has joined #openstack-qa20:06
mriedemmtreinish: question in https://review.openstack.org/#/c/364809/4/jenkins/jobs/devstack-gate.yaml that you might be able to answer, it's unclear to me from looking at d-g quickly20:10
mriedemis grenade always only smoke tests?20:11
mriedemor is that configurable?20:11
*** pcaruana has quit IRC20:11
mtreinishmriedem: it defaults to smoke: https://github.com/openstack-dev/grenade/blob/db624d1f4efa35eed7f86308dce89479bbc17a3a/grenade.sh#L25420:12
mriedemah maybe it doesn't matter because DEVSTACK_GATE_TEMPEST_NOTESTS=1 is set so it looks like d-g exits before that point20:12
mtreinishmriedem: at least after it runs the old side20:12
mtreinishmriedem: there is after the new side https://github.com/openstack-dev/grenade/blob/db624d1f4efa35eed7f86308dce89479bbc17a3a/grenade.sh#L32520:13
mriedemah20:13
mriedemthat's going to be a weird job20:14
mriedemb/c i'm not sure if it's going to try and run the post hook on the old side or not, b/c we don't want it to20:14
mriedemb/c that would just be live migrating from mitaka -> mitaka20:15
*** sshnaidm is now known as sshnaidm|afk20:17
*** boris-42 has joined #openstack-qa20:18
*** gvrangan has joined #openstack-qa20:18
*** tongl has joined #openstack-qa20:24
oomichimtreinish: andreaf: I think https://review.openstack.org/#/c/339754 is valid now.20:24
*** dougw21 has joined #openstack-qa20:25
*** dougw2 has quit IRC20:27
*** dougw21 has quit IRC20:32
*** artom has quit IRC20:32
*** artom has joined #openstack-qa20:33
*** clu_ has joined #openstack-qa20:34
*** lbeliveau has quit IRC20:34
*** gvrangan has quit IRC20:37
*** cdent has quit IRC20:39
openstackgerritJens Rosenboom proposed openstack-dev/devstack: WIP: Test fix for identity-v3 failure  https://review.openstack.org/36967520:42
*** lbeliveau has joined #openstack-qa20:43
*** rodrigod` is now known as rodrigods20:45
openstackgerritMerged openstack-infra/devstack-gate: Put the regex first  https://review.openstack.org/36827420:45
oomichigmann: I cecked LP status, and can you take a look at your https://review.openstack.org/#/c/304441/ again ? That seems easy to move forward I feel.20:52
*** clenimar_ has quit IRC20:57
asselin_mtreinish, mriedem would you support adding JIRA bug capability to elastic-recheck?21:00
asselin_similar to launchpad?21:01
mtreinishasselin_: I think so, as long as we make the tracker mechanism modular enough21:01
mtreinishasselin_: because we were talking about adding other bug trackers (like github) to track upstream bugs21:01
mtreinishand then there is also the potential future storyboard question21:02
openstackgerritJens Rosenboom proposed openstack-dev/devstack: WIP: Test fix for identity-v3 failure  https://review.openstack.org/36967521:02
mtreinishso if we have a modular buck tracker mechanism I think having anything in there (even if it's not used in the upstream case) is fine21:03
*** Ravikiran_K has quit IRC21:03
asselin_mtreinish, ok, so first is refactor current code to be modular, then add new modules21:03
*** harlowja has quit IRC21:04
mtreinishasselin_: yep that sounds like a good path forward to me21:04
mtreinishhopefully mriedem will agree :)21:04
mriedemi defer to jogo21:05
mtreinishhaha21:05
*** dkranz has quit IRC21:12
*** gvrangan has joined #openstack-qa21:12
*** rossella_ has quit IRC21:18
openstackgerritTim Buckley proposed openstack/openstack-health: Replace nvd3 charts with canvas charts  https://review.openstack.org/36393421:19
*** rossella_ has joined #openstack-qa21:19
*** itzikb has joined #openstack-qa21:19
timothyb89mtreinish: ^ this should be mostly done now I think, will add some details in a comment momentarily21:19
*** tongl has quit IRC21:19
*** bnemec has quit IRC21:20
mtreinishtimothyb89: cool, I'll take a look in a bit21:20
*** itzikb has quit IRC21:20
*** itzikb has joined #openstack-qa21:20
*** itzikb has quit IRC21:21
*** ober37 has quit IRC21:21
*** itzikb has joined #openstack-qa21:22
*** ober37 has joined #openstack-qa21:22
*** mmedvede has quit IRC21:22
*** itzikb has quit IRC21:23
*** sabeen has quit IRC21:23
*** bnemec has joined #openstack-qa21:24
*** itzikb has joined #openstack-qa21:24
*** itzikb has quit IRC21:25
*** itzikb has joined #openstack-qa21:25
*** dave-mccowan has quit IRC21:26
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove unnecessary __init__.py of identity v2  https://review.openstack.org/36972121:26
*** lucas-dinner has quit IRC21:26
*** itzikb has quit IRC21:26
jogomriedem: what about storyboard ;)21:27
*** itzikb has joined #openstack-qa21:27
mriedemjogo: you have to support it in e-r21:27
*** ober37 has quit IRC21:27
*** erlon has quit IRC21:27
*** scottda has quit IRC21:27
*** hughsaunders has quit IRC21:27
*** castulo has quit IRC21:27
*** dustins has quit IRC21:27
*** greghaynes has quit IRC21:27
*** yamahata has quit IRC21:27
*** yangyapeng has quit IRC21:27
*** hieulq has quit IRC21:27
*** mkoderer__ has quit IRC21:27
*** gmann has quit IRC21:28
*** castulo has joined #openstack-qa21:28
*** mkoderer__ has joined #openstack-qa21:28
*** dhellmann has quit IRC21:28
*** dustins has joined #openstack-qa21:28
*** greghaynes has joined #openstack-qa21:28
*** yangyapeng has joined #openstack-qa21:28
*** hieulq has joined #openstack-qa21:28
*** gmann has joined #openstack-qa21:28
*** itzikb has quit IRC21:28
*** gouthamr has quit IRC21:28
*** hughsaunders has joined #openstack-qa21:28
mtreinishmriedem: nah, I expect jogo to add and maintain maniphest support to e-r (that's what he pinuses iirc)21:28
mriedempinuses?21:29
mriedemsay that out loud21:29
mtreinishheh, yeah there should be a hyphen in there or something21:29
*** itzkb_ has joined #openstack-qa21:29
mtreinishworked better in my head21:29
*** lucasagomes has joined #openstack-qa21:29
*** dhellmann has joined #openstack-qa21:30
*** yamahata has joined #openstack-qa21:30
*** ober37 has joined #openstack-qa21:30
*** itzkb_ has quit IRC21:30
*** itzkb_ has joined #openstack-qa21:31
*** itzkb_ has quit IRC21:32
sdagueasselin_: honestly, what you should probably do is stop counting on the filename to be the bug id21:32
sdaguethe query files are yaml21:32
*** itzkb_ has joined #openstack-qa21:32
sdaguehaving a bug-id field be in there explicity, possibly with type, would mean you could have mixed trackers pretty easily21:32
*** matt6434 is now known as mattoliverau21:33
mtreinishsdague: I agree. heh, but what will we name the files after that :)21:33
*** itzkb_ has quit IRC21:33
sdaguemtreinish: we can still name them the number by convention21:33
sdaguewe just won't use that data21:33
sdagueit will be non authoritative21:33
*** itzkb_ has joined #openstack-qa21:34
asselin_we name them the jira id number...and use a regex to filter them out21:34
*** scottda has joined #openstack-qa21:34
openstackgerritTim Buckley proposed openstack/openstack-health: Replace nvd3 charts with canvas charts  https://review.openstack.org/36393421:34
sdagueasselin_: right, or just let them be anything21:34
asselin_and we use the name to link back to jira21:34
sdaguemake the filename non important21:34
*** lucasagomes has quit IRC21:34
mtreinishasselin_: that'll be tricky if you have more than 2 types of bug trackers(especially with overlapping types)21:34
sdagueasselin_: right, that ^^^21:34
*** itzkb_ has quit IRC21:34
mtreinishasselin_: or something like github's issue tracker, which is a per project int21:35
asselin_well..I'm fine with adding a field to describe the type in the query file21:35
sdagueasselin_: right, I think that's the thing to do21:35
*** itzkb_ has joined #openstack-qa21:35
*** erlon has joined #openstack-qa21:35
*** lucasagomes has joined #openstack-qa21:35
mtreinishI mean you could prefix it with a keyword, like jira-\d+.yaml but I think just a tag in the yaml makes more sense21:35
*** itzkb_ has quit IRC21:36
*** itzkb_ has joined #openstack-qa21:36
*** itzkb_ has quit IRC21:37
asselin_I think an explicit tag in the query file scales best. I think the real issue though is using the filename as the id could conflict between 2 bug trackers that both need the same filename.21:37
*** itzkb_ has joined #openstack-qa21:38
asselin_but you could default to the filename, and override with another field in the query file21:38
sdagueasselin_: like https://etherpad.openstack.org/p/elastic-recheck-bugs21:38
jogomtreinish: we use JIRA21:38
sdagueasselin_: honestly, I think we should just ignore the filename, it was just convenient way to prevent us from doing merge conflicts21:39
*** itzkb_ has quit IRC21:39
sdagueasselin_: they used to all be in one giant yaml21:39
*** itzkb_ has joined #openstack-qa21:39
mtreinishjogo: oh, it's phabricator everything else then21:39
asselin_ok, fair enough21:39
jogomtreinish: yup21:40
sdagueasselin_: a bug url should give you most of the valid info, the type would tell you how to parse the url if you needed to extract details that are < url (like dedicated id)21:40
jogomtreinish: actually e-r does have gerrit integration too right?21:40
*** itzkb_ has quit IRC21:40
mtreinishjogo: it listens to the gerrit event stream as the trigger for the bot, using gerritlib21:40
sdagueasselin_: that feels generic enough to be a 90% solution21:40
*** lucasagomes has quit IRC21:40
sdagueand we can figure out oddities around the edges21:40
*** itzkb_ has joined #openstack-qa21:40
*** lucasagomes has joined #openstack-qa21:41
mtreinishjogo: I was going to add a mqtt listener at some point in the future though, now that we have firehose.o.o publishing gerrit events21:41
mtreinishbut I haven't done that yet21:41
*** itzkb_ has quit IRC21:41
*** josdotso has joined #openstack-qa21:41
jogomtreinish: oh we find open potential fixes for a bug based on launchpad comments I think21:42
jogothat's what I was thinking of21:42
*** itzkb_ has joined #openstack-qa21:42
*** itzkb_ has quit IRC21:43
mtreinishjogo: oh, you're thinking of the graph stuff. We query gerrit there for open reviews with the bug tagged: https://github.com/openstack-infra/elastic-recheck/blob/master/elastic_recheck/cmd/graph.py#L76-L9421:44
*** itzkb_ has joined #openstack-qa21:44
*** itzkb_ has quit IRC21:45
asselin_yeah...another hard-coded value we've been hitting ^^21:45
*** itzkb_ has joined #openstack-qa21:45
mtreinishasselin_: blame jogo, he wrote all of that21:45
*** gouthamr has joined #openstack-qa21:45
*** lucasagomes has quit IRC21:46
*** itzkb_ has quit IRC21:46
mtreinishtimothyb89: you prefer a progress bar that doesn't actually tell us anything and lies about how much is left to just a spinning circle that says loading?21:47
*** itzkb_ has joined #openstack-qa21:47
timothyb89mtreinish: sure?21:47
mtreinishtimothyb89: heh, ok21:48
*** itzkb_ has quit IRC21:48
*** lucasagomes has joined #openstack-qa21:48
asselin_sdague, your etherpad suggestion would work well with this old patch I never got back to: https://review.openstack.org/#/c/245390/121:48
timothyb89mtreinish: it's a bit counterintuitive, but tons of sites actually do the same thing, users tend to think it "feels" faster :)21:48
*** rfolco has quit IRC21:48
*** itzkb_ has joined #openstack-qa21:49
mtreinishtimothyb89: yeah, I guess there would be some ui design rules about things like that. Things like that just irk me I guess21:49
mtreinishI guess I just shouldn't look behind the curtain21:49
*** itzkb_ has quit IRC21:50
timothyb89mtreinish: that said, if we ever move to normal ajax request with proper CORS rules, we can fix most of these issues21:50
*** itzkb_ has joined #openstack-qa21:50
asselin_mtreinish, also, this patch works, but what do you think about refactoring a bit and create a resuable config class. I don't really like all the params sprinkled everywhere: https://review.openstack.org/#/c/251515/621:51
oomichigmann: https://review.openstack.org/#/c/349379/ is the last one of identity clients, thanks for doing that anyways :-)21:51
*** itzkb_ has quit IRC21:51
oomichigmann: dmellado: good progress on https://etherpad.openstack.org/p/newton-tempest-service-clients21:52
*** itzkb_ has joined #openstack-qa21:52
mtreinishtimothyb89: meh, that's extra work and not sure it buys us much (except for a loading bar). Jsonp works fine at least while the api remains read only21:52
timothyb89mtreinish: yeah, true21:52
*** lucasagomes has quit IRC21:52
oomichigmann: dmellado: happy if working for volume clients also21:53
*** itzkb_ has quit IRC21:53
mtreinishasselin_: sure, if you want to refactor lets do it. I just felt bad I forgot to rebase it after I merged the conflicting patch months ago21:53
*** itzkb_ has joined #openstack-qa21:53
openstackgerritTim Buckley proposed openstack/openstack-health: Replace nvd3 charts with canvas charts  https://review.openstack.org/36393421:53
*** dustins has quit IRC21:54
*** sabeen has joined #openstack-qa21:54
mtreinishtimothyb89: ^^^ is it possible to split that up into more consumable chunks?21:54
*** itzkb_ has quit IRC21:54
mtreinishI'm not really looking forward to reviewing a ~1.7k line patch21:54
openstackgerritMerged openstack/openstack-health: Replace loading bar to nprogress  https://review.openstack.org/33430221:55
*** itzkb_ has joined #openstack-qa21:55
timothyb89mtreinish: heh, it did get out of hand pretty fast21:55
*** itzkb_ has quit IRC21:56
*** itzkb_ has joined #openstack-qa21:56
jogomtreinish: yeah that is what I am thinking about21:56
timothyb89mtreinish: I'll see what I can do, though I'd still be interested in feedback on the chart UI, to make sure everything is working as expected21:57
jogoasselin_: sorry about all the hard coded values ...21:57
*** lucasagomes has joined #openstack-qa21:57
*** itzkb_ has quit IRC21:57
mtreinishtimothyb89: yeah, when gerrit comes back with the build I'll play around with it21:57
mtreinishtimothyb89: oh, merge conflict21:57
mtreinishyour nprogress approval broke it :)21:57
timothyb89d'oh, missed the merge message and forgot to rebase21:58
*** itzkb_ has joined #openstack-qa21:59
*** itzkb_ has quit IRC22:00
openstackgerritTim Buckley proposed openstack/openstack-health: Replace nvd3 charts with canvas charts  https://review.openstack.org/36393422:00
*** itzkb_ has joined #openstack-qa22:00
*** mriedem has quit IRC22:01
*** itzkb_ has quit IRC22:01
*** lucasagomes has quit IRC22:02
*** itzkb_ has joined #openstack-qa22:02
*** lucasagomes has joined #openstack-qa22:02
*** harlowja has joined #openstack-qa22:03
*** itzkb_ has quit IRC22:03
*** itzkb_ has joined #openstack-qa22:04
*** itzkb_ has quit IRC22:05
*** itzkb_ has joined #openstack-qa22:05
*** itzkb_ has quit IRC22:06
*** itzkb_ has joined #openstack-qa22:06
*** lucasagomes has quit IRC22:07
*** erlon has quit IRC22:07
*** itzkb_ has quit IRC22:07
*** itzkb_ has joined #openstack-qa22:08
*** itzkb_ has quit IRC22:09
*** itzkb_ has joined #openstack-qa22:09
*** lucasagomes has joined #openstack-qa22:10
*** itzkb_ has quit IRC22:11
*** itzkb_ has joined #openstack-qa22:11
*** pglass has quit IRC22:11
*** itzkb_ has quit IRC22:12
*** itzkb_ has joined #openstack-qa22:12
*** vhosakot has quit IRC22:13
*** itzkb_ has quit IRC22:13
*** itzkb_ has joined #openstack-qa22:14
*** lucasagomes has quit IRC22:15
*** itzkb_ has quit IRC22:15
*** edmondsw has quit IRC22:15
*** dave-mccowan has joined #openstack-qa22:15
*** itzkb_ has joined #openstack-qa22:16
*** lucasagomes has joined #openstack-qa22:16
*** dave-mccowan has quit IRC22:16
*** itzkb_ has quit IRC22:17
*** itzkb_ has joined #openstack-qa22:17
*** itzkb_ has quit IRC22:18
*** itzkb_ has joined #openstack-qa22:19
*** itzkb_ has quit IRC22:20
*** itzkb_ has joined #openstack-qa22:20
*** lucasagomes has quit IRC22:21
*** itzkb_ has quit IRC22:21
*** itzkb_ has joined #openstack-qa22:21
*** itzkb_ has quit IRC22:22
*** xinli has quit IRC22:22
*** itzkb_ has joined #openstack-qa22:23
*** lucasagomes has joined #openstack-qa22:23
*** itzkb_ has quit IRC22:23
*** itzkb_ has joined #openstack-qa22:24
*** itzkb_ has quit IRC22:25
*** itzkb_ has joined #openstack-qa22:25
*** itzkb_ has quit IRC22:26
*** itzkb_ has joined #openstack-qa22:27
*** itzkb_ has quit IRC22:27
*** itzkb_ has joined #openstack-qa22:28
*** lucasagomes has quit IRC22:28
*** itzkb_ has quit IRC22:29
*** itzkb_ has joined #openstack-qa22:29
*** lucasagomes has joined #openstack-qa22:29
*** itzkb_ has quit IRC22:30
*** itzkb_ has joined #openstack-qa22:30
*** itzkb_ has quit IRC22:31
*** itzkb_ has joined #openstack-qa22:32
*** itzkb_ has quit IRC22:33
*** itzkb_ has joined #openstack-qa22:34
*** itzkb_ has quit IRC22:35
*** itzkb_ has joined #openstack-qa22:35
*** itzkb_ has quit IRC22:36
*** itzkb_ has joined #openstack-qa22:36
*** lucasagomes has quit IRC22:36
*** itzkb_ has quit IRC22:37
*** itzkb_ has joined #openstack-qa22:38
*** lucasagomes has joined #openstack-qa22:38
*** itzkb_ has quit IRC22:38
*** rlrossit has quit IRC22:39
*** itzkb_ has joined #openstack-qa22:40
*** itzkb_ has quit IRC22:40
*** itzkb_ has joined #openstack-qa22:41
*** itzkb_ has quit IRC22:42
*** itzkb_ has joined #openstack-qa22:42
*** itsuugo has quit IRC22:42
*** itzkb_ has quit IRC22:43
*** itzkb_ has joined #openstack-qa22:43
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove unnecessary __init__.py of identity v2  https://review.openstack.org/36972122:44
*** itzkb_ has quit IRC22:44
*** itsuugo has joined #openstack-qa22:45
*** itzkb_ has joined #openstack-qa22:46
*** lucasagomes has quit IRC22:46
*** itzkb_ has quit IRC22:47
*** itzkb_ has joined #openstack-qa22:47
*** itzkb_ has quit IRC22:49
openstackgerritJens Rosenboom proposed openstack-dev/devstack: WIP: Test fix for identity-v3 failure  https://review.openstack.org/36967522:49
*** lucasagomes has joined #openstack-qa22:49
*** itzkb_ has joined #openstack-qa22:49
*** itzkb_ has quit IRC22:50
*** itzkb_ has joined #openstack-qa22:51
*** gfidente|afk has quit IRC22:51
*** itzkb_ has quit IRC22:52
*** itzkb_ has joined #openstack-qa22:53
*** itzkb_ has quit IRC22:54
*** itzkb_ has joined #openstack-qa22:54
*** lucasagomes has quit IRC22:54
*** itzkb_ has quit IRC22:55
*** itzkb_ has joined #openstack-qa22:55
*** itzkb_ has quit IRC22:56
*** lucasagomes has joined #openstack-qa22:56
*** itzkb_ has joined #openstack-qa22:57
*** itzkb_ has quit IRC22:58
*** itzkb_ has joined #openstack-qa22:58
*** itzkb_ has quit IRC22:59
*** itzkb_ has joined #openstack-qa23:00
*** itzkb_ has quit IRC23:01
*** itzkb_ has joined #openstack-qa23:01
*** itzkb_ has quit IRC23:02
*** rbak has quit IRC23:02
*** itzkb_ has joined #openstack-qa23:04
*** lucasagomes has quit IRC23:05
*** itzkb_ has quit IRC23:05
*** itzkb_ has joined #openstack-qa23:05
*** lucasagomes has joined #openstack-qa23:06
*** itzkb_ has quit IRC23:06
*** itzkb_ has joined #openstack-qa23:07
*** itzkb_ has quit IRC23:08
*** itzkb_ has joined #openstack-qa23:08
*** itzkb_ has quit IRC23:09
*** itzkb_ has joined #openstack-qa23:10
*** lucasagomes has quit IRC23:10
*** itzkb_ has quit IRC23:11
*** itzkb_ has joined #openstack-qa23:12
*** itzkb_ has quit IRC23:13
*** itzkb_ has joined #openstack-qa23:13
*** itzkb_ has quit IRC23:14
*** itzkb_ has joined #openstack-qa23:14
*** yamahata has quit IRC23:15
*** itzkb_ has quit IRC23:15
*** lucasagomes has joined #openstack-qa23:16
mtreinishianw: did you push a patch to exclude the deb repos from the devstack plugin list? I think I remember seeing that somewhere23:17
*** itzkb_ has joined #openstack-qa23:17
*** itzkb_ has quit IRC23:18
ianwmtreinish: https://review.openstack.org/#/c/368547/23:18
*** itzkb_ has joined #openstack-qa23:19
ianwit's not that important, i don't think anyone is really reading the list, but might help avoid some confusion23:19
mtreinishianw: cool, thanks. Don't know why I couldn't see that staring at the open review list23:19
*** itzkb_ has quit IRC23:20
mtreinishianw: heh, I look at it. But mostly to do some metrics on plugin usage and stuff23:20
*** itsuugo has quit IRC23:20
*** itzkb_ has joined #openstack-qa23:20
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix the docstring of _default_security_group  https://review.openstack.org/36975123:20
*** itzkb_ has quit IRC23:21
*** itzkb_ has joined #openstack-qa23:21
*** itsuugo has joined #openstack-qa23:22
*** itzkb_ has quit IRC23:23
*** rcernin has quit IRC23:23
*** itzkb_ has joined #openstack-qa23:23
*** lucasagomes has quit IRC23:23
*** itzkb_ has quit IRC23:24
*** itzkb_ has joined #openstack-qa23:24
*** yamahata has joined #openstack-qa23:24
*** itzkb_ has quit IRC23:25
*** itzkb_ has joined #openstack-qa23:26
*** lucasagomes has joined #openstack-qa23:27
*** itzkb_ has quit IRC23:27
*** itzkb_ has joined #openstack-qa23:27
openstackgerritMatthew Treinish proposed openstack/tempest: Ignore deb-* packaging repos in the plugin list  https://review.openstack.org/36975323:28
*** hongbin has quit IRC23:28
*** itzkb_ has quit IRC23:28
*** itzkb_ has joined #openstack-qa23:28
mtreinishianw: ^^^ :)23:29
*** itzkb_ has quit IRC23:29
mtreinishoomichi: ^^^ that and ianw's devstack equiv should be an easy +2 if you get a sec23:29
*** itzkb_ has joined #openstack-qa23:30
oomichimtreinish: humm, I feel de-ju-vu. I saw similar patch on devstack from ianw23:31
*** itzkb_ has quit IRC23:31
*** lucasagomes has quit IRC23:31
*** itzkb_ has joined #openstack-qa23:31
mtreinishoomichi: there is: https://review.openstack.org/#/c/368547/23:32
mtreinishI think I just mentioned that23:32
*** itzkb_ has quit IRC23:32
mtreinishianw: heh, the tempest one doesn't have the periodic job it gets called by sphinx during the build23:32
mtreinishsince adding more periodic jobs got blcoked by infra23:33
*** itzkb_ has joined #openstack-qa23:33
*** lucasagomes has joined #openstack-qa23:33
oomichimtreinish: ok, do we need a patch for grenade also?23:33
ianwahh, doesn't it make the sphinx build very long?23:33
*** itzkb_ has quit IRC23:34
*** itzkb_ has joined #openstack-qa23:34
mtreinishoomichi: well we don't build the plugin registry on grenade yet23:35
mtreinishthe boilerplate is there, but nothing is populated yet23:35
mtreinishoomichi: so probably need to update the script, but not like anyone will notice right now23:35
*** itzkb_ has quit IRC23:35
mtreinishianw: a couple mins. It's not too bad. Heh, it's still faster than unit tests23:35
*** itzkb_ has joined #openstack-qa23:36
ianwmaybe we should have one job to do it everywhere23:37
openstackrecheckConsole logs not available after 13:24s for gate-glance-pep8-ubuntu-xenial 369110,4,c2ac67c23:37
*** itzkb_ has quit IRC23:38
*** lucasagomes has quit IRC23:38
*** itzkb_ has joined #openstack-qa23:38
*** itzkb_ has quit IRC23:39
oomichimtreinish: +2 for both. I tend to prefer the commit message of ianw's one ;)23:39
*** itzikb has joined #openstack-qa23:40
*** lucasagomes has joined #openstack-qa23:40
*** tochi has joined #openstack-qa23:41
*** itzikb has quit IRC23:41
*** itzikb has joined #openstack-qa23:42
*** itzikb has quit IRC23:43
*** itzikb has joined #openstack-qa23:43
*** itzikb has quit IRC23:44
*** itzikb has joined #openstack-qa23:44
*** itzikb has quit IRC23:45
*** itzikb has joined #openstack-qa23:45
*** sdague has quit IRC23:46
*** itzkb_ has joined #openstack-qa23:46
*** itsuugo has quit IRC23:46
*** itzkb_ has quit IRC23:47
*** itzkb_ has joined #openstack-qa23:47
*** sabeen has quit IRC23:47
*** itsuugo has joined #openstack-qa23:47
*** itzkb_ has quit IRC23:48
*** itzkb_ has joined #openstack-qa23:49
*** itzkb_ has quit IRC23:50
*** itzikb has quit IRC23:50
*** itzkb_ has joined #openstack-qa23:50
*** itzkb_ has quit IRC23:51
*** itzkb_ has joined #openstack-qa23:52
*** itzkb_ has quit IRC23:52
*** itzkb_ has joined #openstack-qa23:53
*** itzkb_ has quit IRC23:54
*** itzkb_ has joined #openstack-qa23:54
*** itzkb_ has quit IRC23:55
*** mriedem has joined #openstack-qa23:58

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