*** rpedde is now known as rpedde_away | 00:00 | |
cyeoh | sdague: to clarify - is the point of test_api_samples just to generate documentation? Because it seems to overlap the testing that is done say in tests/api .... | 00:01 |
---|---|---|
sdague | cyeoh: it overlaps api testing some | 00:02 |
sdague | eventually we should come up with a good way to merge them | 00:02 |
sdague | for now, consider it slightly duplication of effort, but with different output | 00:02 |
cyeoh | ok | 00:03 |
lifeless | I'd like to sketch an outline for letting compute drivers (e.g. baremetal) influence mac address allocation in nova | 00:03 |
lifeless | is there anyone around who is familiar with that, to sanity check me ? | 00:04 |
*** tmishler has joined #openstack-dev | 00:04 | |
arata | lifeless: hi, I have checked your patch almost | 00:06 |
lifeless | arata: hi! | 00:06 |
lifeless | arata: what are your thoughts ? | 00:06 |
*** tmishler has quit IRC | 00:08 | |
*** otherwiseguy has quit IRC | 00:08 | |
*** Ruetobas has quit IRC | 00:08 | |
arata | lifeless: about building a ramdisk, no problem, looking good | 00:08 |
cyeoh | sdague: so when I try the run_tests.sh command I get: | 00:09 |
cyeoh | ERROR: Failure: AttributeError ('module' object has no attribute 'test_sample_api') | 00:09 |
sdague | cyeoh: try rebuilding your venv | 00:09 |
sdague | rm -rf .venv | 00:09 |
sdague | then run it again | 00:09 |
sdague | I ran into that earlier today | 00:09 |
arata | lifeless: about generic diskimage, is that only for bare-metal? | 00:09 |
cyeoh | sdague: oh ok. didn't think of that as other tests were running fine.... | 00:10 |
lifeless | arata: bare metal is a primary goal, but I think its generically useful | 00:10 |
lifeless | arata: the flavour stuff cuts across both ramdisk and diskimage, for hardware support | 00:10 |
lifeless | arata: which is why I think it should be one project with both bits | 00:10 |
lifeless | arata: so 'no, not just bare-metal' | 00:10 |
*** pixelbeat has quit IRC | 00:10 | |
arata | lifeless: I see | 00:11 |
*** pixelbeat has joined #openstack-dev | 00:11 | |
*** radez is now known as radez_g0n3 | 00:11 | |
*** colinmcnamara1 has left #openstack-dev | 00:11 | |
arata | lifeless: I wornder a tool buidling ramdisk should be in tools directory in nova tree. | 00:13 |
*** Ruetobas has joined #openstack-dev | 00:13 | |
lifeless | arata: I think not, because this is really a client thing | 00:13 |
arata | lifeless: at least initially. | 00:13 |
lifeless | arata: you build it and upload it. Build it for ARM, build it for x86, for ia64 etc. | 00:13 |
* mordred agrees with lifeless ... thinks it has a much different lifecycle tool-wise than nova | 00:14 | |
lifeless | arata: if we rename the project (e.g. to diskimage-builder) and put it in stackforge, devstack can use it. | 00:14 |
lifeless | arata: so there is no need for it to be in nova at any point. | 00:14 |
arata | lifeless: is there a project or something for the same purpose? | 00:15 |
lifeless | arata: there are a few things around, but all the ones I find run actual operating system installers, are slower, and wouldn't do the ramdisk component at all well. | 00:16 |
lifeless | arata: we might want to refactor the internals to make it use one of the other things that are around. | 00:16 |
lifeless | arata: such as rootwrap, but I think that that isn't needed short-term. | 00:16 |
mordred | we might want to consume this as a general tool in the CI systems too, and the reddwarf team have also talked about consuming it for some of the image building they need as part of their testing | 00:17 |
*** stanchan has quit IRC | 00:18 | |
arata | lifeless: ok, it sounds good that we do it in stackforge | 00:20 |
lifeless | arata: we can take care of that if you like - rename, push the code there, get it all setup. | 00:21 |
*** saurabhs has left #openstack-dev | 00:21 | |
lifeless | arata: can you provide a list of existing baremetal folk that should be the initial committers? And would you be ok with some of us (e.g. devananda, ng and I) being committers too ? | 00:21 |
cyeoh | sdague: hrm, getting the same error. I'll try rebasing my branch and see if that helps.... | 00:22 |
arata | lifeless: Do you think we should use our(NTTdocomo-openstak) repository? | 00:24 |
sdague | cyeoh: the cloudpipe json seems to have changed? | 00:24 |
lifeless | arata: I believe it should be on stackforge for devstack to use it; stackforge will have its own repository | 00:24 |
arata | lifeless: tell me, can we use stackforge soon? | 00:25 |
*** yjiang5_away is now known as yjiang5 | 00:25 | |
lifeless | arata: later today I believe | 00:25 |
mordred | arata: yes | 00:25 |
arata | oh it's nice | 00:26 |
lifeless | arata: we need to put (C) statements on the files we wrote, choose a final name, and push it up. | 00:26 |
lifeless | arata: very simple. | 00:26 |
lifeless | arata: (and list the github user ids to be committers) | 00:26 |
*** datsun180b has quit IRC | 00:26 | |
zul | any keystone devs around? | 00:27 |
arata | I'm preparing collabolator list | 00:27 |
lifeless | arata: awesome. | 00:27 |
lifeless | arata: so, I should go ahead and arrange this ? | 00:27 |
arata | lifeless: yes | 00:28 |
lifeless | thanks! | 00:28 |
cyeoh | sdague: no, am working on the floating ip stuff. But can't even currently succesfully run GENERATE_SAMPLES=yes ./run_tests.sh nova.tests.integrated.test_sample_api:FloatingIpsJsonTes | 00:28 |
sdague | nova.tests.integrated.test_sample_api:FloatingIpsJsonTest | 00:28 |
cyeoh | (with a 't' at the end on the last line) | 00:28 |
sdague | ok :) | 00:28 |
cyeoh | sorry cut and paste error on my part :-) | 00:28 |
sdague | typically that error means a compile issue | 00:28 |
sdague | in the code | 00:28 |
mordred | lifeless: launchpad ids for committers are more useful | 00:28 |
sdague | cyeoh: pyflakes show anything wrong with your changes? | 00:29 |
arata | lifeless: sorry I'm about to go out. | 00:29 |
arata | lifeless: talk later | 00:29 |
cyeoh | hrm, ok just rebased and rebuilding the virtual environment now. Will try with no changes to test_api_sample.py | 00:29 |
cyeoh | I haven't tried pyflakes before? | 00:29 |
lifeless | arata: ok, just let me know the launchpad ids for the committers and we'll get them added | 00:29 |
*** kgriffs1 has quit IRC | 00:29 | |
mordred | cyeoh: pyflakes is great | 00:30 |
arata | lifeless: sure | 00:30 |
*** arata has quit IRC | 00:30 | |
cyeoh | mordred, sdague: ok, installing it now... | 00:31 |
sdague | cyeoh: if you are an emacs user you can tie pyflakes into flymake :) | 00:31 |
*** ywu_ has quit IRC | 00:32 | |
openstackgerrit | A change was merged to openstack/swift: Fix 500 on GET of many-segment manifest. https://review.openstack.org/15928 | 00:32 |
*** ywu_ has joined #openstack-dev | 00:32 | |
*** stanchan has joined #openstack-dev | 00:33 | |
cyeoh | sdague: oh that sounds good! | 00:33 |
*** metral has joined #openstack-dev | 00:34 | |
cyeoh | sdague: this is kind of odd. With no changes to test_api_samples.py, fresh rebase and rebuilt .venv I still get the same error. Nothing useful from pyflakes | 00:35 |
cyeoh | will try on pristine tree on the master branch | 00:35 |
cyeoh | wonder if it could be something with my setup... | 00:35 |
sdague | cyeoh: http://www.saltycrane.com/blog/2010/05/my-emacs-python-environment/# - I found that pretty helpful | 00:36 |
sdague | cyeoh: I don't know, sorry. It's about witching hour here | 00:36 |
cyeoh | sdague: nw. I'll keep fiddling around with it.... | 00:36 |
*** littleidea has quit IRC | 00:38 | |
*** jaypipes has quit IRC | 00:38 | |
*** littleidea has joined #openstack-dev | 00:39 | |
*** spiffxp has quit IRC | 00:40 | |
*** ywu_ has quit IRC | 00:40 | |
*** ywu_ has joined #openstack-dev | 00:40 | |
*** maxiz has quit IRC | 00:43 | |
*** winston-d has joined #openstack-dev | 00:46 | |
*** ywu_ has quit IRC | 00:47 | |
*** ywu_ has joined #openstack-dev | 00:47 | |
*** anniec has quit IRC | 00:48 | |
*** colinmcnamara has joined #openstack-dev | 00:50 | |
*** stanchan has quit IRC | 00:51 | |
*** salv-orlando has quit IRC | 00:51 | |
*** dansmith has quit IRC | 00:54 | |
*** dansmith has joined #openstack-dev | 00:54 | |
cyeoh | sdague: heh, ok. so its nova.tests.integrated.test_api_samples:FloatingIpsJsonTest not nova.tests.integrated.test_sample_api:FloatingIpsJsonTest :-) | 00:56 |
*** colinmcnamara has left #openstack-dev | 00:58 | |
*** anniec has joined #openstack-dev | 01:00 | |
*** openfly has joined #openstack-dev | 01:00 | |
openfly | what's the proper way to disable a test case when running run_tests.sh? | 01:00 |
*** anniec_ has joined #openstack-dev | 01:00 | |
*** anniec has quit IRC | 01:01 | |
*** anniec_ is now known as anniec | 01:01 | |
*** ywu_ has quit IRC | 01:02 | |
*** ywu_ has joined #openstack-dev | 01:02 | |
*** alunduil has joined #openstack-dev | 01:02 | |
*** samkottler|out is now known as samkottler | 01:03 | |
*** hemna has quit IRC | 01:08 | |
*** metral has quit IRC | 01:13 | |
*** metral has joined #openstack-dev | 01:14 | |
*** ywu_ has quit IRC | 01:17 | |
*** ywu_ has joined #openstack-dev | 01:17 | |
*** jakedahn_zz is now known as jakedahn | 01:20 | |
*** spiffxp has joined #openstack-dev | 01:23 | |
*** xchu has joined #openstack-dev | 01:25 | |
*** gyee has quit IRC | 01:28 | |
*** jtran has quit IRC | 01:29 | |
*** ywu_ has quit IRC | 01:31 | |
*** ywu_ has joined #openstack-dev | 01:31 | |
*** ywu_ has quit IRC | 01:32 | |
*** ywu_ has joined #openstack-dev | 01:32 | |
*** darjeeling has quit IRC | 01:32 | |
*** andrewbogott_afk is now known as andrewbogott | 01:33 | |
*** adjohn has quit IRC | 01:33 | |
*** mrodden1 has quit IRC | 01:34 | |
*** yidclare has quit IRC | 01:34 | |
*** zyluo has joined #openstack-dev | 01:34 | |
*** markwash has quit IRC | 01:35 | |
*** asalkeld has quit IRC | 01:37 | |
*** ewindisch has joined #openstack-dev | 01:37 | |
*** anniec has quit IRC | 01:38 | |
*** anniec has joined #openstack-dev | 01:38 | |
*** wenjianhn has joined #openstack-dev | 01:39 | |
openstackgerrit | A change was merged to openstack/glance: Fix simple db image_get to look like sqlalchemy https://review.openstack.org/16119 | 01:39 |
*** jsgotangco has joined #openstack-dev | 01:40 | |
*** ywu_ has quit IRC | 01:40 | |
*** ywu_ has joined #openstack-dev | 01:40 | |
*** ywu_ has quit IRC | 01:42 | |
*** ywu_ has joined #openstack-dev | 01:42 | |
*** spiffxp has quit IRC | 01:46 | |
*** ywu_ has quit IRC | 01:47 | |
*** ywu_ has joined #openstack-dev | 01:47 | |
*** e1mer has joined #openstack-dev | 01:53 | |
*** maxiz has joined #openstack-dev | 01:53 | |
*** esp1 has quit IRC | 01:55 | |
*** ywu_ has quit IRC | 02:02 | |
*** ywu_ has joined #openstack-dev | 02:02 | |
*** stanchan has joined #openstack-dev | 02:02 | |
*** devanand1 has joined #openstack-dev | 02:06 | |
*** devananda has quit IRC | 02:06 | |
*** sacharya has joined #openstack-dev | 02:06 | |
*** e1mer has quit IRC | 02:08 | |
*** eglynn_ has joined #openstack-dev | 02:08 | |
*** krtaylor has quit IRC | 02:11 | |
*** eglynn has quit IRC | 02:12 | |
*** littleidea has quit IRC | 02:13 | |
*** e1mer has joined #openstack-dev | 02:15 | |
*** littleidea has joined #openstack-dev | 02:16 | |
*** ywu_ has quit IRC | 02:17 | |
*** ywu_ has joined #openstack-dev | 02:17 | |
*** markmcclain has joined #openstack-dev | 02:17 | |
*** Mandell has quit IRC | 02:17 | |
*** markmcclain has quit IRC | 02:18 | |
*** asalkeld has joined #openstack-dev | 02:18 | |
*** steveleon has quit IRC | 02:21 | |
*** jsgotangco has quit IRC | 02:25 | |
rmk | Who generally looks at the "requirements" repo? | 02:27 |
rmk | https://review.openstack.org/#/c/16040/ | 02:27 |
*** juice has quit IRC | 02:27 | |
*** littleidea has quit IRC | 02:30 | |
*** kbrandt has quit IRC | 02:30 | |
*** ywu_ has quit IRC | 02:31 | |
*** ywu_ has joined #openstack-dev | 02:31 | |
*** ywu_ has quit IRC | 02:32 | |
*** ywu_ has joined #openstack-dev | 02:32 | |
*** dprince has quit IRC | 02:34 | |
*** devanand1 is now known as devananda | 02:35 | |
*** portante1 has joined #openstack-dev | 02:36 | |
portante1 | Hello, are there folks who would know how to hook up my gerrit account to my CLA? | 02:36 |
jgriffith | vishy: +1 on the lio target... I talked with the folks from Rising Tide a little about this a while ago | 02:39 |
clarkb | rmk: I think markmc was going to take ownership of driving the use of that | 02:40 |
*** ywu_ has quit IRC | 02:40 | |
*** ywu_ has joined #openstack-dev | 02:40 | |
*** epopt37 has quit IRC | 02:41 | |
*** epopt37 has joined #openstack-dev | 02:42 | |
zyluo | portante1, https://launchpad.net/~openstack-cla | 02:43 |
zyluo | portante1, join this team | 02:43 |
*** arata has joined #openstack-dev | 02:44 | |
portante1 | yes, but I tried that, have a CLA in hand, registered and all, but not connected. | 02:44 |
*** kbrandt has joined #openstack-dev | 02:44 | |
portante1 | zyluo:^^^ | 02:44 |
zyluo | portante1, when did you join the group? | 02:44 |
clarkb | and it is a moderated group so a human must add you after you join | 02:45 |
portante1 | They accepted me today. | 02:45 |
portante1 | I believe "redbo" did. | 02:45 |
clarkb | how long ago? once you have joined that group you need to wait for the launchpad <-> gerrit sync script to pull you in | 02:46 |
clarkb | that can take up to a couple hours... | 02:46 |
*** networkstatic has quit IRC | 02:46 | |
portante1 | clarkb: oh good, yes, it was 4 hours ago according to the above link (searching for my name in the approved members list) | 02:46 |
*** ywu_ has quit IRC | 02:47 | |
*** ywu_ has joined #openstack-dev | 02:47 | |
portante1 | I'll try against tomorrow EST and see if by then all was sync'd up | 02:47 |
portante1 | thanks | 02:47 |
arata | lifeless: hello | 02:47 |
*** portante1 has left #openstack-dev | 02:48 | |
*** zbitter has joined #openstack-dev | 02:49 | |
*** zaneb has quit IRC | 02:52 | |
lifeless | arata: hi | 02:52 |
lifeless | arata: whats your launchpad user id ? | 02:52 |
arata | lifeless: my id is arata776 | 02:53 |
arata | btw | 02:53 |
arata | lifeless: I need to confirm to NTTdocomo though I said you "let's go" | 02:53 |
arata | lifeless: Could you wait a little? | 02:53 |
lifeless | arata: hah, uhm I think so | 02:54 |
lifeless | clarkb: ^ can we stop that project kicking off ? | 02:54 |
*** metral_ has joined #openstack-dev | 02:54 | |
lifeless | arata: you can add the ntt core folk as committers for stackforge https://launchpad.net/~diskimage-builder-core/+members | 02:54 |
clarkb | lifeless: yes, I will make your change a work in progress which basically means do not merge | 02:55 |
arata | lifeless: oh, already you have done | 02:55 |
clarkb | arata: he has proposed the change to do it, but we have not approved that change | 02:55 |
lifeless | arata: I was 99% there ;) | 02:55 |
clarkb | so it is ready when you are, but nothing has actually been done yet | 02:55 |
lifeless | arata: 10 more minutes and it would have been fully complete | 02:56 |
clarkb | ha, not quite. We have a couple more bugs to work out in the management script | 02:56 |
clarkb | I have propsed fixes for them though so that should be done soon as well | 02:57 |
lifeless | arata: what copyright do you want on things like udev/firmware.sh ? | 02:58 |
*** shang has quit IRC | 02:58 | |
*** metral has quit IRC | 02:58 | |
*** metral_ is now known as metral | 02:58 | |
lifeless | arata: we can fix this up after the stackforge step | 02:58 |
lifeless | arata: but it would be good to do | 02:58 |
*** andrewbogott is now known as andrewbogott_afk | 03:00 | |
arata | lifeless: firmware.sh may be from udev itself... | 03:00 |
arata | lifeless: I'm not sure | 03:00 |
lifeless | arata: we'll need to sort that out :) | 03:01 |
arata | lifeless: I'll check it | 03:01 |
*** melwitt has quit IRC | 03:01 | |
*** ywu_ has quit IRC | 03:02 | |
*** darjeeling has joined #openstack-dev | 03:02 | |
*** ywu_ has joined #openstack-dev | 03:02 | |
*** shang has joined #openstack-dev | 03:05 | |
*** stanchan has quit IRC | 03:10 | |
*** littleidea has joined #openstack-dev | 03:11 | |
*** winston-d has quit IRC | 03:11 | |
*** andrewbogott_afk is now known as andrewbogott | 03:13 | |
*** ywu_ has quit IRC | 03:17 | |
*** ywu_ has joined #openstack-dev | 03:17 | |
*** asalkeld has quit IRC | 03:20 | |
*** asalkeld has joined #openstack-dev | 03:20 | |
*** jcmartin has quit IRC | 03:24 | |
*** anniec has quit IRC | 03:25 | |
*** pixelbeat has quit IRC | 03:25 | |
*** winston-d has joined #openstack-dev | 03:27 | |
openstackgerrit | A change was merged to openstack/nova: Adds REST API support for Fixed IPs https://review.openstack.org/14735 | 03:28 |
*** timjr has quit IRC | 03:28 | |
*** ywu_ has quit IRC | 03:30 | |
*** ywu_ has joined #openstack-dev | 03:31 | |
*** ywu_ has quit IRC | 03:31 | |
*** ywu_ has joined #openstack-dev | 03:31 | |
*** andrewbogott is now known as andrewbogott_afk | 03:35 | |
*** epim has quit IRC | 03:36 | |
*** andrewbogott_afk is now known as andrewbogott | 03:36 | |
*** thingee has quit IRC | 03:37 | |
*** thingee has joined #openstack-dev | 03:38 | |
*** ywu_ has quit IRC | 03:40 | |
*** ywu_ has joined #openstack-dev | 03:40 | |
*** anniec has joined #openstack-dev | 03:43 | |
*** esp2 has joined #openstack-dev | 03:46 | |
*** anniec has quit IRC | 03:46 | |
*** ywu_ has quit IRC | 03:47 | |
*** ywu_ has joined #openstack-dev | 03:47 | |
*** anniec has joined #openstack-dev | 03:47 | |
arata | lifeless: It seems we have to copy udev/rules.d/50-firmware.rules and udev/firmware.sh (or equivalent) at runtime, not include them in the source tree | 03:48 |
*** anniec has quit IRC | 03:49 | |
lifeless | arata: makes sense to me; lets get the thing setup with gerrit and then iterate | 03:50 |
lifeless | arata: by runtime you mean 'during image build' ? | 03:50 |
*** anniec has joined #openstack-dev | 03:50 | |
arata | lifeless: yes | 03:50 |
lifeless | arata: any word from NTT ? | 03:51 |
*** mrodden has joined #openstack-dev | 03:51 | |
arata | lifeless: sorry, they are absent now, please wait a little | 03:52 |
lifeless | arata: ok, we'll keep going in our repo; please advise as soon as you can | 03:52 |
arata | lifeless: ok | 03:53 |
lifeless | arata: we can't update devstack until our tree is in stackforge | 03:53 |
*** mrodden1 has joined #openstack-dev | 03:53 | |
*** AlexYang has joined #openstack-dev | 03:55 | |
*** openstack_newbe1 has joined #openstack-dev | 03:56 | |
*** mrodden has quit IRC | 03:56 | |
*** mrodden2 has joined #openstack-dev | 03:56 | |
*** winston-d has quit IRC | 03:57 | |
*** mrodden1 has quit IRC | 03:58 | |
*** arata has quit IRC | 03:58 | |
*** diganta has quit IRC | 04:01 | |
*** ywu_ has quit IRC | 04:02 | |
openstackgerrit | A change was merged to openstack/ceilometer: Adopted the oslo's rpc.Service change. https://review.openstack.org/15622 | 04:02 |
*** ywu_ has joined #openstack-dev | 04:02 | |
*** nati_ueno has quit IRC | 04:05 | |
*** markwash has joined #openstack-dev | 04:06 | |
*** martine has joined #openstack-dev | 04:07 | |
*** winston-d has joined #openstack-dev | 04:09 | |
*** diganta has joined #openstack-dev | 04:10 | |
*** jcooley has joined #openstack-dev | 04:10 | |
*** AlexYang has left #openstack-dev | 04:11 | |
*** stanchan has joined #openstack-dev | 04:12 | |
*** networkstatic has joined #openstack-dev | 04:14 | |
*** ywu_ has quit IRC | 04:17 | |
*** ywu_ has joined #openstack-dev | 04:17 | |
*** markwash has quit IRC | 04:19 | |
diganta | hi all good morning | 04:20 |
*** ewindisch has quit IRC | 04:22 | |
*** jcooley has quit IRC | 04:25 | |
*** ywu_ has quit IRC | 04:31 | |
*** ywu_ has joined #openstack-dev | 04:31 | |
*** spiffxp has joined #openstack-dev | 04:31 | |
*** ywu_ has quit IRC | 04:32 | |
*** ywu_ has joined #openstack-dev | 04:32 | |
*** stanchan has quit IRC | 04:36 | |
*** stanchan has joined #openstack-dev | 04:37 | |
*** ywu_ has quit IRC | 04:40 | |
*** ywu_ has joined #openstack-dev | 04:40 | |
*** wenjianhn has quit IRC | 04:43 | |
*** ewindisch has joined #openstack-dev | 04:45 | |
*** andrewbogott is now known as andrewbogott_afk | 04:46 | |
*** ywu_ has quit IRC | 04:47 | |
*** ywu_ has joined #openstack-dev | 04:47 | |
*** stanchan has quit IRC | 04:47 | |
*** Dr_Who has quit IRC | 04:52 | |
*** ewindisch has quit IRC | 04:55 | |
*** wenjianhn has joined #openstack-dev | 04:59 | |
*** novas0x2a|laptop has quit IRC | 05:00 | |
*** rushiagr has joined #openstack-dev | 05:00 | |
*** ywu_ has quit IRC | 05:02 | |
*** danwent has joined #openstack-dev | 05:02 | |
*** ywu_ has joined #openstack-dev | 05:02 | |
*** stanchan has joined #openstack-dev | 05:03 | |
*** esp2 has quit IRC | 05:07 | |
*** TerryH has joined #openstack-dev | 05:08 | |
*** kbrandt has quit IRC | 05:11 | |
*** mmcloud has quit IRC | 05:11 | |
*** anniec has quit IRC | 05:13 | |
*** anniec has joined #openstack-dev | 05:14 | |
*** juice has joined #openstack-dev | 05:16 | |
*** ywu_ has quit IRC | 05:17 | |
*** ywu_ has joined #openstack-dev | 05:17 | |
*** ywu_ has quit IRC | 05:23 | |
*** ywu_ has joined #openstack-dev | 05:23 | |
*** markwash has joined #openstack-dev | 05:25 | |
*** sacharya has quit IRC | 05:25 | |
*** markwash has quit IRC | 05:29 | |
*** xchu has quit IRC | 05:29 | |
*** jakedahn is now known as jakedahn_zz | 05:30 | |
*** ywu_ has quit IRC | 05:31 | |
*** ywu_ has joined #openstack-dev | 05:31 | |
*** ywu_ has quit IRC | 05:32 | |
*** ywu_ has joined #openstack-dev | 05:32 | |
*** TerryH has quit IRC | 05:34 | |
*** mikal has quit IRC | 05:34 | |
*** rushiagr has quit IRC | 05:35 | |
*** mikal has joined #openstack-dev | 05:36 | |
*** rushiagr has joined #openstack-dev | 05:36 | |
enikanorov_ | gongysh: hi | 05:39 |
*** ywu_ has quit IRC | 05:40 | |
*** ywu_ has joined #openstack-dev | 05:40 | |
*** koolhead17 has joined #openstack-dev | 05:41 | |
*** ywu_ has quit IRC | 05:42 | |
*** ywu_ has joined #openstack-dev | 05:42 | |
*** ywu_ has quit IRC | 05:47 | |
*** seats has quit IRC | 05:47 | |
*** ywu_ has joined #openstack-dev | 05:47 | |
*** seats has joined #openstack-dev | 05:48 | |
*** Kyril has quit IRC | 05:50 | |
*** thimble has joined #openstack-dev | 05:51 | |
openstackgerrit | A change was merged to openstack/nova: Sync latest code from oslo-incubator. https://review.openstack.org/16004 | 05:54 |
openstackgerrit | A change was merged to openstack/nova: update nova.conf.sample. https://review.openstack.org/15940 | 05:55 |
*** thimble has quit IRC | 05:56 | |
*** seats has quit IRC | 05:56 | |
*** seats has joined #openstack-dev | 05:57 | |
*** thimble has joined #openstack-dev | 05:58 | |
*** koolhead17 has quit IRC | 05:58 | |
*** hattwick has quit IRC | 05:59 | |
*** thimble has left #openstack-dev | 06:00 | |
*** ywu_ has quit IRC | 06:02 | |
*** ywu_ has joined #openstack-dev | 06:02 | |
*** thimble has joined #openstack-dev | 06:03 | |
*** zbitter has quit IRC | 06:04 | |
*** nati_ueno has joined #openstack-dev | 06:05 | |
*** sacharya has joined #openstack-dev | 06:05 | |
*** thimble has quit IRC | 06:06 | |
*** nati_ueno has quit IRC | 06:06 | |
*** nati_ueno has joined #openstack-dev | 06:06 | |
*** thimble has joined #openstack-dev | 06:06 | |
*** seats has quit IRC | 06:07 | |
*** seats has joined #openstack-dev | 06:07 | |
*** thimble has quit IRC | 06:08 | |
*** thimble has joined #openstack-dev | 06:09 | |
*** thimble has quit IRC | 06:09 | |
*** danwent has quit IRC | 06:11 | |
*** thingee has quit IRC | 06:12 | |
*** ywu_ has quit IRC | 06:17 | |
*** ywu_ has joined #openstack-dev | 06:17 | |
*** jakedahn_zz is now known as jakedahn | 06:21 | |
*** Hitesh has joined #openstack-dev | 06:23 | |
*** turul64 has joined #openstack-dev | 06:24 | |
*** \etc\bin has joined #openstack-dev | 06:24 | |
*** littleidea has quit IRC | 06:24 | |
*** e1mer has quit IRC | 06:25 | |
*** sacharya1 has joined #openstack-dev | 06:25 | |
*** turul64 has quit IRC | 06:25 | |
*** littleidea has joined #openstack-dev | 06:26 | |
*** sacharya has quit IRC | 06:27 | |
*** ywu_ has quit IRC | 06:31 | |
*** ywu_ has joined #openstack-dev | 06:31 | |
*** ywu_ has quit IRC | 06:32 | |
*** ywu_ has joined #openstack-dev | 06:32 | |
*** \etc\bin has quit IRC | 06:38 | |
*** ywu_ has quit IRC | 06:40 | |
*** ywu_ has joined #openstack-dev | 06:40 | |
*** e1mer has joined #openstack-dev | 06:41 | |
*** openstack_newbe1 has quit IRC | 06:41 | |
*** spiffxp has quit IRC | 06:41 | |
*** hattwick has joined #openstack-dev | 06:42 | |
*** kbrandt has joined #openstack-dev | 06:42 | |
*** Dorogs has joined #openstack-dev | 06:45 | |
*** Dorogs has quit IRC | 06:46 | |
*** samkottler is now known as samkottler|out | 06:46 | |
*** ywu_ has quit IRC | 06:47 | |
*** ywu_ has joined #openstack-dev | 06:47 | |
*** markwash has joined #openstack-dev | 06:47 | |
enikanorov_ | gongysh: here? | 06:48 |
*** kbrandt has quit IRC | 06:50 | |
*** ben__duyujie has joined #openstack-dev | 06:51 | |
gongysh | helo | 06:52 |
gongysh | enikanorov: long time passed since I got ping last time. | 06:53 |
*** Mandell has joined #openstack-dev | 06:53 | |
gongysh | enikanorov: hope it is a good news | 06:53 |
*** sacharya has joined #openstack-dev | 06:54 | |
*** markwash has quit IRC | 06:54 | |
*** sacharya1 has quit IRC | 06:54 | |
*** nati_uen_ has joined #openstack-dev | 06:54 | |
*** saurabh has joined #openstack-dev | 06:55 | |
saurabh | is there any way to see the list of quantum-extensions through the quantum cli? | 06:56 |
*** nati_uen_ has quit IRC | 06:56 | |
*** martine has quit IRC | 06:57 | |
*** nati_uen_ has joined #openstack-dev | 06:57 | |
enikanorov_ | i wanted to discuss your comment | 06:57 |
saurabh | ? | 06:57 |
enikanorov_ | gongysh's comment :) | 06:58 |
*** nati_ueno has quit IRC | 06:58 | |
*** afazekas has joined #openstack-dev | 06:58 | |
enikanorov_ | gongysh: so there were several suggestions. 1. call get_pugin_type on plugin rather than on controller | 06:58 |
enikanorov_ | i thought it's not a common practice to access protected members (which is _plugin) | 06:59 |
enikanorov_ | hence I added proxy call in base.Controller | 06:59 |
*** mindpixel has joined #openstack-dev | 07:01 | |
*** ywu_ has quit IRC | 07:02 | |
*** ywu_ has joined #openstack-dev | 07:02 | |
*** mrunge has joined #openstack-dev | 07:03 | |
gongysh | enikanorov: why not expose it with a new get method? | 07:04 |
gongysh | saurabh: quantum ext-list | 07:05 |
saurabh | oh. it was there in the help all along . my bad | 07:06 |
gongysh | saurabh: don't feel sorry, it is written by me. So I know it. | 07:07 |
zykes- | morning | 07:07 |
gongysh | saurabh: if there is a bug, file it and help or ask me to fix it. | 07:07 |
saurabh | gongysh: that's cool | 07:08 |
enikanorov_ | gongysh: why to expose protected member? may want to do it public then | 07:08 |
gongysh | zykes: morning | 07:08 |
gongysh | enikanorov: we are defining a new framework. we need to know plugin type form controller. | 07:09 |
wenjianhn | zykes-: good afternoon :) | 07:09 |
saurabh | gongysh: how do i create a command in the quantum cli? something that will use my extension api's | 07:09 |
enikanorov_ | gongysh: that's what i'm doin in the diff. get_plugin_tyope in controller is one way of doing it | 07:09 |
gongysh | enikanorov: so it is time to let the plugin member out there to do something since our framework is assuming there is a plugin in the controller by getting plugin type. | 07:10 |
gongysh | enikanorov: if u perfer to it, I can give it up. | 07:10 |
gongysh | enikanorov: but how about that base class? we have it but don't use it. | 07:11 |
enikanorov_ | you mean BasePluginType? | 07:11 |
enikanorov_ | ops | 07:12 |
gongysh | enikanorov: ServicePluginBase | 07:12 |
enikanorov_ | i meant ServicePluginBase, right | 07:12 |
enikanorov_ | we're using it by subclassing it | 07:13 |
enikanorov_ | by service plugings | 07:13 |
enikanorov_ | but not core plugins which could still be in base.Controller | 07:13 |
enikanorov_ | so they don't have get_plugin_type | 07:13 |
enikanorov_ | And another point is that plenty of test code pass arbitrary classes as a controller | 07:14 |
enikanorov_ | that's why i check for "get_plugin_type" with hasattr | 07:14 |
*** darjeeling has quit IRC | 07:14 | |
gongysh | enikanorov: but plugins can go without basing it. With ServicePluginBase, we know we will have a get_plugin_type on adv plugin class. | 07:14 |
zykes- | will quantum use stevedore gongysh ? | 07:15 |
gongysh | enikanorov: but our framework call controller's get_plugin_type(), which there is no base class to make sure we should have such method in controller. | 07:16 |
*** ywu_ has quit IRC | 07:17 | |
gongysh | zykes: stevedore? | 07:17 |
enikanorov_ | right. that's why i'm checking for presense of this method in controller | 07:17 |
zykes- | plugin loader via entry points | 07:17 |
*** ywu_ has joined #openstack-dev | 07:17 | |
*** kbrandt has joined #openstack-dev | 07:17 | |
diganta | HI rushiagr: | 07:19 |
openstackgerrit | A change was merged to openstack/nova: Refactor scheduling weights. https://review.openstack.org/15704 | 07:20 |
gongysh | enikanorov: I can go with your way. But if you want to change, it is welcome. | 07:20 |
enikanorov_ | gongysh: I don't quite get your suggestion. Could you please clarify in details? | 07:21 |
enikanorov_ | 1. get_plugin_type on controller | 07:21 |
*** arata has joined #openstack-dev | 07:21 | |
enikanorov_ | even if we make plugin member of controller public, we still will need to check for it | 07:22 |
enikanorov_ | because of test code | 07:22 |
gongysh | enikanorov: just remove the get_plugin_type from controller, and add a method to let out _plugin | 07:22 |
enikanorov_ | gongysh: you realize that I still has to do if hassattr(controller, "get_plugin") ? | 07:23 |
gongysh | enikanorov: then we test the controller's get_plugin().get_plugin_type() | 07:23 |
gongysh | enikanorov: add the get_plugin to base quantum controller method. | 07:23 |
*** nati_ueno has joined #openstack-dev | 07:23 | |
enikanorov_ | i'm already modifying base.Controller, the problem is in the test code | 07:24 |
enikanorov_ | not mine test code | 07:24 |
openstackgerrit | A change was merged to openstack/nova: Check instance_type in compute capability filter https://review.openstack.org/15181 | 07:24 |
enikanorov_ | framework doesn't put too much restrictions on controller class | 07:25 |
enikanorov_ | so what test code passes as a controller may not have get_plugin or get_plugin_type or whatever | 07:25 |
enikanorov_ | hence I need to check it anyway | 07:26 |
*** kbrandt has quit IRC | 07:26 | |
rushiagr | diganta: hi | 07:27 |
*** nati_uen_ has quit IRC | 07:27 | |
gongysh | enikanorov: yes unless we write all code from scrach. | 07:27 |
openstackgerrit | A change was merged to openstack/nova: Added bare-metal host manager. https://review.openstack.org/11357 | 07:27 |
diganta | i have fixed that bug and run ./run_tests.sh and commited in git | 07:28 |
gongysh | enikanorov: I said I can go with your code now after fix some nits. | 07:28 |
enikanorov_ | I still prefer we dont publish plugin from controller | 07:28 |
enikanorov_ | It may even make sence to add get_plugin_prefix instead of get_plugin_type | 07:29 |
diganta | rushiagr: i am new to Opens source , so i have fixed that bug and run ./run_tests.sh and commited in git . is this enough to fix bugs or anything else ? | 07:30 |
enikanorov_ | and return url prefix instead of plugin_type | 07:30 |
rushiagr | diganta: did you commit only on your local machine? | 07:30 |
*** ywu_ has quit IRC | 07:30 | |
*** ywu_ has joined #openstack-dev | 07:31 | |
diganta | no i use push command to commit in git account | 07:31 |
*** ywu_ has quit IRC | 07:31 | |
gongysh | enikanorov: u can do but make it consistent across the codes and design. | 07:31 |
*** ywu_ has joined #openstack-dev | 07:31 | |
diganta | rushiagr: no i use push command to commit in git account | 07:31 |
rushiagr | diganta: i think you need to read this http://wiki.openstack.org/GerritWorkflow for submitting your change to openstack | 07:31 |
enikanorov_ | sure. | 07:31 |
*** ywu_ has quit IRC | 07:32 | |
openstackgerrit | A change was merged to openstack/nova: Adds a conf option for custom configdrive mkisofs https://review.openstack.org/15914 | 07:32 |
enikanorov_ | gongysh: still, what nits do you mean? There are 3 comments currently, one we have just discussed. I prefer to leave it as is. others are regarding the class comments | 07:32 |
*** ywu_ has joined #openstack-dev | 07:32 | |
enikanorov_ | I'll fix them | 07:32 |
gongysh | zykes: maybe u can push an email to ML. | 07:32 |
enikanorov_ | (used to comment in C++ style) | 07:32 |
rushiagr | diganta: you cannot push directly to github repository, there is a review process in place, and if the change is approved by 2 reviewers, only then the code is accepted in openstack | 07:32 |
*** ywu_ has quit IRC | 07:33 | |
*** ywu_ has joined #openstack-dev | 07:33 | |
gongysh | saurabh: u can see the quantum client projects to read we how to add quotas commands. | 07:33 |
gongysh | saurabh: all commands are registered in shell.py If I remember right. | 07:34 |
diganta | oh | 07:35 |
*** ywu_ has quit IRC | 07:40 | |
*** ywu_ has joined #openstack-dev | 07:40 | |
*** littleidea has quit IRC | 07:42 | |
*** ywu_ has quit IRC | 07:47 | |
*** ywu_ has joined #openstack-dev | 07:47 | |
*** winston-d has quit IRC | 07:50 | |
*** zbitter has joined #openstack-dev | 07:52 | |
*** zbitter is now known as zaneb | 07:52 | |
openstackgerrit | A change was merged to openstack/nova: Fixed HyperV to get disk stats of instances drive https://review.openstack.org/15879 | 07:53 |
*** stanchan has quit IRC | 07:58 | |
*** kbrandt has joined #openstack-dev | 07:58 | |
*** reidrac has joined #openstack-dev | 07:58 | |
*** ywu_ has quit IRC | 08:02 | |
*** ywu_ has joined #openstack-dev | 08:02 | |
*** kbrandt has quit IRC | 08:02 | |
*** rafaduran has joined #openstack-dev | 08:02 | |
lifeless | whats the relationship between projects and networks (how does a project get associated with a network, and can you make a network that other projects cannot use) ? | 08:03 |
*** arata has quit IRC | 08:08 | |
*** arata_ has joined #openstack-dev | 08:08 | |
*** roadTripper has quit IRC | 08:09 | |
*** nati_uen_ has joined #openstack-dev | 08:12 | |
*** nati_ueno has quit IRC | 08:15 | |
*** ywu_ has quit IRC | 08:17 | |
*** ywu_ has joined #openstack-dev | 08:17 | |
*** henrynash has joined #openstack-dev | 08:17 | |
lifeless | also, nova-manage project list seems entirely gone... | 08:17 |
openstackgerrit | A change was merged to openstack/nova: Added separate bare-metal MySQL DB. https://review.openstack.org/10726 | 08:18 |
ttx | lifeless: I /think/ it depends on the networking model you choose. But this area changed a lot with Quantum and I did not have time to play with it yet. | 08:20 |
lifeless | yeah | 08:20 |
lifeless | I'm struggling a bit, the admin tools UI seems very rough atm | 08:20 |
ttx | lifeless: nova-manage is supposed to be completely replaced by API calls | 08:21 |
ttx | so if it's gone there, you should have an API to do the equivalent | 08:21 |
lifeless | ttx: accessible via the nova command lne ? | 08:22 |
ttx | lifeless: (one of the consequences of adding more projects to common release is that I have less time to dedicate to understand every part of openstack. I tend to retreat to smaller domains of expertise, rather than general ignorance) | 08:22 |
*** garyk has joined #openstack-dev | 08:22 | |
ttx | lifeless: yes, though it might live in some API admin extension | 08:22 |
lifeless | ttx: I am getting the impression that some bzr style UI focus might be useful :) | 08:23 |
*** ndipanov_gone is now known as ndipanov | 08:23 | |
ttx | lifeless: I think that part of the effort behing Nova v3 APi is to clean up inconsistencies and make some extensions part of the core api | 08:24 |
lifeless | ttx: mm, thats interesting but orthogonal, isn't it ? | 08:24 |
ttx | or at least that's how it was described to me :) | 08:24 |
ttx | not necessarily orthogonal. If there are API extensions that are generally useful and sane, making them part of the core APi doesn't necessarily make it more inconsistent | 08:25 |
*** davidlenwell has quit IRC | 08:25 | |
lifeless | ttx: I'm talking about the CLI tools though | 08:25 |
lifeless | ttx: which is what sysadmins reach for | 08:25 |
ttx | err. So, yes, orthogonal efforts :) | 08:25 |
lifeless | big lesson from LP API effort | 08:26 |
lifeless | the API details matter to folk doing language bindings | 08:26 |
lifeless | everyone else wants a CLI most of all with language bindings a second rate thing for advanced scripting | 08:27 |
ttx | lifeless: yes, our model that conflates CLI and library into a single package is not so great, hence the UnifiedCLI effort | 08:28 |
*** aloga has joined #openstack-dev | 08:28 | |
*** kbrandt has joined #openstack-dev | 08:29 | |
*** ywu_ has quit IRC | 08:31 | |
*** ywu_ has joined #openstack-dev | 08:31 | |
*** ywu_ has quit IRC | 08:32 | |
*** ywu_ has joined #openstack-dev | 08:32 | |
*** mikal has quit IRC | 08:32 | |
*** jakedahn is now known as jakedahn_zz | 08:33 | |
*** metral_ has joined #openstack-dev | 08:33 | |
*** mikal has joined #openstack-dev | 08:34 | |
*** metral has quit IRC | 08:34 | |
*** metral_ is now known as metral | 08:34 | |
*** markwash has joined #openstack-dev | 08:35 | |
*** thingee has joined #openstack-dev | 08:35 | |
*** kbrandt has quit IRC | 08:36 | |
*** thimble has joined #openstack-dev | 08:39 | |
*** ywu_ has quit IRC | 08:40 | |
openstackgerrit | A change was merged to openstack/nova: Remove unused volume exceptions https://review.openstack.org/15692 | 08:40 |
*** ywu_ has joined #openstack-dev | 08:40 | |
*** EmilienM has left #openstack-dev | 08:42 | |
openstackgerrit | A change was merged to openstack/nova: Fixes snapshot instance failure on libvirt. https://review.openstack.org/15494 | 08:42 |
*** arata_ has quit IRC | 08:43 | |
*** arata has joined #openstack-dev | 08:43 | |
*** markwash has quit IRC | 08:43 | |
*** metral has quit IRC | 08:43 | |
*** corXi has joined #openstack-dev | 08:44 | |
*** EmilienM has joined #openstack-dev | 08:44 | |
*** darjeeling has joined #openstack-dev | 08:44 | |
*** ywu_ has quit IRC | 08:47 | |
*** ywu_ has joined #openstack-dev | 08:47 | |
*** jpich has joined #openstack-dev | 08:49 | |
*** nati_uen_ has quit IRC | 08:52 | |
*** nati_ueno has joined #openstack-dev | 08:53 | |
lifeless | ttx: so, what is 'project' vs tenant ? | 08:57 |
lifeless | well, anyone really, but I know ttx was around :) | 08:57 |
* ttx lays low | 08:57 | |
zykes- | lifeless: I don't think there's a diff ? | 08:58 |
lifeless | zykes-: ah | 08:58 |
ttx | Theer was some back-and-forth between the two terms | 08:58 |
lifeless | so when I see code like 'get_project_networks' its == to 'get_tenant_networks' ? | 08:58 |
zykes- | tenant in keystone was what they called it when keystone came out lifeless, and projects was the "nova" ish term before keystone | 08:58 |
zykes- | though in v3 of the keystone api spec they rename tenant to project again | 08:59 |
lifeless | LOL | 08:59 |
lifeless | zykes-: thanks | 08:59 |
*** nati_ueno has quit IRC | 09:01 | |
*** mmagr has joined #openstack-dev | 09:01 | |
*** ywu_ has quit IRC | 09:02 | |
*** ywu_ has joined #openstack-dev | 09:02 | |
*** rburon has joined #openstack-dev | 09:03 | |
*** kbrandt has joined #openstack-dev | 09:04 | |
*** Mandell has quit IRC | 09:04 | |
*** darjeeling has quit IRC | 09:04 | |
*** darjeeling has joined #openstack-dev | 09:09 | |
*** darjeeling has quit IRC | 09:10 | |
*** darraghb has joined #openstack-dev | 09:11 | |
*** derekh has joined #openstack-dev | 09:11 | |
*** kbrandt has quit IRC | 09:11 | |
*** sacharya has quit IRC | 09:12 | |
*** topshare has joined #openstack-dev | 09:13 | |
*** ywu_ has quit IRC | 09:17 | |
*** ywu_ has joined #openstack-dev | 09:17 | |
*** topshare has quit IRC | 09:21 | |
*** pixelbeat has joined #openstack-dev | 09:22 | |
*** zyluo has quit IRC | 09:22 | |
*** rushiagr has quit IRC | 09:25 | |
*** rushiagr has joined #openstack-dev | 09:25 | |
*** ywu_ has quit IRC | 09:31 | |
*** ywu_ has joined #openstack-dev | 09:31 | |
Hitesh | garyk: Hi Gary | 09:31 |
garyk | hi | 09:31 |
*** ywu_ has quit IRC | 09:32 | |
Hitesh | garyk: I am planning to install Quantum from source on Red Hat | 09:32 |
*** ywu_ has joined #openstack-dev | 09:32 | |
Hitesh | garyk: on fresh machine | 09:32 |
garyk | Hitesh: there is an alternative - https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL | 09:32 |
Hitesh | garyk: Can you tell me how to identify the dependency library by looking at project heirarchy? | 09:33 |
garyk | Hitesh: ^^ - this will ensure that all of the dependencies are taken care of (the EPEL packages have Folsom release) | 09:33 |
Hitesh | garyk: Will pip-requires will tell us the all the dependency library? | 09:34 |
garyk | Hitesh: yes. | 09:34 |
Hitesh | garyk: Oh..Ok. | 09:34 |
Hitesh | garyk: Actually I want to list all dependencies... | 09:34 |
*** tgall_foo has quit IRC | 09:37 | |
*** kbrandt has joined #openstack-dev | 09:38 | |
*** ywu_ has quit IRC | 09:40 | |
*** ywu_ has joined #openstack-dev | 09:40 | |
*** ben__duyujie has quit IRC | 09:41 | |
*** ywu_ has quit IRC | 09:42 | |
*** ywu_ has joined #openstack-dev | 09:42 | |
Hitesh | garyk: Thanks Gary | 09:42 |
garyk | Hitesh: np. | 09:42 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Enable eventlet_backdoor to return port. https://review.openstack.org/16081 | 09:43 |
Hitesh | garyk Also Gary, can you check this link? | 09:44 |
Hitesh | garyk: http://www.xiaoyinzei.com/?p=419 | 09:44 |
*** maxiz has quit IRC | 09:45 | |
Hitesh | garyk: the person who has described all the steps installed from source | 09:45 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Adjust the logging_context_format_string. https://review.openstack.org/15956 | 09:45 |
*** ywu_ has quit IRC | 09:47 | |
garyk | Hitesh: cool. it is really up to you and what you would like to achieve. | 09:47 |
*** kbrandt has quit IRC | 09:47 | |
*** ywu_ has joined #openstack-dev | 09:47 | |
*** markwash has joined #openstack-dev | 09:49 | |
Hitesh | garyk: Thanks Gary | 09:50 |
Hitesh | garyk: :) | 09:50 |
*** wenjianhn has left #openstack-dev | 09:51 | |
*** markwash has quit IRC | 09:54 | |
*** yolanda has joined #openstack-dev | 09:55 | |
*** rushiagr has quit IRC | 09:57 | |
*** yjiang5 is now known as yjiang5_away | 09:58 | |
*** rushiagr has joined #openstack-dev | 10:01 | |
garyk | gongysh: ping | 10:01 |
*** ywu_ has quit IRC | 10:02 | |
*** ywu_ has joined #openstack-dev | 10:02 | |
*** rushiagr1 has joined #openstack-dev | 10:04 | |
*** eglynn_ is now known as eglynn | 10:05 | |
*** almaisan-away is now known as al-maisan | 10:05 | |
gongysh | garyk: p pong | 10:06 |
*** rushiagr has quit IRC | 10:06 | |
garyk | gongysh: i am reviewing the l3-agent changes - you planning on making any major changes soon? | 10:08 |
*** darjeeling has joined #openstack-dev | 10:09 | |
*** kbrandt has joined #openstack-dev | 10:13 | |
*** ywu_ has quit IRC | 10:17 | |
*** ywu_ has joined #openstack-dev | 10:17 | |
*** davidlenwell has joined #openstack-dev | 10:21 | |
*** kbrandt has quit IRC | 10:23 | |
enikanorov_ | gongysh: posted replies to comments. please check | 10:25 |
*** danpb has joined #openstack-dev | 10:29 | |
*** ywu_ has quit IRC | 10:31 | |
*** ywu_ has joined #openstack-dev | 10:31 | |
*** ywu_ has quit IRC | 10:32 | |
*** ywu_ has joined #openstack-dev | 10:32 | |
*** tgall_foo has joined #openstack-dev | 10:34 | |
*** ywu_ has quit IRC | 10:40 | |
*** ywu_ has joined #openstack-dev | 10:40 | |
*** darjeeling has quit IRC | 10:41 | |
gongysh | enikanorov: thanks | 10:42 |
*** maploin has joined #openstack-dev | 10:43 | |
*** maploin has quit IRC | 10:43 | |
*** maploin has joined #openstack-dev | 10:43 | |
*** arata has quit IRC | 10:44 | |
*** zykes- has quit IRC | 10:45 | |
*** zykes- has joined #openstack-dev | 10:46 | |
*** ywu_ has quit IRC | 10:47 | |
*** ywu_ has joined #openstack-dev | 10:47 | |
* pixelbeat notes the google black hole that is review.openstack.org. I suppose that can be fixed retroactively | 10:48 | |
*** darjeeling has joined #openstack-dev | 10:48 | |
*** kbrandt has joined #openstack-dev | 10:49 | |
Kiall | pixelbeat, yea.. kinda funny since Gerrit is written by Google ;) | 10:52 |
maploin | is there a (recent) page that describes introducing changes to oslo/oslo-incubator? I only found this http://wiki.openstack.org/CommonLibrary | 10:54 |
*** ondergetekende has joined #openstack-dev | 10:54 | |
Kiall | maploin, you mean from a process or policy point of view? | 10:55 |
maploin | yeah | 10:55 |
Kiall | Process wise, it's pretty much the same as all the other projects - the standard Gerrit workflow. | 10:56 |
maploin | so everything has to go in oslo-incubator first? | 10:57 |
Kiall | Policy wise, I'm not as sure. But - API changes should be avoided if possible, if not, followup patches to update the other projects should be submitted etc | 10:57 |
Kiall | Oh | 10:57 |
Kiall | Adding a completely new class or something? | 10:57 |
maploin | yeah | 10:57 |
Kiall | Yea - Everything goes to oslo-incubator first | 10:57 |
Kiall | No packages have actually even been "promoted" out of the incubator yet anyway :) | 10:58 |
danpb | maploin: http://lists.openstack.org/pipermail/openstack-dev/2012-November/002649.html | 10:58 |
danpb | that post reasonably explains the idea of oslo-incubator | 10:58 |
*** kbrandt has quit IRC | 10:59 | |
maploin | thanks | 10:59 |
*** salv-orlando has joined #openstack-dev | 10:59 | |
maploin | so do I need a blueprint to add something new to oslo-incubator? | 11:01 |
*** ywu_ has quit IRC | 11:02 | |
*** ywu_ has joined #openstack-dev | 11:02 | |
*** rushiagr1 is now known as rushiagr | 11:12 | |
*** mrodden2 has quit IRC | 11:15 | |
*** al-maisan is now known as almaisan-away | 11:15 | |
*** ywu_ has quit IRC | 11:15 | |
*** ywu_ has joined #openstack-dev | 11:16 | |
*** ywu_ has quit IRC | 11:17 | |
*** ywu_ has joined #openstack-dev | 11:17 | |
*** kbrandt has joined #openstack-dev | 11:24 | |
thimble | The policies will be moved to keystone database with the next release? Is that correct? No more flat text files? | 11:24 |
*** alexpilotti has joined #openstack-dev | 11:26 | |
*** yjiang5_away is now known as yjiang5 | 11:30 | |
*** ywu_ has quit IRC | 11:30 | |
*** naehring_ has joined #openstack-dev | 11:30 | |
*** agrima has joined #openstack-dev | 11:30 | |
*** ywu_ has joined #openstack-dev | 11:31 | |
*** ywu_ has quit IRC | 11:31 | |
*** ywu_ has joined #openstack-dev | 11:31 | |
*** ywu_ has quit IRC | 11:32 | |
*** ywu_ has joined #openstack-dev | 11:32 | |
*** thimble has quit IRC | 11:32 | |
*** naehring_ is now known as thimble | 11:32 | |
*** darjeeling has quit IRC | 11:34 | |
*** kbrandt has quit IRC | 11:34 | |
*** kmartin has quit IRC | 11:34 | |
*** ywu_ has quit IRC | 11:35 | |
*** ywu_ has joined #openstack-dev | 11:35 | |
*** rushiagr has quit IRC | 11:36 | |
*** darjeeling has joined #openstack-dev | 11:38 | |
*** ywu_ has quit IRC | 11:40 | |
*** ywu_ has joined #openstack-dev | 11:40 | |
*** darjeeling has quit IRC | 11:44 | |
*** AnilV4 has quit IRC | 11:46 | |
*** ywu_ has quit IRC | 11:47 | |
*** ywu_ has joined #openstack-dev | 11:47 | |
*** AnilV4 has joined #openstack-dev | 11:48 | |
Hitesh | garyk: Hi Gary | 11:48 |
Hitesh | garyk: https://bugs.launchpad.net/quantum/+bug/988227 | 11:48 |
uvirtbot | Launchpad bug 988227 in quantum "A runtime error may be associated with quantum database." [Undecided,Invalid] | 11:48 |
Hitesh | garyk: Are we still seeing sqlalchemy bug for FakePlugin? | 11:49 |
garyk | Hitesh: yes, what about this? | 11:49 |
garyk | Hitesh: there is is no FakePlugin. | 11:49 |
Hitesh | garyk: Actually I want setup env with FakePlugin + Sqlalchemy | 11:50 |
Hitesh | garyk: Oh.. | 11:50 |
Hitesh | garyk: we removed FakePlugin from Folsom onwords? | 11:50 |
garyk | Hitesh: yes - if will need to install one of the actual plugins. | 11:50 |
openstackgerrit | A change was merged to openstack/oslo-incubator: argparse support for cfg https://review.openstack.org/14125 | 11:51 |
Hitesh | garyk: so I need to validate the call without actual plugin, so FakePlugin is the way to check this | 11:51 |
Hitesh | garyk: so I can't setup the FakePlugin env on Folsom code right? | 11:52 |
garyk | Hitesh: i am not sure i understand. Can you please elaborate | 11:52 |
garyk | Hitesh: there is no fake plugin. This was removed with V1. | 11:52 |
garyk | Hitesh: can you please explain what you are trying to do | 11:52 |
Hitesh | garyk: Ok.. | 11:52 |
*** topol has joined #openstack-dev | 11:53 | |
Hitesh | garyk: I want to write a new plugin, so before to start it, I want to check the call (CRUD opration from client) without installing existance plugin mechanism | 11:54 |
Hitesh | garyk: so I thought with FakePlugin we can do it | 11:54 |
Hitesh | garyk: Obviously with Folsom code | 11:55 |
garyk | Hitesh: I suggest that you use one of the opensource plugins as a reference | 11:56 |
Hitesh | garyk: Yes, thats the final option | 11:57 |
*** alobbs has joined #openstack-dev | 12:00 | |
*** kbrandt has joined #openstack-dev | 12:00 | |
*** ywu_ has quit IRC | 12:02 | |
*** ywu_ has joined #openstack-dev | 12:02 | |
*** rkukura has quit IRC | 12:06 | |
*** kbrandt has quit IRC | 12:09 | |
*** ywu_ has quit IRC | 12:17 | |
*** ywu_ has joined #openstack-dev | 12:17 | |
*** strife25 has joined #openstack-dev | 12:18 | |
*** rushiagr has joined #openstack-dev | 12:24 | |
*** rushiagr1 has joined #openstack-dev | 12:27 | |
*** agrima has quit IRC | 12:29 | |
*** rushiagr1 has quit IRC | 12:29 | |
*** rushiagr has quit IRC | 12:30 | |
*** ywu_ has quit IRC | 12:31 | |
*** ywu_ has joined #openstack-dev | 12:31 | |
*** kbrandt has joined #openstack-dev | 12:31 | |
*** ywu_ has quit IRC | 12:32 | |
*** ywu_ has joined #openstack-dev | 12:32 | |
*** tmishler has joined #openstack-dev | 12:40 | |
*** ywu_ has quit IRC | 12:40 | |
*** ywu_ has joined #openstack-dev | 12:40 | |
*** martyntaylor has joined #openstack-dev | 12:43 | |
*** Dr_Who has joined #openstack-dev | 12:46 | |
*** ywu_ has quit IRC | 12:47 | |
*** ywu_ has joined #openstack-dev | 12:47 | |
*** timello has quit IRC | 12:48 | |
*** strife25 has quit IRC | 12:53 | |
*** strife25 has joined #openstack-dev | 12:54 | |
*** samkottler|out is now known as samkottler | 12:56 | |
*** eharney has joined #openstack-dev | 12:57 | |
*** ayoung has quit IRC | 13:01 | |
*** ywu_ has quit IRC | 13:02 | |
*** ywu_ has joined #openstack-dev | 13:02 | |
*** mrunge has quit IRC | 13:02 | |
*** krtaylor has joined #openstack-dev | 13:03 | |
*** darjeeling has joined #openstack-dev | 13:03 | |
*** boden has joined #openstack-dev | 13:04 | |
*** hghazal has joined #openstack-dev | 13:06 | |
*** strife25 has quit IRC | 13:11 | |
*** ywu_ has quit IRC | 13:17 | |
*** ywu_ has joined #openstack-dev | 13:17 | |
saurabh | can anyone give me tips on using pdb for debugging quantum? I'm using a folsom instance (using devstack) on a single-vm | 13:20 |
*** samkottler is now known as samkottler|brb | 13:22 | |
saurabh | the problem is, when it hits the breakpoint it stops execution , but i don't get the pdb prompt(interactive interface) | 13:22 |
*** alunduil has quit IRC | 13:22 | |
*** arbrandes has joined #openstack-dev | 13:28 | |
*** kgriffs has joined #openstack-dev | 13:30 | |
*** ywu_ has quit IRC | 13:31 | |
*** strife25 has joined #openstack-dev | 13:31 | |
*** ywu_ has joined #openstack-dev | 13:31 | |
*** ywu_ has quit IRC | 13:32 | |
*** ywu_ has joined #openstack-dev | 13:32 | |
*** annegentle_ has joined #openstack-dev | 13:33 | |
*** shruti_ has joined #openstack-dev | 13:34 | |
*** pabelanger has quit IRC | 13:34 | |
*** ywu_ has quit IRC | 13:40 | |
*** ywu_ has joined #openstack-dev | 13:40 | |
*** m4xmr has joined #openstack-dev | 13:44 | |
*** m4xmr has left #openstack-dev | 13:45 | |
*** Ruetobas has quit IRC | 13:45 | |
*** ywu_ has quit IRC | 13:47 | |
*** samkottler|brb is now known as samkottler | 13:47 | |
*** ywu_ has joined #openstack-dev | 13:47 | |
*** martine has joined #openstack-dev | 13:53 | |
*** Ruetobas has joined #openstack-dev | 13:53 | |
*** ewindisch has joined #openstack-dev | 13:54 | |
*** sandywalsh has joined #openstack-dev | 13:55 | |
*** dprince has joined #openstack-dev | 13:55 | |
*** littleidea has joined #openstack-dev | 13:56 | |
openstackgerrit | A change was merged to openstack/quantum: Ensure that fixed port IP address is in valid allocation range. https://review.openstack.org/15829 | 13:59 |
*** pabelanger has joined #openstack-dev | 13:59 | |
*** roadTripper has joined #openstack-dev | 13:59 | |
*** ywu_ has quit IRC | 14:02 | |
*** TerryH has joined #openstack-dev | 14:02 | |
*** ywu_ has joined #openstack-dev | 14:02 | |
*** shruti_ has quit IRC | 14:05 | |
*** eglynn is now known as hungry-eglynn | 14:06 | |
*** martyntaylor has left #openstack-dev | 14:14 | |
*** martine has quit IRC | 14:16 | |
*** ywu_ has quit IRC | 14:17 | |
*** ywu_ has joined #openstack-dev | 14:17 | |
*** sandywalsh_ has joined #openstack-dev | 14:17 | |
*** sandywalsh has quit IRC | 14:18 | |
*** rkukura has joined #openstack-dev | 14:19 | |
*** mmcloud has joined #openstack-dev | 14:19 | |
*** pabelanger has quit IRC | 14:19 | |
enikanorov_ | gongysh: could you please revisit the review? https://review.openstack.org/#/c/15733/ | 14:21 |
*** pabelanger has joined #openstack-dev | 14:22 | |
*** sacharya has joined #openstack-dev | 14:24 | |
gongysh | enikanorov: blueprint xxx should be after first overall paragraph. | 14:25 |
*** maxiz has joined #openstack-dev | 14:25 | |
*** alunduil has joined #openstack-dev | 14:26 | |
*** sacharya has quit IRC | 14:27 | |
*** mrodden has joined #openstack-dev | 14:27 | |
*** kbringard has joined #openstack-dev | 14:28 | |
*** andrewbogott_afk is now known as andrewbogott | 14:29 | |
*** ywu_ has quit IRC | 14:31 | |
*** ayoung has joined #openstack-dev | 14:31 | |
*** ywu_ has joined #openstack-dev | 14:31 | |
*** ywu_ has quit IRC | 14:32 | |
*** ywu_ has joined #openstack-dev | 14:32 | |
*** mtreinish has joined #openstack-dev | 14:36 | |
*** radez_g0n3 is now known as radez | 14:36 | |
*** ywu_ has quit IRC | 14:40 | |
*** ywu_ has joined #openstack-dev | 14:40 | |
*** jaypipes has joined #openstack-dev | 14:41 | |
*** jcooley has joined #openstack-dev | 14:44 | |
*** blamar_ has joined #openstack-dev | 14:45 | |
*** dhellmann has joined #openstack-dev | 14:45 | |
*** jcooley has quit IRC | 14:45 | |
*** dhellmann is now known as dhellmann-afk | 14:46 | |
*** ywu_ has quit IRC | 14:47 | |
*** ywu_ has joined #openstack-dev | 14:47 | |
*** blamar has quit IRC | 14:47 | |
*** blamar_ is now known as blamar | 14:47 | |
saurabh | enikanorov : how do i run the test_extensions script? | 14:48 |
*** radez is now known as radez_g0n3 | 14:48 | |
*** markwash has joined #openstack-dev | 14:50 | |
*** imsplitbit has joined #openstack-dev | 14:51 | |
*** maxiz has quit IRC | 14:52 | |
*** thingee has quit IRC | 14:52 | |
*** thingee has joined #openstack-dev | 14:52 | |
*** aeperezt has joined #openstack-dev | 14:53 | |
*** ondergetekende has quit IRC | 14:54 | |
*** thingee has quit IRC | 14:54 | |
*** sthaha has quit IRC | 14:55 | |
*** rpedde_away is now known as rpedde | 14:55 | |
*** Ruetobas has quit IRC | 14:57 | |
*** maxiz has joined #openstack-dev | 14:58 | |
*** zyluo has joined #openstack-dev | 14:59 | |
*** dhellmann-afk is now known as dhellman | 15:00 | |
*** hungry-eglynn is now known as eglynn | 15:00 | |
*** dhellman is now known as dhellmann | 15:00 | |
*** edmund has joined #openstack-dev | 15:02 | |
*** ywu_ has quit IRC | 15:02 | |
*** ywu_ has joined #openstack-dev | 15:02 | |
*** oNeToWn has joined #openstack-dev | 15:03 | |
*** dspano has joined #openstack-dev | 15:04 | |
*** thimble has quit IRC | 15:04 | |
*** fc__ has joined #openstack-dev | 15:06 | |
*** Gordonz has joined #openstack-dev | 15:10 | |
*** ondergetekende has joined #openstack-dev | 15:12 | |
*** ywu_ has quit IRC | 15:17 | |
*** ywu_ has joined #openstack-dev | 15:17 | |
*** hghazal has quit IRC | 15:17 | |
*** ondergetekende has quit IRC | 15:19 | |
openstackgerrit | A change was merged to openstack/keystone: Fix error un fixtures. https://review.openstack.org/16161 | 15:19 |
*** jcooley has joined #openstack-dev | 15:21 | |
*** eharney has quit IRC | 15:21 | |
*** Ruetobas has joined #openstack-dev | 15:22 | |
*** stanchan has joined #openstack-dev | 15:22 | |
*** japage has joined #openstack-dev | 15:25 | |
*** topol has quit IRC | 15:28 | |
enikanorov_ | gongysh: I see. That looks contradicting http://wiki.openstack.org/GerritWorkflow recommendations where blueprint goes first | 15:28 |
*** halfss has joined #openstack-dev | 15:29 | |
danpb | enikanorov_: i'll fix the GerritWorkflow page example | 15:30 |
*** blueblade has joined #openstack-dev | 15:30 | |
danpb | enikanorov_: this is the current recommendation http://wiki.openstack.org/GitCommitMessages#Information_in_commit_messages | 15:30 |
danpb | "All machine targetted metadata is of secondary consequence to humans and thus it should all be grouped together at the end of the commit message. " | 15:30 |
*** ywu_ has quit IRC | 15:30 | |
enikanorov_ | danpb: ok | 15:31 |
*** ywu_ has joined #openstack-dev | 15:31 | |
*** ywu_ has quit IRC | 15:32 | |
*** ywu_ has joined #openstack-dev | 15:32 | |
*** stanchan has quit IRC | 15:34 | |
*** blueblade has quit IRC | 15:34 | |
enikanorov_ | Put the 'Change-id', 'bug #NNNNN' and 'blueprint NNNNNNNNNNN' lines at the very end | 15:34 |
enikanorov_ | SO i gues blueprint comes before change-id at the bottom | 15:35 |
danpb | enikanorov_: the ordering of the metadata lines doesn't really matter much, i just have Change-id last because the git hook puts it there by default | 15:36 |
*** ywu_ has quit IRC | 15:37 | |
enikanorov_ | ok | 15:37 |
*** ywu_ has joined #openstack-dev | 15:37 | |
*** ywu_ has quit IRC | 15:40 | |
*** ywu_ has joined #openstack-dev | 15:40 | |
*** maoy has joined #openstack-dev | 15:41 | |
*** ben__duyujie has joined #openstack-dev | 15:41 | |
andrewbogott | Am I the only one who can't run Nova unit tests because of 'ImportError: cannot import name EnvironmentVariable'? | 15:42 |
andrewbogott | I installed python-fixtures but that seems insufficient. | 15:42 |
*** hghazal has joined #openstack-dev | 15:43 | |
*** jcooley has quit IRC | 15:45 | |
dims | "ERROR: Failure: ImportError (No module named fixtures)"? | 15:46 |
*** ywu_ has quit IRC | 15:47 | |
dims | andrewbogott, i see the same error, am going to try to nuke .venv and create a fresh one to see if that helps | 15:47 |
*** ywu_ has joined #openstack-dev | 15:47 | |
doude | dansmith: ping | 15:47 |
andrewbogott | dims: It doesn't :( | 15:47 |
dims | ouch | 15:47 |
andrewbogott | dims: 'apt-get install python-fixtures' got my past your error and onto mine. | 15:47 |
*** ywu_ has quit IRC | 15:48 | |
*** ywu_ has joined #openstack-dev | 15:48 | |
*** eharney has joined #openstack-dev | 15:48 | |
*** eharney has quit IRC | 15:48 | |
*** eharney has joined #openstack-dev | 15:48 | |
doude | dims: I got the same error. I update fixtures library to 0.3.9 and it works now | 15:49 |
andrewbogott | 'sudo pip install --upgrade fixtures' ? | 15:49 |
dims | andrewbogott, is this the changeset that caused the issue? https://review.openstack.org/#/c/16048/ | 15:50 |
*** markmcclain has joined #openstack-dev | 15:50 | |
andrewbogott | dims: Probably, although I didn't do a bisect. | 15:50 |
*** hghazal has quit IRC | 15:51 | |
ayoung | vishy, https://review.openstack.org/#/c/16027/ just saw it. I am not Python god, but I thought that code like user = ref.get('user') throws akey error if 'user' does not exist, which is why the original was if 'user' not in ref: | 15:51 |
andrewbogott | doude: Sorry, can you tell me how you did that update? | 15:53 |
dims | andrewbogott, i am going to try adding "fixtures" to tools/pip-requires now | 15:53 |
dims | will let you know | 15:54 |
maploin | ayoung: dict.get('key') returns None if it can't find the key | 15:54 |
zyluo | dims, fixtures is in test-requires, isn't it? | 15:54 |
*** yjiang5 is now known as yjiang5-away | 15:54 | |
*** radez_g0n3 is now known as radez | 15:54 | |
dansmith | doude: ack | 15:54 |
*** jcooley has joined #openstack-dev | 15:54 | |
maploin | ayoung: http://docs.python.org/2/library/stdtypes.html#dict.get | 15:54 |
*** datsun180b has joined #openstack-dev | 15:55 | |
dims | zyluo, you are right. it's there already | 15:55 |
doude | andrewbogott: I didn't use venv. I update it on my system with command 'pip install --upgrade fixtures' | 15:56 |
*** sandywalsh_ has quit IRC | 15:56 | |
*** sandywalsh has joined #openstack-dev | 15:57 | |
doude | dansmith: you work th bp no-db-compute, isn't it ? | 15:57 |
dansmith | doude: I'm working on it, yeah | 15:57 |
andrewbogott | doude: Interesting… no matter how many times I run that command it tells me that my current version is 0.3.5 and it's upgrading to 0.3.9 and reports success... | 15:58 |
*** halfss has quit IRC | 15:58 | |
ayoung | maploin, and I have no idea what data type backs up these implementations | 15:58 |
*** timjr has joined #openstack-dev | 15:58 | |
* ayoung mutters about python and goes back to work | 15:59 | |
zyluo | dims, andrewbogott I tried ./run_tests.sh -V -f -s and works fine | 15:59 |
maploin | ayoung: it's pretty common in the python community to have a method named get() return None if it didn't find the key | 15:59 |
dims | zyluo, cool. i backed out my change, nuked .venv, will report if that works for me | 15:59 |
ayoung | maploin, I know..I was just hunting down a bunch of KeyError issues a few days back and overthinking things | 16:00 |
*** koolhead17 has joined #openstack-dev | 16:00 | |
enikanorov_ | garyk: could you please put +1? | 16:01 |
doude | dansmith: I try to implement host maintenance mode to Libvirt driver | 16:01 |
*** ywu_ has quit IRC | 16:02 | |
*** ywu_ has joined #openstack-dev | 16:02 | |
*** mrunge has joined #openstack-dev | 16:02 | |
garyk | enikanorov_: i have given +2. any other core reviewers looking at it? | 16:02 |
*** mrunge has quit IRC | 16:02 | |
*** koolhead17 has quit IRC | 16:02 | |
garyk | enikanorov_: nice work | 16:02 |
doude | dansmith: and when host pass to maintenance mode, I would like to disable its status before starting VM evacuation | 16:02 |
*** koolhead17 has joined #openstack-dev | 16:03 | |
enikanorov_ | gongysh has put +1 | 16:03 |
*** anniec has quit IRC | 16:03 | |
doude | dansmith: How I can do that from Libvirt driver code without use of db API ? | 16:03 |
garyk | enikanorov_: i suggest that you try and get salv-orlando to take a look. this will hopefully help close the loop | 16:04 |
gongysh | enikanorov: I said I have my idea about the patch but I cannot convince u to do according to it. | 16:05 |
salv-orlando | Will do that in the next few hours | 16:05 |
dansmith | doude: what do you need to do to the database? | 16:05 |
*** topol_ has joined #openstack-dev | 16:06 | |
doude | dansmith: I want to disable a compute service | 16:06 |
*** networkstatic has quit IRC | 16:06 | |
*** reidrac has quit IRC | 16:06 | |
*** ben__duyujie has quit IRC | 16:06 | |
gongysh | enikanorov: but your way can work. So +1. salv-orlando will help | 16:07 |
dansmith | doude: which db call do you want to make? | 16:07 |
*** juice has quit IRC | 16:07 | |
*** colinmcnamara has joined #openstack-dev | 16:08 | |
doude | dansmith: service_update | 16:08 |
*** colinmcnamara1 has joined #openstack-dev | 16:09 | |
*** colinmcnamara1 has quit IRC | 16:09 | |
*** colinmcnamara has quit IRC | 16:09 | |
*** colinmcnamara has joined #openstack-dev | 16:09 | |
*** topol_ has quit IRC | 16:11 | |
*** gyee has joined #openstack-dev | 16:11 | |
dansmith | doude: hmm, I don't think that the virt driver should be taking services offline, do you? does xenapi's equivalent do that? | 16:12 |
*** ben__duyujie_ has joined #openstack-dev | 16:12 | |
enikanorov_ | gongysh: thanks. | 16:12 |
*** danwent has joined #openstack-dev | 16:13 | |
gongysh | enikanorov: you are welcome. my bed time. see u. | 16:13 |
doude | dansmith: No, I don't too. I try to implemen | 16:14 |
doude | dansmith: t maintenance mode to Libvirt driver. | 16:14 |
doude | dansmith: I think I must dsable compute service when the compute comes to maintenance mode, no ? | 16:15 |
dansmith | doude: what does the xenapi driver do? | 16:15 |
dansmith | doude: the virt driver is not equivalent to the compute service | 16:15 |
*** kmartin has joined #openstack-dev | 16:15 | |
doude | dansmith: I looked into Xen driver code. It doesn't disable it befor put it in mainenance | 16:15 |
*** markwash has quit IRC | 16:16 | |
dansmith | doude: right, so I don't think you should in the libvirt driver either :) | 16:16 |
alexpilotti | vishy mikal: Hi guys, can you please reapprove this one? https://review.openstack.org/#/c/15743/ I had to rebase it after you approved it and change 2 lines in db_fakes.py due to that. Tx! | 16:16 |
doude | dansmith: Yes, it's my secondary question. Can I disable the service from compute manager ? | 16:16 |
*** ywu_ has quit IRC | 16:17 | |
*** ywu_ has joined #openstack-dev | 16:17 | |
dansmith | doude: the point being that once you move everything off the host, you don't want anything else to be scheduled on it until maintenance mode is completed? | 16:17 |
*** gongysh has quit IRC | 16:18 | |
doude | dansmith: Yes, but I think it's a xenapi bug. It should disable the compute service before put the host in maintenance mode, no ? | 16:18 |
*** garyk has quit IRC | 16:19 | |
doude | dansmith: yes | 16:19 |
dansmith | doude: I'm not sure that disabling the service is really the right thing to do.. I would expect there should be a flag that causes the scheduler not to consider that host, | 16:19 |
dansmith | but I'm really not sure if/how this is supposed to work in practice right now | 16:19 |
doude | dansmith: ok, and who can help me about that ? | 16:20 |
dansmith | doude: you might want to figure out who wrote that code for the xenapi driver and ask them | 16:20 |
dansmith | jerdfelt perhaps | 16:20 |
doude | dansmith: It's Armando Migliaccio | 16:22 |
dansmith | doude: alright, cool :) | 16:22 |
*** file has quit IRC | 16:23 | |
doude | dansmith: I'll ask him. Perhaps you his IRC nickname ? | 16:23 |
doude | know* | 16:24 |
dansmith | doude: I don't, sorry... I seem to recall looking for him myself a while back :D | 16:24 |
*** colinmcnamara1 has joined #openstack-dev | 16:24 | |
doude | dansmith: ok | 16:24 |
*** colinmcnamara has quit IRC | 16:24 | |
doude | dansmith: thanks for your help | 16:25 |
dansmith | doude: np, good luck :) | 16:27 |
*** dwalleck has joined #openstack-dev | 16:27 | |
salv-orlando | enikanorov_, garyk: I left a comment on gerrit concerning gongysh comments. I will need some time to verify unit test coverage, but apart from that I am happy to approve. | 16:29 |
*** jtran has joined #openstack-dev | 16:29 | |
*** ywu_ has quit IRC | 16:31 | |
*** ywu_ has joined #openstack-dev | 16:31 | |
*** ywu_ has quit IRC | 16:32 | |
*** ywu_ has joined #openstack-dev | 16:32 | |
*** aloga has quit IRC | 16:32 | |
*** metral has joined #openstack-dev | 16:33 | |
*** otherwiseguy has joined #openstack-dev | 16:35 | |
*** zyluo has quit IRC | 16:36 | |
alexpilotti | vishy mikal: also this one since it depends on the previous one: https://review.openstack.org/#/c/15930/ tx! | 16:36 |
openstackgerrit | A change was merged to openstack/quantum: Part of the patch set that enables VM's to use libvirts bridge type. https://review.openstack.org/14961 | 16:36 |
*** ywu_ has quit IRC | 16:40 | |
*** ywu_ has joined #openstack-dev | 16:40 | |
devananda | dtroyer: is there much interest in making devstack support a non-local database again? this seems to have gone away with the recent refactoring | 16:41 |
*** timjr has quit IRC | 16:43 | |
*** heckj has joined #openstack-dev | 16:45 | |
dansmith | doude: you can proceed with the libvirt part of the maintenance mode change though, right? | 16:46 |
dansmith | doude: clearly the service disabling is (or should be) handled at a higher layer | 16:46 |
*** ywu_ has quit IRC | 16:47 | |
*** ywu_ has joined #openstack-dev | 16:47 | |
*** littleidea has quit IRC | 16:47 | |
doude | dansmith: Yes I think | 16:48 |
dansmith | doude: cool | 16:48 |
*** littleidea has joined #openstack-dev | 16:48 | |
doude | I don't understand the difference between code in virt and compute | 16:48 |
doude | dansmith: can you explain me ? | 16:49 |
doude | a nova compute daemon only use virt driver code ? | 16:50 |
*** littleidea has quit IRC | 16:50 | |
*** dhellmann is now known as dhellmann-afk | 16:51 | |
dansmith | doude: no, the compute daemon can (and does) do more than just talk to virt | 16:51 |
*** littleidea has joined #openstack-dev | 16:51 | |
dansmith | doude: and if it makes sense for nova-compute to set a flag or in some other way notify the scheduler that it's offline, then that's fine | 16:51 |
*** markmcclain has quit IRC | 16:52 | |
dansmith | doude: what I'm saying is, I don't know if service.disabled=True is the right flag for being in maintenance mode or not | 16:52 |
heckj | ayoung: moment for a review? https://review.openstack.org/#/c/16047/ | 16:53 |
sdague | dtroyer: https://review.openstack.org/#/c/15597/3 did a quick rebase and fix of terry's comments. If you could take a look. It's part of what's needed to get postgresql nightlies running, so merging sooner would be good. :) | 16:54 |
doude | dansmith: ok. But for the bp no-db-compute, the objective it to take off the db connection parameters from compute node, isn't it ? | 16:54 |
dansmith | doude: yes | 16:54 |
dansmith | sdague: since you popped up, I'm not able to start devstack.. g-api never starts, with some long complaint about AMQP | 16:54 |
sdague | devananda: devstack is really an opinionated single node installer, so I'm sort of doubting it. | 16:54 |
*** egallen has joined #openstack-dev | 16:55 | |
doude | and the manager stills have db API code ? | 16:55 |
sdague | dansmith: pastebin a log somewhere? | 16:55 |
heckj | dolphm_zzz: ping | 16:55 |
sdague | dansmith: did rabbit start? | 16:55 |
dansmith | sdague: in a sec, waiting for a retry | 16:55 |
doude | dansmith: and the manager stills have db API code ? | 16:55 |
*** dolphm has joined #openstack-dev | 16:55 | |
dolphm | heckj: pong | 16:56 |
sdague | I think g-api is one of the first services up, so a failed rabbit or database will look like a g-api failure | 16:56 |
dansmith | doude: right, the manager still has db code in it, but the virt drivers don't anymore.. it's in progress :) | 16:56 |
doude | dansmith: I mean compute manager | 16:56 |
dansmith | sdague: maybe, it seemed like the complain was a result of a live rabbit saying no | 16:56 |
*** hemna has joined #openstack-dev | 16:56 | |
sdague | did you change your hostname? | 16:56 |
*** juice has joined #openstack-dev | 16:56 | |
heckj | dolphm: was checking through the reviews - see a couple that are approved against feature/keystone-v3. I thought we merged in that branch at midpoint and were submitting against master for the remainder - are those leftovers? | 16:57 |
ayoung | heckj, I was actually looking at that earlier. What is the problem it is fixing? | 16:57 |
doude | dansmith: ok, so in a near future, there will no more db api code in compute manager ? | 16:57 |
dansmith | doude: yep | 16:57 |
ayoung | heckj, BTW https://review.openstack.org/#/c/15769/ is getting a little long in the tooth. Trivial review | 16:57 |
heckj | ayoung: when you cache an AccessInfo object and re-initialize a new client with it, the values were getting lost. Added a test to specifically work that pathing with the patch | 16:57 |
dolphm | heckj: oops! those two should be the last two in the v3 train on master | 16:57 |
doude | dansmith: ok, thanks a lot for yours answers | 16:57 |
heckj | dolphm: Ok - cool, wasn't sure if they were leftovers or mis-placed against branches | 16:58 |
dolphm | heckj: just forgot to rebase i think | 16:58 |
*** topol has joined #openstack-dev | 16:58 | |
dansmith | sdague: http://paste.openstack.org/show/25956/ | 16:58 |
*** mindpixel has quit IRC | 16:58 | |
heckj | dolphm: cool | 16:58 |
dansmith | sdague: rabbit is runnign | 16:58 |
dansmith | doude: no problem :) | 16:58 |
ayoung | heckj, " allow client values to be overridden, but use auth_ref if none" ? | 16:58 |
dansmith | sdague: no | 16:59 |
dansmith | sdague: no hostname change | 16:59 |
sdague | dansmith: I think I remember jaypipes talking about this issue | 16:59 |
sdague | I hadn't seen it myself | 16:59 |
heckj | ayoung: so that you can initialize with the auth_ref, but accept override values into that method as well - intended to allow changing auth_url or management_url in the client | 16:59 |
ayoung | heckj, seems like they need to agree, or you will be working with mismatched data | 16:59 |
ayoung | if I get a token with ayoung, but then set user to heckj, things are going to not work | 16:59 |
sdague | if you unstack and bring down rabbit, will devstack work then? | 16:59 |
* dansmith goes rabbit huntin' | 17:00 | |
ayoung | or is that a quantity of rope we are willing to give the user? | 17:00 |
*** jcmartin has joined #openstack-dev | 17:00 | |
devananda | sdague: it would be really helpful for database debugging... | 17:00 |
heckj | ayoung: for user, tenant, etc yes - for auth_url and management_url, they can be changed safely and it's useful depending on deployment | 17:00 |
jaypipes | sdague: what's this? | 17:00 |
devananda | sdague: let's say, if someone proposed a patch to add DB_HOST_IP, would you guys accept it? | 17:01 |
*** crandquist has joined #openstack-dev | 17:01 | |
jaypipes | dansmith: ah yes... | 17:01 |
jaypipes | dansmith: add this to your glance-api.conf: | 17:01 |
jaypipes | rabbit_durable_queues = True | 17:01 |
sdague | devananda: so why is it better than local db? | 17:01 |
dansmith | jaypipes: trying | 17:01 |
ayoung | heckj, also, are you moving the fixtures into a place that they will be evaluated on every test? I thought we were headed the other direction on that: minimize the amount of fixture to speed up testing | 17:01 |
*** dprince has quit IRC | 17:01 | |
devananda | sdague: a) adds network latency to queries. b) allows me to tcpdump the traffic | 17:01 |
*** ywu_ has quit IRC | 17:02 | |
dansmith | jaypipes: hmm, already there | 17:02 |
jaypipes | dansmith: FYI, I added a patch to devstack for this issue: https://review.openstack.org/#/c/15735/ | 17:02 |
devananda | sdague: (b) is really the big win. i can get a lot of valuable information from the wire protocol not visible in slow log | 17:02 |
*** ywu_ has joined #openstack-dev | 17:02 | |
*** TerryH has quit IRC | 17:02 | |
ayoung | heckj, OK, I see what you are doing | 17:02 |
sdague | devananda: as long as the out of the box case works the same, it's worth reviewing | 17:02 |
dansmith | jaypipes: yeah, that's in my tree | 17:02 |
heckj | ayoung: just used them in two places, so made it common | 17:02 |
jaypipes | dansmith: what does `sudo rabbitmq-ctl list_queues name durable` show? | 17:02 |
ayoung | is test_fixtures the right name? | 17:02 |
devananda | sdague: yea, out of the box would just default to localhost still | 17:02 |
*** crandquist has quit IRC | 17:03 | |
heckj | ayoung: seemed reasonable at the time, but open to a different name if you'd prefer | 17:03 |
ayoung | I think that we want to avoid test_ as we use that as a wildcard for figuring out what tests to run | 17:03 |
dansmith | jaypipes: well, rabbit failed to start after killing it and re-running stack.sh.. | 17:03 |
devananda | sdague: cool. i'll see if i can propose that soonish | 17:03 |
ayoung | heckj, and the fixtures are not for all tests... | 17:03 |
ayoung | so maybe : | 17:03 |
ayoung | client_fixtures.py? | 17:03 |
jaypipes | dansmith: hmm.. that's odd. so rabbitmqctl list_queues shows nothing? | 17:03 |
heckj | yeah, I'm good with that - will update | 17:03 |
dansmith | jaypipes: right now it complains that rabbit isn't running. yeah | 17:04 |
vishy | alexpilotti: ping | 17:04 |
alexpilotti | vishy: hi! | 17:04 |
jaypipes | dansmith: and you can't start rabbit? | 17:04 |
jaypipes | dansmith: or are you looking to devstack to start it for you? | 17:05 |
dansmith | jaypipes: right, devstack failed to start it, I just started it manually and it worked, just a sec | 17:05 |
dansmith | jakedahn_zz: that list_queues name durable didn't return anything, no | 17:05 |
jaypipes | dansmith: can you grep for rabbit in the stack.log pls? | 17:05 |
dansmith | jaypipes: ^ | 17:05 |
jaypipes | dansmith: then change rabbit_durable_queues to False. | 17:06 |
jaypipes | dansmith: weird, that shell script in https://review.openstack.org/#/c/15735/1/lib/glance was working for me.. | 17:06 |
dansmith | jaypipes: in glance-api.conf and re-run stack.sh/ | 17:06 |
dansmith | jaypipes: you're suggesting things faster than nouveau and unity can switch workspaces :D | 17:07 |
jaypipes | dansmith: could you try just having the durable_glance_queues() function in lib/glance return 1 | 17:07 |
jaypipes | dansmith: and re-run stack.sh | 17:07 |
vishy | alexpilotti: I was curious about the bug with eventlet monkey_patch os on windows | 17:07 |
heckj | ayoung: new changeset up | 17:07 |
vishy | if you use from eventlet.green import subprocess instead of import subprocess, does it still fail? | 17:08 |
alexpilotti | vishy: sure. do you need more details? | 17:08 |
*** topol_ has joined #openstack-dev | 17:08 | |
*** ywu_ has quit IRC | 17:08 | |
*** ywu_ has joined #openstack-dev | 17:08 | |
*** topol has quit IRC | 17:09 | |
*** topol_ is now known as topol | 17:09 | |
*** jcmartin has quit IRC | 17:09 | |
*** crandquist has joined #openstack-dev | 17:10 | |
dansmith | jaypipes: disco! | 17:10 |
dansmith | function durable_glance_queues() { | 17:10 |
dansmith | + return 1 | 17:10 |
heckj | dolphm: in https://review.openstack.org/#/c/16110, did you want to log a warning on any of those exceptions not having a message? (not sure how broad of impact that is - just seems like it could little the logs to not much good effect) | 17:11 |
alexpilotti | vishy: here's the bug I filed up on eventlet's site: https://bitbucket.org/which_linden/eventlet/issue/132/eventletmonkey_patch-breaks | 17:11 |
dansmith | jaypipes: ever since they added that new devstack-core guy, the quality has really gone down the tubes :( | 17:11 |
jaypipes | dansmith: hmm, ok, then would you mind playing around with the shell commands in that function to see if you can get it to properly return 1 when there are not durable queues? | 17:12 |
vishy | alexpilotti: right, but does it work with green subprocess? | 17:12 |
jaypipes | dansmith: sorry about this :( mea culpa | 17:12 |
dansmith | jaypipes: heh, sure, I'm just kiddin' of course | 17:12 |
vishy | i would test myself but i don't have a windows vm with python ;) | 17:12 |
alexpilotti | vishy: we are also going to release a new version the Cinder client that will use WMI instead of external processes, but the issue remains for other situations | 17:13 |
dolphm | heckj: if a warning is logged, it's the programmer's fault (so, warning should *never* be logged) ... obviously i didn't communicate that very well, any ideas to improve? | 17:13 |
alexpilotti | vishy: you mean the monkey patched one? no. | 17:13 |
*** stevebake has quit IRC | 17:13 | |
*** brich1 has joined #openstack-dev | 17:13 | |
*** anniec has joined #openstack-dev | 17:13 | |
heckj | dolphm: I figured that was what you were after, not sure I have a brilliant suggestion though. Just thinking if/when those do slip through, the operator's logs will have warning's that they can't really do anything about. Well, outside of submitting a patch I suppose :-) | 17:14 |
vishy | so monkeypatch all and then executing with green subprocess always fails? | 17:15 |
dolphm | heckj: was hoping we'd catch it first, the alternative is completely failing and raising a 500 :-/ | 17:15 |
dolphm | heckj: so, masking an exception with an exception | 17:15 |
heckj | ugh, worse | 17:15 |
vishy | alexpilotti: ^^ I was wondering if we could workaround it by just using the green subprocess module, but it sounds like no. | 17:15 |
dansmith | jaypipes: so, now the function succeeds, presumably because we created some durable queues and now the test works, is that right? | 17:15 |
alexpilotti | vishy: in the tests I did it failed. I'll do some more testing as at the time we were more into getting a fix ASAP :-) | 17:16 |
jaypipes | dansmith: right, and we just need that function to return 1 if the user already has non-durable queues set up when devstack is run. | 17:16 |
dolphm | heckj: as-is, the template of the error message will be raised to the API (which will be ugly, but provide a bit of useful user-feedback), and log a warning that it happened | 17:16 |
dolphm | heckj: i can at least include an inline comment that if it's hit, a bug should be reported | 17:16 |
*** ywu_ has quit IRC | 17:17 | |
alexpilotti | vishy: I'd prefer to patch eventlet as there are too many potential issues with this problem | 17:17 |
*** ywu_ has joined #openstack-dev | 17:17 | |
heckj | ayoung: copyright in headers on new files? I think that's a bit extreme. None of the tests in keystoneclient have that *except* the file that henry just ported from Keystone | 17:17 |
heckj | ayoung: happy to go splat that in in a separate review, but it's extraneous to this patch. Did rename the file for you though. | 17:17 |
vishy | alexpilotti: yes patching eventlet would be great, but in general using the green subprocess is better if it works | 17:17 |
openstackgerrit | A change was merged to openstack/keystone: populate table check. https://review.openstack.org/15769 | 17:18 |
dansmith | jaypipes: I'm missing why you're doing the grep true, as I don't have "true" anywhere in my output | 17:18 |
vishy | alexpilotti: I noticed you are using the regular subprocess and there are other issues with monkeypatching os and using the regular subprocess | 17:18 |
alexpilotti | vishy: I'll do some more testing | 17:18 |
*** danpb has quit IRC | 17:18 | |
*** mmagr has quit IRC | 17:18 | |
heckj | damn, gotta run - biab | 17:18 |
jaypipes | dansmith: when one has durable queues (as I did...), true shows up in the output, next tot he name of the queue. | 17:18 |
dansmith | jaypipes: ah, I do in my exchanges output, but not queues | 17:18 |
jaypipes | dansmith: now THAT is odd.. | 17:19 |
*** fc__ has quit IRC | 17:19 | |
jaypipes | lifeless: can a queue and exchange in rabbit have mismatched durability? I thought not? | 17:19 |
dansmith | jaypipes: oh, hang on | 17:19 |
*** thingee has joined #openstack-dev | 17:19 | |
alexpilotti | vishy: also nova.util.exectute() uses subprocess.Popen | 17:20 |
dansmith | jaypipes: okay, I see, if I leave off durable, I don't get the true, but otherwise I do, nevermind | 17:20 |
vishy | alexpilotti: no it uses eventlet.green.subprocess | 17:20 |
vishy | hence the question | 17:20 |
alexpilotti | vishy: you're right. I just double checked now | 17:21 |
alexpilotti | vishy: I'll do more testing and ask pnavarro to patch it in case | 17:21 |
*** imsplitbit has quit IRC | 17:21 | |
*** yolanda has quit IRC | 17:21 | |
dansmith | jaypipes: after a restart of rabbit, I have most of the queues gone, except for the glance ones | 17:22 |
dansmith | jaypipes: like those are persistent and the others aren't | 17:22 |
alexpilotti | vishy: is there Nova meeting today? | 17:23 |
dansmith | jaypipes: which means after a clean rabbit restart, that function should return 0, which isn't what you want I assume, right? | 17:23 |
vishy | yes | 17:23 |
ayoung | heckj, ah, hadn't checked the other files. But we probably do need header in all files. Separate tikcet for that makes sense | 17:23 |
alexpilotti | vishy: great! I'll join you! | 17:23 |
*** jpich has quit IRC | 17:24 | |
ayoung | heckj, approved | 17:24 |
jaypipes | dansmith: if by "clean rabbit restart" you mean restarting rabbit with no queues/exchanges set up at all, then I think returning 0 should be fine... it would just set the queues up as durable. | 17:24 |
jaypipes | dansmith: but I suppose it's easy enough to return 1 if no queues/exchanges are returned at all. | 17:24 |
jaypipes | dansmith: yes, probably best, since the default in glance-api.conf is Fasle. | 17:24 |
dansmith | jaypipes: no, what I mean is: | 17:24 |
*** thingee has quit IRC | 17:25 | |
dansmith | 1. Start stack.sh with the explicit return 1 | 17:25 |
dansmith | 2. stop stack, list the durable queues (get a lot, more than just glance) | 17:25 |
dansmith | 3. service rabbitmq-server restart | 17:25 |
dansmith | 4. list durable queues, see three glance notification ones instead of the original list | 17:25 |
dansmith | 5. the test in your glance function returns 0 because some durable queues are already present | 17:26 |
*** armaan has joined #openstack-dev | 17:26 | |
dolphm | heckj: updated https://review.openstack.org/#/c/16110/ | 17:26 |
dansmith | s/$/, or an empty list/4 | 17:26 |
*** ywu_ has quit IRC | 17:27 | |
*** ywu_ has joined #openstack-dev | 17:27 | |
*** rushiagr has joined #openstack-dev | 17:27 | |
*** esp has joined #openstack-dev | 17:28 | |
jaypipes | dansmith: hmm, ok... so the solution is? | 17:28 |
dansmith | jaypipes: I think you're assuming I understand more than just the micro problem :) | 17:29 |
dansmith | jaypipes: you expect that if there is any durable queue in the list that they're all already there, right? | 17:29 |
dansmith | jaypipes: and if none, then you need to create them/ | 17:29 |
dansmith | ? | 17:29 |
*** rafaduran has left #openstack-dev | 17:30 | |
openstackgerrit | A change was merged to openstack/keystone: Refactor TokenController.authenticate() method. https://review.openstack.org/15403 | 17:30 |
*** topol_ has joined #openstack-dev | 17:31 | |
*** ywu_ has quit IRC | 17:31 | |
*** ywu_ has joined #openstack-dev | 17:31 | |
*** maploin has quit IRC | 17:31 | |
jaypipes | dansmith: yes... though I really should first be grepping for "glance" before I grep for "true", though... | 17:31 |
jaypipes | dansmith: since only concerned about the glance queues in this particular case. | 17:31 |
*** ywu_ has quit IRC | 17:32 | |
dansmith | jaypipes: well, that will result in the same logic, as the three leftover are glance queues | 17:32 |
dansmith | notification ones, | 17:32 |
*** ywu_ has joined #openstack-dev | 17:32 | |
dansmith | perhaps you should grep for 'glance '? | 17:32 |
dansmith | er, no I guess those are the ones.. | 17:32 |
jaypipes | dansmith: yeah | 17:33 |
*** topol has quit IRC | 17:33 | |
*** topol_ is now known as topol | 17:33 | |
*** devanand1 has joined #openstack-dev | 17:34 | |
dansmith | jaypipes: oh, I see.. you're just checking those to see if you should enable it in glance api | 17:34 |
*** devananda has quit IRC | 17:34 | |
*** devanand1 has quit IRC | 17:34 | |
dansmith | jaypipes: did you look at my original paste? | 17:34 |
*** devananda has joined #openstack-dev | 17:34 | |
dansmith | jaypipes: I hit the tight looping problem first, but after updating all my trees, I just get a failed start, not an unresponsive glance-api | 17:34 |
jaypipes | dansmith: yes | 17:35 |
jaypipes | dansmith: it's the exact same traceback that occurred with me that I submitted that fix to devstack for. | 17:35 |
dansmith | okay | 17:35 |
jaypipes | dansmith: the fix for the loop was committed yesterday in glance IIRC | 17:36 |
dansmith | so, why doesn't everyone (including the gate) hit this? | 17:36 |
jaypipes | dansmith: fix == fail fast instead of unresponsive :) | 17:36 |
*** danpb has joined #openstack-dev | 17:36 | |
jaypipes | dansmith: I'm not sure, that's what I'm stumped about :( | 17:36 |
dansmith | rawr | 17:36 |
*** danpb has quit IRC | 17:37 | |
dansmith | jaypipes: so how (and why) do those three glance queues persist after a restart and the others don't | 17:38 |
*** markwash has joined #openstack-dev | 17:38 | |
jaypipes | dansmith: I suppose because durable_rabbit_queues was set to true at some point and now rabbit recreates them on startup? | 17:39 |
dansmith | jaypipes: is that what makes a queue durable? | 17:39 |
jaypipes | dansmith: since when glance created them (when rabbit_queues_durable = True) | 17:39 |
dansmith | jaypipes: 'cause I don't see a way to delete them even | 17:39 |
jaypipes | dansmith: I *think* so? | 17:39 |
jaypipes | dansmith: sorry man, I'm not expert in this arena | 17:39 |
dansmith | jaypipes: I have no idea either, I just want my devstack to work :( | 17:39 |
jaypipes | russellb: are you a rabbit expert? or eglynn? | 17:39 |
jaypipes | dansmith: I know man... trying my best. | 17:40 |
*** ywu_ has quit IRC | 17:40 | |
dansmith | jaypipes: no complaints :) | 17:40 |
*** ywu_ has joined #openstack-dev | 17:40 | |
* jaypipes wishes he could send dansmith one of these cookies his wife just delivered to his office | 17:40 | |
jaypipes | mmm | 17:40 |
dansmith | hah, nice | 17:40 |
jaypipes | nothing better than cookies right out of the oven. | 17:40 |
dansmith | what about cookies right out of the oven *AND* a working rabbitmq? | 17:41 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: fixes auth_ref initialization error https://review.openstack.org/16047 | 17:41 |
*** anniec has quit IRC | 17:43 | |
*** anniec has joined #openstack-dev | 17:43 | |
*** belliott has quit IRC | 17:44 | |
*** belliott has joined #openstack-dev | 17:44 | |
*** steveleon has joined #openstack-dev | 17:45 | |
*** jcmartin has joined #openstack-dev | 17:46 | |
*** ywu_ has quit IRC | 17:47 | |
*** ywu_ has joined #openstack-dev | 17:47 | |
*** ywu_ has quit IRC | 17:47 | |
*** ywu_ has joined #openstack-dev | 17:47 | |
*** thingee has joined #openstack-dev | 17:49 | |
*** colinmcnamara1 has quit IRC | 17:50 | |
*** davidlenwell is now known as david_brb | 17:50 | |
*** otherwiseguy has quit IRC | 17:51 | |
*** jkyle has quit IRC | 17:51 | |
openstackgerrit | A change was merged to openstack/quantum: Revert "Put gw_port into router dict result." https://review.openstack.org/16194 | 17:51 |
*** dwalleck has quit IRC | 17:52 | |
*** colinmcnamara has joined #openstack-dev | 17:52 | |
*** otherwiseguy has joined #openstack-dev | 17:53 | |
*** blamar_ has joined #openstack-dev | 17:55 | |
alexpilotti | vishy: good news, I just run the unit tests against Hyper-V using green.subprocess and it worked | 17:55 |
*** littleidea has quit IRC | 17:55 | |
alexpilotti | vishy: in case it works, should we revert the monkeypatch-patch or just issue a monkeypatch-patch-patch? :-) | 17:56 |
*** annegentle__ has joined #openstack-dev | 17:57 | |
*** blamar has quit IRC | 17:58 | |
*** blamar_ is now known as blamar | 17:58 | |
*** ywu_ has quit IRC | 17:58 | |
*** ywu_ has joined #openstack-dev | 17:58 | |
*** yidclare has joined #openstack-dev | 17:58 | |
*** otherwiseguy has quit IRC | 17:59 | |
openstackgerrit | A change was merged to openstack/nova: Clarify server_name, hostname, host. https://review.openstack.org/15590 | 18:01 |
*** ywu_ has quit IRC | 18:02 | |
*** anniec has quit IRC | 18:02 | |
*** ywu_ has joined #openstack-dev | 18:02 | |
*** annegentle_ has quit IRC | 18:02 | |
openstackgerrit | A change was merged to openstack/cinder: Remove gen_uuid() https://review.openstack.org/16075 | 18:03 |
sstent | How can I find out if/when "Change Ib44abf11: Support for several HA RabbitMQ servers." will be merged into the Folsom branch? | 18:04 |
*** nati_ueno has joined #openstack-dev | 18:04 | |
*** rburon has quit IRC | 18:04 | |
*** colinmcnamara has quit IRC | 18:11 | |
*** metral_ has joined #openstack-dev | 18:11 | |
*** derekh has quit IRC | 18:11 | |
*** annegentle__ has quit IRC | 18:12 | |
gyee | dolphm, ayoung, heckj: https://review.openstack.org/#/c/15691 | 18:12 |
*** littleidea has joined #openstack-dev | 18:12 | |
gyee | one more time? | 18:13 |
heckj | lookin now | 18:14 |
*** metral has quit IRC | 18:15 | |
*** metral_ is now known as metral | 18:15 | |
*** jcooley has quit IRC | 18:15 | |
*** vipul is now known as vipul|away | 18:15 | |
*** ywu_ has quit IRC | 18:16 | |
*** ywu_ has joined #openstack-dev | 18:16 | |
*** ywu_ has quit IRC | 18:17 | |
*** ywu_ has joined #openstack-dev | 18:17 | |
*** vipul|away is now known as vipul | 18:17 | |
sstent | How can I find out if/when "Change Ib44abf11: Support for several HA RabbitMQ servers." will be merged into the Folsom branch? | 18:17 |
*** spiffxp has joined #openstack-dev | 18:18 | |
*** Mandell has joined #openstack-dev | 18:20 | |
*** rushiagr has quit IRC | 18:21 | |
*** egallen has quit IRC | 18:22 | |
*** e1mer has quit IRC | 18:22 | |
sstent | Ok just found this -- https://review.openstack.org/#/c/14071/ -- So if rabbitmq has no HA support in Folsom, what is the recommended HA message queue? | 18:27 |
*** gyee has quit IRC | 18:30 | |
*** ywu_ has quit IRC | 18:31 | |
*** ywu_ has joined #openstack-dev | 18:31 | |
*** ywu_ has quit IRC | 18:32 | |
alexpilotti | jaypipes: ping | 18:32 |
*** andrewbogott is now known as andrewbogott_afk | 18:32 | |
*** ywu_ has joined #openstack-dev | 18:32 | |
jaypipes | alexpilotti: pongh | 18:33 |
alexpilotti | jaypipes: can upu please take alook at this one: https://review.openstack.org/#/c/16211/ | 18:33 |
alexpilotti | jaypipes: it's a blocking issue on Windows :-) | 18:33 |
*** thingee has quit IRC | 18:33 | |
alexpilotti | bcwaldon: ping | 18:33 |
jaypipes | alexpilotti: I cannot test Windows :( | 18:34 |
jaypipes | alexpilotti: so I'm not sure what I can do... | 18:34 |
*** thingee has joined #openstack-dev | 18:34 | |
alexpilotti | jaypipes: just review if possible, I already fixed it :-) | 18:34 |
*** johngarbutt has left #openstack-dev | 18:34 | |
jaypipes | alexpilotti: is posixpath a standard lib in Python? | 18:34 |
alexpilotti | jaypipes: yep | 18:35 |
jaypipes | alexpilotti: if not, might be better to do os.path.join() there, which would apply the correct pathsep | 18:35 |
jaypipes | alexpilotti: ok. | 18:35 |
alexpilotti | jaypipes: we had already a long discussion about this in Nova | 18:35 |
*** Sabaku has joined #openstack-dev | 18:35 | |
Sabaku | Hello | 18:35 |
alexpilotti | jaypipes: this is why I added a link to a similar nova bug | 18:35 |
jaypipes | alexpilotti: k, one sec | 18:36 |
*** RomainDaquin has joined #openstack-dev | 18:36 | |
RomainDaquin | hi | 18:36 |
alexpilotti | jaypipes: here's the doc: http://docs.python.org/2/library/os.path.html | 18:36 |
jaypipes | alexpilotti: approved. thx! | 18:36 |
alexpilotti | jaypipes: merci! | 18:36 |
jaypipes | pas de probleme | 18:37 |
*** imsplitbit has joined #openstack-dev | 18:38 | |
RomainDaquin | nous sommes des nouveaux dans le projet openstack, nous allons travailler sur la documentation. with : Sabaku and woprandi | 18:39 |
*** anniec has joined #openstack-dev | 18:39 | |
*** afazekas has quit IRC | 18:39 | |
*** egallen has joined #openstack-dev | 18:39 | |
Sabaku | Hello, i'm a newcomer on this community. I want to help community, to contribute about openstack-manuals. | 18:39 |
RomainDaquin | we are new to the OpenStack project, we will work on the documentation. with Sabaku and woprandi | 18:39 |
*** anniec_ has joined #openstack-dev | 18:39 | |
*** markmcclain has joined #openstack-dev | 18:39 | |
*** ywu_ has quit IRC | 18:40 | |
*** dprince has joined #openstack-dev | 18:40 | |
*** ywu_ has joined #openstack-dev | 18:40 | |
*** e1mer has joined #openstack-dev | 18:40 | |
*** rpedde is now known as rpedde_away | 18:41 | |
*** woprandi_ has joined #openstack-dev | 18:41 | |
RomainDaquin | I'm trying to fix https://bugs.launchpad.net/openstack-manuals/+bug/1076282, any tips on how to check out the source to this? | 18:42 |
uvirtbot | Launchpad bug 1076282 in openstack-manuals "Modification needed in Architecture Diagram" [Low,Confirmed] | 18:42 |
Sabaku | Where can I find source code about this issue: https://bugs.launchpad.net/openstack-manuals/+bug/1076282 | 18:42 |
woprandi_ | hi evrybody | 18:43 |
woprandi_ | everybody* | 18:43 |
*** anniec has quit IRC | 18:43 | |
*** anniec_ is now known as anniec | 18:43 | |
davidkranz | danwent: Ping. | 18:45 |
danwent | davidkranz: hey | 18:45 |
davidkranz | There are two quantum tempest blueprints that seem redundant | 18:45 |
*** Hien has quit IRC | 18:45 | |
*** heckj has quit IRC | 18:46 | |
davidkranz | https://blueprints.launchpad.net/tempest/+spec/add-basic-quantum-system-tests | 18:46 |
davidkranz | https://blueprints.launchpad.net/tempest/+spec/quantum-tempest | 18:46 |
davidkranz | danwent: Can you advise how to merge them? | 18:46 |
davidkranz | dansmith: Or not. | 18:46 |
*** ywu_ has quit IRC | 18:47 | |
*** ywu_ has joined #openstack-dev | 18:47 | |
danwent | davidkranz: let's eliminate the first one. Nachi is the current point person for this, and the second blueprint is from him, so I'd keep that one | 18:47 |
davidkranz | dansmith: Thxs. | 18:47 |
danwent | davidkranz: I think dansmith is going to be confused :P | 18:47 |
dansmith | davidkranz: no problem, glad to help! let me know if you need anything else! | 18:48 |
dansmith | heh | 18:48 |
davidkranz | Completion fail :) | 18:48 |
danwent | davidkranz: so I have several people who are pretty new to quantum, but are interested in doing tempest work | 18:48 |
danwent | davidkranz: i'd like to get a bit more organization around the quantum tempest team, and centrally drive of an intial set of use cases | 18:49 |
*** alexpilotti has quit IRC | 18:49 | |
davidkranz | danwent: Great. We are now tracking everything with blueprints. | 18:49 |
danwent | davidkranz: ok, and do you think the tempest weekly meeting is the best time for them to check in? when is that? | 18:49 |
davidkranz | danwent: In addition to adding basic api tests, at the summit we discussed how different configurations could be tested. | 18:49 |
danwent | davidkranz: exactly, i'd like to get people organized and volunteering to write tests for one scenario at a time, so we can start making progress. | 18:50 |
davidkranz | danwent: Definitely the qa meeting. It is at Thursday at 12:00 EST (17:00 UTC) | 18:50 |
*** japage has quit IRC | 18:50 | |
*** japage has joined #openstack-dev | 18:50 | |
danwent | davidkranz: ok.. i will send out a note in the next few days, trying to rally the group around quantum qa testing. | 18:51 |
davidkranz | danwent: Cool. | 18:51 |
danwent | davidkranz: i think there's a review with initial quantum tempest tests, but I thin it keeps getting abandoned… need to investigate | 18:51 |
davidkranz | danwent: I just saw that as I started to delete it. You can just advise me when it is sorted out. | 18:52 |
*** adjohn has joined #openstack-dev | 18:52 | |
danwent | davidkranz: actually, that review mentioned in the BP is even older. There was a fairly recent one from mnewby that was last abandoned about a week ago: https://review.openstack.org/#/c/12485/ | 18:53 |
*** ywu_ has quit IRC | 18:53 | |
*** ywu_ has joined #openstack-dev | 18:53 | |
davidkranz | danwent: If nati_ueno is the point person he should straighten this out I think. | 18:53 |
lifeless | japage: fairly sure they can in one direction | 18:54 |
lifeless | bah | 18:54 |
danwent | davidkranz: yes, unfortunately nati_ueno is busy implementing some features… i will try to get someone to look into this asap | 18:54 |
lifeless | jaypipes: ^ | 18:54 |
lifeless | jaypipes: e.g. nondurable exchange, durable queue | 18:54 |
davidkranz | danwent: k | 18:54 |
danwent | davidkranz: k, ttyl | 18:54 |
nati_ueno | davidkranz: danwent: I'm implementing tempest also now for security group feature | 18:54 |
nati_ueno | so I'll push it in next week | 18:54 |
danwent | nati_ueno: but does tempest even have basic quantum support yet? | 18:55 |
nati_ueno | danwent: Yes | 18:55 |
davidkranz | nati_ueno: Great. But let's keep blueprints up to date so we know where things are going. | 18:55 |
nati_ueno | danwent: I implemented the code based on the review 12485 | 18:55 |
danwent | nati_ueno: but that review is now abandoned, no? https://review.openstack.org/#/c/12485/ | 18:55 |
*** e1mer has quit IRC | 18:55 | |
nati_ueno | danwent: Yes. So we can take two way. Restart new tempest review or restore it | 18:56 |
nati_ueno | danwent: davidkranz: Do you want to split basic one and security group one? | 18:56 |
danwent | nati_ueno: ok, so you're planning on merging 12485 (or similar), then a security group review? | 18:56 |
*** Hien has joined #openstack-dev | 18:56 | |
*** blamar has quit IRC | 18:56 | |
danwent | nati_ueno: that would be great | 18:56 |
danwent | nati_ueno: i have a few other people who are looking to work on tempest tests… I will send them your way. | 18:57 |
danwent | nati_ueno: but since they are new, I don't think they will be able to do much until the basic framework as some existing examples are merged in. | 18:57 |
nati_ueno | danwent: OK so I'll restore the 12485 ( I'm not sure I have permission). Then work on security group and tempest | 18:57 |
davidkranz | nati_ueno: Currently in tempest we tend to group tests of a similar function in the same file and use different files for different functions. | 18:57 |
danwent | nati_ueno: ok, fantastic. i've got to run to a meeting. ttyl | 18:57 |
*** blamar_ has joined #openstack-dev | 18:57 | |
nati_ueno | danwent: TY | 18:57 |
nati_ueno | davidkranz: Yes basic and sg is splitted | 18:58 |
*** martine has joined #openstack-dev | 18:58 | |
*** networkstatic has joined #openstack-dev | 18:59 | |
davidkranz | nati_ueno: As per the email I sent a few days ago, we need people in the quantum group to review and +1 the new tempest quantum tests. | 19:01 |
*** ywu_ has quit IRC | 19:02 | |
nati_ueno | davidkranz: Sorry I may missed the mail | 19:02 |
nati_ueno | davidkranz: Could you resend it? | 19:02 |
*** ywu_ has joined #openstack-dev | 19:02 | |
*** egallen has quit IRC | 19:02 | |
nati_ueno | davidkranz: IMO, I'm in tempest-driver so I may can review. | 19:02 |
nati_ueno | davidkranz: And also, I think i'm a kind of quantum guy :) | 19:03 |
nati_ueno | davidkranz: So I can review the tempest and quantum code | 19:03 |
devananda | sdague: how old // useful are devstack/tools/* ? | 19:03 |
sdague | I know the configure_tempest.sh is actively used | 19:04 |
sdague | I don't know about the others | 19:04 |
davidkranz | nati_ueno: http://lists.openstack.org/pipermail/openstack-dev/2012-November/002674.html | 19:04 |
nati_ueno | davidkranz: Thanks! so I'll work on this | 19:05 |
*** darraghb has quit IRC | 19:05 | |
*** jcooley has joined #openstack-dev | 19:06 | |
openstackgerrit | A change was merged to openstack/ceilometer: Update openstack.common(except policy). https://review.openstack.org/16168 | 19:08 |
*** mrodden has quit IRC | 19:08 | |
*** annegentle_ has joined #openstack-dev | 19:09 | |
devananda | sdague: fwiw, things like build_ramdisk, build_pxe_env, etc, look unused. for baremetal, i'll be adding things like those, but the existing tools/ weren't sufficient or even all that similar | 19:09 |
openstackgerrit | A change was merged to openstack/glance: Add an image domain model and related helpers. https://review.openstack.org/15707 | 19:09 |
*** armaan has left #openstack-dev | 19:10 | |
*** danwent has quit IRC | 19:11 | |
*** timjr has joined #openstack-dev | 19:11 | |
*** ywu_ has quit IRC | 19:11 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Completely remove cfg's disable_interspersed_args() https://review.openstack.org/16056 | 19:12 |
*** ywu_ has joined #openstack-dev | 19:12 | |
sdague | devananda: sounds fine to me :) | 19:12 |
*** danpb has joined #openstack-dev | 19:13 | |
*** ben__duyujie_ has quit IRC | 19:13 | |
*** epim has joined #openstack-dev | 19:14 | |
*** Sabaku has quit IRC | 19:14 | |
*** woprandi_ has quit IRC | 19:15 | |
*** thingee has quit IRC | 19:15 | |
*** kaganos has joined #openstack-dev | 19:16 | |
*** nunosantos has joined #openstack-dev | 19:16 | |
*** RomainDaquin has left #openstack-dev | 19:17 | |
*** ywu_ has quit IRC | 19:17 | |
*** PaulM has joined #openstack-dev | 19:17 | |
*** ywu_ has joined #openstack-dev | 19:17 | |
*** rnirmal has joined #openstack-dev | 19:17 | |
*** garyk has joined #openstack-dev | 19:17 | |
*** thingee has joined #openstack-dev | 19:25 | |
*** ywu_ has quit IRC | 19:25 | |
*** ywu_ has joined #openstack-dev | 19:25 | |
*** armaan has joined #openstack-dev | 19:25 | |
*** armaan has left #openstack-dev | 19:25 | |
*** markmcclain has quit IRC | 19:26 | |
*** jakedahn_zz is now known as jakedahn | 19:27 | |
*** mrodden has joined #openstack-dev | 19:28 | |
*** markmcclain has joined #openstack-dev | 19:29 | |
*** topol has quit IRC | 19:29 | |
*** topol has joined #openstack-dev | 19:30 | |
*** ywu_ has quit IRC | 19:30 | |
*** alexpilotti has joined #openstack-dev | 19:31 | |
*** ywu_ has joined #openstack-dev | 19:31 | |
*** ywu_ has quit IRC | 19:31 | |
*** ywu_ has joined #openstack-dev | 19:31 | |
*** ywu_ has quit IRC | 19:32 | |
zykes- | dolphm: around ? | 19:32 |
zykes- | or ayoung | 19:32 |
*** ywu_ has joined #openstack-dev | 19:32 | |
dolphm | zykes-: yep | 19:32 |
zykes- | dolphm: in curl I get a token with admin / admin's password | 19:32 |
zykes- | I try to set it in my "rest" cluent (Chrome plugin) with X-Auth-Token:a5a560b318d94b07b2cf46aaf59155e7 but it fails with 401 | 19:33 |
dolphm | zykes-: are you specifying a tenant? | 19:34 |
alexpilotti | jaypipes: can I ask to approve it as well if possible? https://review.openstack.org/#/c/16211/ | 19:34 |
zykes- | dolphm: nope | 19:35 |
zykes- | should it be a admin tenant or ? | 19:35 |
*** topol has quit IRC | 19:35 | |
*** colinmcnamara has joined #openstack-dev | 19:35 | |
dolphm | zykes-: depends on what the operation you'd like to perform requires... but yes, it must also be a tenant that the admin user has a role granted on | 19:36 |
*** reed has joined #openstack-dev | 19:37 | |
*** colinmcnamara has quit IRC | 19:38 | |
zykes- | dolphm: but how come a "admin" user has access to see everything in the horizon dashboard ? | 19:38 |
zykes- | that's a bit spookie | 19:38 |
*** strife25 has quit IRC | 19:39 | |
*** melwitt has joined #openstack-dev | 19:40 | |
*** ywu_ has quit IRC | 19:40 | |
*** ywu_ has joined #openstack-dev | 19:40 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:41 | |
*** Tross has quit IRC | 19:41 | |
dolphm | zykes-: keystone's own policy.json is basically one line long, as a result, you either have the 'admin' role and can do everything, or you don't have the role and are limited to auth-related calls | 19:42 |
*** ywu_ has quit IRC | 19:42 | |
*** ywu_ has joined #openstack-dev | 19:42 | |
*** davidh_ has joined #openstack-dev | 19:43 | |
*** ywu_ has quit IRC | 19:47 | |
*** ywu_ has joined #openstack-dev | 19:47 | |
*** Tross has joined #openstack-dev | 19:47 | |
*** dubsquared has joined #openstack-dev | 19:48 | |
*** andrewbogott_afk is now known as andrewbogott | 19:49 | |
devananda | sdague: regarding devstack being only on one host, how do you feel about devstack controlling physical hardware via nova-baremetal, vs. devstack providing some VMs that act as though they were baremetal? | 19:49 |
devananda | sdague: ideally, i want to support both approaches | 19:50 |
*** thingee has quit IRC | 19:50 | |
*** ywu_ has quit IRC | 19:50 | |
*** ywu_ has joined #openstack-dev | 19:51 | |
ayoung | dolphm, https://review.openstack.org/#/c/16002/2 are we sure we want to go this way? | 19:52 |
*** martine has quit IRC | 19:53 | |
dolphm | ayoung: i'm happy with the patch itself, i figured mailing list would sort out the rest ;) | 19:53 |
ayoung | dolphm, yeah, that is kindof how I would like it to be. Reality has been "Keystone implememts, and a couple months later the rest of open stack realizes and chimes in" | 19:54 |
zykes- | dolphm: I get this from the auth call in keystone http://pastebin.com/cLQ7DghN | 19:54 |
zykes- | then I try to do curl -k -D - -H "X-Auth-Token:e6301f61d3444aa18b85220987dbd17b" -X 'GET' -v http://192.168.5.51:9191/v1/images -H 'Content-type: application/json' towards glance but I get a 401 | 19:55 |
*** topol has joined #openstack-dev | 19:55 | |
*** rpedde_away is now known as rpedde | 19:56 | |
alexpilotti | jaypipes: ping | 19:56 |
ayoung | zykes-, try running the glance command line in debug mode and see what it sends back and forth, it is enlightening | 19:56 |
zykes- | ok | 19:56 |
*** vipul is now known as vipul|away | 19:57 | |
*** vipul|away is now known as vipul | 19:57 | |
dolphm | zykes-: ^ ++ | 19:57 |
zykes- | dolphm: sorry ? | 19:57 |
dolphm | zykes-: what ayoung said | 19:58 |
zykes- | yeh, trrying that :) | 19:58 |
*** vipul is now known as vipul|away | 19:58 | |
*** vipul|away is now known as vipul | 19:58 | |
*** dubsquared has quit IRC | 19:58 | |
*** spiffxp is now known as spiffxp-away | 19:59 | |
*** ywu_ has quit IRC | 20:02 | |
*** ywu_ has joined #openstack-dev | 20:02 | |
*** andrewbogott is now known as andrewbogott_afk | 20:02 | |
*** mrodden has quit IRC | 20:02 | |
*** andrewbogott_afk is now known as andrewbogott | 20:03 | |
*** danwent has joined #openstack-dev | 20:04 | |
zykes- | weird ayoung / dolphm, it get's a diff token there then myself in curl | 20:05 |
*** mrodden has joined #openstack-dev | 20:05 | |
*** jcooley has quit IRC | 20:06 | |
annegentle_ | ceilometer folks around? Or do they have their own channel? And should I check first before I ask? :) | 20:06 |
*** mikal has quit IRC | 20:07 | |
*** mikal has joined #openstack-dev | 20:08 | |
russellb | eharney: Hey, it just occurred to me that we need to propose a cinder blueprint for LIO support | 20:09 |
davidkranz | annegentle_: #openstack-metering | 20:09 |
russellb | eharney: that way others know there is someone working on it :-) | 20:10 |
eharney | russellb: yes, i was thinking about that just the other day actually | 20:10 |
annegentle_ | davidkranz: thanks. Can't ever spell ceilometer anyway | 20:10 |
russellb | eharney: https://blueprints.launchpad.net/cinder/+addspec | 20:10 |
ayoung | zykes-, there are many reasons you can get different tokens. Different request criteria, token time outs, etc | 20:11 |
russellb | you want to write it up? Doesn't have to be too detailed ... | 20:11 |
*** andrewbogott is now known as andrewbogott_afk | 20:11 | |
zykes- | ok :p | 20:11 |
*** andrewbogott_afk is now known as andrewbogott | 20:11 | |
russellb | eharney: also, i think it would be good to post to the openstack-dev list letting people know you're looking at it, and include an overview of the approach you're trying to take so you can get early feedback | 20:11 |
russellb | eharney: i'd be happy to review anything you'd like me to before you post if you'd like | 20:11 |
*** ywu_ has quit IRC | 20:11 | |
*** ywu_ has joined #openstack-dev | 20:12 | |
jaypipes | alexpilotti: pong | 20:12 |
dripton | devananda: Do you have the URL for the db-cleanup page? Can't find it in grizzly whiteboards. | 20:12 |
eharney | russellb: sure, i'll start putting some things together. haven't been thinking a lot at that level lately. :) | 20:12 |
*** AnilV4 has quit IRC | 20:12 | |
russellb | eharney: no worries, my bad for forgetting about that part | 20:13 |
*** AnilV4 has joined #openstack-dev | 20:13 | |
alexpilotti | jaypipes: Hi, I was wondering if you could approve the commit you reviewed :-) | 20:13 |
*** salv-orlando has quit IRC | 20:13 | |
devananda | dripton: https://blueprints.launchpad.net/nova/+spec/db-cleanup | 20:13 |
*** vipul is now known as vipul|away | 20:13 | |
*** turul64 has joined #openstack-dev | 20:13 | |
dripton | devananda: thanks, I forgot it was under blueprints | 20:13 |
devananda | :) | 20:14 |
jaypipes | alexpilotti: I could but it would be best to get 2 +2s. | 20:14 |
jaypipes | bcwaldon, eglynn, or another glance-core? | 20:14 |
jaypipes | iccha: ^^ | 20:14 |
alexpilotti | jaypipes: was looking for bcwaldon as he did the patch that coused this issue ;-) | 20:15 |
eglynn | jaypipes: hey, 'sup? | 20:15 |
alexpilotti | eglynn: hi! Can I ask you to review a commit? It's a blocking issue on Windows :-) | 20:16 |
jaypipes | eglynn: alexpilotti is looking for another +2 on a review. | 20:16 |
eglynn | alexpilotti: np, you got a link for the review? | 20:16 |
*** PaulM1 has joined #openstack-dev | 20:16 | |
alexpilotti | eglynn: sure: https://review.openstack.org/#/c/16211/ | 20:17 |
*** ywu_ has quit IRC | 20:17 | |
* eglynn looking ... | 20:17 | |
*** ywu_ has joined #openstack-dev | 20:17 | |
*** ayoung has quit IRC | 20:18 | |
*** PaulM has quit IRC | 20:18 | |
eglynn | alexpilotti: thanks for the fix, approved! | 20:18 |
nati_ueno | arosen: Hi arosen | 20:19 |
alexpilotti | eglynn jaypipes: Tx guys!! | 20:19 |
*** topol_ has joined #openstack-dev | 20:19 | |
iccha | will look at it jaypipes alexpilotti | 20:20 |
iccha | ah already approved :) | 20:20 |
alexpilotti | iccha: tx anyway! :-) | 20:20 |
*** topol has quit IRC | 20:20 | |
*** topol_ is now known as topol | 20:20 | |
jaypipes | eglynn, iccha, bcwaldon: probably would be a good idea to remove me from glance-core. I haven't had the time to do reviews in glance of late and I shouldn't take up space in the core team. | 20:21 |
iccha | eglynn: did you receive my email? | 20:22 |
*** martine has joined #openstack-dev | 20:22 | |
eglynn | iccha: sorry no, didn't see it ... what the subject? | 20:23 |
iccha | eglynn: Was wondering if you are working on | 20:23 |
iccha | https://bugs.launchpad.net/glance/+bug/1020749 , if not I would like to pick up on it as I have some bandwidth. | 20:23 |
uvirtbot | Launchpad bug 1020749 in glance "Use Openstack-Common notifier" [Wishlist,Triaged] | 20:23 |
eglynn | iccha: it's on my to-do list , but I've been pretty swamped with ceilo work | 20:24 |
eglynn | iccha: so if you're up for it, knock yourself out! | 20:25 |
eglynn | iccha: thanks by the way ... | 20:25 |
*** esp has quit IRC | 20:26 | |
*** PaulM1 is now known as PaulM | 20:26 | |
*** ewindisch has quit IRC | 20:26 | |
*** ywu_ has quit IRC | 20:27 | |
*** esp has joined #openstack-dev | 20:27 | |
*** ywu_ has joined #openstack-dev | 20:27 | |
*** esp has quit IRC | 20:28 | |
*** ywu_ has quit IRC | 20:31 | |
*** ywu_ has joined #openstack-dev | 20:31 | |
*** ywu_ has quit IRC | 20:32 | |
*** ywu_ has joined #openstack-dev | 20:32 | |
*** esheffield1 has joined #openstack-dev | 20:32 | |
*** jcooley has joined #openstack-dev | 20:33 | |
*** esheffield has quit IRC | 20:35 | |
*** ywu_ has quit IRC | 20:40 | |
*** ywu_ has joined #openstack-dev | 20:40 | |
alexpilotti | chmouel: ping | 20:41 |
alexpilotti | mikal: ping | 20:41 |
*** ywu_ has quit IRC | 20:47 | |
*** ywu_ has joined #openstack-dev | 20:47 | |
*** roadTripper has quit IRC | 20:47 | |
*** esp1 has joined #openstack-dev | 20:48 | |
*** arbrandes has quit IRC | 20:49 | |
*** vipul|away is now known as vipul | 20:49 | |
*** spiffxp-away is now known as spiffxp | 20:50 | |
*** pixelbeat has quit IRC | 20:53 | |
*** markwash has quit IRC | 20:53 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Enhance --checksum help with algorithm https://review.openstack.org/16078 | 20:54 |
*** rkukura has quit IRC | 20:54 | |
*** danpb has quit IRC | 20:55 | |
*** ywu_ has quit IRC | 20:57 | |
*** ywu_ has joined #openstack-dev | 20:57 | |
*** koolhead17 has quit IRC | 20:57 | |
*** datsun180b_ has joined #openstack-dev | 20:58 | |
*** danwent has quit IRC | 20:59 | |
*** datsun180b has quit IRC | 21:01 | |
*** datsun180b_ is now known as datsun180b | 21:01 | |
*** ywu_ has quit IRC | 21:02 | |
*** ywu_ has joined #openstack-dev | 21:02 | |
*** oNeToWn has quit IRC | 21:02 | |
alexpilotti | vishy: the nova meeting is now on #openstack-meeting? | 21:04 |
*** anniec has quit IRC | 21:04 | |
vishy | yup | 21:04 |
*** jdbarry has joined #openstack-dev | 21:05 | |
*** armaan has joined #openstack-dev | 21:06 | |
*** armaan has left #openstack-dev | 21:06 | |
*** anniec has joined #openstack-dev | 21:08 | |
*** blamar_ has quit IRC | 21:11 | |
*** blamar has joined #openstack-dev | 21:12 | |
*** mrodden1 has joined #openstack-dev | 21:13 | |
*** strife25 has joined #openstack-dev | 21:14 | |
*** ywu_ has quit IRC | 21:15 | |
*** ywu_ has joined #openstack-dev | 21:15 | |
*** ywu_ has quit IRC | 21:17 | |
*** thingee has joined #openstack-dev | 21:17 | |
*** ywu_ has joined #openstack-dev | 21:17 | |
*** mrodden has quit IRC | 21:17 | |
chmouel | alexpilotti: pong | 21:18 |
openstackgerrit | A change was merged to openstack/python-glanceclient: Fixes bug on Windows related to a wrong API url https://review.openstack.org/16211 | 21:18 |
alexpilotti | chmouel: hi, I have a patch for python-swiftclient out for review since a few days :-) | 21:18 |
alexpilotti | chmouel: I was wondering who to ask for review | 21:19 |
alexpilotti | chmouel: https://review.openstack.org/#/c/15517/ | 21:20 |
chmouel | alexpilotti: sure let me have a look | 21:21 |
alexpilotti | chmouel: it's a fix for Windows, it has already been merged on all clients except swift | 21:21 |
*** colinmcnamara has joined #openstack-dev | 21:21 | |
chmouel | alexpilotti: it's a merge from openstack-common, right? | 21:21 |
alexpilotti | chmouel: yes | 21:21 |
*** thingee has quit IRC | 21:22 | |
chmouel | alexpilotti: k thanks, +2 | 21:23 |
*** heckj has joined #openstack-dev | 21:23 | |
alexpilotti | chmouel: tx! | 21:23 |
*** utlemming has quit IRC | 21:24 | |
*** japage has quit IRC | 21:24 | |
*** colinmcnamara1 has joined #openstack-dev | 21:25 | |
*** colinmcnamara has quit IRC | 21:25 | |
*** utlemming has joined #openstack-dev | 21:26 | |
*** ayoung has joined #openstack-dev | 21:26 | |
*** anniec has quit IRC | 21:27 | |
*** anniec has joined #openstack-dev | 21:27 | |
*** ywu_ has quit IRC | 21:29 | |
*** ywu_ has joined #openstack-dev | 21:29 | |
*** jdorothy has quit IRC | 21:29 | |
*** esp1 has quit IRC | 21:29 | |
*** colinmcnamara1 has quit IRC | 21:29 | |
*** jdorothy has joined #openstack-dev | 21:31 | |
*** ywu_ has quit IRC | 21:31 | |
*** esp1 has joined #openstack-dev | 21:31 | |
*** ywu_ has joined #openstack-dev | 21:31 | |
*** ywu_ has quit IRC | 21:32 | |
*** ywu_ has joined #openstack-dev | 21:32 | |
*** thingee has joined #openstack-dev | 21:34 | |
*** ywu_ has quit IRC | 21:40 | |
*** ywu_ has joined #openstack-dev | 21:40 | |
*** ywu_ has quit IRC | 21:42 | |
*** ywu_ has joined #openstack-dev | 21:42 | |
*** danwent has joined #openstack-dev | 21:43 | |
heckj | Vek: just reviewed the new code to pass token into the env - looks good, very simple, very clear | 21:44 |
heckj | Vek: just a request to add the notes of what we're now doing to the docstring so that other folks wanting the same thing will potentially be aware of it | 21:45 |
*** heckj has quit IRC | 21:46 | |
*** ywu_ has quit IRC | 21:47 | |
*** ywu_ has joined #openstack-dev | 21:47 | |
*** openfly has left #openstack-dev | 21:47 | |
*** ewindisch has joined #openstack-dev | 21:50 | |
*** radez is now known as radez_g0n3 | 21:51 | |
*** topol has quit IRC | 21:52 | |
*** ywu_ has quit IRC | 21:53 | |
*** ywu_ has joined #openstack-dev | 21:53 | |
*** metral has quit IRC | 21:54 | |
*** datsun180b has quit IRC | 21:55 | |
*** gyee has joined #openstack-dev | 21:55 | |
openstackgerrit | A change was merged to openstack/cinder: Various pep8/HACKING fixes for Cinder. https://review.openstack.org/15806 | 21:55 |
*** datsun180b has joined #openstack-dev | 21:55 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: fixed inconsistencies in parameter descriptions https://review.openstack.org/15945 | 21:56 |
*** jcooley has quit IRC | 21:56 | |
*** danwent has quit IRC | 21:56 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix the log test so it uses the available context fields. https://review.openstack.org/15933 | 21:57 |
*** danwent has joined #openstack-dev | 21:58 | |
*** markwash has joined #openstack-dev | 21:59 | |
*** anniec has quit IRC | 22:01 | |
*** ewindisch has quit IRC | 22:01 | |
alexpilotti | comstud: hi, I'd like to start working on cells for what concerns HyperV | 22:01 |
*** anniec has joined #openstack-dev | 22:01 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: Fixes setup compatibility issue on Windows https://review.openstack.org/15517 | 22:01 |
alexpilotti | comstud: do you plan to have new APIs on the compute side? | 22:01 |
*** ywu_ has quit IRC | 22:02 | |
*** kbrandt has quit IRC | 22:02 | |
comstud | i don't think so | 22:02 |
*** ywu_ has joined #openstack-dev | 22:02 | |
comstud | depends on what you mean i guess | 22:02 |
*** jaypipes has quit IRC | 22:02 | |
alexpilotti | comstud: well, it's a cool feature and we'd like to support it ASAP. | 22:03 |
comstud | there's really no changes required for a virt driver | 22:03 |
alexpilotti | comstud: so I'd like to see what this means in terms of effort on our side | 22:03 |
alexpilotti | comstud: ok. I'd like to start testing it. Do you have any doc on deployment and configuration? | 22:04 |
alexpilotti | comstud: I heard / read various stuff since the summit in SD, but always fragments | 22:04 |
*** markwash has quit IRC | 22:04 | |
comstud | the spec for the blueprint is the best place right now | 22:04 |
comstud | n | 22:05 |
comstud | oops | 22:05 |
comstud | https://blueprints.launchpad.net/nova/+spec/nova-compute-cells | 22:05 |
comstud | click on 'read the full specification' | 22:05 |
*** timjr has quit IRC | 22:06 | |
*** martine has quit IRC | 22:06 | |
*** networkstatic has quit IRC | 22:06 | |
*** networkstatic has joined #openstack-dev | 22:06 | |
alexpilotti | comstud: yep, I know them | 22:06 |
*** ewindisch has joined #openstack-dev | 22:07 | |
*** harlowja has quit IRC | 22:07 | |
*** rnirmal has quit IRC | 22:07 | |
*** harlowja has joined #openstack-dev | 22:09 | |
*** blamar has quit IRC | 22:10 | |
alexpilotti | comstud: is there an API to identify all the hosts in a compute cell? | 22:10 |
*** networkstatic has quit IRC | 22:11 | |
*** timjr has joined #openstack-dev | 22:11 | |
alexpilotti | comstud: to give an idea: nova hypervisor-list --cell <id> | 22:11 |
comstud | each cell has its own DB | 22:11 |
comstud | which contains only the hosts in that cell | 22:11 |
comstud | right.. | 22:11 |
comstud | there's a patch for that extension | 22:11 |
comstud | to show hosts in all cells | 22:11 |
alexpilotti | comstud: ok | 22:11 |
comstud | this stuff is all up for review right now | 22:11 |
alexpilotti | comstud: tx, I'll look at it | 22:12 |
*** ywu_ has quit IRC | 22:12 | |
*** ywu_ has joined #openstack-dev | 22:13 | |
openstackgerrit | A change was merged to openstack/nova: Allow group='foo' in self.flags() for tests. https://review.openstack.org/16222 | 22:15 |
*** esheffield1 has quit IRC | 22:15 | |
openstackgerrit | A change was merged to openstack/swift: Remove outdated Debian packaging guide. https://review.openstack.org/15937 | 22:15 |
*** boden has quit IRC | 22:15 | |
*** strife25 has quit IRC | 22:16 | |
*** ywu_ has quit IRC | 22:17 | |
*** ywu_ has joined #openstack-dev | 22:17 | |
*** jkyle has joined #openstack-dev | 22:18 | |
*** ewindisch has quit IRC | 22:20 | |
openstackgerrit | A change was merged to openstack/nova: Enable Quantum linux bridge VIF driver to use "bridge" type https://review.openstack.org/14830 | 22:22 |
*** markwash has joined #openstack-dev | 22:24 | |
*** mtreinish has quit IRC | 22:24 | |
*** esp1 has quit IRC | 22:24 | |
*** jdorothy has quit IRC | 22:25 | |
*** gongysh has joined #openstack-dev | 22:25 | |
*** ywu_ has quit IRC | 22:25 | |
*** sandywalsh has quit IRC | 22:25 | |
*** ywu_ has joined #openstack-dev | 22:26 | |
*** blamar has joined #openstack-dev | 22:26 | |
*** esp has joined #openstack-dev | 22:26 | |
*** markmcclain has quit IRC | 22:26 | |
*** jdorothy has joined #openstack-dev | 22:26 | |
*** ywu_ has quit IRC | 22:31 | |
*** blamar has quit IRC | 22:31 | |
*** ywu_ has joined #openstack-dev | 22:31 | |
*** ywu_ has quit IRC | 22:32 | |
*** ywu_ has joined #openstack-dev | 22:32 | |
*** samkottler is now known as samkottler|bbl | 22:32 | |
*** blamar has joined #openstack-dev | 22:33 | |
*** esheffield has joined #openstack-dev | 22:33 | |
*** eharney has quit IRC | 22:36 | |
*** ywu_ has quit IRC | 22:40 | |
openstackgerrit | A change was merged to openstack/quantum: Allow NVP plugin to use per-tenant quota extension https://review.openstack.org/16202 | 22:40 |
*** ywu_ has joined #openstack-dev | 22:40 | |
*** brich1 has left #openstack-dev | 22:42 | |
*** colinmcnamara has joined #openstack-dev | 22:45 | |
*** turul64 has quit IRC | 22:47 | |
*** ywu_ has quit IRC | 22:47 | |
*** ywu_ has joined #openstack-dev | 22:47 | |
*** openstackgerrit has quit IRC | 22:47 | |
*** openstackgerrit has joined #openstack-dev | 22:48 | |
*** ywu_ has quit IRC | 22:48 | |
*** ywu_ has joined #openstack-dev | 22:48 | |
*** dolphm has quit IRC | 22:49 | |
*** colinmcnamara has quit IRC | 22:50 | |
*** annegentle_ has quit IRC | 22:50 | |
*** pixelbeat has joined #openstack-dev | 22:51 | |
openstackgerrit | A change was merged to openstack/nova: Fix network RPC API backwards compat https://review.openstack.org/15259 | 22:51 |
openstackgerrit | A change was merged to openstack/keystone: Ensures User is member of tenant in ec2 validation https://review.openstack.org/16028 | 22:52 |
openstackgerrit | A change was merged to openstack/nova: create_db_entry_for_new_instance did not call sgh for default https://review.openstack.org/16133 | 22:52 |
*** david_brb is now known as davidlenwell | 22:52 | |
openstackgerrit | A change was merged to openstack/nova: Do not alias stdlib uuid module as uuidutils, since nova has uuidutils. https://review.openstack.org/16229 | 22:53 |
*** imsplitbit has quit IRC | 22:55 | |
*** tmishler has quit IRC | 22:55 | |
*** imsplitbit has joined #openstack-dev | 22:56 | |
*** turul64 has joined #openstack-dev | 22:59 | |
*** henrynash has quit IRC | 22:59 | |
*** colinmcnamara has joined #openstack-dev | 23:00 | |
*** ywu_ has quit IRC | 23:00 | |
*** ywu_ has joined #openstack-dev | 23:00 | |
*** pabelanger has quit IRC | 23:01 | |
*** ywu_ has quit IRC | 23:02 | |
*** ywu_ has joined #openstack-dev | 23:02 | |
*** colinmcnamara1 has joined #openstack-dev | 23:03 | |
*** alunduil has quit IRC | 23:04 | |
*** colinmcnamara has quit IRC | 23:04 | |
*** colinmcnamara has joined #openstack-dev | 23:05 | |
*** sthaha has joined #openstack-dev | 23:05 | |
*** zaitcev has joined #openstack-dev | 23:08 | |
*** colinmcnamara1 has quit IRC | 23:08 | |
alexpilotti | russellb: ping | 23:08 |
russellb | alexpilotti: pong | 23:08 |
clarkb | jeblair: ^ zuul is magic | 23:09 |
alexpilotti | russellb: can you please appove this? https://review.openstack.org/#/c/15930/ | 23:09 |
alexpilotti | russellb: it's just a doc file | 23:09 |
*** ywu_ has quit IRC | 23:09 | |
clarkb | jgriffith: 4 changes across 2 projects in 2 minutes :) | 23:09 |
clarkb | jgriffith: sorry I wanted that to go to jeblair | 23:09 |
russellb | alexpilotti: done | 23:09 |
*** ywu_ has joined #openstack-dev | 23:09 | |
alexpilotti | russellb: tx! | 23:09 |
jeblair | clarkb: whee! it's nice when things work as designed! the better the code and testing is, the faster changes get merged. | 23:10 |
iccha | nati_ueno: hey, I was reading up previous messages from mailing list about common transaction id across all projects in openstack.. do you know if a blueprint or bug was filed anywhere for it? | 23:11 |
nati_ueno | iccha: I suppose there are no bps | 23:12 |
*** hattwick has quit IRC | 23:16 | |
sdague | anyone else throwing devstack changes that want to take a look at this - https://review.openstack.org/#/c/15597/ we need it to fix postgresql runs, but I'd like to get a second set of eyes on it | 23:16 |
*** datsun180b has quit IRC | 23:16 | |
*** ywu_ has quit IRC | 23:17 | |
*** ywu_ has joined #openstack-dev | 23:17 | |
*** kbringard has quit IRC | 23:19 | |
*** hattwick has joined #openstack-dev | 23:19 | |
*** vipul is now known as vipul|away | 23:20 | |
*** vipul|away is now known as vipul | 23:20 | |
*** dspano has quit IRC | 23:21 | |
*** markwash has quit IRC | 23:22 | |
*** colinmcnamara has quit IRC | 23:24 | |
*** thingee has quit IRC | 23:24 | |
*** colinmcnamara has joined #openstack-dev | 23:25 | |
*** ywu_ has quit IRC | 23:25 | |
*** thingee has joined #openstack-dev | 23:25 | |
*** ywu_ has joined #openstack-dev | 23:26 | |
*** epim has quit IRC | 23:26 | |
*** samkottler|bbl is now known as samkottler | 23:26 | |
*** ywu_ has quit IRC | 23:30 | |
*** edmund has quit IRC | 23:30 | |
*** ywu_ has joined #openstack-dev | 23:31 | |
*** ywu_ has quit IRC | 23:31 | |
*** ywu_ has joined #openstack-dev | 23:31 | |
*** ywu_ has quit IRC | 23:32 | |
*** ywu_ has joined #openstack-dev | 23:32 | |
*** timjr has quit IRC | 23:32 | |
*** colinmcnamara has quit IRC | 23:33 | |
*** colinmcnamara has joined #openstack-dev | 23:33 | |
*** yidclare has quit IRC | 23:34 | |
*** spiffxp has quit IRC | 23:36 | |
*** timjr has joined #openstack-dev | 23:36 | |
*** ewindisch has joined #openstack-dev | 23:37 | |
*** rpedde is now known as rpedde_away | 23:37 | |
*** ywu_ has quit IRC | 23:40 | |
*** ywu_ has joined #openstack-dev | 23:40 | |
*** ywu_ has quit IRC | 23:42 | |
*** ywu_ has joined #openstack-dev | 23:42 | |
*** ywu_ has quit IRC | 23:45 | |
*** ywu_ has joined #openstack-dev | 23:45 | |
*** ywu_ has quit IRC | 23:47 | |
*** ywu_ has joined #openstack-dev | 23:47 | |
*** devananda has quit IRC | 23:47 | |
*** devananda has joined #openstack-dev | 23:48 | |
*** aeperezt has quit IRC | 23:52 | |
*** colinmcnamara has quit IRC | 23:57 | |
*** ywu_ has quit IRC | 23:58 | |
*** colinmcnamara has joined #openstack-dev | 23:58 | |
*** ywu_ has joined #openstack-dev | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!