Wednesday, 2014-11-26

*** shashankhegde has joined #openstack-qa00:04
*** achanda has quit IRC00:08
*** JayJ has quit IRC00:14
btranHi, my devstack instance running on a ubuntu12.04 64bit vm, kvm installed, but is not showing  attached hypervisor, which I believe is causing some of my tempest test failures. How do I associated the hypervisor with my devstack instance, thanks00:14
*** Sukhdev has joined #openstack-qa00:20
*** achanda has joined #openstack-qa00:26
*** dims_ has quit IRC00:30
jogoadam_g: live migrate worked, but a few other tests failed00:35
jogobabysteps00:35
adam_gjogo, URL?00:36
*** achanda has quit IRC00:37
*** suneelb has quit IRC00:39
*** yamamoto has joined #openstack-qa00:44
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova libvirt bug 1372670  https://review.openstack.org/13724800:47
*** gmann_ has joined #openstack-qa00:48
*** ranger81 has quit IRC00:57
*** achanda has joined #openstack-qa00:57
*** shashankhegde has quit IRC00:58
*** yamahata has joined #openstack-qa01:01
*** gmann_ has quit IRC01:02
*** openstackrecheck has quit IRC01:05
*** openstackrecheck has joined #openstack-qa01:06
*** shashankhegde has joined #openstack-qa01:06
*** salv-orlando has quit IRC01:07
*** yamamoto has quit IRC01:08
*** amotoki has joined #openstack-qa01:10
*** shashankhegde has quit IRC01:10
*** achanda has quit IRC01:22
btranHi, could this issue: nova libvirt bug 1372670  https://review.openstack.org/137248, be causing my problem with my devstack/tempest test runs?  Basically my test can't find any compute node (host...)01:22
jogoadam_g: http://logs.openstack.org/04/136504/7/experimental/check-tempest-dsvm-aiopcpu/d1022a3/01:26
*** dimsum__ has joined #openstack-qa01:30
*** achanda has joined #openstack-qa01:31
jogolooks like issues with the metadata service01:34
*** achanda has quit IRC01:35
*** topshare has joined #openstack-qa01:35
*** dimsum__ has quit IRC01:36
*** dimsum__ has joined #openstack-qa01:37
jogoadam_g: I don't think the metadata service is wired up on the second node01:37
adam_gjogo, do you have n-api-meta up there?01:37
adam_gjogo, https://review.openstack.org/#/c/136179/01:38
jogoadam_g: it runs as part of n-api01:38
jogohttp://logs.openstack.org/04/136504/7/experimental/check-tempest-dsvm-aiopcpu/d1022a3/logs/10.176.198.48/iptables.txt.gz01:38
jogo-A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination 10.176.198.48:877501:38
adam_gjogo, n-api is running on the other host01:38
jogowell there is your problem01:38
adam_gthe primary01:38
jogothat line should be -A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination 10.176.194.99:877501:39
jogoyup01:39
adam_gjogo, even that doesn't work01:39
jogoadam_g: oh?01:39
adam_gjogo the solution for multi host n-net has always been to run nova-api-ec2 on each compute01:39
jogonovaa-pi-metadata *01:39
adam_gso (n-cpu, n-net, n-api-ec2) on every hypervisor01:39
jogoahh right01:39
adam_gpulling in 136179 should fix it01:40
jogooh ec2 metadata service right01:40
adam_gwas that causing tempest failures?01:40
jogoadam_g: yup :)01:40
adam_gyeah, withotu config drive we need that01:40
adam_gtho i'd be interested in seeing how well it works--we *never* test it01:40
jogoand config drive doesn't work with block storage migration01:40
jogoblock migration*01:40
adam_ghence that bad ec2 metadata bug that went out with juno01:40
jogowell this will make us test it i guess01:41
JayFadam_g: hey, I made this: https://review.openstack.org/#/c/134436/5 only be the change to make agent_ssh-src jobs voting on IPA, if you wanted to take a look. We're willing to take the hit of rechecking on IPA if needed in exchange for making sure bad stuff doesn't merge :)01:41
*** dimsum__ has quit IRC01:41
jogoadam_g: I am going to repush your patch if that is ok with you01:41
*** X019 has joined #openstack-qa01:41
jogoput it on my stack01:41
adam_gjogo, which stack?01:42
jogoadam_g: https://review.openstack.org/#/c/136504/701:42
adam_gjogo, oh yeah--as long as its on top of clark's original devstack-gate patch01:42
jogoadam_g: will do01:43
jogoit will be righ ton top01:43
*** patrickeast has quit IRC01:44
jogohmm gerrit is giving me trouble01:45
jogoclarkb: http://paste.openstack.org/show/138529 any ideas01:46
jogowoops bad paste01:46
clarkbwas about to say thats normal :)01:46
jogohttp://paste.openstack.org/show/138530/01:47
jogoI rebased my patches on adam_g's patch01:47
*** shashankhegde has joined #openstack-qa01:48
clarkbno changes made01:50
jogojust made a change and it still didn't bite01:50
clarkbits on an older change01:50
jogoahh no changes to adam_g's patch01:50
clarkb64dcff1 Enable nova-api-metadata for multi host nova-network is the one its complaining about01:50
clarkbpretty sure its a valid error. you did something funny01:50
jogoI cherry-picked01:51
jogothat patch into my patch series01:51
jogoI have an idea01:51
clarkbugh don't cherry pick01:51
clarkbthats is most probably the isse01:51
clarkbyou created a new commit01:51
clarkbbut didn't change anthing01:51
clarkbbecuse that is how cherry picks owrk01:51
clarkbso don't cherry pick01:51
jogook trying a re base01:52
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: DO NOT MERGE: testing aiopcpu with tempest full  https://review.openstack.org/13650401:52
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: Set up ssh_known_host based on hostname  https://review.openstack.org/13659601:52
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: Setup /etc/hosts for aiopcpu  https://review.openstack.org/13615801:52
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: Add ssh key to root user  https://review.openstack.org/13717601:52
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: Enable live block migration  https://review.openstack.org/13576801:52
*** X019 has quit IRC01:52
clarkbcherry picks create new commits01:52
clarkbbecause commits hash their timestamps01:52
clarkbcherry picking has new timestamp thus new commit01:52
*** wuhg has joined #openstack-qa01:52
jogoclarkb: ahh, well rebase worked01:53
clarkbtl;dr cherry picking is not what you wanted there and if ou had gotten it rhoguh all of our changes would have updated01:53
clarkbwhich is mean01:53
jogoclarkb: well all the changes were mine01:53
jogoanyway looks good now01:53
clarkbI thought you said one of them was adam_gs?01:53
clarkbit is...01:53
*** dimsum__ has joined #openstack-qa01:53
jogothat was the patch I wanted, I rebased on top of his01:54
jogoand it looks correct01:54
jogoand I didn't cause a new patch to be created for him01:54
clarkbyes but prior you cherry picked it so it got a new sha101:54
clarkbrebasing fixed this01:54
jogoclarkb: cool, good to know. Hopefully I won't make that mistake again01:55
*** marun has quit IRC01:55
jogoso this time I expect tempest-full to actually pass01:55
jogobut who knows01:55
openstackrecheckConsole logs not available after 14:29s for check-tempest-dsvm-full-icehouse 136504,7,01fcdf101:58
*** ranger81 has joined #openstack-qa01:58
*** ranger81 has quit IRC02:03
openstackgerritMerged openstack/tempest: Skip test_volume_boot_pattern until bug 1373513 is fixed  https://review.openstack.org/13709602:12
*** nosnos has joined #openstack-qa02:14
openstackgerritMerged openstack-dev/devstack: IPA Ramdisk should log to console in devstack  https://review.openstack.org/13686702:18
*** Sukhdev has quit IRC02:20
*** Sukhdev has joined #openstack-qa02:21
*** yamamoto has joined #openstack-qa02:22
*** catohornet has joined #openstack-qa02:35
*** catohornet has quit IRC02:35
*** catohornet has joined #openstack-qa02:36
*** marrusl_ has joined #openstack-qa02:39
*** shashankhegde has quit IRC02:49
*** dimsum__ has quit IRC02:52
jogoadam_g: http://logs.openstack.org/04/136504/8/experimental/check-tempest-dsvm-aiopcpu/90e8675/logs/10.209.1.212/screen-n-api-meta.txt.gz03:01
*** nosnos has quit IRC03:01
*** Sukhdev has quit IRC03:01
adam_gjogo, hmm i guess i never actually tested that it worked--i just assumed devstack would do the right thing there when a nova-api service of any kind was activated03:03
adam_g:|03:03
jogopushing a patch now03:06
openstackgerritJoe Gordon proposed openstack-dev/devstack: Copy nova-api-paste.ini if n-api or n-api-meta is enabled  https://review.openstack.org/13726203:08
jogoadam_g: I think that should fix it ^03:08
jogofits the symptom03:09
adam_gjogo, yeah, basically what i did03:09
adam_gjogo, tho it should be more broad, [[ "$ENABLED_SERVICES" =~ "n-api" ]], to pick up other split out API servers?03:11
adam_g*i wonder03:11
jogoadam_g: hmm that could work03:13
jogoadam_g: like this? http://paste.openstack.org/show/13857603:15
jogooh derp03:15
jogohttp://paste.openstack.org/show/13857703:15
openstackgerritJoe Gordon proposed openstack-dev/devstack: Copy nova-api-paste.ini if n-api* is enabled  https://review.openstack.org/13726203:16
*** catohornet has quit IRC03:17
adam_gjogo, hmm, actually i was under the assumption devstack let you get more creative with deploying the api servers as separate services for each (nova-api-os-compute, nova-api-os-volume, etc) but i guess it only splits n-api-meta out, so your original was okay03:17
adam_gbut i dont think revised is wrong either03:17
jogoadam_g: yeah but this is more future proof03:17
adam_gjogo, yeah03:17
jogopulling in that patch03:17
openstackgerritJoe Gordon proposed openstack-infra/devstack-gate: DO NOT MERGE: testing aiopcpu with tempest full  https://review.openstack.org/13650403:17
jogoin d-g and trying again03:17
jogohttps://jenkins04.openstack.org/job/check-tempest-dsvm-aiopcpu/28/console03:18
*** harlowja is now known as harlowja_away03:29
*** dmorita has joined #openstack-qa03:36
openstackgerritAlok Kumar Maurya proposed openstack/tempest: Basic networks Scenario Test Enhancements  https://review.openstack.org/10662003:46
*** dimsum__ has joined #openstack-qa03:52
*** dimsum__ has quit IRC03:57
jogoadam_g: this is a fun error: https://jenkins04.openstack.org/job/check-tempest-dsvm-aiopcpu/28/console04:06
jogohttp://logs.openstack.org/04/136504/9/experimental/check-tempest-dsvm-aiopcpu/1dd23f2/logs/screen-n-net.txt.gz?level=TRACE#_2014-11-26_03_39_52_602http://logs.openstack.org/04/136504/9/experimental/check-tempest-dsvm-aiopcpu/1dd23f2/logs/screen-n-net.txt.gz?level=TRACE#_2014-11-26_03_39_52_60204:07
adam_gjogo, uhm weird04:08
jogoI have actually seen that before04:09
jogohttps://bugs.launchpad.net/nova/+bug/131662104:10
jogooh and here is a fix :) https://review.openstack.org/#/c/136217/04:10
*** achanda has joined #openstack-qa04:12
jogoadam_g: so I think we can mark that run as a success04:16
*** nosnos has joined #openstack-qa04:16
jogojust one fialure http://logs.openstack.org/04/136504/9/experimental/check-tempest-dsvm-aiopcpu/1dd23f2/logs/testr_results.html.gz04:16
adam_gjogo, oh, awesome04:17
*** Madan has joined #openstack-qa04:19
openstackgerritMerged openstack-dev/devstack: ovs_base: Fix debug-agent config for Q_USE_PROVIDERNET_FOR_PUBLIC=True  https://review.openstack.org/13621504:20
jogoand the neutron one has the same error it always does: http://logs.openstack.org/04/136504/9/experimental/check-tempest-dsvm-neutron-aiopcpu/ec4b9f1/logs/testr_results.html.gz04:20
*** Sukhdev has joined #openstack-qa04:26
*** achanda has quit IRC04:30
*** om has joined #openstack-qa04:31
*** weshay has quit IRC04:37
*** sabeen1 has joined #openstack-qa04:46
*** pcrews has quit IRC04:48
*** shashankhegde has joined #openstack-qa04:49
*** zz_dimtruck is now known as dimtruck04:50
*** yfried has joined #openstack-qa04:51
*** swamireddy has joined #openstack-qa05:00
*** swamireddy has left #openstack-qa05:00
*** dpaterson has quit IRC05:09
*** rushiagr_away is now known as rushiagr05:10
*** yfried has quit IRC05:34
*** SridharG has joined #openstack-qa05:36
*** chandankumar has joined #openstack-qa05:37
*** Longgeek has joined #openstack-qa05:38
*** neeti has joined #openstack-qa05:39
*** SridharG has quit IRC05:43
*** Longgeek has quit IRC05:44
*** ranger81 has joined #openstack-qa05:59
*** rushiagr is now known as rushiagr_away05:59
*** SridharG has joined #openstack-qa06:03
*** k4n0 has joined #openstack-qa06:03
*** ranger81 has quit IRC06:08
openstackgerritGhanshyam Mann proposed openstack/qa-specs: Add qa spec for bp/nova-v21-api-tests  https://review.openstack.org/9666106:09
*** ranger81 has joined #openstack-qa06:10
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Do not merge: Add rebuild after resize-revert  https://review.openstack.org/13728306:11
*** Masahiro has joined #openstack-qa06:19
*** dimtruck is now known as zz_dimtruck06:21
*** Sukhdev has quit IRC06:22
*** Longgeek has joined #openstack-qa06:22
*** Masahiro has quit IRC06:26
*** SridharG has left #openstack-qa06:27
*** Masahiro has joined #openstack-qa06:27
*** ranger81 has quit IRC06:28
*** Masahiro has quit IRC06:29
*** Masahiro has joined #openstack-qa06:29
*** yfried has joined #openstack-qa06:31
openstackgerritYair Fried proposed openstack/tempest: Adds scenario for DNS-nameserver configuration  https://review.openstack.org/13661106:32
yfriedmasayukig: oomichi: cyeoh: https://review.openstack.org/#/c/136611/ could you please take a look?06:32
*** pcrews has joined #openstack-qa06:48
*** nmagnezi has joined #openstack-qa06:48
*** ranger81 has joined #openstack-qa06:49
*** ranger81 has joined #openstack-qa06:49
*** afazekas has joined #openstack-qa06:50
*** pcrews has quit IRC06:53
openstackrecheckopenstack/nova change: https://review.openstack.org/113432 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error06:54
*** yfried is now known as yfried|afk06:59
*** SridharG has joined #openstack-qa07:02
*** Masahiro has quit IRC07:02
*** ranger81 has quit IRC07:02
*** Masahiro has joined #openstack-qa07:03
*** yfried|afk is now known as yfried07:05
openstackgerritRohan Kanade proposed openstack/tempest: Adds creating and updating port with multiple attributes  https://review.openstack.org/12304607:05
*** Masahiro has quit IRC07:05
*** rushiagr_away is now known as rushiagr07:07
*** ajo has joined #openstack-qa07:08
*** yfried is now known as yfried|afk07:21
*** bkopilov has joined #openstack-qa07:22
*** pcrews has joined #openstack-qa07:23
*** Masahiro has joined #openstack-qa07:25
*** om has quit IRC07:31
*** yfried|afk is now known as yfried07:31
*** achanda has joined #openstack-qa07:31
*** pcrews has quit IRC07:31
*** achanda has quit IRC07:36
*** rdekel has joined #openstack-qa07:36
*** Masahiro has quit IRC07:36
openstackgerritYair Fried proposed openstack/tempest: Adds scenario for DNS-nameserver configuration  https://review.openstack.org/13661107:37
*** e0ne has joined #openstack-qa07:38
*** e0ne has quit IRC07:38
*** om has joined #openstack-qa07:39
*** zz_dimtruck is now known as dimtruck07:41
*** jaypipes has quit IRC07:50
*** dimtruck is now known as zz_dimtruck07:51
*** gfidente has joined #openstack-qa07:51
*** mitz- has joined #openstack-qa07:51
*** mitz_ has quit IRC07:51
*** salv-orlando has joined #openstack-qa08:02
chandankumarafazekas, masayukig i have rebased the change, please have a look https://review.openstack.org/#/c/134889/ .08:04
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix doc for usage of python clients in scenario tests  https://review.openstack.org/13730008:13
openstackgerritUdi Kalifon proposed openstack/tempest: Support creating users with a default_project_id  https://review.openstack.org/13592208:16
*** oomichi has quit IRC08:17
*** matrohon has joined #openstack-qa08:17
*** yfried is now known as yfried|afk08:17
*** yamahata has quit IRC08:18
*** Masahiro has joined #openstack-qa08:18
*** markus_z has joined #openstack-qa08:21
openstackgerritRohan Kanade proposed openstack/tempest: Adds creating and updating port with multiple attributes  https://review.openstack.org/12304608:25
*** SridharG1 has joined #openstack-qa08:26
*** SridharG has quit IRC08:29
*** achanda has joined #openstack-qa08:33
*** matrohon has quit IRC08:33
*** mitz_ has joined #openstack-qa08:34
*** andreykurilin_ has joined #openstack-qa08:35
*** mitz- has quit IRC08:36
*** yfried|afk is now known as yfried08:38
*** jlanoux has joined #openstack-qa08:44
*** shashankhegde has quit IRC08:47
*** achanda has quit IRC08:48
*** matrohon has joined #openstack-qa08:53
*** jordanP has joined #openstack-qa08:54
*** safchain has joined #openstack-qa08:54
*** topshare has quit IRC08:56
gmannafazekas: ping08:57
afazekasgmann, pong08:57
gmannafazekas: regarding https://bugs.launchpad.net/tempest/+bug/139387408:57
*** topshare has joined #openstack-qa08:58
*** andreykurilin_ has quit IRC08:58
gmannafazekas: I was thinking to merge those 2 config options. i found ssh_connect_method default is fixedIP and use_floatingip_for_ssh is true08:58
*** andreykurilin_ has joined #openstack-qa08:59
*** mpaolino has joined #openstack-qa08:59
*** jpich has joined #openstack-qa08:59
afazekasgmann, https://review.openstack.org/#/c/94741/08:59
gmannafazekas: where in case of neutron, devstack override  ssh_connect_method to use floatingip for ssh08:59
afazekasI made the fixed ip as default by request09:00
*** SridharG1 has quit IRC09:01
*** SridharG has joined #openstack-qa09:02
gmannafazekas: ya i see in https://review.openstack.org/#/c/80620/09:04
openstackgerritMerged openstack-dev/devstack: Update the ODL support to Helium SR1.  https://review.openstack.org/13430909:05
gmannafazekas: so with https://review.openstack.org/#/c/94741/ ssh strategy will be selected automatically which intern get rid of multiple ssh config option. right?09:05
afazekashopefully yes09:06
gmannafazekas: humm i see. I think it can be explicitly mentioned in spec in case we forgot to merge those.09:07
gmannThanks afazekas.09:10
openstackgerritAbhishek G M proposed openstack/tempest: Floating IP test enhancements  https://review.openstack.org/13200009:10
*** amotoki has quit IRC09:11
*** Masahiro has quit IRC09:13
*** e0ne has joined #openstack-qa09:16
*** gszasz has joined #openstack-qa09:19
*** vigneshvar has joined #openstack-qa09:20
*** Masahiro has joined #openstack-qa09:23
*** nfedotov has joined #openstack-qa09:23
*** sergsh_away is now known as sergsh09:25
*** gfidente has quit IRC09:28
*** gfidente has joined #openstack-qa09:28
*** yamamoto has quit IRC09:32
*** afazekas has quit IRC09:33
*** cmyster has joined #openstack-qa09:36
*** tkammer has joined #openstack-qa09:38
*** Longgeek_ has joined #openstack-qa09:38
*** Longgeek has quit IRC09:39
*** cmyster has left #openstack-qa09:40
*** yamahata has joined #openstack-qa09:44
*** topshare has quit IRC09:46
*** afazekas has joined #openstack-qa09:48
*** tochi has quit IRC09:49
openstackgerritJordan Pittier proposed openstack/tempest: Scenario manager: catch Exception in get_remote_client  https://review.openstack.org/13491409:50
openstackgerritSergey Shnaidman proposed openstack/tempest: Support for IPv6 for API continue  https://review.openstack.org/13723909:52
*** andreykurilin_ has quit IRC09:52
kashyapianw, When you're around, this patch has been in review since July, with submitter patiently addressing all comments. It's quite ready for merge I feel, can we have agree on something about the last comment there? -- https://review.openstack.org/#/c/108714/.09:56
*** pkoniszewski has joined #openstack-qa09:59
*** ranger81 has joined #openstack-qa10:03
*** afazekas has quit IRC10:07
*** ranger81 has quit IRC10:08
*** mkollaro has joined #openstack-qa10:19
*** afazekas has joined #openstack-qa10:21
*** Masahiro has quit IRC10:25
*** andreykurilin_ has joined #openstack-qa10:27
*** aix has joined #openstack-qa10:34
*** zz_johnthetubagu is now known as johnthetubaguy10:41
*** yamahata has quit IRC10:43
*** yamahata has joined #openstack-qa10:45
*** yfried is now known as yfried|afk10:55
*** adalbas has joined #openstack-qa10:58
*** rfolco has joined #openstack-qa11:01
sergshis it relevant now? https://blueprints.launchpad.net/tempest/+spec/negative-tests11:05
*** rfolco has quit IRC11:05
*** X019 has joined #openstack-qa11:09
*** mkollaro has quit IRC11:11
*** tosky has joined #openstack-qa11:15
*** yfried|afk is now known as yfried11:15
*** qba73 has joined #openstack-qa11:22
*** jordanP has quit IRC11:23
*** vinus has joined #openstack-qa11:24
vinushi there11:25
*** yfried is now known as yfried|afk11:25
vinuscan anyone tell me the significance of "nova fixed-ip *"11:25
*** Masahiro has joined #openstack-qa11:26
*** yfried|afk is now known as yfried11:28
*** salv-orlando has quit IRC11:29
*** Masahiro has quit IRC11:30
*** malini has joined #openstack-qa11:30
*** aysyd has joined #openstack-qa11:31
*** vinus has quit IRC11:32
*** vinus has joined #openstack-qa11:37
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: libvirt plugin "parallels" requires extra customization of nova.conf and glance-api.conf  https://review.openstack.org/13733711:39
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: libvirt plugin "parallels" support  https://review.openstack.org/13733711:42
*** jamielennox is now known as jamielennox|away11:48
*** Madan has quit IRC11:53
*** om has quit IRC11:58
*** neeti has quit IRC12:02
openstackgerritgaryk proposed openstack-dev/devstack: Fix tools upload_image.sh utility  https://review.openstack.org/13734712:06
*** aix has quit IRC12:07
openstackgerritKirill Shileev proposed openstack/tempest: Adds scenario for IPv6 addresses  https://review.openstack.org/11233612:10
*** malini1 has joined #openstack-qa12:12
yfriedsergsh: afazekas: I need some help creating an experimental job for https://review.openstack.org/136789 can you help please?12:12
*** malini has quit IRC12:14
sergshyou mean to run it?12:19
sergshyfried, you mean to run it?12:19
yfriedsergsh: I want to run it at the gate so we can see jenkins result (it won't merge otherwise)12:20
*** salv-orlando has joined #openstack-qa12:20
*** om has joined #openstack-qa12:20
yfriedsergsh: mtreinish told me yesterday I should create an experimental gate for it12:20
sergshyfried, so how can I help?12:21
yfriedsergsh: was wondering if you have any experience with gate/devstack repos12:21
afazekasyfried: why not to change quota in the test ?12:21
sergshyfried, not really, I use my own Jenkins setup12:22
yfriedafazekas: what do you mean?12:22
afazekasas admin user you can change the tenant quota limits12:23
*** X019 has quit IRC12:23
yfriedafazekas: in-test?12:23
yfriedafazekas: what about tempest conf settings?12:24
afazekasAFAIK we already have /24 FIP range which is higher than the number of cirros image possible  to boot on 8G vm12:24
afazekasdevstack already has logic to increase the quota when the virt driver is fake12:26
afazekasMaybe we should have a driver independent option for having unlimited default quota in all services12:27
yfriedafazekas: maybe we should. no idea how to do that, though12:27
afazekassdague, jogo: ^12:28
yfriedafazekas: also, jogo said using fake-driver (no idea what that is...) I won't be able to attach network12:28
yfriedafazekas: what's fake driver?12:28
openstackgerritKirill Shileev proposed openstack/tempest: Adds .idea to .gitignore  https://review.openstack.org/13734912:29
afazekasyfried: it is nova virt driver, which does not uses any real virtualization12:29
yfriedafazekas: so what does it do instead?12:29
afazekasyfried: AFAIK it does not communicates with neutron, but the ports can be created but they will not be associated to real vm12:30
yfriedafazekas: so it's not what I need. I want to create real VMs and test connectivity12:30
afazekasyfried: basically nop. But the n-cpu in messaging perspective behaves similarly as with real driver12:31
*** dmorita has quit IRC12:32
afazekasyfried: I like the idea for having a simple localrc /local.conf option for unlimited quota in devstack. (devstack-gate still uses just localrc)12:34
sergshafazekas, yfried , do we have a custom configuration testing anywhere?12:37
yfriedafazekas: what do I need to do to create an experimental job for my patch?12:37
sergshwith custom local.conf, neutron.conf or nova.conf..?12:38
afazekassergsh: the gate does not uses local.conf yet12:41
afazekashttps://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-gate.sh12:41
afazekasIt can get several variable which influences the localrc generation12:42
afazekasyfried: For creating a job you need to change the project-config repo, and passing some DEVSTACK_GATE envvar to devstack-gate12:44
*** rushiagr is now known as rushiagr_away12:46
yfriedafazekas: how do I make sure it won't use fake driver?12:53
*** gszasz has quit IRC12:57
*** gszasz has joined #openstack-qa13:00
afazekasWhen DEVSTACK_GATE_TEMPEST_LARGE_OPS is 1 it will use fake driver. You need to add logic to devstack-gate to handle your use-case, and export the right environment variables in the job specification (jenkins/jobs/devstack-gate.yaml --  jenkins job builder file)13:01
*** jordanP has joined #openstack-qa13:06
*** X019 has joined #openstack-qa13:07
*** jordanP has quit IRC13:10
*** Longgeek_ has quit IRC13:11
openstackgerritKirill Shileev proposed openstack/tempest: Adds scenario for IPv6 addresses  https://review.openstack.org/11233613:14
*** Masahiro has joined #openstack-qa13:14
*** topshare has joined #openstack-qa13:16
*** jordanP has joined #openstack-qa13:18
*** Masahiro has quit IRC13:19
*** aix has joined #openstack-qa13:20
*** nosnos has quit IRC13:20
*** mkollaro has joined #openstack-qa13:21
*** jpich has quit IRC13:22
*** frank_zhou has joined #openstack-qa13:23
*** jpich has joined #openstack-qa13:23
*** rdekel has quit IRC13:24
*** anshul has quit IRC13:29
*** vigneshvar_ has joined #openstack-qa13:31
*** weshay has joined #openstack-qa13:31
*** safchain has quit IRC13:33
*** safchain has joined #openstack-qa13:33
*** vigneshvar has quit IRC13:34
*** jaypipes has joined #openstack-qa13:36
*** ChanServ sets mode: +o jaypipes13:36
*** mestery has quit IRC13:36
*** Longgeek has joined #openstack-qa13:37
*** rushiagr_away is now known as rushiagr13:42
*** yamahata has quit IRC13:50
*** dimsum__ has joined #openstack-qa13:51
*** yamahata has joined #openstack-qa13:51
*** marrusl_ has quit IRC13:51
*** marrusl_ has joined #openstack-qa13:51
*** marrusl has quit IRC13:51
*** marrusl has joined #openstack-qa13:51
*** beagles has quit IRC13:52
*** yfried is now known as yfried|afk13:53
*** marrusl has quit IRC13:54
*** marrusl has joined #openstack-qa13:54
*** vigneshvar_ has quit IRC13:55
*** om has quit IRC13:59
*** chandankumar has quit IRC14:02
*** zhifeng has joined #openstack-qa14:02
*** mestery has joined #openstack-qa14:05
*** pkoniszewski has quit IRC14:08
*** beagles has joined #openstack-qa14:09
*** beagles is now known as Guest589914:09
*** Guest5899 is now known as b3nt_pin14:12
*** b3nt_pin is now known as Guest4786014:12
*** yfried|afk is now known as yfried14:13
*** frank_zhou has quit IRC14:21
*** topshare has quit IRC14:24
*** topshare has joined #openstack-qa14:26
*** zhifeng has quit IRC14:29
*** yfried is now known as yfried|afk14:31
*** jgrimm is now known as zz_jgrimm14:32
*** Longgeek has quit IRC14:34
openstackgerritJulie Pichon proposed openstack-dev/devstack: Explicitly pass in SLAPPASS when setting up LDAP  https://review.openstack.org/12465814:37
*** Longgeek has joined #openstack-qa14:40
*** Guest47860 has quit IRC14:41
openstackgerritKirill Shileev proposed openstack/tempest: Adds scenario for IPv6 addresses  https://review.openstack.org/11233614:44
*** mestery has quit IRC14:48
*** SridharG has left #openstack-qa14:50
*** dkranz has joined #openstack-qa14:50
*** topshare has quit IRC14:53
*** markmcclain has joined #openstack-qa14:58
*** Masahiro has joined #openstack-qa15:03
*** wuhg has quit IRC15:05
*** wuhg has joined #openstack-qa15:05
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: libvirt plugin "parallels" support  https://review.openstack.org/13733715:06
*** Masahiro has quit IRC15:08
*** beagles has joined #openstack-qa15:10
*** beagles is now known as Guest7475215:10
*** mkollaro1 has joined #openstack-qa15:11
*** Guest74752 has quit IRC15:12
*** mkollaro has quit IRC15:12
*** catohornet has joined #openstack-qa15:12
*** beagles_ has joined #openstack-qa15:12
openstackgerritRohan Kanade proposed openstack/tempest: Adds tests create/update port with multiple attributes  https://review.openstack.org/12304615:12
*** beagles_ is now known as b3nt_pin_nickles15:12
*** mestery has joined #openstack-qa15:16
mkoderermtreinish: .idea files?? never heard about them15:27
*** nmagnezi has quit IRC15:27
mkoderermtreinish: https://review.openstack.org/#/c/137349/15:27
mtreinishmkoderer: heh, I -2'd a patch for that like 2 weeks ago15:27
openstackrecheckopenstack/horizon change: https://review.openstack.org/135562 failed gate-horizon-selenium in the gate queue with an unrecognized error15:27
mtreinishit's a temp file from pycharm or some other ide15:27
*** dimsum__ has quit IRC15:28
mtreinishmkoderer: https://review.openstack.org/#/c/134874/15:28
mkoderermtreinish: ah :)15:28
*** dimsum__ has joined #openstack-qa15:29
mtreinishmkoderer: you can go ahead and block it if you want15:29
mkoderermtreinish: will do...15:29
*** Sukhdev has joined #openstack-qa15:31
*** marun has joined #openstack-qa15:31
*** mlavalle has joined #openstack-qa15:33
*** catohornet has quit IRC15:33
openstackgerritMerged openstack-dev/devstack: Move sgabios setup to hypervisor-ironic  https://review.openstack.org/13643615:41
openstackgerritMerged openstack-dev/devstack: Copy nova-api-paste.ini if n-api* is enabled  https://review.openstack.org/13726215:42
*** yamamoto has joined #openstack-qa15:44
sdaguemtreinish: man, you didn't start +Aing the rmxml patches yet? :)15:45
*** chandankumar has joined #openstack-qa15:45
mtreinishsdague: I thought you wanted +1's from other ptls, when I checked last night there weren't any15:45
sdaguewell, I said, please +1 but I also said on the ML thread that there was broad support for it15:46
mtreinishok, I also see there are a bunch of +1s on the first patch now15:46
sdaguemaybe we should poke some like mikal, mestery, morganfainberg15:46
mesteryI gave a +1 on the initial patch sdague, I can reply to the thread with my vote of confidence as well.15:46
mtreinishmestery, sdague: nah, it's ok. I'm going to push the series through now15:47
sdaguemtreinish: thingee is +1 on the base patch as well15:47
mesterymtreinish: Ack, and nice work on this folks!15:47
sdaguemtreinish: coolio, I'm going to assume there will be a rebase need, mostly I wanted to get +A early so that I could turn things around on the rebase today before the holidays15:48
sdagueand then we can all give thanks for putting another nail in the coffin of xml15:49
*** JayJ has joined #openstack-qa15:52
*** neeti has joined #openstack-qa15:54
silehtsdague, jogo I have a question about https://github.com/openstack/requirements/commit/1b725bd52e3c6b2ab96acb1ff2800bca034b438d, this a kind of policy against juno and master, but not in icehouse does  this is the desired behavior, or this should backported to the icehouse requirement branch ?15:55
sdaguesileht: I'm not sure I understand the question15:55
*** pcrews has joined #openstack-qa15:56
sdagueso... we probably should be checking against icehouse as well15:56
*** avico has joined #openstack-qa15:56
sdagueexcept... the changes to requirements capping might alliviate all of that15:56
silehtsdague, I think too15:57
*** afazekas has quit IRC15:58
silehtsdague, with the requirements capping of stable, the oslo stable-compat-job will be removed ?16:00
*** avico has quit IRC16:00
sdaguesileht: I think so16:00
openstackgerritMatthew Treinish proposed openstack/tempest: Remove unused xml config options  https://review.openstack.org/13738816:01
*** dimsum__ is now known as dims16:03
*** om has joined #openstack-qa16:05
*** ranger81 has joined #openstack-qa16:06
*** ranger81 has quit IRC16:06
sdaguemtreinish: man, we seriously managed not to merge conflict those patches of mine?16:07
mtreinishsdague: heh, yeah it looks that way16:08
mtreinishI'm sure it'll cause a bunch of merge conflicts when it lands16:08
openstackrecheckopenstack/nova change: https://review.openstack.org/136772 failed gate-nova-tox-functional in the gate queue with an unrecognized error16:09
*** JayJ has quit IRC16:12
*** JayJ has joined #openstack-qa16:13
*** patrickeast has joined #openstack-qa16:13
*** nfedotov has quit IRC16:15
*** zigo has quit IRC16:16
*** JayJ has quit IRC16:17
*** JayJ has joined #openstack-qa16:18
*** shashankhegde has joined #openstack-qa16:21
*** anshul has joined #openstack-qa16:21
*** JayJ has quit IRC16:22
*** JayJ has joined #openstack-qa16:23
*** zigo has joined #openstack-qa16:27
*** ranger81 has joined #openstack-qa16:28
*** k4n0 has quit IRC16:30
*** anshul has quit IRC16:30
*** ranger81 has quit IRC16:31
*** JayJ has quit IRC16:34
*** shashankhegde has quit IRC16:36
*** neeti has quit IRC16:36
*** shashankhegde has joined #openstack-qa16:39
bknudsonso what do you think about disabling the gate-tempest-dsvm-neutron-src-*-icehouse jobs ... at least for keystonemiddleware and python-keystoneclient (and probably other clients)?16:41
clarkbthose tests exist to ensure that those projects don't break backward compat with icehouse16:44
clarkbI don't think removing that is a good thing16:44
*** catohornet has joined #openstack-qa16:45
bknudsonwe've got gate-tempest-dsvm-src-keystonemiddleware-icehouse16:45
*** om has quit IRC16:45
bknudsonwhich seems like it would be adequate for backwards-compat testing16:46
*** tosky has quit IRC16:49
*** tosky has joined #openstack-qa16:50
*** gszasz has quit IRC16:51
*** Masahiro has joined #openstack-qa16:52
*** Masahiro has quit IRC16:56
*** om has joined #openstack-qa16:58
*** chandankumar has quit IRC17:06
*** jlanoux has quit IRC17:06
*** rbak has joined #openstack-qa17:06
openstackgerritSergey Shnaidman proposed openstack/tempest: Fixing casual failing of nc service in LBaaS  https://review.openstack.org/13740717:07
sdaguebknudson: gate-tempest-dsvm-src-keystonemiddleware-icehouse only tests commits to keystonemiddleware, it doesn't test anything with python-keystoneclient commits17:07
*** patrickeast has quit IRC17:08
*** shashankhegde has quit IRC17:08
sdaguebknudson: oh, so actually you are saying a different thing than I thought17:09
bknudsonWe've got gate-tempest-dsvm-src-python-keystoneclient-icehouse and gate-tempest-dsvm-neutron-src-python-keystoneclient-icehouse ... gate-tempest-dsvm-src-python-keystoneclient-icehouse seems adequate17:09
sdagueyou are saying this - https://review.openstack.org/#/c/136512/17:09
bknudsonsdague: y, except that one is including gate-tempest-dsvm-neutron-src-{name}-icehouse ... which I wouldn't complain but it's been broken for a while.17:11
sdaguewell, the neutron side is more important17:12
sdaguebecause that does actually test a thing that n-net does not, which is neutron usage of the keystone* stack17:12
sdaguewhich is kind of important17:12
sdagueor we just delete icehouse, which I'm also fine with17:13
*** yamamoto has quit IRC17:13
mtreinishsdague: well that's what I was pushing for, just dropping all icehouse testing17:14
*** b3nt_pin_nickles is now known as b3nt_pin17:14
*** ranger81 has joined #openstack-qa17:14
*** ranger81 has quit IRC17:15
*** ranger81 has joined #openstack-qa17:15
*** ranger81 has quit IRC17:15
clarkbthe VMT probably doesn't want to do that until their security fix promise time period is over17:15
*** sergsh is now known as sergsh_away17:15
bknudsonwe could drop testing but keep the branch17:15
clarkbno17:16
clarkbthat isn't how that works17:16
bknudsonmaybe stackforge17:16
*** mpaolino has quit IRC17:16
sdaguebknudson: no, if we drop we drop17:16
sdagueok, so in looking at that fail more in depth, that's running tempest full I think, which doesn't work on neutron icehouse17:17
sdagueclarkb: how do I trick that definition to be only smoke?17:17
clarkbsdague: it would be determined by devstack-gate17:17
clarkbeither by passing in the flag to run smoke or internally based on some other criteria17:17
clarkbmtreinish: ^ didn't you make changes around that semi recently?17:18
mtreinishclarkb: around smoke jobs, I don't think so. I added a bunch more stable jobs to all the oslo libs17:19
mtreinishbut I think they're probably running the wrong thing too17:19
clarkbI thought you modified when we ran smoke17:19
clarkbbecause havana died and we have branchless tempest17:19
sdagueclarkb: yeh, so I think we just got lucky for a while17:20
sdaguebecause this did actually pass for a bit17:20
sdague{branch-override} will be the right symbol?17:21
openstackgerritMerged openstack/tempest: delete all compute xml tests  https://review.openstack.org/13679217:21
mtreinishclarkb: not that I remember, but I might have done something17:21
openstackgerritMerged openstack/tempest: part 2 of delete xml  https://review.openstack.org/13681517:22
mtreinishsdague: ^^^ it looks like they're slowly merging17:22
bknudsonxml is dying.17:23
openstackgerritMerged openstack/tempest: purge xml clients from tempest.clients  https://review.openstack.org/13682117:23
openstackgerritMerged openstack/tempest: remove xml_utils and all things that depend on it  https://review.openstack.org/13682217:23
clarkbsdague: ya17:23
clarkbso I think we want to say DEVSTACK_GATE_SMOKE_SERIAL=1 if branch-override is icehouse17:23
clarkbsdague: but check the exported BRANCH_OVERRIDE value17:24
clarkbsince that is what we set for use by all the things including d-g17:24
kirshilfolks plz have a look why this crashes https://review.openstack.org/#/c/120085/ We need to have devstack installing to specified directory!17:24
*** Longgeek has quit IRC17:24
clarkbkirshil: IOError: [Errno 13] Permission denied: '/opt/stack/new/data/tempest/tempest-compute_quotas'17:25
*** ranger81 has joined #openstack-qa17:26
mtreinishclarkb: ooh, a perm issue trying to write a lock file I don't think I've seen that before17:26
clarkbkirshil: that said can't you just set DATA_DIR and SERVICE_DIR in your localrc?17:27
*** e0ne has quit IRC17:28
clarkbmtreinish: that failure is pretty consistent across the jobs for that change. not sure why that change wuld cause that17:28
kirshilclarkb: I'll try, but strange I can't reproduce this error on my local run. With this patch applied all goes smoothly17:29
*** om has quit IRC17:30
*** ranger81 has quit IRC17:30
*** chandankumar has joined #openstack-qa17:31
*** ranger81 has joined #openstack-qa17:31
clarkbthat path is in the data dir though17:31
clarkbso Iguess this does touch that17:31
clarkboh I bet we do the thing I describe in d-g17:31
*** catohornet has quit IRC17:31
clarkbyup17:31
clarkbso kirshil you should do that instead17:31
mtreinishclarkb: yeah that patch is overriding what get's set by d-g in the localrc so the perms are all wrong when tempest goes to use the dir17:32
clarkbyup and I think that is a valid -1 from jenkins too17:33
clarkbyour DATA_DIR and SERVICE_DIR should not need to be in the $DEST path17:33
clarkbwhich that patch forces them to be17:33
*** ranger81 has quit IRC17:34
*** Sukhdev has quit IRC17:34
kirshilclarkb: what is d-g?17:34
clarkbdevstack-gate17:34
clarkbthe thing that runs devstack and tempest in jenkins17:34
*** andreykurilin_ has quit IRC17:34
kirshilclarkb: ohh thanks17:35
*** matrohon has quit IRC17:35
*** jpich has quit IRC17:35
kirshilclarkb: shall I then abandon this patch?17:35
clarkbkirshil: IMO yes but I am not a devstack core17:36
bknudsonso I think I found the bug that's causing https://review.openstack.org/#/c/135903/ to fail, posted a backport in https://review.openstack.org/#/c/137423/ , so maybe that will get the *-icehouse jobs working again.17:39
*** chandankumar has quit IRC17:39
*** catohornet has joined #openstack-qa17:40
mtreinishbknudson: well it turns out it was a config error causing the test to be run on icehouse anyway17:40
mtreinishbknudson: https://review.openstack.org/13741917:40
mtreinishso the backport is probably good to do, but when 137419 lands things should be unblocked for the clients again17:41
bknudsontempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[gate,smoke]17:41
bknudsondoes that mean it's a smoke test?17:41
mtreinishbknudson: yes, but that failure is only being hit on postgres which only gets run on neutron patches17:43
mtreinishthat failure is blocking the backport to fix the failure your seeing on the client patches17:43
*** mkollaro1 has quit IRC17:44
mtreinishtest_delete_external_networks_with_floating_ip failures is not a smoke test17:44
bknudsonoh, right17:44
*** qba73 has quit IRC17:44
bknudsongate-tempest-dsvm-neutron-src-keystonemiddleware-icehouse will not fail anymore.17:45
mtreinishbknudson: yep, but neutron icehouse will still be blocked but hopefully you're backport will fix that17:46
*** suneelb has joined #openstack-qa17:49
kirshilclarkb: does not work for me : 2014-11-26 17:50:48.719 | Cloning into '/opt/stack/keystone'...  Here comes the snippet of my local.conf: 102:devstack> cat local.conf17:53
kirshil[[local|localrc]]17:53
kirshil#DEST=/home/kshileev/os17:53
kirshilSERVICE_DIR=/home/kshileev/os17:53
kirshilDATA_DIR=/home/kshileev/os17:53
*** markus_z has quit IRC17:58
*** patrickeast has joined #openstack-qa17:59
clarkbkirshil: you still need to set DSET18:03
*** safchain has quit IRC18:04
*** harlowja_away is now known as harlowja18:04
*** jordanP has quit IRC18:04
*** mmedvede has quit IRC18:12
*** e0ne has joined #openstack-qa18:13
kirshilclarkb: thx18:13
*** mmedvede has joined #openstack-qa18:13
*** e0ne has quit IRC18:18
*** harlowja has quit IRC18:18
*** harlowja has joined #openstack-qa18:19
*** e0ne has joined #openstack-qa18:20
*** e0ne has quit IRC18:29
*** nmagnezi has joined #openstack-qa18:29
*** wuhg has quit IRC18:33
openstackgerritDavid Kranz proposed openstack/tempest: Add code to enable single-value response for http clients  https://review.openstack.org/13064518:35
*** tkammer has quit IRC18:35
*** andreykurilin_ has joined #openstack-qa18:39
*** e0ne has joined #openstack-qa18:40
*** Masahiro has joined #openstack-qa18:41
*** harlowja_ has joined #openstack-qa18:41
*** X019 has quit IRC18:41
*** e0ne has quit IRC18:44
*** harlowja has quit IRC18:45
*** rushiagr is now known as rushiagr_away18:45
*** aix has quit IRC18:45
*** Masahiro has quit IRC18:46
*** jhenner has quit IRC18:50
*** om has joined #openstack-qa18:50
*** yamahata has quit IRC18:59
*** johnthetubaguy is now known as zz_johnthetubagu19:01
*** andreykurilin_ has quit IRC19:13
*** mkollaro has joined #openstack-qa19:18
*** yfried|afk is now known as yfried19:19
*** ranger81 has joined #openstack-qa19:28
*** yfried is now known as yfried|afk19:29
*** adalbas has quit IRC19:30
adam_gjogo, 'wouldn't it be cool if'™ we could somehow leverage http://testrepository.readthedocs.org/en/latest/MANUAL.html#remote-or-isolated-test-environments to include the cpus on the sub node to be used for tempest test execution, doubling concurrency?19:43
*** Sukhdev has joined #openstack-qa19:46
*** openstackrecheck has quit IRC19:46
*** om has quit IRC19:48
*** rbak_ has joined #openstack-qa19:55
*** dims has quit IRC19:56
sdagueadam_g: you can just change the concurrency of tempest19:56
*** rbak has quit IRC19:56
sdaguetempest doesn't use any cpu19:56
sdagueit's what it causes that's the issue19:56
adam_gsdague, oh, for some reason i thought testr concurrency was limited to $num_cpus, guess not20:01
sdaguenope20:01
sdagueyou can override20:01
sdaguewhich we do20:01
*** b3nt_pin has quit IRC20:05
*** e0ne has joined #openstack-qa20:06
*** aysyd has quit IRC20:07
openstackgerritMerged openstack-infra/elastic-recheck: Add e-r query for bug 1372670  https://review.openstack.org/13691520:13
*** tosky has quit IRC20:14
*** beagles has joined #openstack-qa20:15
*** e0ne has quit IRC20:17
*** openstackrecheck has joined #openstack-qa20:20
*** andreykurilin_ has joined #openstack-qa20:20
*** nmagnezi has quit IRC20:23
*** enikanorov_ has quit IRC20:28
*** enikanorov_ has joined #openstack-qa20:28
*** matrohon has joined #openstack-qa20:29
*** Masahiro has joined #openstack-qa20:30
*** Masahiro has quit IRC20:34
*** andreykurilin_ has quit IRC20:37
*** ranger81 has quit IRC20:44
*** ajo has quit IRC20:58
*** ajo has joined #openstack-qa21:05
*** ajo has quit IRC21:09
*** e0ne has joined #openstack-qa21:09
*** Sukhdev has quit IRC21:10
*** weshay has quit IRC21:12
*** e0ne has quit IRC21:13
*** achanda has joined #openstack-qa21:15
*** ranger81 has joined #openstack-qa21:17
*** matrohon has quit IRC21:17
*** jhenner has joined #openstack-qa21:17
*** Sukhdev has joined #openstack-qa21:17
openstackgerritRob Crittenden proposed openstack/tempest: Add ca_certificates_file option to test against SSL servers  https://review.openstack.org/13679321:18
*** andreykurilin_ has joined #openstack-qa21:19
*** achanda has quit IRC21:20
*** mkollaro has quit IRC21:26
*** amitpp has joined #openstack-qa21:30
*** yfried|afk is now known as yfried21:31
*** weshay has joined #openstack-qa21:31
*** gfidente has quit IRC21:36
*** JayJ has joined #openstack-qa21:36
*** yfried is now known as yfried|afk21:41
*** ajo has joined #openstack-qa21:44
*** achanda has joined #openstack-qa21:48
*** achanda has quit IRC21:49
*** matt__ is now known as mattoliverau21:53
*** ajo has quit IRC21:56
*** amitpp has quit IRC21:58
*** ajo has joined #openstack-qa21:59
*** melwitt has joined #openstack-qa22:01
*** patrickeast_ has joined #openstack-qa22:02
*** patrickeast has quit IRC22:04
*** patrickeast_ is now known as patrickeast22:04
*** ajo has quit IRC22:18
*** Masahiro has joined #openstack-qa22:18
*** suneelb has quit IRC22:23
openstackgerritAdam Gandelman proposed openstack/qa-specs: Improve diskimage-builder in devstack  https://review.openstack.org/13610122:23
*** Masahiro has quit IRC22:23
*** suneelb has joined #openstack-qa22:23
*** weshay has quit IRC22:42
*** EmilienM has quit IRC22:47
*** EmilienM has joined #openstack-qa22:47
*** achanda has joined #openstack-qa22:50
*** jamielennox|away is now known as jamielennox22:51
*** yfried|afk is now known as yfried22:55
*** achanda has quit IRC22:55
SlickNikbknudson: Thanks for the https://review.openstack.org/#/c/137423/ fix23:03
*** yfried is now known as yfried|afk23:05
openstackgerritMartin Pavlásek proposed openstack/tempest: Add more verbose info for wait_for_..._status methods  https://review.openstack.org/12964423:08
openstackgerritSergey Shnaidman proposed openstack/tempest: Test wrong IP version of prefix in security rule  https://review.openstack.org/13631623:10
*** patrickeast has quit IRC23:11
*** Sukhdev has quit IRC23:17
*** JayJ has quit IRC23:21
*** andreykurilin_ has quit IRC23:22
openstackgerritSergey Shnaidman proposed openstack/tempest: Support for IPv6 for API continue  https://review.openstack.org/13723923:24
*** ranger81 has quit IRC23:27
*** ranger81 has joined #openstack-qa23:33
*** dpaterson has joined #openstack-qa23:37
*** shashankhegde has joined #openstack-qa23:41
*** tochi has joined #openstack-qa23:44
*** ranger81 has quit IRC23:45
*** ranger81 has joined #openstack-qa23:57
*** marun has quit IRC23:57

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