*** danwent has quit IRC | 00:01 | |
*** CaptTofu has quit IRC | 00:02 | |
*** CaptTofu has joined #openstack-dev | 00:03 | |
*** CaptTofu has quit IRC | 00:04 | |
*** MaxV has joined #openstack-dev | 00:05 | |
*** CaptTofu has joined #openstack-dev | 00:05 | |
*** MaxV has quit IRC | 00:09 | |
*** dina_belova has joined #openstack-dev | 00:09 | |
*** CaptTofu has quit IRC | 00:12 | |
*** CaptTofu has joined #openstack-dev | 00:13 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: RPC: Add MessageSecurity implementation https://review.openstack.org/37912 | 00:13 |
---|---|---|
*** kutija has quit IRC | 00:14 | |
*** dina_belova has quit IRC | 00:14 | |
*** emagana has joined #openstack-dev | 00:17 | |
*** reed has quit IRC | 00:18 | |
*** markwash has quit IRC | 00:19 | |
*** salv-orlando has quit IRC | 00:20 | |
*** dosaboy_ has joined #openstack-dev | 00:20 | |
*** dosaboy has quit IRC | 00:20 | |
*** nijaba has quit IRC | 00:21 | |
*** nijaba has joined #openstack-dev | 00:22 | |
*** derekh has quit IRC | 00:22 | |
*** martine has joined #openstack-dev | 00:25 | |
*** lexinator1 has quit IRC | 00:25 | |
*** martine is now known as Guest77974 | 00:25 | |
*** galstrom_zzz is now known as galstrom | 00:29 | |
*** zul has quit IRC | 00:32 | |
ayoung | jamielennox, on https://review.openstack.org/#/c/40173/2 your commit message is hard to understand. | 00:33 |
jamielennox | ayoung: ok, i can rewrite it | 00:33 |
ayoung | I think what you are saying is the you needed to rename httpclient because something else was supposed to be called client | 00:33 |
jamielennox | i wasn't sure what you were getting at with your comment, that's pretty much it | 00:33 |
ayoung | other than that it is fine | 00:33 |
jamielennox | client.Client is the discoverability entry point, and it causes a mess to mix the two up | 00:34 |
ayoung | jamielennox, so we are going to do a Keystone team wide walk through of the code on Monday. | 00:34 |
jamielennox | ayoung: i saw that, that's fine for me | 00:34 |
jamielennox | IRC or a phone in? | 00:34 |
ayoung | you'll have to get up a half hour earlier, but that lets Henrynash play, too | 00:34 |
ayoung | irc unless topol sets something up | 00:34 |
gyee | jamielennox, sorry I got pulled into a meeting, back now | 00:35 |
jamielennox | gyee: np | 00:35 |
*** terryh has quit IRC | 00:35 | |
gyee | jamielennox, are you going to update auth_token middleware to use python requests? | 00:35 |
jamielennox | ayoung: topol is ibm? they will have an australian call in point | 00:35 |
ayoung | jamielennox, yes, he's IBM. I'll ask. | 00:35 |
jamielennox | ayoung: they have a number of offices around here | 00:36 |
*** galstrom is now known as galstrom_zzz | 00:36 | |
jamielennox | gyee: so the plan is to update auth_token to use keystoneclient which uses requests | 00:36 |
*** sandywalsh has quit IRC | 00:36 | |
nachi | keystone-folks: I have a question on request library used in python-keystoneclient. I am trying to use the request library on my local machine behind proxy and connect to some https site. But I get an ssl error. I was wondering if the request library used in keystoneclient would be able to connect to keystone server which is running behind proxy. | 00:36 |
*** lexinator has joined #openstack-dev | 00:37 | |
*** gkotton has joined #openstack-dev | 00:37 | |
*** galstrom_zzz is now known as galstrom | 00:37 | |
ayoung | nachi, it sounds like an SSL issue, but the requests library should be able to handle it | 00:37 |
ayoung | nachi, can you talk to the same Keystone using curl? | 00:38 |
*** epim has quit IRC | 00:38 | |
nachi | ayoung: yes | 00:38 |
ayoung | nachi, and you are doing full ssl validation? | 00:39 |
nachi | ayoung please check this https://github.com/kennethreitz/requests/issues/1204 | 00:39 |
*** Shaan7 has joined #openstack-dev | 00:39 | |
nachi | ayoung, i am trying to the same on the python prompt and use request library to connect to https site | 00:40 |
ayoung | jamielennox, make that two strikes against requests: https://github.com/kennethreitz/requests/issues/1204 | 00:40 |
*** garyk has quit IRC | 00:41 | |
*** gkotton is now known as garyk | 00:41 | |
*** Chaser has quit IRC | 00:41 | |
jamielennox | ayoung: better? https://review.openstack.org/#/c/40173/2 | 00:41 |
*** SumitNaiksatam has quit IRC | 00:41 | |
ayoung | jamielennox, +2ed | 00:42 |
ayoung | nachi, it sounds like the problem is https over https? | 00:42 |
jamielennox | ayoung: argh, that's annoying | 00:43 |
jamielennox | how are we the first to come across this? | 00:43 |
jamielennox | and why do they keep closing bugs if it's not fixed yet? | 00:43 |
ayoung | jamielennox, looks like they just resolved it upstream | 00:43 |
ayoung | https://github.com/shazow/urllib3/pull/170 | 00:43 |
emagana | any one has Eclipse and PyDev set up? | 00:44 |
ayoung | emagana, I do | 00:44 |
emagana | ayoung: can I ask you some questions? | 00:44 |
nachi | ayoung, ok. I was not sure about what the problem is. i was going to check if anyone is aware of that. | 00:44 |
ayoung | nachi, can you try with the upstream version of urllib3? | 00:45 |
*** dolphm has joined #openstack-dev | 00:45 | |
ayoung | emagana, yes, but first read this http://adam.younglogic.com/2012/12/keystone-and-eclipse-pydev/ | 00:45 |
ayoung | emagana, keep the conversation in here. Too hard to multiplex. and others might benefit | 00:46 |
*** alop has quit IRC | 00:46 | |
nachi | ayoung, i will checkout the upstream urllib3 and will try that | 00:46 |
emagana | yes I did already, I am just still having the error: | 00:47 |
*** djinni has quit IRC | 00:47 | |
emagana | ayoung: error: cannot switch to a different thread | 00:47 |
ayoung | emagana, Keystone? | 00:47 |
jamielennox | ayoung, nachi: so it hasn't made it into requests yet https://github.com/kennethreitz/requests/pull/1515 | 00:47 |
emagana | neutron | 00:47 |
ayoung | emagana, not sure if neutron support the STANDARD_THREADS approch. Look at where they are setting up monkeypatching, and remote the monkeypatching of thread | 00:48 |
*** alop has joined #openstack-dev | 00:48 | |
emagana | ayoung: that is my question about | 00:48 |
*** djinni has joined #openstack-dev | 00:49 | |
ayoung | emagana, I am recloning it right now. Hadn't updated since they gave QUantum the works | 00:49 |
emagana | ayoung: I changed eventlet.monkey_patch(os=False, thread=False) | 00:49 |
ayoung | emagana, to test, did you step through that line of code? | 00:50 |
emagana | ayoung: what should I expect? | 00:50 |
ayoung | emagana, before you monkey patch, you should be able to step debug. If the step debugging breaks, the monkey patch happened anyway | 00:51 |
*** galstrom is now known as galstrom_zzz | 00:52 | |
emagana | well, I added a breakpoint and it worked | 00:52 |
ayoung | emagana, maybe monkey patch happened later | 00:52 |
emagana | exactly in that line the code eventlet.monkey_patch(os=False, thread=False), so neutron server is running | 00:52 |
ayoung | emagana, but a later breakpoint triggered the "cannot switch meesage?" | 00:53 |
emagana | ayoung: exactly!! | 00:54 |
*** xmltok_ has quit IRC | 00:54 | |
*** jasondotstar has joined #openstack-dev | 00:55 | |
*** kaushikc has joined #openstack-dev | 00:55 | |
*** tmclaugh[work] has quit IRC | 00:55 | |
ayoung | emagana, there are multiple neutron processes. Maybe the monkey patch and breakpoint are in a different one? | 00:55 |
emagana | ayoung: I will look for another mokey_patch | 00:56 |
*** dhubbard_ has quit IRC | 00:56 | |
*** Chaser has joined #openstack-dev | 00:57 | |
*** galstrom_zzz is now known as galstrom | 00:58 | |
ayoung | emagana, you changed the one in quantum server? | 00:58 |
emagana | ayoung: yes, is actually the only one that I changed | 00:59 |
ayoung | there is also one in quantum-rpm-zmq-receiver | 00:59 |
emagana | ayoung: under bin/quantum-server | 00:59 |
ayoung | emagana, I think rabbit is the default, but not sure if the 0mq one gets triggered anyway | 00:59 |
*** amerine has quit IRC | 01:00 | |
ayoung | but there are 27 matches in the project, too | 01:00 |
emagana | ayoung: ok, will change that one as well | 01:00 |
*** lexinator has quit IRC | 01:01 | |
*** lexinator1 has joined #openstack-dev | 01:01 | |
ayoung | emagana, http://paste.fedoraproject.org/30495/37253137/ | 01:01 |
ayoung | you are fighting the eventlet swarm | 01:01 |
ayoung | neutron/server/__init__.py:32: eventlet.monkey_patch() looks suspect | 01:01 |
ayoung | dear god its like an infestation of monkeys. Get them off! | 01:02 |
ayoung | emagana, before you go changing code all over the place, just set breakpoints, and see which are actually getting hit | 01:03 |
emagana | ayoung: I did that but only the ones under bin/quantum-server, anything else gives me the same error | 01:03 |
ayoung | emagana, no, like, all of them | 01:04 |
ayoung | all of the monkey_patch calls, I mean | 01:04 |
emagana | ayoung: ohh, let me do that.. | 01:04 |
*** amerine has joined #openstack-dev | 01:04 | |
ayoung | ugh, devstack F19 ugliness | 01:04 |
ayoung | sdake, you awake? | 01:05 |
ayoung | Heh that rhymes | 01:05 |
ayoung | jamielennox, you using devstack at all? Are you on F19 yet? something evil is happening with pip trying to set up neutrum | 01:06 |
jamielennox | ayoung: i haven't used devstack recently | 01:07 |
*** sandywalsh has joined #openstack-dev | 01:07 | |
ayoung | + pip_install -U setuptools | 01:08 |
sdake | ayoung sup | 01:08 |
ayoung | sdake, F19 and devstack. | 01:08 |
sdake | yes I am struggling with it atm | 01:08 |
ayoung | pip? | 01:08 |
clarkb | what is the error? | 01:08 |
ayoung | clarkb, + pip_install -U setuptools | 01:09 |
clarkb | it is probably most likely related to the setuptools distribute merger badness | 01:09 |
clarkb | ya that | 01:09 |
ayoung | which: no pip-python in | 01:09 |
sdake | well first devswtack uninstalled all my python dependencies | 01:09 |
clarkb | ayoung: ianw has a fix iirc | 01:09 |
sdake | now it doesn't install them back | 01:09 |
* clarkb looks | 01:09 | |
sdake | so i pip install -r global-requirements.txt | 01:09 |
sdake | waiting on that to finish | 01:09 |
clarkb | https://review.openstack.org/#/c/39862/ | 01:09 |
sdake | yes I have seen this review but lotws of -1 | 01:10 |
emagana | ayoung: Yes, the one under server/__init__.py was missing | 01:10 |
*** dina_belova has joined #openstack-dev | 01:10 | |
emagana | ayoung: I added it and now I went to the breakpoint!! :-) | 01:10 |
clarkb | sdake: ya, but it gives you an idea of what the issue is and one potential fix... | 01:10 |
ayoung | clarkb, I'll grab it. Thanks | 01:10 |
*** grantma has quit IRC | 01:10 | |
*** tonix has quit IRC | 01:10 | |
ayoung | emagana, Eventlet is a very subtle opponent. | 01:10 |
ayoung | But he has an unmistakable footprint. Hunt him down without mercy | 01:11 |
emagana | ayoung: I will take a look how to get rid of multiple of them | 01:11 |
clarkb | ayoung: sdake: fwiw mordred has decided to take a different route for fixing this globally. His current plan is to stop installing things that depend on distribute | 01:12 |
ayoung | emagana, to start, I would look at implementing the STANDARD_THREADS envvar like we have in Keystone | 01:12 |
clarkb | which is what causes the setuptools distribute things to blow up. If he can get rid of those depends (or install them via distro package manager) then we can all use old setuptools without upgrading | 01:12 |
ayoung | clarkb, OK, so this is not going to be resolved tonight then. | 01:12 |
emagana | ayoung: ok, thanks for the tips! | 01:13 |
*** Mandell has quit IRC | 01:13 | |
*** kaushikc has quit IRC | 01:14 | |
mordred | ayoung, sdake: I want to fix the underlying problem and stop fixing the symptom | 01:14 |
ayoung | mordred, and admire you for your tenacity | 01:14 |
mordred | sdake: pip install -r global-requirements.txt will not do what you think | 01:15 |
*** dina_belova has quit IRC | 01:15 | |
*** flwang has quit IRC | 01:15 | |
ayoung | mordred, since I don;'t have pip on my system it will do exactly what I think it will do | 01:16 |
*** galstrom is now known as galstrom_zzz | 01:16 | |
*** mestery_ has joined #openstack-dev | 01:17 | |
ayoung | jamielennox, unless you have anything else for me, I'm going to sign off. | 01:17 |
mordred | ayoung: yes! | 01:18 |
jamielennox | ayoung: that's fine, good night | 01:18 |
mordred | ayoung: you are right | 01:18 |
mordred | ayoung: since you don't have pip ... one of the things we'd like to see is rh and ubuntu get setuptools 0.9.8 and pip 1.4 packages | 01:19 |
mordred | because as messed up as the upgrade path was | 01:19 |
mordred | the pre-upgrade versions are piles of donkies | 01:19 |
ayoung | mordred, Fedora has easy_install | 01:19 |
*** mestery has quit IRC | 01:19 | |
*** kaushikc has joined #openstack-dev | 01:19 | |
ayoung | python-setuptools-0.6.36-1.fc19.noarch | 01:19 |
ayoung | mordred, is this like an emacs vs vi thing? | 01:20 |
*** nijaba has quit IRC | 01:22 | |
mordred | ayoung: easy_install should die in all of the fires in the world because it is broken in more ways that I can possibly say before you will get bored | 01:22 |
*** nijaba has joined #openstack-dev | 01:22 | |
*** nijaba has joined #openstack-dev | 01:22 | |
*** alop has quit IRC | 01:22 | |
mordred | ayoung: as in, it actually does not work properly, not as in I don't like it | 01:22 |
mordred | ayoung: and no, not an emacs vs. vi thing | 01:23 |
mordred | the only reason easy_install has not been delete yet is windows | 01:23 |
mordred | deleted | 01:23 |
mordred | ayoung: who can I talk to at fedora about getting that updated to 0.9.8 ? | 01:23 |
*** freedomhui has joined #openstack-dev | 01:24 | |
ayoung | mordred, that is not a reason For fedora. Windows doesn't run on Fedora, or Fedora on Windows. Suspect there is more to the story than that. | 01:24 |
sdake | mordred typically once a fedora version is released, its a done deal | 01:24 |
jog0 | mordred: I just noticed you are keystone core https://review.openstack.org/#/admin/groups/9,members | 01:24 |
mordred | ayoung: sorry, the reasons upstream hasn't deleted easy_install | 01:24 |
mordred | sdake: and I meant for the next fedora | 01:24 |
sdake | mordred, hang tight though, I'll get you an email address to try :) | 01:24 |
mordred | I konw we can't fix current fedora | 01:24 |
ayoung | mordred, BTW, I love, absolutely love, how every language has its own package management system, and they all suck. Maven is such a joy. | 01:24 |
mordred | ayoung: right? | 01:24 |
ayoung | mordred, let me see who the package maintainer is | 01:24 |
mordred | jog0: and glance | 01:25 |
mordred | :) | 01:25 |
*** dolphm has quit IRC | 01:25 | |
ayoung | mordred, however, I know the RH python maintainer personally, and I know he wouldn't let something like easy_install vs pip slip without a reason | 01:25 |
jog0 | mordred: russellb's http://russellbryant.net/openstack-stats/keystone-reviewers-90.txt doesn't detect you | 01:25 |
sdake | mordred https://admin.fedoraproject.org/pkgdb/acls/name/python-setuptools?_csrf_token=9091beace855ea29c38df1f485f38876600c05b1 | 01:26 |
mordred | ayoung: he's doing the right hting... he's following upstream | 01:26 |
russellb | jog0: hm? i see him on there? | 01:26 |
mordred | ayoung: I'm just saying, the reasons _python_ hasn't deleted easy_install is that it fills a usecase | 01:27 |
sdake | mordred lmacken@redhat.com | 01:27 |
ayoung | python-setuptools-0.9.6-2.fc20 ausil 2013-08-04 11:50:20 | 01:27 |
jog0 | russellb: he should have stars | 01:27 |
sdake | mordred or toshio@redhat.com | 01:27 |
russellb | jog0: oh, didn't know he was keystone-core. reviewstats.git/projects/keystone.json needs an update then | 01:27 |
jog0 | as he is keystone core with 3 reviews in 90 days | 01:27 |
jog0 | russellb: you don't scrape https://review.openstack.org/#/admin/groups/25,members ? | 01:28 |
russellb | jog0: nope, that'd be smart, though. :-) | 01:28 |
russellb | it's hard coded in json files | 01:28 |
jog0 | ther maybe a 'ssh api' for groups | 01:28 |
clarkb | jog0: not in our version of gerrit | 01:29 |
jog0 | clarkb: :/ | 01:29 |
ayoung | mordred, ah. So, I can install the later version of setup_utils, but devstack erases it on me. | 01:29 |
clarkb | mikal got it fixed upstream by encouraging a friend to submit a patch | 01:29 |
clarkb | we are getting much closer to being able to upgrade though | 01:30 |
mordred | ayoung: when you say "the later version of setup_utils" - install from where? | 01:30 |
mordred | oh -! I get you | 01:30 |
mordred | python-setuptools-0.9.6-2.fc20 | 01:30 |
ayoung | mordred, F20 | 01:31 |
mordred | ayoung: can you suggest the 'right' way to upgrade to that version via packages? | 01:31 |
ayoung | http://koji.fedoraproject.org/koji/buildinfo?buildID=452111 | 01:31 |
ayoung | http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=7906 | 01:31 |
mordred | on things that are not fc20? | 01:31 |
sdake | mordred downlaod from koji | 01:31 |
ayoung | mordred, um, nope | 01:31 |
mordred | k. | 01:31 |
ayoung | mordred, except: please leave that package on my system.... | 01:31 |
*** anniec has joined #openstack-dev | 01:31 | |
mordred | ayoung: we're working on that | 01:32 |
ayoung | mordred, one possibility is to state for yum to use repos for f20 | 01:32 |
sdake | download and install this package via rpm: http://kojipkgs.fedoraproject.org//packages/python-setuptools/0.9.6/2.fc20/noarch/python-setuptools-0.9.6-2.fc20.noarch.rpm | 01:32 |
*** galstrom_zzz is now known as galstrom | 01:32 | |
sdake | ayoung that is a terrible terrible idea | 01:32 |
*** shane-wang has quit IRC | 01:32 | |
sdake | almost as bad as pip-installing into system dirs ;) | 01:32 |
mordred | sdake: :) | 01:32 |
*** nachi has quit IRC | 01:32 | |
mordred | sdake: I believe dstufft is writing a pep about that | 01:32 |
mordred | redhat is helpfully following upstream on policy there, whereas debian is breaking with upstream | 01:33 |
clarkb | isn't 0.9.6 the wrong version? | 01:33 |
clarkb | you need 0.9.8 anways | 01:33 |
dstufft | well "policy" | 01:33 |
mordred | although, in this case, debian ignoring what python things is right causes less breaks | 01:33 |
dstufft | Python just doesn't have a policy about it | 01:33 |
mordred | dstufft: sorry - I should have used more airquotes | 01:33 |
ayoung | sdake, well, the general approach with Fedora is to be on the bleeding edge. For development, you need development packages | 01:33 |
*** Guest77974 has quit IRC | 01:33 | |
dstufft | it doesn't consider Linux distro approach at all | 01:33 |
mordred | clarkb: no - 0.9.6 would be fine | 01:33 |
mordred | clarkb: we want >= 0.7 | 01:33 |
sdake | mordred if you want it updated, shoot a mail to toshio@redhat.com | 01:34 |
clarkb | gotcha | 01:34 |
mordred | sdake: I just did | 01:34 |
mordred | you're copied | 01:34 |
sdake | cool | 01:34 |
ayoung | sdake, maybe it is in unstable | 01:34 |
dstufft | And yea I'm writing a PEP for it | 01:34 |
mordred | ayoung: we could put a trap into the devstack upgrade thing | 01:34 |
mordred | ayoung: that will look for a new enough system package | 01:34 |
*** SumitNaiksatam has joined #openstack-dev | 01:34 | |
dstufft | Still in the researcg phase now | 01:34 |
mordred | that will not cause carnage and wailing and nashing of teeth and installing over things | 01:35 |
*** gyee has quit IRC | 01:35 | |
mordred | and skip the reinstall if one is found | 01:35 |
*** yaguang has joined #openstack-dev | 01:35 | |
*** shanewang has joined #openstack-dev | 01:35 | |
mordred | what's the best wayt o say "hey, redhat, do you have setuptools >= 0.7 installed" ? | 01:35 |
ayoung | no, updates testing still has the 6 version. I suspect the koji build hasn't made it out yet anyway | 01:35 |
*** shanewang has quit IRC | 01:35 | |
*** ydacheville has joined #openstack-dev | 01:35 | |
ayoung | mordred, rpm -q | 01:35 |
morganfainberg | mordred: rpm -q? | 01:35 |
mrodden1 | rpm -qa | grep setuptools | 01:36 |
mordred | best way to do version path? | 01:36 |
mordred | without writing a python program? | 01:36 |
mrodden1 | got me on that one... | 01:36 |
mordred | or do I write a python proram? | 01:36 |
mordred | ok. I'll figure it out | 01:36 |
mordred | :) | 01:36 |
ayoung | mordred, we could make a yum repo specific to OpenStack development if necessary | 01:37 |
*** shane-wang has joined #openstack-dev | 01:37 | |
morganfainberg | mordred: rpm -q python-setuptools (vs. the grep) unless the package name is wonky. | 01:37 |
ayoung | temporary thing until we get the packages up to speed. | 01:37 |
mordred | ayoung: yeah - we've talked about that - it's a scary slope | 01:37 |
clarkb | ayoung: I think we really want to avoid that | 01:37 |
mordred | ayoung: we used to do that, actually | 01:37 |
mordred | back in the early days | 01:37 |
mordred | it was a major botleneck | 01:37 |
ayoung | mordred, it is OK to do, so long as it is a short term thing, but otherwise, you get stuck. Like this | 01:37 |
*** markmcclain has quit IRC | 01:37 | |
ayoung | all of the projects do it. | 01:37 |
mordred | no project gates like we do | 01:37 |
mordred | most project dev structures are based around a small set of people making informed decisions about their dev env | 01:38 |
mordred | we do not have that | 01:38 |
ayoung | mordred, well, either devstack is going to continue to be broken, or we need updated RPMs. I think that an updates setuptools could go into updates-testing, but barring that, we need a way to have some wiggle room. | 01:39 |
clarkb | what is wrong with ianw's approach for wiggle room? | 01:39 |
mordred | ayoung: agree. | 01:39 |
* dstufft recommends just using a virtualenv for everything and telling the system libs to sodd off | 01:39 | |
clarkb | there were some -1s but no -2 this is absolutely wrong | 01:39 |
mordred | dstufft: I honestly do not understand why this is not ok | 01:40 |
mordred | dstufft: I've only been told that it's a thing that produces a result that we find unreasonable for some reason | 01:40 |
mordred | except that the alternatives are that we curate a linux distribution | 01:40 |
mikal | clarkb: that friend is now doing 20% time on gerrit if we have other feature requests | 01:40 |
mordred | or break people who are trying to do that | 01:41 |
ayoung | mordred, the right answer, then, is to target Fedora 20 | 01:41 |
dstufft | mordred: fwiw It's how pratically everyone I know who does Python development does it. I obviously have a biased set of friends though | 01:41 |
mordred | ayoung: well, to be fair, we target no redhat system with devstack right now | 01:41 |
ayoung | mordred, no, but *we* do | 01:41 |
mordred | ayoung: I don't know who 'we' is | 01:41 |
zaitcev | Neither do we. | 01:42 |
mordred | haha | 01:42 |
clarkb | mikal: ooh awesome | 01:42 |
clarkb | mordred: can he review zaro's change that will help us upgrade? | 01:42 |
clarkb | mikal: ^ /me finds a link | 01:42 |
ianw | ayoung: a separate repo was another idea i had. not sure it's really any different to a meta/dummy rpm and using pip to install | 01:42 |
mordred | ayoung: the reason we haven't targeted fedora | 01:42 |
mordred | in the gate | 01:42 |
ianw | ayoung: except being more work | 01:42 |
mikal | clarkb: if you email me details I am happy to forward it on | 01:42 |
clarkb | mikal: https://gerrit-review.googlesource.com/48255 | 01:42 |
*** galstrom is now known as galstrom_zzz | 01:42 | |
mordred | is the same reason we stopped targetting latest ubuntu | 01:43 |
*** andrewbogott_afk has quit IRC | 01:43 | |
mordred | our gated release cycle is longer than the lifespan of latest fedora or latest ubuntu | 01:43 |
ayoung | ianw, I think that we target making devstack work for Fedora 120, and figure out the set of RPMs we need to do that, and make a repo that we can point to for devstack that has a f19 version of those RPMS. | 01:43 |
mordred | which means stable-1 winds up with a knwon suported platform whichno longer exists | 01:43 |
mordred | ayoung: the big question will be "who will maintain that repo" | 01:43 |
*** changbl_ has joined #openstack-dev | 01:44 | |
dstufft | mordred: personally I find the job of making a particular piece of software work with a system is a job for the system integrators not for upstream. | 01:44 |
mordred | and "how does that repo relate to openstack/requirements" | 01:44 |
ianw | yeah, it gets out of date. that's why i like the anvil approach of building the pkgs on the fly from pip downloads | 01:44 |
*** swaT30 has quit IRC | 01:44 | |
clarkb | mikal: I will send email too | 01:44 |
ayoung | mordred, there are lots of people wearing funny hats. We'll make it work. | 01:44 |
mordred | dstufft: this is what ubuntu and redhat both told us 2 years ago and is why we stopped making packages | 01:44 |
mordred | and repos | 01:44 |
ianw | it more or less creates that repo every time | 01:44 |
mikal | clarkb: I have poinged him on google chat with the url | 01:44 |
*** gyee has joined #openstack-dev | 01:44 | |
mordred | ayoung: to be fair, I got yelled at by ubuntu and redhat last time we were doing this, and they told me I was doing their job | 01:44 |
*** yaguang has quit IRC | 01:45 | |
ayoung | mordred, I have never objected to anyone doing my job for me | 01:45 |
mordred | ayoung: because, it turns out, to be effective, we ahve to main a sensible mini-distribution | 01:45 |
ayoung | I cultivate it | 01:45 |
*** yaguang has joined #openstack-dev | 01:45 | |
mordred | ayoung: you are more sensible than some people | 01:45 |
dstufft | mordred: and also how you'll handle when you break the system due to openstack requiring different versions of something that Fedora/ubuntu depends on with an API break (vs simply needing to fix version numbers) | 01:45 |
mordred | if we use packages in the gate | 01:45 |
clarkb | mikal: also https://gerrit-review.googlesource.com/#/c/48254/ they are related to replacing WIP with a generic gerrit approach | 01:45 |
ayoung | mordred, don't you be calling me names | 01:45 |
*** lexinator1 has quit IRC | 01:46 | |
mordred | then we need a way for our devs to be able to fix the packages or update them without blocking on a single or a couple of special people | 01:46 |
ayoung | mordred, from a Fedora standpoint, we need to know what we have to update to keep openstack working. The current dev Fedora is the proving ground | 01:46 |
ayoung | F19=Grizzly, F20 =Havana | 01:46 |
*** lexinator has joined #openstack-dev | 01:46 | |
mordred | is F20 released? | 01:46 |
ayoung | so we need to work this out anyway. mordred no | 01:46 |
ayoung | mordred, F19 just came out | 01:47 |
*** swaT30 has joined #openstack-dev | 01:47 | |
clarkb | ayoung: that is what openstack/requirements was supposed to help with | 01:47 |
mordred | the problem we wound up with before | 01:47 |
*** adalbas has quit IRC | 01:47 | |
dstufft | Why does openstack care what Fedora needs to do to make a particular version work when isntalled into the system | 01:47 |
clarkb | ayoung: it doesn't completely solve the problem but it gives you a single list you can compare against | 01:47 |
mordred | is that us gating on top of a dev release of an os doesn't work | 01:47 |
ayoung | dstufft, because devstack has to run somewhere | 01:47 |
dstufft | ayoung: so run it in a virtualenv | 01:47 |
ayoung | dstufft, problem is trickier than that | 01:47 |
mordred | because the dev release of the os can change out from under us without us being involved | 01:47 |
dstufft | ayoung: Why? | 01:47 |
mordred | but | 01:47 |
clarkb | and the time of support is often too short to support a full cycle + 1 year of security patches | 01:48 |
mordred | a released version of an distro is useless, because we can't update the deps | 01:48 |
ayoung | mordred, yes, I understand. Which is why we want F19, but with selected backports of packages for F20 | 01:48 |
mordred | ayoung: but then what are we actually testing? | 01:48 |
mordred | and why? | 01:48 |
ayoung | So we make sure that the latest F20 works as well | 01:48 |
mordred | but it's not F20 - it's F19+part of F20 | 01:48 |
mordred | kinda of like python 2.7+ some random patches from ptyhon 3.3 | 01:49 |
ayoung | mordred, devstack is dev code, and will always lead the deployed distro. So, when openstack identifies a new version of a package, we need to make that avaialble | 01:49 |
mordred | yes. but you can do that just by watching openstack/requirements? | 01:49 |
ayoung | mordred, there will be one, brief shining moment when it will line up...and then the next release cycle will start | 01:49 |
dstufft | FWIW most of the RedHat people I know yell at me for even suggesting someone pip installs something globally and not into a virtualenv )and have tried to remove pips documentation about how to do that) | 01:49 |
*** lexinator has quit IRC | 01:49 | |
ayoung | dstufft, exactly | 01:50 |
ayoung | and I concur | 01:50 |
ayoung | dstufft, don't take it personally | 01:50 |
mrodden1 | dstufft: dont listen to them... i remove RPMs and Debs and use pip all the time instead... | 01:50 |
ayoung | I feel the same way about CPAN, Maven, CRAN, and wjhatever that PHP one is too | 01:50 |
mordred | I don't undertsand what I'm supposed to dev on if it's not ok for me to install pip packages glovbally | 01:50 |
dstufft | Oh I'm good at getting yelled at :] | 01:50 |
mordred | my job is not producing the next relase of ubuntu or defora | 01:50 |
dstufft | mordred: virtualenvs! | 01:50 |
mordred | fedora | 01:50 |
clarkb | ayoung: dstufft I think the biggest issue there is unlike debian rhel python/pip/etc install to the same place | 01:50 |
clarkb | so it is a little insane to install globally | 01:51 |
dstufft | clarkb: you still en up with a broken system on ubuntu, jsut subtly broken | 01:51 |
ayoung | clarkb, yeah, I've heard that. And I am not certain why that is | 01:51 |
ianw | mrodden1: but what about when a distro package you want relies on something you removed? | 01:51 |
clarkb | ianw: see thats the issue | 01:51 |
clarkb | it shouldn't remove anything... | 01:51 |
dstufft | mrodden1: I do it too fwiw | 01:51 |
ayoung | I do it all the time/just don't like it | 01:51 |
* mordred is more and more with dstufft with every pasing moment | 01:51 | |
zaitcev | I got rid of pip back in 2011. | 01:52 |
ayoung | But it should be up to RH to keep devstack running on Fedora | 01:52 |
ayoung | well, Fedora people | 01:52 |
mrodden1 | ianw: i run gentoo at home, so i'm pretty good at finding my way out of dependency hell | 01:52 |
mrodden1 | :) | 01:52 |
dstufft | The problem you're having is exactly the problem virtualenv was designed to fix | 01:52 |
*** andrewbogott_afk has joined #openstack-dev | 01:52 | |
dstufft | And you can run the latest version of virtualenv without installing it globally | 01:52 |
clarkb | dstufft: I do somewhat like my idea of a single devstack virtualenv | 01:52 |
ayoung | dstufft, that is what we do for dev and testing. Not sure why it doesn't work for devstack, though. | 01:52 |
mordred | ayoung: because openstack isn't only defora people | 01:53 |
dstufft | which will get you the latest pip and setuptools inside | 01:53 |
mordred | fedora | 01:53 |
mordred | damn | 01:53 |
mordred | the ONLY commonality we have | 01:53 |
mordred | is python | 01:53 |
*** galstrom_zzz is now known as galstrom | 01:53 | |
zaitcev | I do use venvs though. Not voluntarily, of course, but tox uses it and it mostly works. Just pulls lot of junk of unclean origin which is probably not GPG signed by anyone I know or anything. | 01:53 |
mordred | outside of that - there are too many vairables | 01:53 |
mordred | debian vs. suse vs. rehl vs. fedora vs. ubuntu | 01:53 |
mordred | puppet vs. salt vs. chef | 01:53 |
dstufft | zaitcev: It's getting there | 01:53 |
*** flwang has joined #openstack-dev | 01:53 | |
mordred | there is a very real reason why we moved from packages to pip | 01:53 |
dstufft | zaitcev: TLS gets most of the same wins as Linux's GPG signing | 01:53 |
mordred | and it' snot because pip is better | 01:54 |
mordred | it's because it's the only thing everyone in the project can be expected reasonably to interact with | 01:54 |
ayoung | mordred, no, I understand. I mean, Fedora people keep it running on Fedora... | 01:54 |
*** ilyashakhat has quit IRC | 01:54 | |
ayoung | tox is short for ... toxic? | 01:54 |
ayoung | zaitcev, yeah, but we need a cleaning process. And we need to work with upstream sources. | 01:54 |
*** nati_uen_ has joined #openstack-dev | 01:54 | |
*** ilyashakhat has joined #openstack-dev | 01:54 | |
mrodden1 | tox is tox | 01:54 |
mordred | ayoung: then I suggest that fedora people stop using devstack | 01:54 |
ayoung | THe thing about pip/easy is that is the tool that devstack itself depends on, and not something installed for devstack based services to run | 01:54 |
mrodden1 | ayoung: https://pypi.python.org/pypi/tox | 01:54 |
mordred | not being snarky - honestly, I think that our attempts at making devstack distro friendly are misled | 01:55 |
dstufft | ^ | 01:55 |
mordred | and leave distro folks in a world of hurt | 01:55 |
dstufft | Write your software to be isolated from the system | 01:55 |
dstufft | leave the distro people to integrate it into the system | 01:55 |
dstufft | if they want that | 01:55 |
ayoung | mordred, nah, we'll fix it. | 01:55 |
ayoung | mordred, I think that a repo would be a good staging tool, but limited only to something as radical as dealing with an easy_install /pip/setuptools issue | 01:55 |
mordred | ayoung: the thing is - we're not going to use that repo in the gate | 01:56 |
mordred | so now things have potentially gotten divergent | 01:56 |
*** anderstj has quit IRC | 01:56 | |
ayoung | mordred, well, if that is the case, then devstack should be installing entirely in a venv, but that is a major rewrite, no? | 01:56 |
mordred | unless you put more ifdefs in stack.sh - although maybe that's fine | 01:56 |
mordred | ayoung: it's not | 01:56 |
mordred | there's already a flag | 01:56 |
mordred | we dont' do it because of 'reasons' | 01:56 |
dstufft | global pip install has a lot of broken and I wouldn't suggest inflicting that upon people unknownily | 01:56 |
*** nati_ueno has quit IRC | 01:56 | |
clarkb | mordred: is it a per project virtualenv or one global virtualenv? | 01:57 |
dstufft | it can mess their system up :[ | 01:57 |
mordred | clarkb: single global venv | 01:57 |
clarkb | mordred: I think we satisfy most of 'reasons' with a single virtualenv | 01:57 |
mordred | clarkb: look for TRACK_DEPENDS | 01:57 |
clarkb | dstufft: devstack does it even better | 01:57 |
*** gyee has quit IRC | 01:57 | |
mrodden1 | dstufft: best case for global pip install i have found is windows and cygwin environments where i don't want to get the packages from them | 01:57 |
*** davidhadas has quit IRC | 01:57 | |
*** vsergeyev has quit IRC | 01:58 | |
mordred | best case I have found for global pip install is wanting ot use software that my distro does not have | 01:58 |
mordred | because I'm not in the business of making myown micro distro for my laptop | 01:58 |
*** davidhadas has joined #openstack-dev | 01:58 | |
dstufft | yea | 01:58 |
ayoung | mordred, I see TRACK_DEPENDS. What does that imply? Do only PIP installs go into the .venv? Is the problem that pip is needed by the base OS to set up the venv? | 01:59 |
*** anderstj has joined #openstack-dev | 01:59 | |
mordred | ayoung: nope. you can instal the venv via distro packages | 01:59 |
mordred | ayoung: the problem is that there is a 'requirementt' out there somewhere that we install this stuff globally | 01:59 |
ayoung | mordred, so TRACK_DEPENDS=True in localrc? | 01:59 |
mordred | I've been trying to track that down | 01:59 |
clarkb | however, you really want a newer version of virtualenv iirc | 01:59 |
mordred | clarkb: meh | 01:59 |
mordred | clarkb: step one - upgrade setuptools and pip in the virtualenv | 02:00 |
clarkb | mordred: and not just because of distribute | 02:00 |
mordred | clarkb: just like we do now - except you don't have ot remove the system ones | 02:00 |
mordred | virtualenv in rhel is fine, even | 02:00 |
clarkb | mordred: that will work for devstack but not tox iirc | 02:00 |
mordred | yes. tox is different | 02:00 |
clarkb | mordred: is it new enough for mysql-python? | 02:00 |
dstufft | you don't need to install venv to use it at all | 02:01 |
mordred | clarkb: different issues | 02:01 |
*** jonesld has quit IRC | 02:01 | |
dstufft | download it, unpack the directory, and do python/virtualenv-X.7/virtualenv.py | 02:01 |
mordred | clarkb: tox broke because of distribute upgrade issues | 02:01 |
mordred | clarkb: with mysql-python | 02:01 |
clarkb | mordred: correct because tox does everything in one go | 02:01 |
mordred | clarkb: right | 02:01 |
clarkb | so as long as you can upgrade first you should be ok | 02:01 |
dstufft | mordred: clarkb https://python-packaging-user-guide.readthedocs.org/en/latest/setup.html | 02:01 |
dstufft | using virtualenv without installing it ^ | 02:02 |
*** cmark has joined #openstack-dev | 02:02 | |
mordred | dstufft: non-issue - but thanks | 02:02 |
dstufft | so you can use whatever version you want indepedent of what's pckages | 02:02 |
dstufft | ok | 02:02 |
dstufft | just mentioning :D | 02:02 |
mordred | :) | 02:02 |
*** lexinator has joined #openstack-dev | 02:02 | |
mordred | ayoung, clarkb: https://review.openstack.org/#/c/40019/ plus turning TRACK_DEPENDS=True on by default | 02:02 |
mordred | will get you a system with a single global virtalenv | 02:03 |
mordred | I'm sure _something_ will still need to be fixed | 02:03 |
clarkb | mordred: so it won't pip install -U with the global virtualenv? | 02:03 |
mordred | what? | 02:03 |
clarkb | mordred: if you have that then 40019 doesn't matter | 02:03 |
mordred | clarkb: but 40019 removes a giant waste of time | 02:03 |
mordred | clarkb: if you're doing a lobal virtualenv - there is no reason to install those packages | 02:03 |
mordred | other approach is to make packages for all of our python depends, and our own softare, and to only ever install anything from packages | 02:04 |
mordred | and to do it for more than one distro | 02:04 |
mordred | we have the build farm to do it | 02:04 |
*** anteaya has quit IRC | 02:04 | |
clarkb | please no | 02:04 |
mordred | and the smarts | 02:04 |
ayoung | mordred just turning TRACK_DEPENDS=True does not get me pip, even with the later version of setuptools installed | 02:04 |
mordred | and the people | 02:04 |
*** shang has quit IRC | 02:04 | |
ayoung | it does keep devstack from uninstalling it though | 02:05 |
mordred | ayoung: pip is in virtualenv by default | 02:05 |
clarkb | mordred: but all of those things could be used to do more interesting stuff :) | 02:05 |
ayoung | mordred, bootstrap problem, I think | 02:05 |
mordred | ayoung: why? | 02:05 |
ayoung | mordred, I'll paste | 02:05 |
dstufft | mordred: you're gonna hate yourself if you do that I think | 02:05 |
mordred | dstufft: yup. I'm just saying | 02:05 |
*** shang has joined #openstack-dev | 02:05 | |
mordred | dstufft: I honestly think those are the only two paths where we'll know what's going on | 02:06 |
dstufft | but yea | 02:06 |
*** enikanorov_ has quit IRC | 02:06 | |
dstufft | that's about it | 02:06 |
mordred | dstufft: (and I was down that path the first year of openstack, so I agree with you) | 02:06 |
clarkb | mordred: we would also need to use all of those distros in the gate | 02:06 |
ayoung | mordred, http://paste.fedoraproject.org/30500/84114213/ | 02:06 |
clarkb | which would be extra ugh | 02:06 |
mordred | ayoung: k. something is broken in TRACK_DEPENDS | 02:07 |
mordred | one sec | 02:07 |
dstufft | mordred: yea the problem funamdentally comes from mixing two different pacakge managers into the same file system and/or namespace | 02:07 |
dstufft | so using one or the other fixes it | 02:07 |
mordred | dstufft: yes | 02:07 |
mordred | that's what I'm saying | 02:07 |
*** egallen has joined #openstack-dev | 02:07 | |
mordred | all one, all the other - using both is madness | 02:07 |
mordred | which I believe ayoung also agrees with | 02:07 |
mordred | ? | 02:07 |
*** med_ has quit IRC | 02:07 | |
mordred | pending engineering | 02:07 |
ayoung | mordred, I have TRACK_DEPENDS=yes | 02:08 |
mordred | ayoung: yah. one sec - looking | 02:08 |
ayoung | True did not do anything for me except remove tools... | 02:08 |
mordred | ayoung: TRACK_DEPENDS may have bitrotted | 02:08 |
ayoung | mordred, so, I'm actually OK with this approach. So long as I can run devstack on F19 or whatever, I am OK with a venv. | 02:09 |
mordred | cool | 02:09 |
*** jonesld has joined #openstack-dev | 02:10 | |
*** soren has quit IRC | 02:10 | |
*** vsergeyev has joined #openstack-dev | 02:10 | |
*** soren has joined #openstack-dev | 02:10 | |
clarkb | mordred: looks like it removed pip from the install command | 02:10 |
ayoung | mordred, what we do need to do, though, is make sure that the Fedora packages get updated ASAP when something changes, and I am not sure the best way we can track that. devstack is one key piece to saying "Something is broken in Fedoraland" | 02:10 |
*** prad has joined #openstack-dev | 02:10 | |
openstackgerrit | A change was merged to openstack/python-novaclient: remove requests version max https://review.openstack.org/40483 | 02:10 |
*** dina_belova has joined #openstack-dev | 02:10 | |
clarkb | ayoung: openstack/requirements | 02:10 |
clarkb | poll that repo. New commits probably means you need to update something | 02:11 |
mrodden1 | clarkb: on line 266 it can't find pip | 02:11 |
mrodden1 | which is probably why its not in the install command | 02:11 |
ayoung | clarkb yum repo? | 02:11 |
clarkb | ayoung: its a git repo with a list of dependencies | 02:12 |
ayoung | clarkb, ah, right...yeah | 02:12 |
clarkb | ayoung: it is used to build the pypi mirror of packages that are used in the gate | 02:12 |
*** egallen has quit IRC | 02:12 | |
clarkb | mrodden1: it should be looking in the virtualenv for it and it will be `pip` not `python-pip` there | 02:12 |
*** flwang has quit IRC | 02:13 | |
clarkb | mrodden1: I think pip installs as pip on rhel/fedora/centos now too | 02:13 |
ayoung | OK, I'm out | 02:13 |
mrodden1 | oh right | 02:13 |
*** ayoung is now known as ayoung-zZzZzZ | 02:13 | |
clarkb | mordred: also it looks like TRACK_DEPENDS causes stack.sh to bail out early | 02:14 |
mordred | fixing | 02:14 |
mrodden1 | i think we should just throw all sanity out the window and run devstack gate on gentoo, where we can control the dependencies with a local portage tree overlay :) | 02:15 |
* mordred smacks mrodden1 with a tree | 02:15 | |
*** zyluo has joined #openstack-dev | 02:15 | |
*** dina_belova has quit IRC | 02:15 | |
mordred | try https://review.openstack.org/40534 | 02:16 |
mordred | on top of 40019 | 02:16 |
*** Ryan_Lane has joined #openstack-dev | 02:16 | |
mordred | (git review -d40534 should get it foryou) | 02:16 |
mrodden1 | i think ayoung went to bed | 02:17 |
clarkb | mordred: I don't think that will work | 02:17 |
dstufft | I look forward to OpenStack Brand Linux | 02:17 |
dstufft | ;) | 02:17 |
mrodden1 | dstufft: it'll happen | 02:17 |
mrodden1 | if we don't build it i'm sure some vendor will | 02:17 |
clarkb | mordred: need to fix the early bailout and get_pip_command needs to return the path to virtualenv's pip | 02:18 |
clarkb | mrodden1: I think some already have :) | 02:18 |
mrodden1 | yeah... i know | 02:18 |
mrodden1 | :) | 02:18 |
*** alunch has quit IRC | 02:18 | |
*** galstrom is now known as galstrom_zzz | 02:18 | |
mrodden1 | lets just say i got really good at helping people with RPM building lately | 02:19 |
*** Ryan_Lane has quit IRC | 02:19 | |
*** sthaha has joined #openstack-dev | 02:19 | |
*** sthaha has quit IRC | 02:19 | |
*** sthaha has joined #openstack-dev | 02:19 | |
mrodden1 | so how is openstack/requirements built... | 02:20 |
mrodden1 | is there some readthedocs for it? | 02:20 |
*** emagana has quit IRC | 02:20 | |
clarkb | no, we don't host much stuff on readthedocs but we should... | 02:21 |
*** Ryan_Lane has joined #openstack-dev | 02:21 | |
clarkb | mrodden1: I believe there is a readme in the repo | 02:21 |
mordred | clarkb: why does get_pip_commandneed to return that? | 02:21 |
mrodden1 | clarkb: ok that works, thanks | 02:21 |
clarkb | mrodden1: at this point it is manually updated | 02:21 |
*** novas0x2a|laptop has quit IRC | 02:21 | |
*** nijaba has quit IRC | 02:21 | |
clarkb | mrodden1: and update.py applies updates into the individual projects. When it was first started it went the other way in order to seed the repo | 02:22 |
mordred | clarkb: get_pip_command is only called if TRACK_DEPENDS is false | 02:22 |
mrodden1 | ok, so we sync the individual projects from requirements, the master list | 02:22 |
clarkb | mordred: hmm, it was called in ayoung's paste | 02:22 |
mordred | mrodden1: yes | 02:22 |
* mordred looks for paste | 02:22 | |
mrodden1 | what happens if someone changes the requirements.txt in one of the projects... | 02:22 |
*** nijaba has joined #openstack-dev | 02:22 | |
*** nijaba has joined #openstack-dev | 02:22 | |
clarkb | mrodden1: the gate fails and the change does not merge | 02:23 |
mrodden1 | sweet so its enforced | 02:23 |
mrodden1 | +1 | 02:23 |
clarkb | yup, you must match the requirements repo | 02:23 |
clarkb | any other changes to a project's individual requirements will not pass testing | 02:23 |
mordred | my patch should fix both of those | 02:23 |
clarkb | mordred: how does it fix get_pip_command or was that just user error with the flag/ | 02:24 |
mordred | yes. the requirements repo is VERY gated now | 02:24 |
mordred | clarkb: get_pip_command is only called if TRACK_DEPENDS is False | 02:24 |
mordred | clarkb: otherwise, CMD_PIP=$dest/.venv/bin/pip | 02:24 |
clarkb | mordred: line 262 http://paste.fedoraproject.org/30500/84114213/ I see it in your change now | 02:25 |
*** ayoung-zZzZzZ has quit IRC | 02:25 | |
clarkb | mordred: I guess that means the flag wasn't set properly | 02:25 |
mrodden1 | i have gotten nothing done that i wanted to so far tonight... the whole devstack on fedora thing distracted me | 02:25 |
mordred | mrodden1: w00t! | 02:25 |
mordred | welcome to my world | 02:25 |
mordred | I haven't gotten anything done in a month | 02:25 |
clarkb | mordred: and how are you avoiding the early bail out? | 02:25 |
mrodden1 | yeah thats how it is at work for me too | 02:25 |
mrodden1 | crazy | 02:25 |
mordred | clarkb: the only cause of early baiout I coudl see | 02:25 |
mordred | would be "pip install -U virtualenv" | 02:26 |
clarkb | mordred: https://review.openstack.org/#/c/40534/1/stack.sh line 777 | 02:26 |
mordred | which I replaced | 02:26 |
mordred | with install_package python-virtualenv | 02:26 |
mordred | oh. that | 02:26 |
mordred | heh | 02:26 |
mordred | one sec | 02:26 |
mordred | clarkb: thanks. updated | 02:26 |
clarkb | mordred: I don't see the install_package python-virtualenv | 02:27 |
mordred | lets see if it passes the gate | 02:27 |
clarkb | you did remove pip install -U virtualenv | 02:27 |
mordred | DAMMIT | 02:27 |
clarkb | s/did/didn/t | 02:27 |
mordred | clarkb: ok. fixed for real. thank yuou | 02:29 |
mordred | clarkb: let's see if it passes the gate | 02:30 |
*** Ryan_Lane has quit IRC | 02:30 | |
*** anniec has quit IRC | 02:32 | |
*** andrewbogott_afk has quit IRC | 02:34 | |
*** andrewbogott_afk has joined #openstack-dev | 02:34 | |
*** andrewbogott_afk is now known as andrewbogott | 02:34 | |
*** andrewbogott is now known as andrewbogott_afk | 02:34 | |
*** andrewbogott_afk is now known as andrewbogott | 02:34 | |
*** alunch has joined #openstack-dev | 02:40 | |
*** emagana has joined #openstack-dev | 02:41 | |
*** hartsocks has joined #openstack-dev | 02:44 | |
*** Ruetobas has quit IRC | 02:45 | |
*** sarob has joined #openstack-dev | 02:46 | |
*** sandeepr_ltp has joined #openstack-dev | 02:46 | |
*** bdpayne has quit IRC | 02:49 | |
*** bdpayne has joined #openstack-dev | 02:50 | |
*** melwitt has quit IRC | 02:52 | |
*** emagana has quit IRC | 02:53 | |
*** bdpayne has quit IRC | 02:56 | |
*** anniec has joined #openstack-dev | 02:57 | |
*** amotoki has joined #openstack-dev | 02:58 | |
*** neelashah has joined #openstack-dev | 02:58 | |
*** anniec_ has joined #openstack-dev | 03:01 | |
*** anniec has quit IRC | 03:02 | |
*** anniec_ is now known as anniec | 03:02 | |
*** prad has quit IRC | 03:07 | |
*** emagana has joined #openstack-dev | 03:07 | |
*** emagana has quit IRC | 03:07 | |
*** dina_belova has joined #openstack-dev | 03:11 | |
*** danwent has joined #openstack-dev | 03:12 | |
*** dina_belova has quit IRC | 03:16 | |
*** jecarey has joined #openstack-dev | 03:16 | |
*** pixelbeat has quit IRC | 03:16 | |
*** redbeard2 has quit IRC | 03:16 | |
*** Guest77974 has joined #openstack-dev | 03:17 | |
*** stevemar has quit IRC | 03:18 | |
*** maheshp has joined #openstack-dev | 03:18 | |
*** stevemar has joined #openstack-dev | 03:18 | |
*** mestery_ is now known as mestery | 03:19 | |
*** nijaba has quit IRC | 03:22 | |
*** nijaba has joined #openstack-dev | 03:23 | |
*** maheshp has quit IRC | 03:23 | |
*** nati_uen_ has quit IRC | 03:23 | |
*** maheshp has joined #openstack-dev | 03:24 | |
*** stevemar has quit IRC | 03:25 | |
*** galstrom_zzz is now known as galstrom | 03:27 | |
*** maheshp1 has joined #openstack-dev | 03:28 | |
*** maheshp has quit IRC | 03:29 | |
*** sarob has quit IRC | 03:35 | |
*** sarob has joined #openstack-dev | 03:35 | |
*** melwitt has joined #openstack-dev | 03:36 | |
*** arosen1 has joined #openstack-dev | 03:37 | |
arosen1 | Hiya, i'm running into this issue with devstack where it seems to uninstall pip and then use it? Anyone hitting this too? | 03:39 |
*** sarob has quit IRC | 03:40 | |
*** galstrom is now known as galstrom_zzz | 03:41 | |
*** changbl_ has quit IRC | 03:42 | |
*** kushal has joined #openstack-dev | 03:42 | |
*** kenperkins has joined #openstack-dev | 03:43 | |
*** dosaboy has joined #openstack-dev | 03:44 | |
*** dosaboy_ has quit IRC | 03:46 | |
*** qba73 has joined #openstack-dev | 03:46 | |
*** sdake has quit IRC | 03:48 | |
clarkb | arosen1: if you have scrollback that is what the most recent discussion here was about | 03:49 |
clarkb | arosen1: I assume you are on rhel/centos/fedora? | 03:49 |
clarkb | if you don't have scrollback the tl;dr is python on rhel does not use /usr/local like it does on debian when installing things with pip. So when trying to fix setuptools in devstack things get uninstalled | 03:50 |
*** Mandell has joined #openstack-dev | 03:50 | |
clarkb | arosen1: ianw has one potential fix https://review.openstack.org/#/c/39862/ and mordred has a different one https://review.openstack.org/#/c/40534/ | 03:51 |
clarkb | neither is currently perfect | 03:51 |
*** enikanorov has joined #openstack-dev | 03:51 | |
*** aditirav has joined #openstack-dev | 03:53 | |
mordred | yah. we're working on it | 03:53 |
*** kaushikc has quit IRC | 03:55 | |
*** zyluo has quit IRC | 03:56 | |
*** kushal has quit IRC | 03:56 | |
*** lbragstad_ has joined #openstack-dev | 03:56 | |
*** SergeyLukjanov has joined #openstack-dev | 03:59 | |
*** kpepple has quit IRC | 04:00 | |
*** kaushikc has joined #openstack-dev | 04:00 | |
arosen1 | clarkb: mordred awesome thanks ! | 04:01 |
*** freedomhui has quit IRC | 04:02 | |
mordred | arosen1: it's ... not fun | 04:04 |
*** kushal has joined #openstack-dev | 04:04 | |
*** briancurtin has joined #openstack-dev | 04:06 | |
*** zul has joined #openstack-dev | 04:06 | |
arosen1 | mordred: I like your commit message here: https://review.openstack.org/#/c/40019/5 | 04:07 |
*** kushal has quit IRC | 04:07 | |
*** sarob has joined #openstack-dev | 04:07 | |
*** mdomsch has joined #openstack-dev | 04:08 | |
*** mdomsch has quit IRC | 04:08 | |
arosen1 | mordred: have you hit this error http://codepad.org/sZahvawK | 04:10 |
*** dina_belova has joined #openstack-dev | 04:11 | |
mordred | arosen1: yes. I can tell you either a little or a lot about it - how much do you want to know? | 04:12 |
arosen1 | mordred: can i get the abridged version :P | 04:13 |
*** sthaha has quit IRC | 04:13 | |
mordred | arosen1: pip install -U setuptools first | 04:15 |
*** armax has quit IRC | 04:15 | |
mordred | arosen1: if you don't, distribute is going to get picked up as a transitive depend | 04:15 |
mordred | that will cause distribute nd setuptools to get upgraded | 04:15 |
*** kenperkins has quit IRC | 04:15 | |
mordred | except they need to run one after the other | 04:15 |
mordred | and that doesn't happen when it gets picked up transitively like this | 04:15 |
mordred | so distribute removes itself and setuptools has not yet installed itself | 04:16 |
*** dina_belova has quit IRC | 04:16 | |
*** Guest77974 has quit IRC | 04:16 | |
mordred | kind of - although your error looks slighly odd | 04:17 |
mordred | arosen1: also - try getting in the habit of running pip install -e . | 04:17 |
mordred | instead of python setup.py develop | 04:17 |
mordred | it does the same thing | 04:17 |
mordred | except with better machienery | 04:17 |
*** changbl has joined #openstack-dev | 04:17 | |
*** lbragstad_ has quit IRC | 04:17 | |
arosen1 | mordred: hrm there is still something funky going on: http://codepad.org/MJkUe8wp | 04:19 |
*** nayward has quit IRC | 04:20 | |
*** alunduil has quit IRC | 04:20 | |
mordred | lifeless: ^^ this is the reason we do the crazy things we do in devsstack | 04:20 |
arosen1 | yea it's caused by pip install -U pip | 04:21 |
*** jimjiang has joined #openstack-dev | 04:21 | |
*** kaushikc has quit IRC | 04:21 | |
lifeless | mordred: I love it | 04:21 |
lifeless | :< | 04:21 |
mordred | that is truly crazy | 04:21 |
mordred | I do not see a breaking sequence happening there | 04:22 |
*** freedomhui has joined #openstack-dev | 04:22 | |
*** danwent has quit IRC | 04:22 | |
*** nijaba has quit IRC | 04:22 | |
*** nijaba has joined #openstack-dev | 04:23 | |
*** nijaba has joined #openstack-dev | 04:23 | |
*** reed has joined #openstack-dev | 04:23 | |
*** gongysh has joined #openstack-dev | 04:24 | |
*** Mandell has quit IRC | 04:24 | |
mordred | arosen1: sorry - I don't have an answer for you right now- but I promise, it's just about the only thing I work on these days | 04:27 |
*** neelashah has quit IRC | 04:28 | |
arosen1 | mordred: no worries | 04:28 |
*** jimjiang has quit IRC | 04:28 | |
*** jimjiang has joined #openstack-dev | 04:28 | |
*** briancurtin has quit IRC | 04:30 | |
*** dina_belova has joined #openstack-dev | 04:33 | |
*** nati_ueno has joined #openstack-dev | 04:33 | |
*** briancurtin has joined #openstack-dev | 04:34 | |
*** afazekas has joined #openstack-dev | 04:35 | |
*** andrewbogott is now known as andrewbogott_afk | 04:36 | |
*** sarob has quit IRC | 04:36 | |
*** sarob has joined #openstack-dev | 04:36 | |
*** dina_belova has quit IRC | 04:36 | |
*** llu has quit IRC | 04:40 | |
*** llu has joined #openstack-dev | 04:40 | |
*** sarob has quit IRC | 04:41 | |
*** shang has quit IRC | 04:46 | |
*** qba73 has quit IRC | 04:47 | |
*** maheshp1 has quit IRC | 04:48 | |
*** NetworkStatic has quit IRC | 04:48 | |
*** briancurtin has quit IRC | 04:49 | |
*** NetworkStatic has joined #openstack-dev | 04:49 | |
*** sdake has joined #openstack-dev | 04:49 | |
*** maheshp has joined #openstack-dev | 04:49 | |
*** reed has quit IRC | 04:50 | |
*** sdake_ has quit IRC | 04:50 | |
*** aditirav has quit IRC | 04:52 | |
*** aditirav has joined #openstack-dev | 04:52 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: FWaaS Client and Cli https://review.openstack.org/33187 | 04:54 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Sync with global requirements https://review.openstack.org/40454 | 04:54 |
*** sarob has joined #openstack-dev | 05:00 | |
*** alunduil has joined #openstack-dev | 05:01 | |
*** mdomsch has joined #openstack-dev | 05:01 | |
*** coolsvap has joined #openstack-dev | 05:01 | |
*** Mandell has joined #openstack-dev | 05:02 | |
*** dina_belova has joined #openstack-dev | 05:05 | |
*** emagana has joined #openstack-dev | 05:09 | |
*** boris-42 has joined #openstack-dev | 05:11 | |
*** garyk has quit IRC | 05:13 | |
*** jhesketh has quit IRC | 05:14 | |
*** jhesketh has joined #openstack-dev | 05:14 | |
*** mdomsch has quit IRC | 05:19 | |
*** maheshp has quit IRC | 05:20 | |
*** zaitcev has quit IRC | 05:20 | |
*** nijaba has quit IRC | 05:22 | |
*** dina_belova has quit IRC | 05:22 | |
*** nijaba has joined #openstack-dev | 05:23 | |
*** nijaba has joined #openstack-dev | 05:23 | |
*** dina_belova has joined #openstack-dev | 05:24 | |
*** dina_belova has quit IRC | 05:24 | |
*** neeti has joined #openstack-dev | 05:25 | |
*** MaxV has joined #openstack-dev | 05:27 | |
*** sarob has quit IRC | 05:29 | |
*** sarob has joined #openstack-dev | 05:30 | |
*** sthaha has joined #openstack-dev | 05:30 | |
*** sthaha has quit IRC | 05:30 | |
*** sthaha has joined #openstack-dev | 05:30 | |
*** coolsvap has quit IRC | 05:31 | |
*** amohn9 has quit IRC | 05:34 | |
*** sarob has quit IRC | 05:34 | |
*** coolsvap has joined #openstack-dev | 05:35 | |
*** MaxV has quit IRC | 05:38 | |
*** mrunge has joined #openstack-dev | 05:39 | |
*** ondergetekende_ has joined #openstack-dev | 05:40 | |
*** wenjianhn has joined #openstack-dev | 05:43 | |
*** sarob has joined #openstack-dev | 05:44 | |
openstackgerrit | A change was merged to openstack/cinder: Fixes create rbd volume from image v1 glance api https://review.openstack.org/40307 | 05:48 |
*** SergeyLukjanov has quit IRC | 05:48 | |
*** sarob has quit IRC | 05:49 | |
*** sarob has joined #openstack-dev | 05:49 | |
*** sthaha has quit IRC | 05:53 | |
*** sarob has quit IRC | 05:53 | |
*** nayward has joined #openstack-dev | 05:56 | |
*** arosen1 has quit IRC | 05:57 | |
*** asalkeld has quit IRC | 05:59 | |
*** ljjjustin has joined #openstack-dev | 06:00 | |
*** arosen1 has joined #openstack-dev | 06:00 | |
*** MaxV has joined #openstack-dev | 06:05 | |
*** sandeepr_ltp has quit IRC | 06:11 | |
*** sandeepr_ltp has joined #openstack-dev | 06:11 | |
*** mmagr has joined #openstack-dev | 06:13 | |
*** lexinator has quit IRC | 06:15 | |
*** MaxV has quit IRC | 06:16 | |
*** sarob has joined #openstack-dev | 06:20 | |
*** nijaba has quit IRC | 06:22 | |
*** nijaba has joined #openstack-dev | 06:23 | |
*** nijaba has joined #openstack-dev | 06:23 | |
*** andrewbogott_afk is now known as andrewbogott | 06:25 | |
*** sarob has quit IRC | 06:26 | |
*** sandeepr_ltp has quit IRC | 06:26 | |
*** sandeepr_ltp has joined #openstack-dev | 06:26 | |
*** aeperezt has quit IRC | 06:29 | |
*** topol has joined #openstack-dev | 06:31 | |
*** marun has quit IRC | 06:31 | |
*** xga has joined #openstack-dev | 06:31 | |
*** garyk has joined #openstack-dev | 06:33 | |
emagana | folks, is it normal that devstack modify the setup.py, requirements.txt and test-requirements.txt files? | 06:33 |
emagana | I just re-clone all projects and all those files are changed by devstack | 06:34 |
*** marun has joined #openstack-dev | 06:35 | |
amotoki | emagana: yes, after the recent change in devstack | 06:36 |
*** xqueralt-afk is now known as xqueralt | 06:36 | |
*** tkammer has joined #openstack-dev | 06:39 | |
emagana | amotoki: wow... that is weird | 06:41 |
emagana | dont like it at all | 06:41 |
amotoki | emagana: yeah, i believe it is a temporary solution. | 06:41 |
openstackgerrit | A change was merged to openstack/cinder: GPFS Verify min release level for mmclone command https://review.openstack.org/40262 | 06:41 |
openstackgerrit | A change was merged to openstack/cinder: Create key manager interface https://review.openstack.org/39292 | 06:41 |
amotoki | emagana: the thread on dev ML discusses the solution. | 06:41 |
ekarlso- | amotoki: yo, did you get to add support for security groups in horizon ? | 06:42 |
emagana | I haven't followed that closely | 06:42 |
ekarlso- | quantum ones | 06:42 |
*** marun has quit IRC | 06:42 | |
amotoki | ekarlso-: implemented in H2 :-) | 06:42 |
amotoki | ekarlso-: please try it. | 06:42 |
ekarlso- | oh ok :D | 06:43 |
*** topol has quit IRC | 06:44 | |
*** Shaan7 has quit IRC | 06:45 | |
*** Shaan7 has joined #openstack-dev | 06:45 | |
*** jcoufal has joined #openstack-dev | 06:47 | |
*** jprovazn has joined #openstack-dev | 06:52 | |
*** sarob has joined #openstack-dev | 06:52 | |
*** schwicht has joined #openstack-dev | 06:59 | |
*** sarob has quit IRC | 06:59 | |
*** sdake_ has joined #openstack-dev | 07:01 | |
*** sdake_ has quit IRC | 07:01 | |
*** sdake_ has joined #openstack-dev | 07:01 | |
openstackgerrit | A change was merged to openstack/cinder: Add support for volume extension to Nexenta Systems volume driver https://review.openstack.org/40272 | 07:02 |
*** tace has quit IRC | 07:03 | |
*** yolanda has joined #openstack-dev | 07:04 | |
*** bashok has joined #openstack-dev | 07:08 | |
*** jtomasek has joined #openstack-dev | 07:08 | |
*** tace has joined #openstack-dev | 07:10 | |
openstackgerrit | A change was merged to openstack/cinder: Remove Brick's iscsi dependency on cinder https://review.openstack.org/40514 | 07:12 |
*** salv-orlando has joined #openstack-dev | 07:12 | |
*** shang has joined #openstack-dev | 07:13 | |
*** amerine has quit IRC | 07:13 | |
openstackgerrit | A change was merged to openstack/cinder: Remove locals() from iser https://review.openstack.org/40507 | 07:15 |
*** Chaser has quit IRC | 07:15 | |
*** ondergetekende_ has quit IRC | 07:16 | |
*** wfoster_away is now known as wfoster | 07:16 | |
*** Chaser has joined #openstack-dev | 07:17 | |
*** ndipanov_gone is now known as ndipanov | 07:18 | |
*** lukego has joined #openstack-dev | 07:20 | |
*** nijaba has quit IRC | 07:23 | |
*** woodspa has joined #openstack-dev | 07:23 | |
*** nijaba has joined #openstack-dev | 07:24 | |
*** nijaba has joined #openstack-dev | 07:24 | |
*** amerine has joined #openstack-dev | 07:24 | |
*** sarob has joined #openstack-dev | 07:25 | |
*** ben_duyujie has joined #openstack-dev | 07:26 | |
*** utlemming has joined #openstack-dev | 07:28 | |
*** sarob has quit IRC | 07:29 | |
*** SergeyLukjanov has joined #openstack-dev | 07:30 | |
*** andrewbogott is now known as andrewbogott_afk | 07:30 | |
*** jhesketh has quit IRC | 07:31 | |
*** schwicht has quit IRC | 07:32 | |
*** psedlak has joined #openstack-dev | 07:32 | |
*** afazekas_ has joined #openstack-dev | 07:33 | |
*** MaxV has joined #openstack-dev | 07:34 | |
*** safchain has joined #openstack-dev | 07:35 | |
*** afazekas has quit IRC | 07:36 | |
*** afazekas_ is now known as afazekas | 07:36 | |
*** eglynn has joined #openstack-dev | 07:37 | |
*** safchain has quit IRC | 07:37 | |
*** dina_belova has joined #openstack-dev | 07:40 | |
*** sushils has joined #openstack-dev | 07:40 | |
*** derekh has joined #openstack-dev | 07:40 | |
*** tace has quit IRC | 07:41 | |
*** woodspa has quit IRC | 07:41 | |
aloga | mikal: ping | 07:41 |
*** ifarkas has joined #openstack-dev | 07:42 | |
*** psedlak has quit IRC | 07:43 | |
*** freedomhui has quit IRC | 07:43 | |
*** maheshp has joined #openstack-dev | 07:43 | |
openstackgerrit | A change was merged to openstack/ceilometer: Remove source as a publisher argument https://review.openstack.org/39068 | 07:44 |
openstackgerrit | A change was merged to openstack/ceilometer: rpc: remove source argument from message conversion https://review.openstack.org/39262 | 07:44 |
*** jaimegil has joined #openstack-dev | 07:44 | |
*** psedlak has joined #openstack-dev | 07:45 | |
*** johnthetubaguy has joined #openstack-dev | 07:46 | |
*** safchain has joined #openstack-dev | 07:46 | |
*** freedomhui has joined #openstack-dev | 07:48 | |
*** tace has joined #openstack-dev | 07:49 | |
*** hk_peter has joined #openstack-dev | 07:49 | |
*** hk_peter has quit IRC | 07:52 | |
*** BobBall_Away is now known as BobBall | 07:52 | |
*** ben_duyujie has quit IRC | 07:54 | |
*** athomas has quit IRC | 07:58 | |
*** aditirav has quit IRC | 07:58 | |
*** Ruetobas has joined #openstack-dev | 07:59 | |
*** aditirav has joined #openstack-dev | 07:59 | |
*** giulivo has joined #openstack-dev | 08:00 | |
*** odyssey4me has joined #openstack-dev | 08:01 | |
*** athomas has joined #openstack-dev | 08:01 | |
*** aditirav_ has joined #openstack-dev | 08:02 | |
*** tace has quit IRC | 08:02 | |
*** Ryan_Lane has joined #openstack-dev | 08:02 | |
*** fbo_away is now known as fbo | 08:02 | |
*** romcheg has joined #openstack-dev | 08:04 | |
*** Ruetobas has quit IRC | 08:04 | |
*** aditirav has quit IRC | 08:04 | |
*** aditirav_ is now known as aditirav | 08:04 | |
*** romcheg1 has joined #openstack-dev | 08:05 | |
*** boden has joined #openstack-dev | 08:05 | |
*** johnthetubaguy1 has joined #openstack-dev | 08:08 | |
*** xga_ has joined #openstack-dev | 08:08 | |
*** xga has quit IRC | 08:09 | |
*** romcheg has quit IRC | 08:09 | |
*** romcheg1 has quit IRC | 08:10 | |
*** johnthetubaguy has quit IRC | 08:10 | |
*** Ruetobas has joined #openstack-dev | 08:10 | |
*** sumanthns has joined #openstack-dev | 08:11 | |
*** asalkeld has joined #openstack-dev | 08:11 | |
*** jpich has joined #openstack-dev | 08:12 | |
*** tace has joined #openstack-dev | 08:13 | |
*** derekh has quit IRC | 08:13 | |
*** romcheg has joined #openstack-dev | 08:13 | |
*** zoresvit has quit IRC | 08:14 | |
*** odyssey4me has quit IRC | 08:16 | |
*** kpavel has joined #openstack-dev | 08:16 | |
*** derekh has joined #openstack-dev | 08:18 | |
*** ndipanov has quit IRC | 08:19 | |
*** ndipanov has joined #openstack-dev | 08:20 | |
*** lucasagomes has joined #openstack-dev | 08:20 | |
*** psedlak_ has joined #openstack-dev | 08:20 | |
*** kpavel has quit IRC | 08:21 | |
*** Ruetobas has quit IRC | 08:21 | |
*** Shaan7 has quit IRC | 08:21 | |
*** odyssey4me has joined #openstack-dev | 08:21 | |
*** safchain has quit IRC | 08:23 | |
*** kpavel has joined #openstack-dev | 08:23 | |
*** safchain has joined #openstack-dev | 08:24 | |
*** nijaba has quit IRC | 08:24 | |
*** psedlak has quit IRC | 08:24 | |
*** nijaba has joined #openstack-dev | 08:24 | |
*** Ruetobas has joined #openstack-dev | 08:25 | |
*** sarob has joined #openstack-dev | 08:25 | |
*** Ruetobas has quit IRC | 08:25 | |
*** gongysh has quit IRC | 08:26 | |
*** Ruetobas has joined #openstack-dev | 08:29 | |
*** sarob has quit IRC | 08:30 | |
*** Shaan7 has joined #openstack-dev | 08:32 | |
*** erkules has joined #openstack-dev | 08:32 | |
*** Ryan_Lane has quit IRC | 08:33 | |
*** kpavel has quit IRC | 08:34 | |
*** Ruetobas has quit IRC | 08:34 | |
*** sushils has quit IRC | 08:35 | |
*** ruhe has joined #openstack-dev | 08:37 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 08:39 | |
*** gongysh has joined #openstack-dev | 08:39 | |
*** Ruetobas has joined #openstack-dev | 08:40 | |
*** sushils has joined #openstack-dev | 08:42 | |
*** zoresvit has joined #openstack-dev | 08:43 | |
*** zoresvit has quit IRC | 08:43 | |
*** zoresvit has joined #openstack-dev | 08:44 | |
*** odyssey4me has quit IRC | 08:47 | |
*** wfoster is now known as wfoster_away | 08:51 | |
*** cmark has quit IRC | 08:52 | |
*** martyntaylor has joined #openstack-dev | 08:53 | |
*** odyssey4me has joined #openstack-dev | 08:55 | |
*** AnilV4 has joined #openstack-dev | 08:55 | |
*** freedomhui has quit IRC | 08:56 | |
*** neeti has quit IRC | 08:56 | |
*** Shaan7 has quit IRC | 08:57 | |
*** sushils has quit IRC | 08:57 | |
*** Shaan7 has joined #openstack-dev | 08:57 | |
*** sushils has joined #openstack-dev | 08:59 | |
*** malini has joined #openstack-dev | 09:00 | |
*** safchain_ has joined #openstack-dev | 09:02 | |
*** safchain has quit IRC | 09:02 | |
openstackgerrit | A change was merged to openstack/cinder: Imported Translations from Transifex https://review.openstack.org/40554 | 09:06 |
*** freedomhui has joined #openstack-dev | 09:06 | |
*** xga has joined #openstack-dev | 09:07 | |
*** xga_ has quit IRC | 09:07 | |
*** dina_belova has quit IRC | 09:12 | |
*** ruhe has quit IRC | 09:15 | |
*** maheshp has quit IRC | 09:17 | |
*** ruhe has joined #openstack-dev | 09:17 | |
*** pixelbeat has joined #openstack-dev | 09:18 | |
*** wenjianhn has quit IRC | 09:19 | |
*** safchain_ has quit IRC | 09:19 | |
*** safchain__ has joined #openstack-dev | 09:19 | |
*** yongli has joined #openstack-dev | 09:19 | |
*** utlemming has quit IRC | 09:21 | |
*** safchain__ has quit IRC | 09:22 | |
yongli | ping Dan Smith | 09:22 |
*** safchain has joined #openstack-dev | 09:22 | |
*** nijaba has quit IRC | 09:23 | |
*** nijaba has joined #openstack-dev | 09:24 | |
*** sarob has joined #openstack-dev | 09:26 | |
*** kpavel has joined #openstack-dev | 09:26 | |
*** freedomhui has quit IRC | 09:26 | |
*** wfoster_away is now known as wfoster | 09:26 | |
*** malini has quit IRC | 09:27 | |
*** jbresnah has quit IRC | 09:30 | |
*** sarob has quit IRC | 09:31 | |
*** freedomhui has joined #openstack-dev | 09:31 | |
*** zbitter is now known as zaneb | 09:32 | |
*** kenperkins has joined #openstack-dev | 09:34 | |
*** kenperkins has quit IRC | 09:37 | |
*** ociuhandu has quit IRC | 09:40 | |
*** jhesketh__ has quit IRC | 09:42 | |
*** maheshp has joined #openstack-dev | 09:42 | |
*** dina_belova has joined #openstack-dev | 09:42 | |
*** kenperkins has joined #openstack-dev | 09:47 | |
*** dina_belova has quit IRC | 09:51 | |
*** ondergetekende_ has joined #openstack-dev | 09:57 | |
openstackgerrit | A change was merged to openstack/ceilometer: Add pagination support for MongoDB https://review.openstack.org/35459 | 09:57 |
*** ejv_ has quit IRC | 09:59 | |
*** ondergetekende_ has quit IRC | 09:59 | |
*** sandeepr_ltp has quit IRC | 10:02 | |
*** Ryan_Lane has joined #openstack-dev | 10:03 | |
*** lukego has quit IRC | 10:03 | |
*** sandeepr_ltp has joined #openstack-dev | 10:05 | |
*** pcm_ has joined #openstack-dev | 10:05 | |
*** pcm_ has quit IRC | 10:05 | |
*** avishay has joined #openstack-dev | 10:06 | |
*** kenperkins has quit IRC | 10:06 | |
*** pcm_ has joined #openstack-dev | 10:06 | |
*** crazed_ has joined #openstack-dev | 10:11 | |
*** crazed has quit IRC | 10:11 | |
*** Hien has quit IRC | 10:13 | |
*** ljjjustin has quit IRC | 10:15 | |
*** sushils has quit IRC | 10:17 | |
*** Hien has joined #openstack-dev | 10:20 | |
*** yongli has quit IRC | 10:20 | |
*** sushils has joined #openstack-dev | 10:23 | |
*** nijaba has quit IRC | 10:24 | |
*** nijaba has joined #openstack-dev | 10:25 | |
*** nijaba has joined #openstack-dev | 10:25 | |
*** ruhe has quit IRC | 10:25 | |
*** sarob has joined #openstack-dev | 10:26 | |
*** gongysh has quit IRC | 10:30 | |
*** dina_belova has joined #openstack-dev | 10:31 | |
*** sarob has quit IRC | 10:31 | |
*** Shaan7 has quit IRC | 10:31 | |
*** Shaan7 has joined #openstack-dev | 10:33 | |
*** lukego has joined #openstack-dev | 10:38 | |
*** yaguang has quit IRC | 10:39 | |
*** prekarat has quit IRC | 10:39 | |
*** maheshp has quit IRC | 10:40 | |
*** lukego has quit IRC | 10:40 | |
*** emagana has quit IRC | 10:41 | |
*** nati_ueno has quit IRC | 10:42 | |
*** ndipanov is now known as BLOODBATH | 10:43 | |
*** mkollaro has joined #openstack-dev | 10:45 | |
*** maheshp has joined #openstack-dev | 10:45 | |
*** Shaan7 has quit IRC | 10:51 | |
*** Shaan7 has joined #openstack-dev | 10:51 | |
*** sandeepr_ltp has quit IRC | 10:53 | |
*** ruhe has joined #openstack-dev | 10:55 | |
*** nayward has quit IRC | 10:55 | |
*** Ryan_Lane has quit IRC | 10:55 | |
*** melwitt has quit IRC | 10:55 | |
*** BLOODBATH is now known as ndipanov | 10:56 | |
*** zoresvit has quit IRC | 10:58 | |
*** Mandell has quit IRC | 10:59 | |
*** zoresvit has joined #openstack-dev | 11:00 | |
*** nayward has joined #openstack-dev | 11:01 | |
*** ruhe has quit IRC | 11:02 | |
*** fbo is now known as fbo_away | 11:04 | |
*** avishay has quit IRC | 11:05 | |
*** mfer has joined #openstack-dev | 11:07 | |
*** emagana has joined #openstack-dev | 11:11 | |
*** topol has joined #openstack-dev | 11:16 | |
*** sthaha has joined #openstack-dev | 11:16 | |
*** nayward has quit IRC | 11:17 | |
*** boris-42 has quit IRC | 11:19 | |
*** emagana has quit IRC | 11:19 | |
*** abhishekkr has joined #openstack-dev | 11:23 | |
*** avishay has joined #openstack-dev | 11:24 | |
*** nijaba has quit IRC | 11:24 | |
*** adalbas has joined #openstack-dev | 11:25 | |
*** jasondotstar has quit IRC | 11:25 | |
*** nijaba has joined #openstack-dev | 11:25 | |
*** nijaba has joined #openstack-dev | 11:25 | |
*** aditirav has quit IRC | 11:26 | |
*** aditirav has joined #openstack-dev | 11:26 | |
*** sarob has joined #openstack-dev | 11:27 | |
*** chuckieb has quit IRC | 11:28 | |
*** woodspa has joined #openstack-dev | 11:29 | |
*** sarob has quit IRC | 11:32 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Show ip address before associating address https://review.openstack.org/40412 | 11:35 |
*** bondar has joined #openstack-dev | 11:37 | |
*** bondar has quit IRC | 11:37 | |
*** NetworkStatic has quit IRC | 11:39 | |
*** giulivo has quit IRC | 11:40 | |
*** AnilV4 has quit IRC | 11:41 | |
*** maheshp has quit IRC | 11:42 | |
*** bogdando has quit IRC | 11:43 | |
*** prad_ has joined #openstack-dev | 11:43 | |
openstackgerrit | A change was merged to openstack/cinder: Remove usage of obsolete oslo.exception https://review.openstack.org/39471 | 11:44 |
*** martine has joined #openstack-dev | 11:45 | |
*** bogdando has joined #openstack-dev | 11:45 | |
*** martine is now known as Guest14941 | 11:45 | |
openstackgerrit | A change was merged to openstack/nova: Clean up db.sqla.api.instance_* methods https://review.openstack.org/40125 | 11:46 |
*** FunnyLookinHat has joined #openstack-dev | 11:47 | |
*** nayward has joined #openstack-dev | 11:47 | |
*** zbitter has joined #openstack-dev | 11:48 | |
openstackgerrit | A change was merged to openstack/nova: Clean up session in db.sqla.api.get_ec2 methods https://review.openstack.org/40126 | 11:48 |
*** ifarkas has quit IRC | 11:49 | |
openstackgerrit | A change was merged to openstack/nova: Clean up session in db.sqla.api.network_* and sec_groups_* methods https://review.openstack.org/40127 | 11:49 |
*** mrunge has quit IRC | 11:49 | |
*** ifarkas has joined #openstack-dev | 11:49 | |
*** zaneb has quit IRC | 11:50 | |
*** lucasagomes is now known as lucas-hungry | 11:50 | |
*** nimi has joined #openstack-dev | 11:50 | |
openstackgerrit | A change was merged to openstack/nova: Clean up session in db.sqla.api.migration_* methods https://review.openstack.org/40128 | 11:50 |
openstackgerrit | A change was merged to openstack/nova: Finish DB session cleanup https://review.openstack.org/40246 | 11:51 |
*** tkammer has quit IRC | 11:53 | |
*** giulivo has joined #openstack-dev | 11:53 | |
*** Guest14941 is now known as martine_ | 11:53 | |
*** nimi has quit IRC | 11:56 | |
*** nimi has joined #openstack-dev | 11:57 | |
*** tonix has joined #openstack-dev | 11:57 | |
*** ruhe has joined #openstack-dev | 11:58 | |
*** zaneb has joined #openstack-dev | 11:59 | |
openstackgerrit | A change was merged to openstack/nova: Do not use context in db.sqla.api private methods https://review.openstack.org/40357 | 12:00 |
*** zbitter has quit IRC | 12:00 | |
*** sandywalsh has quit IRC | 12:01 | |
*** ffio has joined #openstack-dev | 12:01 | |
*** maheshp has joined #openstack-dev | 12:01 | |
*** aditirav has quit IRC | 12:01 | |
*** dkehn_ has joined #openstack-dev | 12:01 | |
*** zbitter has joined #openstack-dev | 12:01 | |
*** maheshp has quit IRC | 12:01 | |
*** mkollaro has quit IRC | 12:01 | |
*** mkollaro1 has joined #openstack-dev | 12:01 | |
*** rfolco has joined #openstack-dev | 12:02 | |
*** xBsd has joined #openstack-dev | 12:02 | |
*** psedlak_ has quit IRC | 12:02 | |
*** psedlak_ has joined #openstack-dev | 12:02 | |
*** dkehn has quit IRC | 12:02 | |
*** afazekas has quit IRC | 12:02 | |
*** sumanthns has quit IRC | 12:03 | |
*** zaneb has quit IRC | 12:03 | |
*** abhishekkr has quit IRC | 12:05 | |
*** CaptTofu has quit IRC | 12:06 | |
*** terryh has joined #openstack-dev | 12:06 | |
*** CaptTofu has joined #openstack-dev | 12:07 | |
*** dvarga has joined #openstack-dev | 12:07 | |
*** CaptTofu has quit IRC | 12:08 | |
*** CaptTofu has joined #openstack-dev | 12:08 | |
*** holms has quit IRC | 12:09 | |
*** coolsvap has quit IRC | 12:09 | |
*** fbo_away is now known as fbo | 12:09 | |
*** xga_ has joined #openstack-dev | 12:09 | |
*** holms has joined #openstack-dev | 12:09 | |
holms | can somebody please explain to me what is change-id in git commit message..? where should I get this from..? | 12:10 |
*** xga has quit IRC | 12:10 | |
*** prad_ has quit IRC | 12:10 | |
holms | cause manual doesn't explain this | 12:10 |
*** lukego has joined #openstack-dev | 12:10 | |
agorodnev | holms: you can just try to commit your changes and after that gerrit will respond you with change-id. After that you can copy and paste it to the last line of commit message. | 12:12 |
*** pcm__ has joined #openstack-dev | 12:12 | |
agorodnev | it is easy way | 12:12 |
holms | X_x'7 modifying commit message..? | 12:13 |
agorodnev | yes | 12:13 |
holms | never even done this in my life | 12:14 |
agorodnev | more proper way is to use git hooks | 12:14 |
holms | change-id is a must ..? | 12:14 |
agorodnev | holms: http://stackoverflow.com/questions/8845658/gerrit-error-when-change-id-in-commit-messages-are-missing | 12:14 |
*** sandywalsh has joined #openstack-dev | 12:14 | |
agorodnev | yes, it's a muts | 12:14 |
*** pcm_ has quit IRC | 12:14 | |
*** afazekas has joined #openstack-dev | 12:14 | |
*** jsgotangco has joined #openstack-dev | 12:15 | |
agorodnev | holms: >> For the future, you should install commit hook, which automatically adds the required Change-Id. | 12:15 |
holms | somebody could write whole workflow from begining to the end =/ | 12:15 |
holms | https://wiki.openstack.org/wiki/GerritWorkflow not much info in here | 12:15 |
holms | agorodnev: is it available in apt-get? | 12:16 |
*** dvarga is now known as dvarga|away | 12:16 | |
agorodnev | holms: what? hooks? | 12:16 |
holms | yes.. | 12:16 |
*** tkammer has joined #openstack-dev | 12:16 | |
agorodnev | no, it's just a text file =) script | 12:17 |
*** mmoya has quit IRC | 12:17 | |
holms | why this not mentioned in manual how to do this =/ | 12:17 |
holms | i mean.. bloody way to ask around is bad thing | 12:17 |
*** avishay has quit IRC | 12:18 | |
agorodnev | holms: scp -p -P 29418 agorodnev@review.openstack.org:hooks/commit-msg . | 12:18 |
agorodnev | I've just got commit-msg hook for git using this command | 12:19 |
*** nimi has quit IRC | 12:19 | |
agorodnev | of course, you should use your login | 12:19 |
*** nimi has joined #openstack-dev | 12:19 | |
agorodnev | holms: got it? | 12:22 |
*** abhishekkr has joined #openstack-dev | 12:22 | |
holms | kind'a.. | 12:23 |
*** zbitter is now known as zaneb | 12:23 | |
holms | trying to look on this from perspective of manual | 12:23 |
*** alunch has quit IRC | 12:23 | |
holms | https://wiki.openstack.org/wiki/Gerrit_Workflow#Committing_Changes | 12:23 |
holms | here i constructing commit message.. and i see change-id in there | 12:23 |
*** dvarga|away is now known as dvarga | 12:24 | |
holms | and a new-joiner i'm confused | 12:24 |
*** mmagr has quit IRC | 12:24 | |
*** galstrom_zzz is now known as galstrom | 12:24 | |
holms | agorodnev: where do you get change-id from | 12:25 |
*** nijaba has quit IRC | 12:25 | |
holms | (should I ask probably) | 12:25 |
agorodnev | holms: https://wiki.openstack.org/wiki/GitCommitMessages there is a bit info about change id there | 12:25 |
agorodnev | holms: usually I push to gerrit and it tells me that I forgot to add change id and suggests me change id =) I copy it, do git commit --amend, append change id to commit message. That works =) | 12:27 |
holms | that's plan B for now :D | 12:27 |
*** nijaba has joined #openstack-dev | 12:27 | |
*** nijaba has joined #openstack-dev | 12:27 | |
holms | this actually doesn't explain too much | 12:29 |
holms | The 'Change-id' line is a unique hash describing the change, which is generated by a GIT commit hook. This should not be changed when rebasing a commit following review feedback, since it is used by Gerrit, to track versions of a patch. | 12:29 |
agorodnev | holms: you need to put commit-msg file to .git/hooks | 12:29 |
holms | then you ask .. "git commit hook? wtf is that" | 12:29 |
*** dprince has joined #openstack-dev | 12:29 | |
holms | yeah i will | 12:29 |
*** zbitter has joined #openstack-dev | 12:29 | |
holms | just wanna make life easier for another newjoiners | 12:29 |
holms | :P | 12:29 |
agorodnev | commit-msg <- it's a file and hook at the same time =) | 12:30 |
*** mmoya has joined #openstack-dev | 12:30 | |
*** boris-42 has joined #openstack-dev | 12:30 | |
*** avishay has joined #openstack-dev | 12:31 | |
*** jcoufal has quit IRC | 12:31 | |
agorodnev | for example, you've just got cinder project. You go to th directory: | 12:31 |
agorodnev | $> cd cinder | 12:31 |
agorodnev | after that you just need to download hook: | 12:31 |
agorodnev | $>scp -p -P 29418 <your-login>@review.openstack.org:hooks/commit-msg .git/hooks/ | 12:31 |
*** radez_g0n3 is now known as radez | 12:32 | |
*** jasondotstar has joined #openstack-dev | 12:32 | |
*** zaneb has quit IRC | 12:32 | |
agorodnev | commit-msg 100% 4262 4.2KB/s 00:00 | 12:32 |
holms | would nice to mention this in manual | 12:33 |
agorodnev | that's all. It should work for you, you'll get change-id automatically | 12:33 |
holms | done :) | 12:33 |
*** dvarga is now known as dvarga|away | 12:34 | |
agorodnev | it's hard only in the first time =) | 12:34 |
*** zbitter is now known as zaneb | 12:34 | |
*** jasondotstar has quit IRC | 12:34 | |
*** eharney has joined #openstack-dev | 12:35 | |
*** dvarga|away is now known as dvarga | 12:36 | |
*** afazekas has quit IRC | 12:36 | |
*** alunduil has quit IRC | 12:38 | |
*** iartarisi has joined #openstack-dev | 12:38 | |
*** psedlak__ has joined #openstack-dev | 12:41 | |
*** mkollaro1 has quit IRC | 12:42 | |
*** jaimegil has quit IRC | 12:43 | |
*** zbitter has joined #openstack-dev | 12:44 | |
*** gordc has quit IRC | 12:44 | |
*** gordc has joined #openstack-dev | 12:44 | |
*** psedlak_ has quit IRC | 12:45 | |
*** zaneb has quit IRC | 12:45 | |
*** galstrom is now known as galstrom_zzz | 12:47 | |
*** tkammer has quit IRC | 12:47 | |
*** adalbas has quit IRC | 12:50 | |
*** bknudson has joined #openstack-dev | 12:53 | |
*** adalbas has joined #openstack-dev | 12:55 | |
*** dvarga has quit IRC | 12:56 | |
*** sarob has joined #openstack-dev | 12:58 | |
*** lucas-hungry is now known as lucasagomes | 12:58 | |
*** FunnyLookinHat has quit IRC | 12:58 | |
*** FunnyLookinHat has joined #openstack-dev | 12:59 | |
*** afazekas has joined #openstack-dev | 13:00 | |
*** markmc has joined #openstack-dev | 13:00 | |
*** nimi has quit IRC | 13:00 | |
*** joesavak has joined #openstack-dev | 13:00 | |
*** dvarga has joined #openstack-dev | 13:01 | |
*** sarob has quit IRC | 13:02 | |
*** redbeard2 has joined #openstack-dev | 13:03 | |
*** anteaya has joined #openstack-dev | 13:03 | |
*** xga has joined #openstack-dev | 13:05 | |
*** chri6655 has joined #openstack-dev | 13:06 | |
*** redbeard2 has quit IRC | 13:07 | |
*** jsgotangco has quit IRC | 13:08 | |
*** safchain has quit IRC | 13:08 | |
*** chri6655 has quit IRC | 13:08 | |
*** jayg|g0n3 is now known as jayg | 13:08 | |
*** safchain has joined #openstack-dev | 13:08 | |
*** chri6655 has joined #openstack-dev | 13:08 | |
*** xga_ has quit IRC | 13:08 | |
*** lbragstad has joined #openstack-dev | 13:08 | |
*** mkollaro has joined #openstack-dev | 13:09 | |
*** avishay has quit IRC | 13:10 | |
*** krtaylor has quit IRC | 13:11 | |
*** vkmc has joined #openstack-dev | 13:12 | |
*** vkmc has quit IRC | 13:12 | |
*** vkmc has joined #openstack-dev | 13:12 | |
*** nayward has quit IRC | 13:13 | |
*** chri6655 has quit IRC | 13:14 | |
*** chri6655 has joined #openstack-dev | 13:14 | |
*** lukego has quit IRC | 13:16 | |
*** ema has joined #openstack-dev | 13:16 | |
*** ema has joined #openstack-dev | 13:16 | |
*** safchain has quit IRC | 13:16 | |
*** lukego has joined #openstack-dev | 13:17 | |
*** chri6655 has quit IRC | 13:19 | |
*** alunch has joined #openstack-dev | 13:19 | |
*** chri6655 has joined #openstack-dev | 13:19 | |
*** safchain has joined #openstack-dev | 13:21 | |
*** AnilV4 has joined #openstack-dev | 13:22 | |
*** briancurtin has joined #openstack-dev | 13:22 | |
*** tkammer has joined #openstack-dev | 13:23 | |
*** ayoung has joined #openstack-dev | 13:23 | |
*** nijaba has quit IRC | 13:25 | |
*** mmagr has joined #openstack-dev | 13:25 | |
*** kbringard has joined #openstack-dev | 13:26 | |
*** nijaba has joined #openstack-dev | 13:26 | |
*** nijaba has joined #openstack-dev | 13:26 | |
*** larsks has quit IRC | 13:26 | |
*** lbragstad1 has joined #openstack-dev | 13:27 | |
*** dkehn_ is now known as dkehn | 13:27 | |
*** lbragstad has quit IRC | 13:27 | |
*** chri6655 has quit IRC | 13:29 | |
*** crazed_ is now known as crazed | 13:30 | |
*** ayoung has quit IRC | 13:34 | |
*** afazekas has quit IRC | 13:35 | |
*** neelashah has joined #openstack-dev | 13:35 | |
*** xga_ has joined #openstack-dev | 13:36 | |
openstackgerrit | A change was merged to openstack/ceilometer: Return message_id in POSTed samples https://review.openstack.org/39678 | 13:37 |
*** chri6655 has joined #openstack-dev | 13:38 | |
*** dina_belova has quit IRC | 13:38 | |
*** xga has quit IRC | 13:39 | |
*** gargya has joined #openstack-dev | 13:41 | |
*** prad_ has joined #openstack-dev | 13:41 | |
*** ruhe has quit IRC | 13:42 | |
*** changbl has quit IRC | 13:43 | |
*** ruhe has joined #openstack-dev | 13:44 | |
*** ruhe has quit IRC | 13:45 | |
*** chri6655 has quit IRC | 13:45 | |
*** tmclaugh[work] has joined #openstack-dev | 13:45 | |
*** jruzicka has joined #openstack-dev | 13:47 | |
*** markmcclain has joined #openstack-dev | 13:47 | |
*** jruzicka has joined #openstack-dev | 13:47 | |
*** stevemar has joined #openstack-dev | 13:48 | |
*** alunduil has joined #openstack-dev | 13:49 | |
*** pabelanger_ has joined #openstack-dev | 13:49 | |
*** chri6655 has joined #openstack-dev | 13:49 | |
*** pabelanger_ has quit IRC | 13:50 | |
*** pabelanger_ has joined #openstack-dev | 13:50 | |
*** pabelanger has quit IRC | 13:50 | |
*** pabelanger_ is now known as pabelanger | 13:50 | |
*** pabelanger_ has joined #openstack-dev | 13:50 | |
*** pabelanger has quit IRC | 13:50 | |
*** pabelanger has joined #openstack-dev | 13:51 | |
*** krtaylor has joined #openstack-dev | 13:51 | |
*** cppcabrera has joined #openstack-dev | 13:52 | |
*** cppcabrera has left #openstack-dev | 13:52 | |
*** iartarisi has quit IRC | 13:53 | |
*** datsun180b has joined #openstack-dev | 13:53 | |
holms | my first review was sent \o/ | 13:53 |
*** msbrown has joined #openstack-dev | 13:54 | |
*** wu_wenxiang has joined #openstack-dev | 13:54 | |
*** mfer has quit IRC | 13:55 | |
*** jimfehlig has joined #openstack-dev | 13:56 | |
*** woodspa has quit IRC | 13:56 | |
*** xga__ has joined #openstack-dev | 13:56 | |
*** FunnyLookinHat has quit IRC | 13:57 | |
*** woodspa has joined #openstack-dev | 13:57 | |
*** dvarga has quit IRC | 13:57 | |
*** athomas has quit IRC | 13:58 | |
*** dvarga has joined #openstack-dev | 13:58 | |
*** dvarga is now known as dvarga|away | 13:58 | |
*** topol has quit IRC | 13:58 | |
*** sarob has joined #openstack-dev | 13:58 | |
*** xga_ has quit IRC | 14:00 | |
*** briancurtin has quit IRC | 14:01 | |
mrodden1 | markmc: around? got a quick question | 14:01 |
*** dvarga|away is now known as dvarga | 14:02 | |
*** sarob has quit IRC | 14:03 | |
*** armax has joined #openstack-dev | 14:04 | |
*** rharwood has joined #openstack-dev | 14:04 | |
*** chri6655 has quit IRC | 14:05 | |
*** dina_belova has joined #openstack-dev | 14:05 | |
*** jkyle has quit IRC | 14:06 | |
*** jkyle has joined #openstack-dev | 14:07 | |
*** tiamar has quit IRC | 14:07 | |
*** NetworkStatic has joined #openstack-dev | 14:08 | |
*** jprovazn has quit IRC | 14:09 | |
*** athomas has joined #openstack-dev | 14:09 | |
*** _TheDodd_ has joined #openstack-dev | 14:10 | |
*** dolphm has joined #openstack-dev | 14:13 | |
*** lexinator has joined #openstack-dev | 14:13 | |
*** kenperkins has joined #openstack-dev | 14:14 | |
*** rscottcoyle has joined #openstack-dev | 14:15 | |
*** ruhe has joined #openstack-dev | 14:15 | |
*** bashok has quit IRC | 14:16 | |
*** lukego has quit IRC | 14:17 | |
*** terriyu has joined #openstack-dev | 14:18 | |
*** rharwood has quit IRC | 14:20 | |
*** rharwood has joined #openstack-dev | 14:20 | |
*** dvarga is now known as dvarga|away | 14:21 | |
*** ffio_ has joined #openstack-dev | 14:21 | |
*** ffio has quit IRC | 14:22 | |
*** jmontemayor has joined #openstack-dev | 14:22 | |
*** rscottcoyle has quit IRC | 14:23 | |
*** kpavel has quit IRC | 14:24 | |
holms | anybody available for help regarding gerrit workflow? | 14:25 |
*** nijaba has quit IRC | 14:25 | |
holms | jenkins failed the test, found error in code, how to fix code and re-review | 14:25 |
*** rscottcoyle has joined #openstack-dev | 14:25 | |
dolphm | holms: which step do you need help with? | 14:26 |
*** Ruetobas has quit IRC | 14:26 | |
*** jculp has joined #openstack-dev | 14:26 | |
holms | jenkins failed a test, | 14:26 |
holms | found mistake in code, my bad | 14:26 |
*** nijaba has joined #openstack-dev | 14:26 | |
holms | how to commit a fix and re-review it | 14:26 |
dolphm | holms: do you have a tested fix ready to go? | 14:27 |
*** MaxV has quit IRC | 14:27 | |
holms | yes | 14:27 |
holms | added two symbols lol | 14:28 |
holms | what's next..? | 14:28 |
*** redbeard2 has joined #openstack-dev | 14:28 | |
*** MaxV has joined #openstack-dev | 14:28 | |
*** Ruetobas has joined #openstack-dev | 14:28 | |
dolphm | holms: have you git commit --amend'ed your patch? | 14:29 |
holms | probably not | 14:29 |
holms | take a look | 14:29 |
*** burt has joined #openstack-dev | 14:29 | |
holms | https://review.openstack.org/#/c/40623/ | 14:29 |
dolphm | holms: i can't see your local git repo | 14:29 |
holms | line 959 only variable should be removed | 14:30 |
dolphm | holms: --amend you patch with your fix, being sure to preserve your current Change-Id (I70adaf6591834af2482e09eb7f8f9f60df8e7692) | 14:30 |
*** rscottcoyle has quit IRC | 14:30 | |
*** FunnyLookinHat has joined #openstack-dev | 14:32 | |
*** jackmccann has joined #openstack-dev | 14:32 | |
*** rscottcoyle has joined #openstack-dev | 14:32 | |
*** MaxV_ has joined #openstack-dev | 14:33 | |
*** MaxV has quit IRC | 14:33 | |
*** topol has joined #openstack-dev | 14:33 | |
holms | ok seems to be patched | 14:34 |
holms | dolphm: thanks you | 14:34 |
*** Ruetobas has quit IRC | 14:34 | |
dolphm | holms: looks good from here; jenkins will run checks against it again... you can track it's progress on http://status.openstack.org/zuul/ | 14:34 |
*** jculp has quit IRC | 14:35 | |
*** emagana has joined #openstack-dev | 14:35 | |
openstackgerrit | A change was merged to openstack/nova: Make NovaObject.get() avoid lazy-load when defaulting https://review.openstack.org/38891 | 14:35 |
*** Ryan_Lane has joined #openstack-dev | 14:36 | |
*** galstrom_zzz is now known as galstrom | 14:37 | |
*** _TheDodd_ has left #openstack-dev | 14:38 | |
*** _TheDodd_ has joined #openstack-dev | 14:38 | |
*** dvarga|away is now known as dvarga | 14:38 | |
*** Ruetobas has joined #openstack-dev | 14:38 | |
*** markmc has quit IRC | 14:39 | |
*** danwent has joined #openstack-dev | 14:39 | |
*** andrewbogott_afk is now known as andrewbogott | 14:41 | |
*** giroro_ has joined #openstack-dev | 14:41 | |
wu_wenxiang | dolphm: I need your help, for this bug: https://bugs.launchpad.net/keystone/+bug/1204221 | 14:42 |
uvirtbot | Launchpad bug 1204221 in keystone "Authorization Failed: Could not find user, None. (HTTP 404)" [High,In progress] | 14:42 |
*** Ruetobas has quit IRC | 14:42 | |
wu_wenxiang | dolphm: LDAP has only 1 domain | 14:42 |
*** jprovazn has joined #openstack-dev | 14:42 | |
wu_wenxiang | dolphm: LDAP didn't support group role, yes? | 14:42 |
*** jecarey has quit IRC | 14:44 | |
dolphm | wu_wenxiang: i don't know off hand, does it not support group role assignments? | 14:44 |
wu_wenxiang | dolphm: So, for this bug, we need to return empty dict when got domain_id & group_id passed into _get_metadata? | 14:44 |
*** changbl has joined #openstack-dev | 14:45 | |
dolphm | wu_wenxiang: domain_id is not None, so the method call will already raise NotImplemented(); the bug report is wrong | 14:46 |
*** rcleere has joined #openstack-dev | 14:46 | |
dolphm | wu_wenxiang: unless project_ref['domain_id'] is None, in which case, there's an entirely different issue at play | 14:47 |
*** lbragstad_ has joined #openstack-dev | 14:48 | |
*** stevemar has quit IRC | 14:48 | |
*** afazekas has joined #openstack-dev | 14:48 | |
*** stevemar has joined #openstack-dev | 14:49 | |
*** lbragstad_ has quit IRC | 14:49 | |
openstackgerrit | A change was merged to openstack/nova: xenapi: remove dup code in make_step_decorator https://review.openstack.org/39974 | 14:50 |
*** jbresnah has joined #openstack-dev | 14:50 | |
*** zaitcev has joined #openstack-dev | 14:51 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix resources/meters pagination test https://review.openstack.org/40600 | 14:51 |
*** andrewbogott is now known as andrewbogott_afk | 14:51 | |
wu_wenxiang | dolphm: Till now, ldap driver just support add_role_to_user_and_project, so I think ldap only support grant role to (user, project), right? | 14:52 |
*** stevemar has quit IRC | 14:52 | |
*** mdurnosvistov has joined #openstack-dev | 14:52 | |
*** giroro_ has quit IRC | 14:52 | |
*** stevemar has joined #openstack-dev | 14:53 | |
*** mdomsch has joined #openstack-dev | 14:54 | |
wu_wenxiang | dolphm: So, domain_id & group_id mean nothing to LDAP _get_metadata method | 14:54 |
*** dina_belova has quit IRC | 14:54 | |
*** safchain has quit IRC | 14:55 | |
*** Mandell has joined #openstack-dev | 14:55 | |
*** rharwood has quit IRC | 14:56 | |
wu_wenxiang | dolphm: Although this bug report is wrong, I wanner if I got a mis-understanding? | 14:56 |
*** jmontemayor has quit IRC | 14:56 | |
*** safchain has joined #openstack-dev | 14:56 | |
*** mdomsch has quit IRC | 14:56 | |
wu_wenxiang | domain_id & group_id mean nothing to LDAP _get_metadata method, am I right? | 14:57 |
wu_wenxiang | dolphm: domain_id & group_id mean nothing to LDAP _get_metadata method, am I right? | 14:57 |
*** flaper87 is now known as flaper87_afk | 14:57 | |
lexinator | hi. that's my bug report. | 14:58 |
*** mdomsch has joined #openstack-dev | 14:58 | |
*** sumanthns has joined #openstack-dev | 14:58 | |
*** sarob has joined #openstack-dev | 14:59 | |
*** nayward has joined #openstack-dev | 14:59 | |
wu_wenxiang | lexinator: hi | 15:00 |
*** zbitter is now known as zaneb | 15:00 | |
*** boris-42 has quit IRC | 15:03 | |
*** boris-42_ has joined #openstack-dev | 15:03 | |
*** neelashah1 has joined #openstack-dev | 15:03 | |
*** neelashah has quit IRC | 15:03 | |
*** dina_belova has joined #openstack-dev | 15:03 | |
*** sarob has quit IRC | 15:04 | |
*** jmontemayor has joined #openstack-dev | 15:04 | |
*** lukego has joined #openstack-dev | 15:05 | |
*** HenryG has quit IRC | 15:06 | |
*** krtaylor has quit IRC | 15:07 | |
*** mdomsch has quit IRC | 15:07 | |
*** boris-42_ is now known as boris-42 | 15:08 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Clarify precedence of secret_key_file https://review.openstack.org/40559 | 15:08 |
*** briancurtin has joined #openstack-dev | 15:08 | |
*** jecarey has joined #openstack-dev | 15:08 | |
*** romcheg has quit IRC | 15:08 | |
lexinator | i'll reiterate the problem i'm seeing. _get_metadata() has 4 arguments, only two get passed in. domain_id=None, group_id='somegroup', user_id=None, tenant_id=None. so self.identity_api.gt_user(user_id) gets called it raises 'can't find user None'. | 15:08 |
lexinator | if domain_id had something then yes i'd see the 'domain metadata not supported by ldap' but domain_id for me is None. | 15:10 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Don't shadow cfg import in securemessage https://review.openstack.org/40558 | 15:10 |
*** mfer has joined #openstack-dev | 15:10 | |
*** dprince has quit IRC | 15:10 | |
*** danwent has joined #openstack-dev | 15:10 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Remove redundant global keyword in securemessage https://review.openstack.org/40557 | 15:11 |
*** briancurtin has quit IRC | 15:13 | |
*** spzala has joined #openstack-dev | 15:14 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Some nitpicky securemessage cleanups https://review.openstack.org/40556 | 15:14 |
*** jjmb has joined #openstack-dev | 15:15 | |
wu_wenxiang | lexinator: I think this bug exist in metadata_ref = self._get_metadata(group_id=x['id'], tenant_id=project_ref['id']) | 15:15 |
*** pabelanger has quit IRC | 15:15 | |
wu_wenxiang | Where domain_id and user_id both None | 15:15 |
*** electrichead has joined #openstack-dev | 15:16 | |
*** krtaylor has joined #openstack-dev | 15:16 | |
*** hemna has quit IRC | 15:16 | |
*** rnirmal has joined #openstack-dev | 15:18 | |
*** aelkikhia has joined #openstack-dev | 15:18 | |
wu_wenxiang | dolphm: After recheck the code, I think this issue exist in here: metadata_ref = self._get_metadata(group_id=x['id'], tenant_id=project_ref['id']), where domain_id and user_id both None according to default value. Couldn't find user Exception will be raised, however user_id is valid in parent method. | 15:19 |
*** dina_belova has quit IRC | 15:20 | |
*** SergeyLukjanov has quit IRC | 15:20 | |
*** aditirav has joined #openstack-dev | 15:23 | |
holms | em... should i add reviewer in gerrit..? | 15:24 |
*** gargya has quit IRC | 15:24 | |
*** portante is now known as portante|afk | 15:24 | |
*** mrodden1 has quit IRC | 15:25 | |
*** nijaba has quit IRC | 15:26 | |
*** portante|afk is now known as portante | 15:27 | |
*** nijaba has joined #openstack-dev | 15:27 | |
*** nijaba has joined #openstack-dev | 15:27 | |
holms | dtroyer: added you to #40623 | 15:27 |
*** aditirav has quit IRC | 15:27 | |
*** dvarga is now known as dvarga|away | 15:30 | |
*** pmathews has joined #openstack-dev | 15:31 | |
*** rharwood has joined #openstack-dev | 15:31 | |
*** sarob has joined #openstack-dev | 15:31 | |
*** Ryan_Lane has quit IRC | 15:32 | |
holms | how to get reviewers to the change...? | 15:32 |
lexinator | wu_wenxiang: that may be the correct solution. | 15:33 |
*** dvarga|away is now known as dvarga | 15:34 | |
*** mrodden has joined #openstack-dev | 15:35 | |
*** HenryG has joined #openstack-dev | 15:36 | |
*** emagana has quit IRC | 15:36 | |
*** isviridov has joined #openstack-dev | 15:37 | |
*** sarob has quit IRC | 15:37 | |
*** stevemar has quit IRC | 15:37 | |
*** Ryan_Lane has joined #openstack-dev | 15:37 | |
*** stevemar has joined #openstack-dev | 15:38 | |
*** lexinator has quit IRC | 15:38 | |
*** eharney has quit IRC | 15:41 | |
*** ruhe has quit IRC | 15:41 | |
*** Ruetobas has joined #openstack-dev | 15:42 | |
*** Mandell has quit IRC | 15:42 | |
*** sthaha has quit IRC | 15:43 | |
*** Ruetobas has quit IRC | 15:43 | |
*** martines has quit IRC | 15:44 | |
*** martines has joined #openstack-dev | 15:44 | |
*** briancurtin has joined #openstack-dev | 15:44 | |
*** Ryan_Lane has quit IRC | 15:44 | |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/40489 | 15:46 |
dolphm | wu_wenxiang: lexinator: if domain_id is None, then the caller is making a mistake (domain_id should absolutely not be None) | 15:46 |
dolphm | on a project ref | 15:46 |
*** Ruetobas has joined #openstack-dev | 15:46 | |
*** devoid has joined #openstack-dev | 15:47 | |
*** briancurtin has quit IRC | 15:50 | |
*** kbrierly has joined #openstack-dev | 15:51 | |
*** reed has joined #openstack-dev | 15:52 | |
*** Ruetobas has quit IRC | 15:52 | |
*** tjones has joined #openstack-dev | 15:54 | |
*** salv-orlando has quit IRC | 15:55 | |
*** litong has joined #openstack-dev | 15:56 | |
*** tjones has quit IRC | 15:56 | |
*** lexinator has joined #openstack-dev | 15:57 | |
*** jsavak has joined #openstack-dev | 15:58 | |
*** tjones has joined #openstack-dev | 15:58 | |
*** neelashah1 has quit IRC | 15:59 | |
*** SumitNaiksatam has quit IRC | 15:59 | |
*** yolanda has quit IRC | 15:59 | |
*** ruhe has joined #openstack-dev | 15:59 | |
*** zhiyan has joined #openstack-dev | 15:59 | |
*** zhiyan has left #openstack-dev | 16:00 | |
*** krtaylor has quit IRC | 16:00 | |
*** medberry_ has joined #openstack-dev | 16:00 | |
*** joesavak has quit IRC | 16:01 | |
openstackgerrit | A change was merged to openstack/nova: Convert CamelCase attribute naming to camel_case for servers V3 API https://review.openstack.org/39284 | 16:01 |
*** wfoster is now known as wfoster_away | 16:01 | |
*** medberry_ is now known as med_ | 16:01 | |
*** med_ has quit IRC | 16:01 | |
*** med_ has joined #openstack-dev | 16:01 | |
openstackgerrit | A change was merged to openstack/swift: Fix handling of DELETE obj reqs with old timestamp https://review.openstack.org/40643 | 16:01 |
*** neelashah has joined #openstack-dev | 16:02 | |
*** Ruetobas has joined #openstack-dev | 16:02 | |
*** mfer has quit IRC | 16:03 | |
*** jvrbanac has joined #openstack-dev | 16:04 | |
*** joesavak has joined #openstack-dev | 16:04 | |
*** alexb_ has joined #openstack-dev | 16:04 | |
*** emagana has joined #openstack-dev | 16:05 | |
*** hartsocks has quit IRC | 16:06 | |
*** giroro_ has joined #openstack-dev | 16:06 | |
*** jprovazn has quit IRC | 16:06 | |
*** hartsocks has joined #openstack-dev | 16:06 | |
*** jsavak has quit IRC | 16:06 | |
*** NetworkStatic has quit IRC | 16:06 | |
*** odyssey4me has quit IRC | 16:07 | |
*** Ruetobas has quit IRC | 16:07 | |
*** hemnafk is now known as hemna | 16:08 | |
*** alexb_ has quit IRC | 16:09 | |
*** MaxV_ has quit IRC | 16:11 | |
*** otherwiseguy has quit IRC | 16:11 | |
*** alexb_ has joined #openstack-dev | 16:12 | |
*** eharney has joined #openstack-dev | 16:13 | |
*** avishay has joined #openstack-dev | 16:14 | |
*** comay has quit IRC | 16:15 | |
*** mmagr has quit IRC | 16:16 | |
openstackgerrit | A change was merged to openstack/neutron: refactor port binding codes https://review.openstack.org/34133 | 16:16 |
*** pabelanger_ has quit IRC | 16:16 | |
*** bdpayne has joined #openstack-dev | 16:16 | |
*** pabelanger has joined #openstack-dev | 16:16 | |
*** marun has joined #openstack-dev | 16:16 | |
*** tjones has quit IRC | 16:16 | |
*** mmagr has joined #openstack-dev | 16:17 | |
*** abhishekkr_ has joined #openstack-dev | 16:17 | |
*** isviridov has quit IRC | 16:19 | |
*** isviridov_ has joined #openstack-dev | 16:19 | |
*** mmagr has quit IRC | 16:19 | |
*** dprince has joined #openstack-dev | 16:20 | |
*** abhishekkr has quit IRC | 16:20 | |
*** anniec has quit IRC | 16:20 | |
*** stevemar has quit IRC | 16:21 | |
*** stevemar has joined #openstack-dev | 16:21 | |
*** tjones has joined #openstack-dev | 16:22 | |
*** diogogmt has joined #openstack-dev | 16:22 | |
*** ayoung has joined #openstack-dev | 16:22 | |
openstackgerrit | A change was merged to openstack/neutron: Delete useless and wrong comments in NEC Plugin https://review.openstack.org/40348 | 16:23 |
*** xBsd has quit IRC | 16:23 | |
*** yolanda has joined #openstack-dev | 16:23 | |
*** comay has joined #openstack-dev | 16:23 | |
*** krtaylor has joined #openstack-dev | 16:23 | |
openstackgerrit | A change was merged to openstack/neutron: Cisco plugin db code cleanup, part II https://review.openstack.org/39017 | 16:24 |
*** nijaba has quit IRC | 16:26 | |
ayoung | bknudson, topol morganfainberg would like to get this one in, as I want the extension to be able to use it. https://review.openstack.org/#/c/36731/ | 16:26 |
*** nijaba has joined #openstack-dev | 16:27 | |
*** nijaba has joined #openstack-dev | 16:27 | |
*** mfer has joined #openstack-dev | 16:27 | |
*** mfer has quit IRC | 16:28 | |
*** kmsdncjsavab121 has joined #openstack-dev | 16:28 | |
*** malini1 has joined #openstack-dev | 16:28 | |
kmsdncjsavab121 | Do skype,yahoo other chat and social communication prog(facebook&twitter) work 2 spoil muslim's youth and spy4isreal&usa??????? | 16:29 |
kmsdncjsavab121 | do they record and analyse every word we type???????????? | 16:29 |
kmsdncjsavab121 | Do chat prog spy 4 isreal&usa??????? Do chat prog spy 4 isreal&usa??????? | 16:29 |
kmsdncjsavab121 | هل يتجسس الشات لامريكا واسرائيل؟؟؟؟؟؟؟؟؟ | 16:29 |
*** kmsdncjsavab121 has quit IRC | 16:29 | |
*** devoid has quit IRC | 16:29 | |
*** tjones has quit IRC | 16:29 | |
*** alexb_ has quit IRC | 16:31 | |
dolphm | ttx: who moderates openstack-dev? i got caught in the manual approval process | 16:31 |
*** jmontemayor has quit IRC | 16:32 | |
*** dvarga is now known as dvarga|away | 16:33 | |
*** dvarga|away is now known as dvarga | 16:33 | |
*** xga__ has quit IRC | 16:33 | |
*** abhishekkr_ has quit IRC | 16:33 | |
*** freedomhui has quit IRC | 16:33 | |
bknudson | ayoung: https://review.openstack.org/#/c/36731/ looks good to me | 16:34 |
*** kaushikc has joined #openstack-dev | 16:35 | |
*** BobBall is now known as BobBall_AFK | 16:36 | |
*** derekh has quit IRC | 16:37 | |
*** rwsu-away is now known as rwsu | 16:37 | |
*** gordc has quit IRC | 16:38 | |
*** SumitNaiksatam has joined #openstack-dev | 16:39 | |
chmouel | dolphm, bknudson, ayoung: any chances you guys have a look at this | 16:39 |
chmouel | https://review.openstack.org/#/c/40671/ | 16:39 |
chmouel | this should be quick | 16:39 |
chmouel | but block the keystoneclient tests without it | 16:40 |
chmouel | i.e: https://review.openstack.org/#/c/40601/ | 16:40 |
*** venkatesh has joined #openstack-dev | 16:41 | |
*** lbragstad1 has quit IRC | 16:42 | |
dolphm | chmouel: hmm, that's a weird one | 16:43 |
*** lbragstad has joined #openstack-dev | 16:43 | |
chmouel | yep if you have the backlog on #openstack-infra see the discussion i had with clarkb | 16:43 |
bknudson | we should have a process runs each test by itself to ensure our tests aren't broken | 16:43 |
chmouel | yeah we were discussing that with clarkb | 16:44 |
dolphm | chmouel: +2'd... bknudson: i'm also curious if there's a better way | 16:44 |
bknudson | I've had several fixes for keystone tests that failed when run in a different order | 16:44 |
*** boris-42 has quit IRC | 16:45 | |
*** MaxV has joined #openstack-dev | 16:45 | |
*** ondergetekende_ has joined #openstack-dev | 16:45 | |
bknudson | dolphm: I looked and there's no place else in the tests that do cms._ensure_subprocess() | 16:45 |
clarkb | bknudson: it would definitely be interesting to see how many things break when run on individually | 16:46 |
*** ondergetekende_ has quit IRC | 16:46 | |
clarkb | bknudson: correct, the cms module deals with it internally | 16:46 |
*** alunduil has quit IRC | 16:46 | |
clarkb | problem here is assertRaises needs it to be imported before calling into one of the cms functions | 16:46 |
*** tkammer has quit IRC | 16:46 | |
ttx | dolphm: let me see if I see it | 16:47 |
ttx | dolphm: "Too many recipients to the message". Approved :) | 16:47 |
dolphm | ttx: thanks! how many CC's is too many, anyway? | 16:48 |
*** lukego has quit IRC | 16:48 | |
holms | how to find a reviewers for my change..? | 16:48 |
ttx | dolphm: fwiw reed can also approve | 16:48 |
ttx | dolphm: no idea :) | 16:48 |
clarkb | bknudson: you can for test in `testr list-tests` ; do testr run $test ; done | 16:48 |
clarkb | bknudson: we don't do this in the gate because it is slow, but if you are interested in tickling more of these problems that would be a good place to start | 16:49 |
reed | approve what? | 16:49 |
holms | "a chane" | 16:49 |
holms | "a change"* | 16:49 |
bknudson | we just need Keystone to use testr | 16:49 |
holms | reed: a change-->https://review.openstack.org/#/c/40623/ ? | 16:49 |
clarkb | holms: most reviewers watch the projects they are interested in | 16:49 |
dolphm | holms: reviewers will come across it as they have time | 16:49 |
holms | thank you very much | 16:50 |
*** venkatesh has quit IRC | 16:50 | |
ttx | reed: openstack-dev | 16:50 |
reed | holms, can't do that :) | 16:50 |
reed | ttx, is it a moderation request? | 16:50 |
openstackgerrit | A change was merged to openstack/swift: CHANGELOG and AUTHORS and .mailmap updates for 1.9.1 https://review.openstack.org/40657 | 16:50 |
ttx | reed: yes, I handled it | 16:50 |
reed | thanks | 16:51 |
*** cmark has joined #openstack-dev | 16:51 | |
*** cmark_ has joined #openstack-dev | 16:51 | |
holms | clarkb: it's actually about that --use-mirrors which you replied back then :) maybe you need to be added as reviewer :)? | 16:52 |
*** kenperkins has quit IRC | 16:52 | |
*** tjones has joined #openstack-dev | 16:52 | |
*** sushils has quit IRC | 16:52 | |
*** aditirav has joined #openstack-dev | 16:53 | |
*** HenryG has quit IRC | 16:53 | |
*** sumanthns has quit IRC | 16:53 | |
*** HenryG has joined #openstack-dev | 16:54 | |
*** neelashah has quit IRC | 16:55 | |
*** cmark_ has quit IRC | 16:55 | |
clarkb | bknudson: for test in `testr list-tests | sed 1d` ; do testr run $test ; done need to remove the first line of list-test output | 16:55 |
clarkb | holms: sure, is it a devstack change? | 16:55 |
*** cmark has quit IRC | 16:55 | |
*** msbrown has quit IRC | 16:55 | |
*** garyk has quit IRC | 16:55 | |
*** garyk has joined #openstack-dev | 16:55 | |
clarkb | bknudson: fwiw testr should work with keystone if you run each test individually | 16:56 |
*** ffio_ has quit IRC | 16:56 | |
clarkb | bknudson: because you don't have to worry about inter tests conflicts in this case | 16:56 |
bknudson | clarkb: I'll give it a whirl | 16:56 |
*** xqueralt is now known as xqueralt-afk | 16:57 | |
bknudson | I need a .testr.conf. | 16:57 |
clarkb | bknudson: ya, let me find a good example | 16:57 |
clarkb | bknudson: https://github.com/openstack-infra/zuul/blob/master/.testr.conf | 16:58 |
*** lexinator has quit IRC | 16:58 | |
bknudson | clarkb: and keystone/tests isn't a module (no __init__.py) | 16:58 |
*** terryh has quit IRC | 16:58 | |
*** aeperezt has joined #openstack-dev | 16:58 | |
clarkb | well thats not good | 16:58 |
*** lbragstad has quit IRC | 16:59 | |
*** sushils has joined #openstack-dev | 16:59 | |
clarkb | I am not sure how discover/testr will deal with it not being a module | 17:00 |
openstackgerrit | A change was merged to openstack/swift: version bump to reflect current dev target https://review.openstack.org/40658 | 17:00 |
*** hartsocks has left #openstack-dev | 17:00 | |
openstackgerrit | A change was merged to openstack/tempest: Generate temepst API doc from source https://review.openstack.org/39291 | 17:00 |
*** gordc has joined #openstack-dev | 17:01 | |
bknudson | it says it can't import it... I'll try add __init__ and fix the probs | 17:01 |
*** ruhe has quit IRC | 17:01 | |
*** markwash has joined #openstack-dev | 17:01 | |
*** lexinator has joined #openstack-dev | 17:01 | |
holms | clarkb: yeap https://review.openstack.org/#/c/40623/ | 17:03 |
wu_wenxiang | dolphm: I improve my patch: https://review.openstack.org/#/c/38963/, could you help to review? | 17:03 |
*** nayward has quit IRC | 17:03 | |
*** fbo is now known as fbo_away | 17:03 | |
*** mkollaro has quit IRC | 17:03 | |
*** dkranz has quit IRC | 17:04 | |
*** sushils has quit IRC | 17:04 | |
*** otherwiseguy has joined #openstack-dev | 17:04 | |
wu_wenxiang | dolphm: I add a test case to describe the bug, and the error log was paste to https://bugs.launchpad.net/keystone/+bug/1204221 | 17:05 |
*** avishay has quit IRC | 17:05 | |
uvirtbot | Launchpad bug 1204221 in keystone "Authorization Failed: Could not find user, None. (HTTP 404)" [High,In progress] | 17:05 |
*** xBsd has joined #openstack-dev | 17:05 | |
*** drewlander has joined #openstack-dev | 17:06 | |
morganfainberg | ayoung: https://review.openstack.org/#/c/36731/ looks good to me | 17:06 |
openstackgerrit | A change was merged to openstack-dev/devstack: Add keystoneclient support for cinder. https://review.openstack.org/39747 | 17:06 |
*** sushils has joined #openstack-dev | 17:06 | |
*** HowardRoark has joined #openstack-dev | 17:07 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Update baremetal to work with the latest DIB https://review.openstack.org/39915 | 17:08 |
*** psedlak__ has quit IRC | 17:09 | |
*** bswartz has quit IRC | 17:09 | |
*** aditirav has quit IRC | 17:10 | |
*** HowardRoark is now known as sacharya | 17:10 | |
*** sushils has quit IRC | 17:11 | |
*** aditirav has joined #openstack-dev | 17:11 | |
*** ruhe has joined #openstack-dev | 17:11 | |
*** epim has joined #openstack-dev | 17:11 | |
*** MaxV has quit IRC | 17:12 | |
wu_wenxiang | ayoung: for https://review.openstack.org/#/c/39317/, what's your opinion now? According to others comments, someone vote rebuilding dir when it miss, someone like move default dir to /var rather than /tmp | 17:12 |
*** sacharya has quit IRC | 17:13 | |
*** jsavak has joined #openstack-dev | 17:13 | |
*** sacharya has joined #openstack-dev | 17:14 | |
*** sacharya has left #openstack-dev | 17:14 | |
wu_wenxiang | ayoung: Could you tell me which one you prefer? invalid bug? rebuild dir? move default dir from /tmp to /var? | 17:14 |
*** neelashah has joined #openstack-dev | 17:15 | |
jswarren | Would greatly appreciate reviews of https://review.openstack.org/#/c/40232/ and https://review.openstack.org/#/c/40247/ | 17:15 |
*** joesavak has quit IRC | 17:17 | |
*** nati_ueno has joined #openstack-dev | 17:17 | |
*** jpich has quit IRC | 17:17 | |
*** dvarga is now known as dvarga|away | 17:18 | |
*** sarob has joined #openstack-dev | 17:18 | |
*** jcoufal has joined #openstack-dev | 17:18 | |
*** dkranz has joined #openstack-dev | 17:18 | |
*** eglynn has quit IRC | 17:19 | |
*** pabelanger has quit IRC | 17:20 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Correctly setup ML2 mechanism_drivers https://review.openstack.org/40260 | 17:22 |
notmyname | reed: can you approve my email to -announce, please? | 17:22 |
reed | notmyname, suere | 17:23 |
notmyname | reed: thanks :-) | 17:23 |
reed | done | 17:23 |
notmyname | thanks | 17:23 |
ayoung | wu_wenxiang, my position hasn't changed. I think that something else is messing with people's deployments. recreating the directory is dealing with the symptom, not the problem | 17:23 |
ayoung | wu_wenxiang, I think there is a real bug, but not in Keystone. | 17:24 |
*** lucasagomes has quit IRC | 17:24 | |
*** dvarga|away is now known as dvarga | 17:24 | |
notmyname | reed: aaaaand, I just saw that the subject like is wrong. whoops ;-/ | 17:24 |
reed | too late | 17:24 |
*** terryh has joined #openstack-dev | 17:25 | |
wu_wenxiang | ayoung: Thanks for your explaination, I will hold this commit. | 17:26 |
ayoung | wu_wenxiang, what deleted the directory? | 17:26 |
*** afazekas has quit IRC | 17:26 | |
*** nijaba has quit IRC | 17:26 | |
wu_wenxiang | ayoung: according to bug report, a cron job clean /tmp | 17:27 |
*** odyssey4me has joined #openstack-dev | 17:27 | |
reed | bbl | 17:27 |
*** reed has quit IRC | 17:27 | |
*** nijaba has joined #openstack-dev | 17:27 | |
*** sushils has joined #openstack-dev | 17:28 | |
*** dolphm has quit IRC | 17:28 | |
*** giulivo has quit IRC | 17:28 | |
*** wu_wenxiang has quit IRC | 17:29 | |
ayoung | wu_wenxiang, is that a standard approach? just wipe out everything in tmp? Seems to be suspect to me. I would not want that on my system | 17:29 |
*** ruhe has quit IRC | 17:30 | |
*** lbragstad has joined #openstack-dev | 17:30 | |
openstackgerrit | A change was merged to openstack/cinder: 3PAR volumes created from snaps failed to attach https://review.openstack.org/40496 | 17:30 |
*** sarob_ has joined #openstack-dev | 17:30 | |
*** tjones has quit IRC | 17:31 | |
*** SumitNaiksatam has quit IRC | 17:32 | |
holms | clarkb: thanks :) | 17:32 |
*** sarob_ has quit IRC | 17:33 | |
*** sarob__ has joined #openstack-dev | 17:33 | |
*** kaushikc has quit IRC | 17:33 | |
*** sarob has quit IRC | 17:34 | |
*** kaushikc has joined #openstack-dev | 17:34 | |
*** safchain has quit IRC | 17:37 | |
*** kmartin has quit IRC | 17:39 | |
*** kmartin has joined #openstack-dev | 17:39 | |
*** ruhe has joined #openstack-dev | 17:39 | |
*** sushils has quit IRC | 17:39 | |
*** epim has quit IRC | 17:40 | |
*** epim has joined #openstack-dev | 17:41 | |
*** sarob__ has quit IRC | 17:45 | |
*** kmartin has quit IRC | 17:45 | |
*** sarob has joined #openstack-dev | 17:45 | |
*** Mandell has joined #openstack-dev | 17:45 | |
*** sarob has quit IRC | 17:45 | |
*** harlowja has quit IRC | 17:45 | |
*** kmartin has joined #openstack-dev | 17:46 | |
*** nayward has joined #openstack-dev | 17:46 | |
*** sarob has joined #openstack-dev | 17:46 | |
*** ruhe has quit IRC | 17:46 | |
*** dvarga is now known as dvarga|away | 17:47 | |
*** harlowja has joined #openstack-dev | 17:48 | |
*** martyntaylor has quit IRC | 17:50 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Fix test_request_no_token_dummy cms dependency. https://review.openstack.org/40671 | 17:51 |
*** boris-42 has joined #openstack-dev | 17:51 | |
openstackgerrit | A change was merged to openstack/neutron: Do not alter test_config global in test_extension_ext_gw_mode https://review.openstack.org/36366 | 17:51 |
*** troytoman-away is now known as troytoman | 17:53 | |
*** garyk has quit IRC | 17:54 | |
*** alunduil has joined #openstack-dev | 17:54 | |
gordc | hi folks, has anyone seen a g-api failure starting the latest devstack: http://paste.openstack.org/show/43466/ ? | 17:54 |
*** odyssey4me has quit IRC | 17:54 | |
*** SumitNaiksatam has joined #openstack-dev | 17:55 | |
*** chri6655 has joined #openstack-dev | 17:55 | |
*** odyssey4me has joined #openstack-dev | 17:56 | |
*** sarob has quit IRC | 17:57 | |
*** sarob has joined #openstack-dev | 17:57 | |
*** lexinator1 has joined #openstack-dev | 17:57 | |
*** mrodden1 has joined #openstack-dev | 17:58 | |
*** lexinator has quit IRC | 17:59 | |
*** dolphm has joined #openstack-dev | 17:59 | |
*** chri6655 has quit IRC | 17:59 | |
*** leaf___ has joined #openstack-dev | 17:59 | |
*** mrodden has quit IRC | 18:00 | |
*** rscottcoyle has quit IRC | 18:00 | |
*** tace has quit IRC | 18:00 | |
*** johnthetubaguy has quit IRC | 18:00 | |
*** sarob_ has joined #openstack-dev | 18:00 | |
*** dvarga|away is now known as dvarga | 18:01 | |
*** tace has joined #openstack-dev | 18:01 | |
*** jimjiang has quit IRC | 18:01 | |
*** sarob has quit IRC | 18:02 | |
*** odyssey4me has quit IRC | 18:03 | |
*** sarob_ has quit IRC | 18:04 | |
*** jmontemayor has joined #openstack-dev | 18:05 | |
*** dina_belova has joined #openstack-dev | 18:06 | |
*** kutija has joined #openstack-dev | 18:06 | |
*** sarob has joined #openstack-dev | 18:06 | |
*** nayward has quit IRC | 18:07 | |
*** dolphm has quit IRC | 18:07 | |
*** leaf___ has quit IRC | 18:07 | |
*** mfer has joined #openstack-dev | 18:08 | |
*** aditirav has quit IRC | 18:09 | |
*** flaper87_afk is now known as flaper87 | 18:10 | |
*** lexinator1 has quit IRC | 18:11 | |
*** dina_belova has quit IRC | 18:14 | |
*** electrichead has quit IRC | 18:14 | |
*** rscottcoyle has joined #openstack-dev | 18:15 | |
*** pabelanger has joined #openstack-dev | 18:17 | |
*** svarnau has joined #openstack-dev | 18:17 | |
*** kaushikc has quit IRC | 18:18 | |
*** dolphm has joined #openstack-dev | 18:20 | |
*** MaxV has joined #openstack-dev | 18:22 | |
*** med_ has quit IRC | 18:22 | |
*** nijaba has quit IRC | 18:24 | |
*** aelkikhia has quit IRC | 18:25 | |
*** aelkikhia has joined #openstack-dev | 18:25 | |
*** nachi_ has joined #openstack-dev | 18:26 | |
*** nachi has joined #openstack-dev | 18:26 | |
*** yolanda has quit IRC | 18:26 | |
*** dkranz has quit IRC | 18:27 | |
*** nijaba has joined #openstack-dev | 18:27 | |
*** MaxV has quit IRC | 18:28 | |
*** dina_belova has joined #openstack-dev | 18:28 | |
*** devoid has joined #openstack-dev | 18:31 | |
*** SergeyLukjanov has joined #openstack-dev | 18:31 | |
*** xBsd has quit IRC | 18:32 | |
*** nayward has joined #openstack-dev | 18:33 | |
*** melwitt has joined #openstack-dev | 18:34 | |
*** dani4571 has joined #openstack-dev | 18:34 | |
*** kenperkins has joined #openstack-dev | 18:35 | |
*** vladan has joined #openstack-dev | 18:36 | |
pcm__ | nati_ueno: Hi | 18:37 |
nati_ueno | pcm__: ho | 18:38 |
nati_ueno | pcm__: let's talk on #openstack-neutron | 18:38 |
pcm__ | nati_ueno: K | 18:38 |
*** martyntaylor has joined #openstack-dev | 18:38 | |
*** dkranz has joined #openstack-dev | 18:39 | |
*** xmltok has joined #openstack-dev | 18:39 | |
*** ydacheville has quit IRC | 18:42 | |
*** lukego has joined #openstack-dev | 18:42 | |
*** SumitNaiksatam has quit IRC | 18:42 | |
*** CaptTofu has quit IRC | 18:44 | |
*** CaptTofu has joined #openstack-dev | 18:44 | |
*** briancurtin has joined #openstack-dev | 18:45 | |
*** rscottcoyle has quit IRC | 18:45 | |
*** dkranz has quit IRC | 18:45 | |
*** ydacheville has joined #openstack-dev | 18:47 | |
*** sarob has quit IRC | 18:47 | |
*** sarob has joined #openstack-dev | 18:47 | |
*** electrichead has joined #openstack-dev | 18:48 | |
*** sarob has quit IRC | 18:48 | |
*** SumitNaiksatam has joined #openstack-dev | 18:49 | |
*** sarob has joined #openstack-dev | 18:49 | |
*** terryh has quit IRC | 18:50 | |
*** terryh has joined #openstack-dev | 18:50 | |
*** lukego has quit IRC | 18:50 | |
*** lukego has joined #openstack-dev | 18:52 | |
*** lexinator has joined #openstack-dev | 18:52 | |
*** briancurtin has quit IRC | 18:53 | |
*** lukego has quit IRC | 18:53 | |
*** SumitNaiksatam has quit IRC | 18:54 | |
*** leaf___ has joined #openstack-dev | 18:56 | |
*** SumitNaiksatam has joined #openstack-dev | 18:57 | |
*** leaf___ has quit IRC | 18:57 | |
*** rscottcoyle has joined #openstack-dev | 18:57 | |
*** ruhe has joined #openstack-dev | 18:58 | |
*** dvarga is now known as dvarga|away | 18:58 | |
*** dvarga|away is now known as dvarga | 18:58 | |
*** dkranz has joined #openstack-dev | 19:00 | |
*** SumitNaiksatam has quit IRC | 19:03 | |
*** rscottcoyle has quit IRC | 19:03 | |
*** kenperkins_ has joined #openstack-dev | 19:04 | |
*** changbl has quit IRC | 19:05 | |
*** lexinator has quit IRC | 19:06 | |
*** ydacheville has quit IRC | 19:06 | |
*** kenperkins has quit IRC | 19:06 | |
ayoung | dolphm, so as a matter of course, all extensions now need an API spec first, right> | 19:08 |
ayoung | ? | 19:08 |
*** ydacheville has joined #openstack-dev | 19:11 | |
*** bashok has joined #openstack-dev | 19:11 | |
*** NetworkStatic has joined #openstack-dev | 19:11 | |
*** SumitNaiksatam has joined #openstack-dev | 19:12 | |
*** safchain has joined #openstack-dev | 19:12 | |
*** lexinator has joined #openstack-dev | 19:13 | |
*** mfer has quit IRC | 19:13 | |
*** jimjiang has joined #openstack-dev | 19:13 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:13 | |
dolphm | ayoung: anything that exposes an HTTP API should be spec'd | 19:14 |
dolphm | ayoung: that's not anything new | 19:14 |
*** SumitNaiksatam has quit IRC | 19:16 | |
*** rscottcoyle has joined #openstack-dev | 19:18 | |
*** vipul is now known as vipul-away | 19:19 | |
*** vipul-away is now known as vipul | 19:19 | |
ayoung | dolphm, Well, we were not explicitly requiring it before. I am going to write up a doc on Keystone extensions, and, was debating between "API spec must cme first" versus "API spec should come first." | 19:19 |
ayoung | dolphm, you've pretty much implemented a new standard with the API docs. While I like the standard, we need to document it. | 19:20 |
*** bswartz has joined #openstack-dev | 19:21 | |
*** SumitNaiksatam has joined #openstack-dev | 19:21 | |
ayoung | dolphm, unless there is a document that I am not aware of? | 19:21 |
burt | this is relevant to my interests since I started writing a nova extension. What's the right path? | 19:21 |
sandywalsh | will jenkins rerun the tests on a trivial rebase? Or do I need to force it? (I changed a bad commit message) | 19:23 |
ayoung | burt, so, the general path for Keystone is: 1. Blueprint. 2. API spec, 3. extension goes into keystone/contrib, API gets its own suburl. And now, we can have an extension specific SQL repository as well | 19:23 |
ayoung | sandywalsh, you don't need to force. | 19:23 |
dolphm | ayoung: as long as i've been working on openstack, we've designed API's before implementing them... what we've been particularly poor at is applying a community review process to API specs | 19:23 |
ayoung | THe +/- gets readded automatically, I am pretty sure | 19:23 |
clarkb | trivial rebase notice is there for reviewers but it will be tested as normal | 19:23 |
sandywalsh | ayoung, thanks | 19:24 |
sandywalsh | (and clarkb :) | 19:24 |
dolphm | ayoung: but "must come first" is a bit strong... it's often beneficial to develop the spec along with an implementation, and finalize them together | 19:24 |
ayoung | dolphm, ok, that sounds good. I think I am going to do it as an etherpad, and then we can move it to the wiki once we have it solidified | 19:25 |
*** hartsocks has joined #openstack-dev | 19:26 | |
*** nijaba has quit IRC | 19:27 | |
dolphm | ayoung: writing markdown is hopefully much easier than writing specs in XML though :) and that i borrowed from glance! | 19:27 |
*** nijaba has joined #openstack-dev | 19:28 | |
*** jmontemayor has quit IRC | 19:29 | |
*** jcoufal has quit IRC | 19:29 | |
*** mrodden has joined #openstack-dev | 19:29 | |
*** moted has joined #openstack-dev | 19:29 | |
*** msbrown has joined #openstack-dev | 19:30 | |
*** ruhe has quit IRC | 19:30 | |
*** mrodden1 has quit IRC | 19:31 | |
*** jmontemayor has joined #openstack-dev | 19:34 | |
*** dvarga is now known as dvarga|away | 19:35 | |
*** ema has quit IRC | 19:35 | |
*** briancurtin has joined #openstack-dev | 19:36 | |
openstackgerrit | A change was merged to openstack/keystone: extension migrations https://review.openstack.org/36731 | 19:36 |
*** dvarga|away is now known as dvarga | 19:37 | |
*** devoid has quit IRC | 19:37 | |
*** sandywalsh has quit IRC | 19:37 | |
*** rscottcoyle has quit IRC | 19:37 | |
*** alunduil has quit IRC | 19:38 | |
*** henrynash has joined #openstack-dev | 19:38 | |
henrynash | ayoung: ping | 19:38 |
*** kenperkins_ has quit IRC | 19:40 | |
*** briancurtin_ has joined #openstack-dev | 19:41 | |
*** briancurtin has quit IRC | 19:41 | |
*** briancurtin_ is now known as briancurtin | 19:41 | |
ayoung | henrynash, bing! | 19:41 |
ayoung | dolphm, https://etherpad.openstack.org/keystone-extensions | 19:42 |
*** leaf___ has joined #openstack-dev | 19:42 | |
*** devoid has joined #openstack-dev | 19:43 | |
*** sarob has quit IRC | 19:43 | |
*** sarob has joined #openstack-dev | 19:43 | |
*** __Blake has joined #openstack-dev | 19:44 | |
*** changbl has joined #openstack-dev | 19:44 | |
ayoung | henrynash, did you get feedback from mark? | 19:45 |
openstackgerrit | A change was merged to openstack/neutron: Correct NVP license header files https://review.openstack.org/40696 | 19:46 |
*** briancurtin has quit IRC | 19:46 | |
*** sarob has quit IRC | 19:47 | |
*** drewlander has quit IRC | 19:47 | |
*** rscottcoyle has joined #openstack-dev | 19:49 | |
*** __Blake has quit IRC | 19:49 | |
*** sandywalsh has joined #openstack-dev | 19:49 | |
*** __Blake has joined #openstack-dev | 19:49 | |
*** __Blake has quit IRC | 19:49 | |
*** martyntaylor has quit IRC | 19:51 | |
*** kenperkins has joined #openstack-dev | 19:53 | |
openstackgerrit | A change was merged to openstack/neutron: Remove openstack.common.exception usage https://review.openstack.org/39276 | 19:53 |
*** radez is now known as radez_g0n3 | 19:55 | |
*** sandywalsh has quit IRC | 19:56 | |
*** leaf___ has quit IRC | 19:56 | |
dolphm | ayoung: left a bunch of comments but didn't want to change anything | 19:57 |
*** dprince has quit IRC | 19:57 | |
morganfainberg | dolphm / ayoung : https://review.openstack.org/#/c/40102/ - so, i re-read Wu Wenxiang's comments and realized he was right since caching happens above the provider_api layer. that means the review (while cleaning things up some) is mostly shuffling code and some minor renames. Any concerns with that vs. just waiting until we BP something more like a builder for tokens? | 19:57 |
morganfainberg | this is the token issue interface being version specific | 19:58 |
morganfainberg | instead of **kwargs passed to the issue_token et al | 19:58 |
dolphm | morganfainberg: A) i totally agree with the issue | 19:58 |
dolphm | morganfainberg: B) that is all for the moment | 19:59 |
dolphm | morganfainberg: C) never write a list for less than three things | 19:59 |
*** bashok has quit IRC | 19:59 | |
morganfainberg | dolphm: D) always add to someone else's list? | 20:00 |
*** sarob has joined #openstack-dev | 20:00 | |
*** krtaylor has quit IRC | 20:01 | |
morganfainberg | ok, i'll upload my latest patchset and if no one has issues with renaming things to be easier to follow, we'll keep it. in either case, I'll expect to put together something a bit more long-term (e.g. builder) BP or such during icehouse timeframe. | 20:01 |
*** isviridov has joined #openstack-dev | 20:01 | |
dolphm | morganfainberg: should i not review the latest patchset here? | 20:02 |
morganfainberg | I made a couple minor adjustments, moved back to named arguments interfacing with the token_provider functions | 20:02 |
morganfainberg | but thats about it. | 20:02 |
morganfainberg | you can review and i'll incorporate before the next patchset. | 20:02 |
morganfainberg | also a couple docstring fixes (the ones i commented on in the latest patchset) already taken care of. | 20:03 |
dolphm | morganfainberg: only had 1 comment so far, and it was just a thought. submitted & i'll wait for your next patchset | 20:04 |
*** otherwiseguy has quit IRC | 20:04 | |
morganfainberg | thats a really good thought. | 20:04 |
morganfainberg | dolphm: would be an improvement to clarity for sure. | 20:05 |
*** aelkikhia1 has joined #openstack-dev | 20:06 | |
morganfainberg | dolphm: if both project_id and domain_id are passed, which scoped token would you issue? | 20:06 |
morganfainberg | project? because it is more specific? | 20:06 |
dolphm | morganfainberg: a 500 based token ;) | 20:06 |
morganfainberg | dolphm: hehe. | 20:06 |
*** kpavel has joined #openstack-dev | 20:07 | |
*** mlavalle has joined #openstack-dev | 20:07 | |
dolphm | stevemar: may i please have permission to make small changes to your patch without you accidentally overriding them? | 20:08 |
stevemar | dolphm: of course sir | 20:08 |
*** aelkikhia has quit IRC | 20:08 | |
*** sandywalsh has joined #openstack-dev | 20:09 | |
stevemar | dolphm: i promise not to override your changes (this time) | 20:09 |
dolphm | stevemar: just to confirm, i am now proceeding to make changes to your patchset 19 | 20:09 |
stevemar | dolphm: cool beans | 20:09 |
henrynash | ayoung: trying to understand why we have thedefault_assignment_driver(self) in each of the identity backends…why doesn't the assignment Manager just get it from config? | 20:11 |
dolphm | stevemar: does the oauth verifier actually have to be a four digit numeric string? | 20:11 |
dolphm | stevemar: can it just be a string? | 20:11 |
ayoung | henrynash, backwards compat | 20:11 |
stevemar | dolphm: i could just be a string | 20:11 |
ayoung | henrynash, in the case where a user didn't specify it in the past, and they were using LDAP, say | 20:12 |
stevemar | it* | 20:12 |
henrynash | ayoung: ah, I see. | 20:12 |
ayoung | henrynash, then the assignments came out of the same datasource as before. | 20:12 |
henrynash | ayoung: I now have a problem…..my changes for multi-backends mean that the identity manager init needs to call the assignment driver (to map domain names to ids), while the assignment manager init needs to call the identity driver to get the default assignment driver! | 20:13 |
ayoung | henrynash, it should be "either or" | 20:13 |
ayoung | henrynash, I suspect that there is enough information in the config file to deduce | 20:14 |
henrynash | ayoung:…ah right, so IF you are using multi backends, we can assume you HAVE specified the assignment driver | 20:14 |
ayoung | henrynash, so long as something depends on an explicit backend, yes | 20:14 |
henrynash | ayoung: ok, let me work at that and see I can get roun dit | 20:15 |
ayoung | cool | 20:15 |
*** adalbas has quit IRC | 20:15 | |
henrynash | aayoung: thx | 20:15 |
*** dkranz has quit IRC | 20:15 | |
ayoung | henrynash, it might be a bit of a kludge for now, but I'd rather not break existing deployments in the config file. We can make an explicit "assignments" value be necessary in Icehouse | 20:16 |
*** NetworkStatic has quit IRC | 20:16 | |
*** dvarga is now known as dvarga|away | 20:17 | |
*** melwitt has quit IRC | 20:18 | |
dolphm | stevemar: can i change name to description? | 20:19 |
*** dvarga|away is now known as dvarga | 20:21 | |
*** pabelanger has quit IRC | 20:22 | |
*** krtaylor has joined #openstack-dev | 20:22 | |
*** boden has quit IRC | 20:22 | |
*** sdake has quit IRC | 20:23 | |
*** otherwiseguy has joined #openstack-dev | 20:23 | |
*** boris-42 has quit IRC | 20:24 | |
openstackgerrit | A change was merged to openstack/cinder: Add test for brick.local_dev.lvm https://review.openstack.org/40403 | 20:26 |
*** leaf___ has joined #openstack-dev | 20:27 | |
*** nijaba has quit IRC | 20:27 | |
*** sdake has joined #openstack-dev | 20:28 | |
*** dvarga_ has joined #openstack-dev | 20:28 | |
*** nijaba has joined #openstack-dev | 20:28 | |
*** nijaba has joined #openstack-dev | 20:28 | |
*** dkranz has joined #openstack-dev | 20:29 | |
*** sdake has quit IRC | 20:30 | |
*** sdake has joined #openstack-dev | 20:31 | |
*** terryh has quit IRC | 20:32 | |
vkmc | ayoung, Hey, do you have a moment? | 20:32 |
*** dvarga has quit IRC | 20:32 | |
*** dvarga_ has quit IRC | 20:32 | |
*** martine_ has quit IRC | 20:33 | |
ayoung | vkmc, sure. | 20:34 |
*** briancurtin has joined #openstack-dev | 20:34 | |
*** dina_belova has quit IRC | 20:34 | |
vkmc | :) | 20:34 |
vkmc | ayoung, I saw you assigned me this bug https://bugs.launchpad.net/keystone/+bug/967832 | 20:34 |
uvirtbot | Launchpad bug 967832 in keystone "Instances are still running when a tenant are deleted" [High,Confirmed] | 20:34 |
*** kbrierly has quit IRC | 20:34 | |
*** briancurtin has quit IRC | 20:35 | |
vkmc | ayoung, Did you assign me because of the Horizon bp or there is something I could do from Keystone? | 20:36 |
*** leaf___ has quit IRC | 20:37 | |
vkmc | ayoung, I mean, I'm not into Keystone much and it may take a while for me to fix it | 20:37 |
dolphm | bknudson: ayoung: we're still a ways off from being able to address that (logging -> notifications -> act on notifications) | 20:37 |
dolphm | vkmc: * ^ | 20:37 |
dolphm | bknudson: my bad | 20:37 |
*** sdake has quit IRC | 20:38 | |
*** sdake has joined #openstack-dev | 20:38 | |
*** sdake has joined #openstack-dev | 20:38 | |
vkmc | dolphm, Yeah I'm following closely some of the bp needed for that | 20:39 |
ayoung | vkmc, dang, I was hoping you fixed it already | 20:39 |
*** kenperkins has quit IRC | 20:39 | |
ayoung | vkmc, so, Keystone can provide the notification, which is actually what bknudson is working on. Should be assigned to him, and then someone else should own it from there on the nova side | 20:40 |
vkmc | ayoung, Haha you have high expectations | 20:40 |
dolphm | seriously ^ lol | 20:40 |
dolphm | vkmc: why are you not several months ahead of us?! | 20:40 |
*** cppcabrera has joined #openstack-dev | 20:41 | |
dolphm | please keep pace! -ayoung | 20:41 |
*** tmclaugh[work] has quit IRC | 20:41 | |
*** alunduil has joined #openstack-dev | 20:42 | |
vkmc | dolphm, I'm afraid I'm just a few hours ahead... but I'll work hard to get more away, maybe in a couple days I'll be some months ahead | 20:42 |
dolphm | vkmc: thank you, that's more like it! -ayoung | 20:42 |
vkmc | ayoung, Good to know, I was worried cos it's a high priority bug... didn't want to let you guys down :) | 20:42 |
ayoung | vkmc, sorry, that should be lbragstad that is working on notifications | 20:43 |
ayoung | vkmc, once we can do notifications, we need a specific notification to go out for delete project | 20:43 |
dolphm | ayoung: IBM'ers are interchangeable ;) | 20:44 |
ayoung | I'll hand that off to lbragstad and he can yell at me, but I think he is planning on doing that | 20:44 |
ayoung | dolphm, shhh, don;t let them know that we know that | 20:44 |
dolphm | stevemar: you said you'd finish notifications this week, right? | 20:44 |
lbragstad | hey here now | 20:44 |
stevemar | dolphm: notifications? | 20:44 |
lbragstad | catching up... pshh interchangeable ;) | 20:45 |
vkmc | ayoung, Great :) It may take a while then | 20:45 |
dolphm | stevemar: i'm hot swapping you for lbragstad; i trust you can pick up where he left off and wrap things up by tomorrow | 20:45 |
dolphm | stevemar: thank you sir! | 20:45 |
stevemar | dolphm: lol, i'm catching up now | 20:45 |
ayoung | can stevemar or lbragstad grab that bug from vkmc ? | 20:45 |
stevemar | dolphm: just don't swap me into henrynash | 20:46 |
stevemar | he's got way too much work | 20:46 |
lbragstad | vkmc: do you have a link? | 20:47 |
ayoung | This is what you IBMers look like right? https://8tr.s3.amazonaws.com/i/000/047/673/1034455-446358_agent_smith_poses04_super_super-5906.jpg | 20:48 |
vkmc | lbragstad, Sure https://bugs.launchpad.net/keystone/+bug/967832 | 20:48 |
uvirtbot | Launchpad bug 967832 in keystone "Instances are still running when a tenant are deleted" [High,Confirmed] | 20:48 |
dolphm | ayoung: haha | 20:48 |
ayoung | "Mr Young. There is something about your code. Its the smell..." | 20:48 |
dolphm | ayoung: bonus points for finding an aws hosted image | 20:48 |
*** aelkikhia1 has quit IRC | 20:49 | |
lbragstad | ayoung: +1 minus the shades | 20:49 |
*** kenperkins has joined #openstack-dev | 20:49 | |
*** kbrierly has joined #openstack-dev | 20:49 | |
ayoung | They've update the uniform, though http://www.stronggirlswin.com/wp-content/uploads/2012/11/15991-elrond-facepalm.jpg | 20:50 |
*** epim has quit IRC | 20:52 | |
ayoung | lbragstad, so you look more like this ? http://ehchoco.tripod.com//sitebuildercontent/sitebuilderpictures/elrondinblack.jpg | 20:52 |
lbragstad | ayoung: bingo! | 20:53 |
*** jmontemayor has quit IRC | 20:57 | |
*** pabelanger has joined #openstack-dev | 20:57 | |
*** MIDENN_ has joined #openstack-dev | 20:58 | |
*** melwitt has joined #openstack-dev | 20:59 | |
*** sushils has joined #openstack-dev | 21:01 | |
*** mdenny has quit IRC | 21:01 | |
*** aelkikhia has joined #openstack-dev | 21:03 | |
*** vartom3 has joined #openstack-dev | 21:04 | |
*** vipul is now known as vipul-away | 21:05 | |
*** vipul-away is now known as vipul | 21:05 | |
*** jmontemayor has joined #openstack-dev | 21:05 | |
*** hogepodge has joined #openstack-dev | 21:05 | |
*** dolphm has quit IRC | 21:05 | |
hogepodge | I have a gerrit workflow question, if anyone is available to chat about it. | 21:06 |
*** dolphm has joined #openstack-dev | 21:07 | |
hogepodge | Should be fairly simple, but what's the workflow to target reviews and merges to a branch? I have a set of patches I need to apply to our stable/grizzly branch in a stackforge project, but right now I'm only able to target master. | 21:07 |
*** isviridov has quit IRC | 21:07 | |
stevemar | dolphm: thanks guy! | 21:08 |
stevemar | ayoung, such ibm love for ldbragstad and i :D | 21:09 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Add get_attr for EXTED_PLURALS https://review.openstack.org/40706 | 21:10 |
stevemar | ldbragstad: maybe we need colorful hats? | 21:10 |
lbragstad | stevemar: +1 | 21:10 |
*** SergeyLukjanov has quit IRC | 21:11 | |
*** dolphm has quit IRC | 21:12 | |
chmouel | is there any tricks to speed up keystone unit tests run? it takes almost 10mn here (linux vm on macbook ssd) | 21:14 |
*** stevemar has quit IRC | 21:14 | |
*** jsavak has quit IRC | 21:15 | |
*** spzala has quit IRC | 21:16 | |
*** dkranz has quit IRC | 21:17 | |
*** anteaya has quit IRC | 21:17 | |
*** litong has quit IRC | 21:18 | |
*** cppcabrera has left #openstack-dev | 21:19 | |
*** henrynash has quit IRC | 21:19 | |
*** medberry_ has joined #openstack-dev | 21:20 | |
*** vipul is now known as vipul-away | 21:20 | |
chmouel | 10mn to run just the py27 http://paste.openstack.org/show/43496/ | 21:20 |
*** bswartz has quit IRC | 21:21 | |
Apsu | chmouel: How many cores did you give it? I assume it's CPU-bound | 21:23 |
*** troytoman is now known as troytoman-away | 21:23 | |
chmouel | not sure just standard vm create with vmware fusion | 21:23 |
bknudson | chmouel: Try this: ``sudo mount -t tmpfs -o size=16M tmpfs tests/tmp; sudo chown $USER: tests/tmp`` -- tests speed up about 3x | 21:23 |
bknudson | that's been on my to-do list for a while | 21:23 |
Apsu | tmpfs for testing/compiling is generally a huge win, for sure. | 21:23 |
bknudson | I think it might be in a blog from ayoung or jamielennox | 21:24 |
chmouel | oh nice | 21:24 |
chmouel | it may need i need to drop my nfs mount from my desktop to my vm | 21:24 |
chmouel | but rsync should be good enough | 21:24 |
Apsu | rsync is amazing. | 21:24 |
lbragstad | chmouel: ayoung has a few optimizations for keystone, might take some digging http://adam.younglogic.com/category/software/openstack/ | 21:26 |
*** nijaba has quit IRC | 21:27 | |
*** nijaba has joined #openstack-dev | 21:28 | |
*** nijaba has joined #openstack-dev | 21:28 | |
*** leif has joined #openstack-dev | 21:30 | |
*** alop has joined #openstack-dev | 21:30 | |
*** leif is now known as Guest53978 | 21:30 | |
*** briancurtin has joined #openstack-dev | 21:32 | |
*** Guest53978 has quit IRC | 21:32 | |
*** leif_ has joined #openstack-dev | 21:32 | |
*** hogepodge has left #openstack-dev | 21:32 | |
*** neelashah has quit IRC | 21:34 | |
*** kbringard has quit IRC | 21:36 | |
*** briancurtin has quit IRC | 21:37 | |
*** leif_ has quit IRC | 21:39 | |
*** SumitNaiksatam has quit IRC | 21:43 | |
*** datsun180b has quit IRC | 21:44 | |
*** sarob has quit IRC | 21:44 | |
*** dina_belova has joined #openstack-dev | 21:44 | |
*** portante is now known as portante|afk | 21:44 | |
*** sarob has joined #openstack-dev | 21:45 | |
*** mdomsch has joined #openstack-dev | 21:45 | |
*** dina_belova has quit IRC | 21:47 | |
*** krtaylor has quit IRC | 21:47 | |
*** sarob has quit IRC | 21:49 | |
*** briancurtin has joined #openstack-dev | 21:49 | |
*** vipul-away is now known as vipul | 21:50 | |
*** woodspa has quit IRC | 21:51 | |
*** troytoman-away is now known as troytoman | 21:52 | |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/40707 | 21:55 |
*** redbeard2 has quit IRC | 21:56 | |
*** rfolco has quit IRC | 21:56 | |
*** epim has joined #openstack-dev | 21:57 | |
*** briancurtin has quit IRC | 21:58 | |
*** nayward has quit IRC | 21:59 | |
*** Mark___ has joined #openstack-dev | 21:59 | |
*** SumitNaiksatam has joined #openstack-dev | 22:00 | |
*** dkranz has joined #openstack-dev | 22:02 | |
*** otherwiseguy has quit IRC | 22:02 | |
*** rharwood has quit IRC | 22:04 | |
*** pcm__ has quit IRC | 22:04 | |
*** jvrbanac has quit IRC | 22:06 | |
*** mrodden has quit IRC | 22:08 | |
*** fbo_away is now known as fbo | 22:08 | |
*** kenperkins has quit IRC | 22:09 | |
*** _TheDodd_ has quit IRC | 22:09 | |
*** topol has quit IRC | 22:10 | |
*** arosen1 has quit IRC | 22:11 | |
*** jmontemayor has quit IRC | 22:13 | |
*** nachi_ has quit IRC | 22:13 | |
*** nachi has quit IRC | 22:13 | |
*** arosen1 has joined #openstack-dev | 22:14 | |
*** leif_ has joined #openstack-dev | 22:14 | |
*** alunch has quit IRC | 22:15 | |
*** mdomsch has quit IRC | 22:16 | |
*** kbrierly has quit IRC | 22:19 | |
*** leif__ has joined #openstack-dev | 22:19 | |
*** NetworkStatic has joined #openstack-dev | 22:19 | |
*** fbo is now known as fbo_away | 22:20 | |
*** burt has quit IRC | 22:20 | |
*** galstrom is now known as galstrom_zzz | 22:20 | |
*** leif_ has quit IRC | 22:21 | |
*** sarob has joined #openstack-dev | 22:22 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add release notes in docs https://review.openstack.org/40461 | 22:24 |
*** NetworkStatic has quit IRC | 22:25 | |
*** briancurtin has joined #openstack-dev | 22:27 | |
*** jhesketh__ has joined #openstack-dev | 22:27 | |
*** nijaba has quit IRC | 22:27 | |
*** jhesketh has joined #openstack-dev | 22:28 | |
*** nijaba has joined #openstack-dev | 22:29 | |
*** changbl has quit IRC | 22:30 | |
*** aelkikhia has quit IRC | 22:32 | |
*** leif__ has quit IRC | 22:32 | |
*** redbeard2 has joined #openstack-dev | 22:32 | |
*** lbragstad has quit IRC | 22:32 | |
*** msbrown has quit IRC | 22:33 | |
*** prad_ has quit IRC | 22:33 | |
*** jmontemayor has joined #openstack-dev | 22:34 | |
*** pnavarro has joined #openstack-dev | 22:34 | |
*** vartom3 has quit IRC | 22:35 | |
*** networkstatic has joined #openstack-dev | 22:36 | |
*** networkstatic has quit IRC | 22:37 | |
*** networkstatic has joined #openstack-dev | 22:37 | |
*** hartsocks1 has joined #openstack-dev | 22:37 | |
*** hartsocks1 has quit IRC | 22:38 | |
*** hartsocks has quit IRC | 22:38 | |
*** jmontemayor has quit IRC | 22:38 | |
*** kenperkins has joined #openstack-dev | 22:39 | |
openstackgerrit | A change was merged to openstack/nova: Add expected_errors for extension baremetal v3 https://review.openstack.org/40163 | 22:40 |
*** briancurtin has quit IRC | 22:42 | |
*** jmontemayor has joined #openstack-dev | 22:44 | |
*** aelkikhia has joined #openstack-dev | 22:47 | |
*** jimfehlig has quit IRC | 22:49 | |
*** jecarey_ has joined #openstack-dev | 22:49 | |
*** jecarey has quit IRC | 22:49 | |
*** devoid has quit IRC | 22:51 | |
*** hartsocks has joined #openstack-dev | 22:52 | |
*** armax has quit IRC | 22:54 | |
*** jecarey_ has quit IRC | 22:54 | |
*** rfolco has joined #openstack-dev | 22:56 | |
*** bknudson has quit IRC | 22:56 | |
*** alop_ has joined #openstack-dev | 22:59 | |
*** alop has quit IRC | 22:59 | |
*** alop_ is now known as alop | 22:59 | |
*** Mandell has quit IRC | 23:03 | |
*** Mandell has joined #openstack-dev | 23:04 | |
*** pnavarro has quit IRC | 23:06 | |
*** nayward has joined #openstack-dev | 23:06 | |
*** mlavalle has quit IRC | 23:07 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/40746 | 23:07 |
*** lcheng has quit IRC | 23:08 | |
*** nayward has quit IRC | 23:10 | |
*** wu_wenxiang has joined #openstack-dev | 23:10 | |
*** alop has quit IRC | 23:11 | |
*** nachi_ has joined #openstack-dev | 23:11 | |
*** nachi has joined #openstack-dev | 23:11 | |
*** radsy has joined #openstack-dev | 23:16 | |
*** eharney has quit IRC | 23:16 | |
*** mdomsch has joined #openstack-dev | 23:17 | |
*** sushils has quit IRC | 23:17 | |
*** jmontemayor has quit IRC | 23:17 | |
*** FunnyLookinHat has quit IRC | 23:18 | |
*** bswartz has joined #openstack-dev | 23:19 | |
*** pmathews has quit IRC | 23:20 | |
*** kenperkins has quit IRC | 23:20 | |
*** hailiang has joined #openstack-dev | 23:25 | |
openstackgerrit | A change was merged to openstack/nova: Add expected_errors for extensions simple_tenant_usage v3 https://review.openstack.org/38774 | 23:27 |
openstackgerrit | A change was merged to openstack/neutron: Fix wrong column name in db migration script of ryu plugin https://review.openstack.org/40594 | 23:27 |
*** mdomsch has quit IRC | 23:28 | |
nachi_ | ayoung: you online | 23:28 |
*** nijaba has quit IRC | 23:28 | |
openstackgerrit | A change was merged to openstack/trove: Turns pkg.py into a system aware packager https://review.openstack.org/36337 | 23:28 |
*** nijaba has joined #openstack-dev | 23:29 | |
*** Thor^^ has joined #openstack-dev | 23:29 | |
*** asalkeld has quit IRC | 23:30 | |
*** Thor has quit IRC | 23:30 | |
*** vkmc has quit IRC | 23:30 | |
*** asalkeld has joined #openstack-dev | 23:30 | |
*** changbl has joined #openstack-dev | 23:35 | |
openstackgerrit | A change was merged to openstack/nova: xenapi: remove pv detection https://review.openstack.org/36523 | 23:36 |
*** rfolco has quit IRC | 23:39 | |
*** aelkikhia has quit IRC | 23:39 | |
*** nachi has quit IRC | 23:40 | |
*** armax has joined #openstack-dev | 23:42 | |
*** nachi_ has quit IRC | 23:44 | |
*** rnirmal has quit IRC | 23:45 | |
*** adjohn has joined #openstack-dev | 23:47 | |
*** dani4571 has quit IRC | 23:47 | |
*** adjohn has quit IRC | 23:48 | |
*** adjohn has joined #openstack-dev | 23:48 | |
*** adjohn_ has joined #openstack-dev | 23:51 | |
*** adjohn has quit IRC | 23:51 | |
*** rcleere has quit IRC | 23:51 | |
*** adjohn_ has quit IRC | 23:52 | |
*** adjohn has joined #openstack-dev | 23:52 | |
*** eharney has joined #openstack-dev | 23:57 | |
*** eharney has quit IRC | 23:57 | |
*** eharney has joined #openstack-dev | 23:57 | |
*** adjohn has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!