*** devoid has quit IRC | 00:05 | |
*** lloydde has quit IRC | 00:08 | |
*** pmathews has quit IRC | 00:08 | |
*** yaguang has joined #openstack-dev | 00:09 | |
*** zb has quit IRC | 00:10 | |
*** bknudson has quit IRC | 00:11 | |
*** oomichi has joined #openstack-dev | 00:18 | |
*** oomichi has quit IRC | 00:19 | |
*** jog0 has quit IRC | 00:20 | |
*** jog0 has joined #openstack-dev | 00:20 | |
*** zb has joined #openstack-dev | 00:25 | |
*** Mandell has quit IRC | 00:29 | |
*** novas0x2a|laptop has quit IRC | 00:30 | |
geekinutah | question for people familiar with eventlet's interaction with sqlalchemy/mysql | 00:30 |
---|---|---|
ayoung | jamielennox, ah, yeah, so it looks like something is wonky in the project id...let me unstash my git tree and show you | 00:31 |
*** winston-d has joined #openstack-dev | 00:31 | |
geekinutah | let's say I have a hypothetical 50 greenthreads that want to execute mysql queries, as I understand it, every time we use the C library it is a blocking call | 00:33 |
geekinutah | so even though the query may return in very short order, we make the execution of all 50 threads basically happen one at a time, ie. they all wait in line | 00:34 |
geekinutah | so besides somehow being able to monkey patch the C library, is there any way to execute 50 queries at once on 50 different connections? | 00:34 |
*** winston-d has quit IRC | 00:35 | |
geekinutah | something of that sort... | 00:35 |
geekinutah | for example, is that what sql_max_pool_size does? | 00:36 |
*** stacknoob has quit IRC | 00:36 | |
*** networkstatic has joined #openstack-dev | 00:36 | |
*** shri1 has left #openstack-dev | 00:37 | |
ayoung | geekinutah, it is a fixable thing...there is a posted review for it for Keystone...let me check | 00:41 |
*** luckylittle has quit IRC | 00:41 | |
openstackgerrit | A change was merged to openstack/keystone: Convert openstack-common.conf to the nicer multiline format. https://review.openstack.org/29731 | 00:43 |
*** lloydde has joined #openstack-dev | 00:43 | |
*** beagles has quit IRC | 00:45 | |
ayoung | geekinutah, can;'t find it, but it is a config option for nova, look for something around the thread pool size | 00:45 |
geekinutah | ayoung: sql_max_pool_size is not it? | 00:46 |
ayoung | sure | 00:46 |
*** souvik has joined #openstack-dev | 00:47 | |
geekinutah | ahhh, this guy I think is what you are talking about: dbapi_use_tpool | 00:47 |
*** zbitter has joined #openstack-dev | 00:47 | |
*** stevemar2 has quit IRC | 00:47 | |
ayoung | geekinutah, someone had submitted it for Keystone, but it got nacked because we are trying to move keystone out of the Eventlet world, that is what I was looking for | 00:47 |
geekinutah | okay sweet, I think I will have to hack this into quantum-server | 00:48 |
geekinutah | internally of course :-D | 00:48 |
*** radez is now known as radez_g0n3 | 00:48 | |
*** ecarlin has joined #openstack-dev | 00:49 | |
*** michchap_ has joined #openstack-dev | 00:50 | |
*** michchap has quit IRC | 00:50 | |
ayoung | jamielennox, I put in a bunch of debugging and got this http://fpaste.org/15674/99613851/ | 00:50 |
*** timello has quit IRC | 00:50 | |
ayoung | top succeeds, bottom one fails...it is that Old_roles query that is wrong in the failing case: one of the roles is spurious | 00:50 |
*** sudorandom has joined #openstack-dev | 00:50 | |
*** zb has quit IRC | 00:50 | |
jamielennox | ayoung: yep, i've definetly seen this before. it was around when i was putting all those flushes in though and so when i couldn't get it to reproduce i assumed it must have been a caching thing that the flushes fixed | 00:51 |
*** ecarlin has quit IRC | 00:52 | |
*** bdpayne has quit IRC | 00:52 | |
*** ecarlin has joined #openstack-dev | 00:52 | |
jamielennox | ayoung: any ideas on what is behind it? | 00:52 |
*** dolphm has joined #openstack-dev | 00:52 | |
*** vipul is now known as vipul|away | 00:54 | |
*** chuckieb has joined #openstack-dev | 00:57 | |
*** timello has joined #openstack-dev | 00:57 | |
*** chuckieb has quit IRC | 00:57 | |
jamielennox | ayoung: i've got a meeting, probably be back in about an hour otherwise i'll have to talk to you about it later | 00:58 |
*** troytoma` is now known as troytoman-away | 00:58 | |
*** zbitter has quit IRC | 00:58 | |
*** sdake_ has joined #openstack-dev | 00:58 | |
*** sdake_ has joined #openstack-dev | 00:58 | |
*** vipul|away is now known as vipul | 00:59 | |
*** lloydde has quit IRC | 01:00 | |
*** feleouet has quit IRC | 01:00 | |
*** winston-d has joined #openstack-dev | 01:00 | |
*** chuckieb has joined #openstack-dev | 01:00 | |
*** dolphm has quit IRC | 01:01 | |
harlowja | geekinutah https://bitbucket.org/eventlet/eventlet/pull-request/29/ was part of the stuff that happened with eventlet+sqlalchemy | 01:02 |
harlowja | never seems to get resolved :( | 01:03 |
harlowja | if u haven't seen that | 01:03 |
harlowja | comstud may have more details | 01:05 |
harlowja | *aka chris | 01:05 |
*** souvik has quit IRC | 01:09 | |
comstud | trying to get back to it | 01:09 |
comstud | was thinking about it tonight even | 01:10 |
*** morganfainberg has quit IRC | 01:10 | |
*** morganfainberg has joined #openstack-dev | 01:11 | |
*** wenjianhn has joined #openstack-dev | 01:11 | |
*** wenjianhn has quit IRC | 01:11 | |
*** wenjianhn has joined #openstack-dev | 01:12 | |
*** ecarlin has quit IRC | 01:12 | |
*** mrodden has joined #openstack-dev | 01:13 | |
*** zaneb has joined #openstack-dev | 01:13 | |
*** morganfainberg has quit IRC | 01:14 | |
*** morganfainberg has joined #openstack-dev | 01:15 | |
harlowja | we are all cheering for u :-p | 01:16 |
*** morganfainberg has quit IRC | 01:16 | |
*** morganfainberg has joined #openstack-dev | 01:16 | |
*** morganfainberg has quit IRC | 01:16 | |
*** terry7 has quit IRC | 01:17 | |
*** zaneb has quit IRC | 01:18 | |
*** morganfainberg has joined #openstack-dev | 01:19 | |
*** ladquin is now known as ladquin_away | 01:19 | |
*** HenryG has joined #openstack-dev | 01:20 | |
*** zaneb has joined #openstack-dev | 01:23 | |
*** bing_bu has joined #openstack-dev | 01:24 | |
*** freedomhui has joined #openstack-dev | 01:24 | |
*** yograterol has quit IRC | 01:26 | |
*** lastidiot has joined #openstack-dev | 01:28 | |
*** comay has quit IRC | 01:28 | |
*** zaneb has quit IRC | 01:29 | |
*** sdake_ has quit IRC | 01:29 | |
jamielennox | ayoung: ok, that was quick | 01:29 |
*** chuckieb has quit IRC | 01:29 | |
*** macjack has joined #openstack-dev | 01:29 | |
*** erkules_ has joined #openstack-dev | 01:31 | |
*** erkules has quit IRC | 01:33 | |
*** yograterol has joined #openstack-dev | 01:34 | |
*** READ10 has quit IRC | 01:40 | |
*** zaneb has joined #openstack-dev | 01:42 | |
*** alop has joined #openstack-dev | 01:42 | |
*** souvik has joined #openstack-dev | 01:44 | |
*** zaneb has quit IRC | 01:46 | |
*** pixelbeat has quit IRC | 01:50 | |
*** melwitt has quit IRC | 01:53 | |
*** zaneb has joined #openstack-dev | 01:55 | |
*** souvik has quit IRC | 02:01 | |
*** RajeshMohan has quit IRC | 02:03 | |
*** cp16net|away is now known as cp16net | 02:04 | |
*** RajeshMohan has joined #openstack-dev | 02:04 | |
*** portante has joined #openstack-dev | 02:04 | |
*** mjfork has quit IRC | 02:08 | |
*** alop has quit IRC | 02:09 | |
*** Tross has quit IRC | 02:10 | |
ayoung | jamielennox, OK my debugging code is here https://github.com/admiyo/keystone/tree/debugging-mysql-fail | 02:11 |
ayoung | here is the smoking gun | 02:11 |
ayoung | http://fpaste.org/15683/69966171/ | 02:11 |
ayoung | the project Id is incorrect in line 15 | 02:11 |
jamielennox | any thoughts or just output? | 02:12 |
ayoung | note that on line 1 the proj id is a312018973bd4b19aec98f4f53d025ad | 02:12 |
ayoung | then on 15 it is c2f79452c84042b2a86364bb07c2c955 | 02:12 |
ayoung | then on 22 back to a312018973bd4b19aec98f4f53d025ad | 02:12 |
ayoung | jamielennox, that proj id comes from a nested query... | 02:12 |
ayoung | https://github.com/admiyo/keystone/blob/debugging-mysql-fail/keystone/common/sql/migrate_repo/versions/020_migrate_metadata_table_roles.py#L38 | 02:13 |
*** yograterol has quit IRC | 02:13 | |
ayoung | jamielennox, I can't tell if this is a logic error or not, but I think that the query executed on line https://github.com/admiyo/keystone/blob/debugging-mysql-fail/keystone/common/sql/migrate_repo/versions/020_migrate_metadata_table_roles.py#L35 is returning bogus data | 02:14 |
jamielennox | just a sec | 02:15 |
*** dguitarbite has quit IRC | 02:15 | |
ayoung | jamielennox, it took three runs to get this to fail, the other two succeeded. | 02:16 |
openstackgerrit | A change was merged to openstack/swift: Rework to support RFC 2616 Sec 4.4 Message Length https://review.openstack.org/29605 | 02:17 |
*** anniec has quit IRC | 02:19 | |
jamielennox | alright, just had to stash some stuff and re setup mysql. so i can confirm that it happens for me too | 02:19 |
jamielennox | on master, i haven't pulled in your debugging yet | 02:20 |
*** yograterol has joined #openstack-dev | 02:21 | |
*** malini1 has quit IRC | 02:22 | |
*** zhiyan has joined #openstack-dev | 02:23 | |
jamielennox | ayoung: have you tried rewriting new_metadata_table.update().where() and new_metadata_table.insert() to use session? | 02:26 |
*** tmclaugh[work] has joined #openstack-dev | 02:26 | |
jamielennox | i'm not sure where it would change but session is a cache, and they really shouldn't be mixing the table form and the session form | 02:26 |
*** alexxu has joined #openstack-dev | 02:27 | |
*** dims has quit IRC | 02:29 | |
*** rcleere has joined #openstack-dev | 02:30 | |
ayoung | jamielennox, trying that now | 02:32 |
*** carl_baldwin has joined #openstack-dev | 02:33 | |
*** redbeard2 has quit IRC | 02:33 | |
jamielennox | lol, now i get 1!= 3 | 02:34 |
*** Tross has joined #openstack-dev | 02:34 | |
alexxu | ewindisch, ping | 02:39 |
*** amerine has quit IRC | 02:41 | |
ayoung | jamielennox, which one did it have? the member role? | 02:41 |
ayoung | jamielennox, want to take this and run with it for a while? I need to crash. | 02:42 |
jamielennox | yea, i'll have a play with it | 02:42 |
jamielennox | i'll give you an email with anything i found out | 02:43 |
*** amerine has joined #openstack-dev | 02:43 | |
jamielennox | or a review if i get it i guess | 02:43 |
ayoung | jamielennox, cool. gnight | 02:43 |
jamielennox | ayoung: btw, can you have a look at those two WIP of mine when you get a shot | 02:43 |
ayoung | jamielennox, will do | 02:43 |
*** tmclaugh[work] has quit IRC | 02:44 | |
jamielennox | cheers | 02:44 |
ayoung | jamielennox, https://review.openstack.org/#/c/29050/ and https://review.openstack.org/#/c/30999/ ? | 02:44 |
jamielennox | yea, but it can wait till tomorrow | 02:45 |
*** terriyu has joined #openstack-dev | 02:45 | |
*** redbeard2 has joined #openstack-dev | 02:46 | |
*** markwash has joined #openstack-dev | 02:53 | |
*** yuanz has quit IRC | 02:55 | |
*** rkukura has joined #openstack-dev | 02:58 | |
*** sdake_ has joined #openstack-dev | 02:58 | |
*** carl_baldwin has quit IRC | 03:03 | |
ewindisch | alexxu: hi | 03:07 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Make ManagerWithFind abstract and fix TokenManager https://review.openstack.org/29708 | 03:09 |
*** alexxu has quit IRC | 03:09 | |
*** alexxu has joined #openstack-dev | 03:21 | |
*** joecascio has quit IRC | 03:24 | |
*** sdake_ has quit IRC | 03:25 | |
*** carl_baldwin has joined #openstack-dev | 03:29 | |
*** dolphm has joined #openstack-dev | 03:30 | |
*** alunch has quit IRC | 03:37 | |
*** souvik has joined #openstack-dev | 03:38 | |
*** lastidiot has quit IRC | 03:41 | |
*** lbragstad has joined #openstack-dev | 03:42 | |
*** dolphm has quit IRC | 03:44 | |
*** alunch has joined #openstack-dev | 03:46 | |
*** otherwiseguy has joined #openstack-dev | 03:49 | |
*** SergeyLukjanov has joined #openstack-dev | 03:53 | |
*** terriyu has quit IRC | 03:55 | |
*** otherwiseguy has quit IRC | 03:59 | |
*** sushils has joined #openstack-dev | 04:00 | |
openstackgerrit | A change was merged to openstack/keystone: Rename requires files to standard names. https://review.openstack.org/30507 | 04:02 |
*** anniec has joined #openstack-dev | 04:02 | |
openstackgerrit | A change was merged to openstack/keystone: Test 403 error title https://review.openstack.org/30159 | 04:02 |
openstackgerrit | A change was merged to openstack/keystone: Disable eventlet monkey-patching of DNS https://review.openstack.org/29711 | 04:02 |
openstackgerrit | A change was merged to openstack/keystone: Revert "Set EVENTLET_NO_GREENDNS=yes in tox.ini." https://review.openstack.org/29712 | 04:03 |
openstackgerrit | A change was merged to openstack/keystone: Document size limits https://review.openstack.org/30932 | 04:03 |
openstackgerrit | A change was merged to openstack/keystone: Fixes a typo https://review.openstack.org/31116 | 04:03 |
*** anniec_ has joined #openstack-dev | 04:04 | |
openstackgerrit | A change was merged to openstack/ceilometer: sql: fix 003 downgrade https://review.openstack.org/31054 | 04:07 |
*** anniec has quit IRC | 04:07 | |
*** anniec_ is now known as anniec | 04:07 | |
*** rostam has quit IRC | 04:20 | |
*** Aarti has joined #openstack-dev | 04:22 | |
*** yograterol has quit IRC | 04:22 | |
*** rostam has joined #openstack-dev | 04:23 | |
*** alop has joined #openstack-dev | 04:23 | |
*** kaushikc has joined #openstack-dev | 04:25 | |
*** carl_baldwin has quit IRC | 04:28 | |
*** sdake_ has joined #openstack-dev | 04:30 | |
*** sdake_ has joined #openstack-dev | 04:30 | |
*** gongysh has quit IRC | 04:36 | |
*** ahale has quit IRC | 04:36 | |
*** ahale has joined #openstack-dev | 04:36 | |
*** luckylittle has joined #openstack-dev | 04:38 | |
*** freedomhui has quit IRC | 04:43 | |
*** anfrolov_ has joined #openstack-dev | 04:43 | |
*** anfrolov has quit IRC | 04:45 | |
*** navid has joined #openstack-dev | 04:46 | |
*** sudorandom has quit IRC | 04:54 | |
*** alexxu has quit IRC | 04:55 | |
*** SergeyLukjanov has quit IRC | 04:56 | |
*** nunosantos has quit IRC | 04:57 | |
*** anniec has quit IRC | 04:57 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Enumerate ignored flake8 rules https://review.openstack.org/30726 | 04:59 |
openstackgerrit | A change was merged to openstack/keystone: Add index on valid column of the SQL token Backend https://review.openstack.org/30753 | 04:59 |
openstackgerrit | A change was merged to openstack/cinder: Add testrepository to git ignores. https://review.openstack.org/31086 | 04:59 |
openstackgerrit | A change was merged to openstack/quantum: Rename requires files to standard names. https://review.openstack.org/30997 | 04:59 |
*** garyk has joined #openstack-dev | 04:59 | |
*** bing_bu has quit IRC | 05:00 | |
*** aeperezt has quit IRC | 05:00 | |
*** sushils has quit IRC | 05:01 | |
*** ladquin_away has quit IRC | 05:01 | |
openstackgerrit | A change was merged to openstack/cinder: InvalidUUID can not be raised https://review.openstack.org/30693 | 05:02 |
*** kaushikc has quit IRC | 05:05 | |
*** markmcclain has joined #openstack-dev | 05:08 | |
*** zaitcev has quit IRC | 05:10 | |
*** markmcclain has quit IRC | 05:13 | |
*** kaushikc has joined #openstack-dev | 05:16 | |
*** ffio has joined #openstack-dev | 05:16 | |
*** _ffio_ has quit IRC | 05:16 | |
*** freedomhui has joined #openstack-dev | 05:24 | |
*** souvik has quit IRC | 05:24 | |
*** jpeeler has quit IRC | 05:24 | |
*** jprovazn has joined #openstack-dev | 05:27 | |
*** sdake_ has quit IRC | 05:33 | |
*** alop has quit IRC | 05:35 | |
*** jpeeler has joined #openstack-dev | 05:37 | |
*** hugokuo has joined #openstack-dev | 05:40 | |
*** anfrolov_ has quit IRC | 05:45 | |
*** sushils has joined #openstack-dev | 05:51 | |
*** SergeyLukjanov has joined #openstack-dev | 05:51 | |
*** rushiagr has joined #openstack-dev | 06:02 | |
*** jamielennox is now known as jamielennox|away | 06:08 | |
*** koolhead17 has quit IRC | 06:11 | |
*** xBsd has joined #openstack-dev | 06:14 | |
*** garyk has quit IRC | 06:14 | |
*** vartom5 has joined #openstack-dev | 06:27 | |
*** fbo has joined #openstack-dev | 06:27 | |
*** xBsd has quit IRC | 06:27 | |
*** ifarkas has joined #openstack-dev | 06:30 | |
*** alunch has quit IRC | 06:32 | |
*** dolphm has joined #openstack-dev | 06:32 | |
*** anfrolov has joined #openstack-dev | 06:33 | |
*** afazekas has joined #openstack-dev | 06:34 | |
*** dolphm has quit IRC | 06:36 | |
*** yolanda has joined #openstack-dev | 06:37 | |
*** jimfehlig has quit IRC | 06:47 | |
*** aloga has quit IRC | 06:49 | |
*** afazekas has quit IRC | 06:50 | |
*** afazekas has joined #openstack-dev | 06:52 | |
*** corXi has joined #openstack-dev | 06:53 | |
*** flaper87 has joined #openstack-dev | 06:56 | |
*** flaper87 has quit IRC | 06:56 | |
*** sushils has quit IRC | 06:56 | |
*** xBsd has joined #openstack-dev | 06:57 | |
*** flaper87 has joined #openstack-dev | 06:57 | |
*** eglynn has quit IRC | 06:58 | |
*** sushils has joined #openstack-dev | 06:58 | |
*** aloga has joined #openstack-dev | 06:58 | |
*** aloga has joined #openstack-dev | 07:00 | |
*** aloga has joined #openstack-dev | 07:03 | |
openstackgerrit | A change was merged to openstack/oslo.config: Refactor type conversion https://review.openstack.org/30428 | 07:04 |
openstackgerrit | A change was merged to openstack/oslo.config: Revert additions to ConfigParser public APIs https://review.openstack.org/30429 | 07:04 |
*** lbragstad has quit IRC | 07:05 | |
openstackgerrit | A change was merged to openstack/oslo.config: Parse config files in an argparse callback https://review.openstack.org/29458 | 07:05 |
*** dcasier_ has joined #openstack-dev | 07:07 | |
*** egallen has joined #openstack-dev | 07:08 | |
*** xga has joined #openstack-dev | 07:12 | |
openstackgerrit | A change was merged to openstack/keystone: Add missing oslo module. https://review.openstack.org/29732 | 07:18 |
*** dcasier_ has quit IRC | 07:18 | |
*** freedomhu has joined #openstack-dev | 07:20 | |
*** freedomhui has quit IRC | 07:21 | |
*** devvesa has joined #openstack-dev | 07:23 | |
*** romcheg has joined #openstack-dev | 07:24 | |
*** enikanorov_ has joined #openstack-dev | 07:25 | |
*** freedomhu has quit IRC | 07:26 | |
*** freedomhui has joined #openstack-dev | 07:26 | |
*** dosaboy_ has joined #openstack-dev | 07:28 | |
*** michchap_ has quit IRC | 07:28 | |
*** michchap has joined #openstack-dev | 07:29 | |
*** nikhil_ has joined #openstack-dev | 07:29 | |
*** mrunge has joined #openstack-dev | 07:29 | |
*** nikhil_ is now known as Guest40510 | 07:29 | |
*** sandeepr has joined #openstack-dev | 07:30 | |
*** dcasier_ has joined #openstack-dev | 07:30 | |
*** johnthetubaguy has joined #openstack-dev | 07:31 | |
*** flaper87 has quit IRC | 07:32 | |
*** raydrezack_ has joined #openstack-dev | 07:32 | |
*** jgallard has joined #openstack-dev | 07:33 | |
*** yongli has quit IRC | 07:34 | |
*** shang has quit IRC | 07:34 | |
*** mattymo has quit IRC | 07:34 | |
*** dosaboy has quit IRC | 07:34 | |
*** deagle has quit IRC | 07:34 | |
*** mfilio has quit IRC | 07:34 | |
*** enikanorov has quit IRC | 07:34 | |
*** phschwartz has quit IRC | 07:34 | |
*** raydrezack has quit IRC | 07:34 | |
*** nikhil has quit IRC | 07:34 | |
*** adepti37 has quit IRC | 07:34 | |
*** hemnafk has quit IRC | 07:34 | |
*** sld-away has quit IRC | 07:34 | |
*** michchap has quit IRC | 07:35 | |
*** flaper87 has joined #openstack-dev | 07:35 | |
*** raydrezack_ is now known as raydrezack | 07:35 | |
*** raydrezack is now known as Guest71715 | 07:35 | |
*** afazekas has quit IRC | 07:37 | |
*** timello has quit IRC | 07:39 | |
*** fesp has joined #openstack-dev | 07:40 | |
*** timello has joined #openstack-dev | 07:41 | |
*** flaper87 has quit IRC | 07:41 | |
*** GheZzZz is now known as GheStrike | 07:43 | |
ekarlso | lifeless: around ? : ) | 07:46 |
*** mkerrin has quit IRC | 07:50 | |
*** BobBallAway has joined #openstack-dev | 07:52 | |
*** jcoufal has joined #openstack-dev | 07:54 | |
*** jcoufal is now known as jcoufal|out | 07:55 | |
*** freedomhui has quit IRC | 07:56 | |
*** freedomhui has joined #openstack-dev | 07:56 | |
*** BobBallAway has quit IRC | 07:57 | |
*** timello has quit IRC | 07:58 | |
*** timello has joined #openstack-dev | 08:00 | |
openstackgerrit | A change was merged to openstack/glance: Fix pydevd module import error https://review.openstack.org/30607 | 08:03 |
openstackgerrit | A change was merged to openstack/quantum: Fix pool update error in lbaas https://review.openstack.org/31002 | 08:03 |
openstackgerrit | A change was merged to openstack/quantum: Fix Cisco nexus plugin failure for first VLAN on phy interface https://review.openstack.org/29190 | 08:03 |
*** michchap has joined #openstack-dev | 08:05 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Update importutils and openstack-common.conf format https://review.openstack.org/30069 | 08:05 |
openstackgerrit | A change was merged to openstack/tempest: identity v3 token https://review.openstack.org/25681 | 08:08 |
openstackgerrit | A change was merged to openstack/quantum: Control resource extension process defining required extensions https://review.openstack.org/29236 | 08:08 |
*** lucasagomes has joined #openstack-dev | 08:12 | |
*** afazekas has joined #openstack-dev | 08:13 | |
*** grizzle has joined #openstack-dev | 08:13 | |
*** erkules_ is now known as erkules | 08:13 | |
*** michchap has quit IRC | 08:14 | |
*** derekh has joined #openstack-dev | 08:17 | |
*** SergeyLukjanov has quit IRC | 08:19 | |
*** yongli has joined #openstack-dev | 08:20 | |
*** shang has joined #openstack-dev | 08:20 | |
*** mattymo has joined #openstack-dev | 08:20 | |
*** deagle has joined #openstack-dev | 08:20 | |
*** mfilio has joined #openstack-dev | 08:20 | |
*** phschwartz has joined #openstack-dev | 08:20 | |
*** adepti37 has joined #openstack-dev | 08:20 | |
*** hemnafk has joined #openstack-dev | 08:20 | |
*** sld-away has joined #openstack-dev | 08:20 | |
*** macjack has quit IRC | 08:24 | |
*** jgallard has quit IRC | 08:25 | |
*** jgallard has joined #openstack-dev | 08:25 | |
*** thimble has joined #openstack-dev | 08:28 | |
*** pixelbeat has joined #openstack-dev | 08:30 | |
openstackgerrit | A change was merged to openstack/cinder: Fix incorrect authorization rule in quota contrib api. https://review.openstack.org/31111 | 08:32 |
*** xBsd has quit IRC | 08:34 | |
*** chandankumar has joined #openstack-dev | 08:37 | |
*** anfrolov has quit IRC | 08:37 | |
*** xBsd has joined #openstack-dev | 08:38 | |
*** chandankumar has quit IRC | 08:40 | |
*** chandankumar has joined #openstack-dev | 08:40 | |
*** michchap has joined #openstack-dev | 08:41 | |
*** markwash has quit IRC | 08:42 | |
*** edehde has joined #openstack-dev | 08:42 | |
*** zoresvit has joined #openstack-dev | 08:43 | |
lifeless | ekarlso: passing through; how can I help ? | 08:46 |
ekarlso | oh :p | 08:47 |
ekarlso | lifeless: well I did what you said but now I have a new issue where it says that assert...() failed | 08:48 |
ekarlso | I wonder if it's due to the object not being initialized properly | 08:48 |
ekarlso | if you see here: http://logs.openstack.org/30787/6/check/gate-billingstack-python27/42/console.html | 08:48 |
ekarlso | TypeError: assertRaises() takes at least 3 arguments (2 given) | 08:48 |
lifeless | thats due to your base class changing | 08:49 |
lifeless | unittest2 has that syntax | 08:49 |
lifeless | other test runners generally don't | 08:49 |
ekarlso | what kind of syntax ? ;) | 08:49 |
lifeless | s/runners/test base classes | 08:49 |
lifeless | 'with self.assertRaises(Exception):' | 08:49 |
lifeless | just need to spell it a little differently, sec | 08:49 |
ekarlso | ah | 08:49 |
ekarlso | crap :p | 08:49 |
lifeless | https://testtools.readthedocs.org/en/latest/for-test-authors.html#expectedexception | 08:50 |
*** joecascio has joined #openstack-dev | 08:50 | |
ekarlso | ah | 08:50 |
lifeless | when unittest2 introduced that, it was immediately incompatible with trial, testtools and a number of other test frameworks | 08:50 |
lifeless | backwards compat :/ | 08:51 |
*** giulivo has joined #openstack-dev | 08:51 | |
*** johnthetubaguy1 has joined #openstack-dev | 08:51 | |
*** markwash has joined #openstack-dev | 08:51 | |
*** michchap has quit IRC | 08:52 | |
*** chandankumar has quit IRC | 08:52 | |
*** iartarisi has joined #openstack-dev | 08:52 | |
*** SergeyLukjanov has joined #openstack-dev | 08:52 | |
*** martyntaylor has joined #openstack-dev | 08:52 | |
*** johnthetubaguy has quit IRC | 08:52 | |
ekarlso | nice lifeless :) | 08:52 |
*** ndipanov has quit IRC | 08:53 | |
ekarlso | now the only missing thing is multi storage driver support in the Fixture helper, TODO for later :) | 08:53 |
*** afazekas has quit IRC | 08:53 | |
*** winston-d has quit IRC | 08:55 | |
lifeless | cool | 08:57 |
*** anfrolov has joined #openstack-dev | 08:58 | |
ekarlso | thank you lifeless for you help ! | 08:59 |
ekarlso | and mordred :) | 08:59 |
lifeless | anytime | 08:59 |
*** xBsd has quit IRC | 08:59 | |
*** anfrolov has quit IRC | 09:00 | |
*** anfrolov has joined #openstack-dev | 09:01 | |
*** rahmu has joined #openstack-dev | 09:03 | |
*** freedomhui has quit IRC | 09:04 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 09:09 | |
*** freedomhui has joined #openstack-dev | 09:09 | |
*** anfrolov has quit IRC | 09:14 | |
*** michchap has joined #openstack-dev | 09:18 | |
*** eglynn has joined #openstack-dev | 09:18 | |
*** xBsd has joined #openstack-dev | 09:20 | |
*** freedomhui has quit IRC | 09:20 | |
*** anfrolov has joined #openstack-dev | 09:21 | |
*** freedomhui has joined #openstack-dev | 09:23 | |
*** burris has quit IRC | 09:25 | |
*** burris has joined #openstack-dev | 09:26 | |
*** dcasier_ has quit IRC | 09:28 | |
kaushikc | russellb: around? | 09:28 |
*** michchap has quit IRC | 09:28 | |
*** yongli has quit IRC | 09:28 | |
kaushikc | russellb: https://blueprints.launchpad.net/python-novaclient/+spec/tag-instances-of-host | 09:28 |
*** phschwartz_ has joined #openstack-dev | 09:28 | |
*** yongli has joined #openstack-dev | 09:29 | |
*** anfrolov has quit IRC | 09:29 | |
*** athomas has joined #openstack-dev | 09:29 | |
*** xBsd has quit IRC | 09:29 | |
*** phschwartz has quit IRC | 09:31 | |
*** xBsd has joined #openstack-dev | 09:32 | |
*** bashok has joined #openstack-dev | 09:39 | |
*** freedomhui has quit IRC | 09:40 | |
*** burris has quit IRC | 09:41 | |
*** burris has joined #openstack-dev | 09:41 | |
*** thimble has quit IRC | 09:52 | |
*** markwash has quit IRC | 09:52 | |
*** xBsd has quit IRC | 09:53 | |
*** anfrolov has joined #openstack-dev | 09:55 | |
*** michchap has joined #openstack-dev | 09:55 | |
*** xBsd has joined #openstack-dev | 09:55 | |
*** sdake_ has joined #openstack-dev | 09:56 | |
*** jjmb has quit IRC | 10:00 | |
*** ndipanov has joined #openstack-dev | 10:00 | |
*** hemna_ has joined #openstack-dev | 10:00 | |
*** mfilio_ has joined #openstack-dev | 10:03 | |
*** anfrolov has quit IRC | 10:03 | |
*** sld_ has joined #openstack-dev | 10:03 | |
*** mattymo1 has joined #openstack-dev | 10:04 | |
*** preacher37 has joined #openstack-dev | 10:04 | |
*** shang has quit IRC | 10:05 | |
*** mattymo has quit IRC | 10:05 | |
*** deagle has quit IRC | 10:05 | |
*** mfilio has quit IRC | 10:05 | |
*** michchap has quit IRC | 10:05 | |
*** adepti37 has quit IRC | 10:05 | |
*** hemnafk has quit IRC | 10:05 | |
*** sld-away has quit IRC | 10:05 | |
*** Desert_Eagle has joined #openstack-dev | 10:05 | |
*** shang_ has joined #openstack-dev | 10:05 | |
*** anfrolov has joined #openstack-dev | 10:06 | |
*** drewlander has joined #openstack-dev | 10:07 | |
*** jhesketh has joined #openstack-dev | 10:09 | |
*** macjack has joined #openstack-dev | 10:09 | |
*** m4xmr has joined #openstack-dev | 10:10 | |
*** m4xmr has left #openstack-dev | 10:16 | |
*** rahmu has quit IRC | 10:17 | |
*** pcm_ has joined #openstack-dev | 10:24 | |
*** sdake_ has quit IRC | 10:26 | |
*** GheStrike is now known as GheRivero | 10:27 | |
*** sushils has quit IRC | 10:31 | |
*** rushiagr has left #openstack-dev | 10:31 | |
*** bashok has quit IRC | 10:31 | |
*** michchap has joined #openstack-dev | 10:32 | |
*** dosaboy_ has quit IRC | 10:35 | |
*** joecascio has quit IRC | 10:35 | |
*** jgallard has quit IRC | 10:35 | |
*** sdake_ has joined #openstack-dev | 10:36 | |
*** sdake_ has quit IRC | 10:36 | |
*** sdake_ has joined #openstack-dev | 10:36 | |
*** jgallard has joined #openstack-dev | 10:36 | |
*** odyssey4me has joined #openstack-dev | 10:36 | |
*** joecascio has joined #openstack-dev | 10:36 | |
*** sushils has joined #openstack-dev | 10:36 | |
*** dosaboy has joined #openstack-dev | 10:39 | |
*** macjack has quit IRC | 10:39 | |
*** sushils has quit IRC | 10:41 | |
*** michchap has quit IRC | 10:42 | |
*** michchap has joined #openstack-dev | 10:44 | |
*** sushils has joined #openstack-dev | 10:45 | |
*** beagles has joined #openstack-dev | 10:46 | |
*** michchap_ has joined #openstack-dev | 10:46 | |
*** michcha__ has joined #openstack-dev | 10:47 | |
*** michch___ has joined #openstack-dev | 10:48 | |
*** michchap has quit IRC | 10:48 | |
*** sushils has quit IRC | 10:50 | |
*** michchap_ has quit IRC | 10:51 | |
*** michchap has joined #openstack-dev | 10:51 | |
*** michcha__ has quit IRC | 10:51 | |
*** sushils has joined #openstack-dev | 10:51 | |
openstackgerrit | A change was merged to openstack/nova: Add power_on flag to virt driver finish/revert migration methods https://review.openstack.org/30501 | 10:51 |
openstackgerrit | A change was merged to openstack/nova: Set resized instance back to original vm_state https://review.openstack.org/29005 | 10:51 |
*** xBsd has quit IRC | 10:52 | |
*** michchap_ has joined #openstack-dev | 10:52 | |
*** michch___ has quit IRC | 10:52 | |
*** yaguang has quit IRC | 10:53 | |
*** timello has quit IRC | 10:54 | |
*** michcha__ has joined #openstack-dev | 10:54 | |
*** michchap has quit IRC | 10:55 | |
*** BobBall has joined #openstack-dev | 10:55 | |
*** jkordish has joined #openstack-dev | 10:56 | |
*** michchap_ has quit IRC | 10:56 | |
*** psedlak has joined #openstack-dev | 10:59 | |
*** michcha__ has quit IRC | 10:59 | |
*** dcasier_ has joined #openstack-dev | 10:59 | |
*** garyk has joined #openstack-dev | 10:59 | |
*** jjmb has joined #openstack-dev | 11:00 | |
openstackgerrit | A change was merged to openstack/cinder: Rename requires files to standard names. https://review.openstack.org/30846 | 11:01 |
*** blues-man has joined #openstack-dev | 11:02 | |
*** ndipanov has quit IRC | 11:03 | |
*** sandeepr has quit IRC | 11:04 | |
*** michchap has joined #openstack-dev | 11:04 | |
*** timello has joined #openstack-dev | 11:04 | |
*** michchap has quit IRC | 11:06 | |
*** michchap has joined #openstack-dev | 11:07 | |
*** lparth has joined #openstack-dev | 11:08 | |
*** kaushikc has quit IRC | 11:10 | |
*** sushils has quit IRC | 11:11 | |
*** kaushikc has joined #openstack-dev | 11:12 | |
*** kaushikc has quit IRC | 11:13 | |
*** michchap has quit IRC | 11:13 | |
*** sandeepr has joined #openstack-dev | 11:14 | |
*** michchap has joined #openstack-dev | 11:14 | |
*** ivoks has quit IRC | 11:14 | |
*** ivoks has joined #openstack-dev | 11:14 | |
*** kaushikc1 has joined #openstack-dev | 11:15 | |
*** jjmb has quit IRC | 11:16 | |
*** sushils has joined #openstack-dev | 11:16 | |
*** kaushikc has joined #openstack-dev | 11:17 | |
*** sride has joined #openstack-dev | 11:17 | |
*** lucasagomes is now known as lucas-hungry | 11:18 | |
*** lucas-hungry is now known as lucasagomes | 11:19 | |
*** mmagr has joined #openstack-dev | 11:19 | |
*** kaushikc1 has quit IRC | 11:19 | |
*** lucasagomes is now known as lucas-hungry | 11:21 | |
*** xBsd has joined #openstack-dev | 11:21 | |
*** romcheg1 has joined #openstack-dev | 11:23 | |
*** AnilV4 has quit IRC | 11:27 | |
*** romcheg has quit IRC | 11:27 | |
*** romcheg has joined #openstack-dev | 11:28 | |
*** AnilV4 has joined #openstack-dev | 11:31 | |
*** romcheg2 has joined #openstack-dev | 11:31 | |
*** romcheg1 has quit IRC | 11:32 | |
*** mkollaro has joined #openstack-dev | 11:33 | |
*** xBsd has quit IRC | 11:33 | |
*** romcheg has quit IRC | 11:36 | |
*** zhiyan has quit IRC | 11:36 | |
*** xBsd has joined #openstack-dev | 11:39 | |
*** tmclaugh[work] has joined #openstack-dev | 11:44 | |
*** tzumainn has joined #openstack-dev | 11:46 | |
*** chuckieb has joined #openstack-dev | 11:47 | |
*** AnilV4 has quit IRC | 11:47 | |
*** AnilV4 has joined #openstack-dev | 11:47 | |
*** afazekas has joined #openstack-dev | 11:49 | |
openstackgerrit | A change was merged to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/31012 | 11:51 |
*** Tross has quit IRC | 11:53 | |
*** afazekas has quit IRC | 11:56 | |
*** chuckieb has quit IRC | 11:58 | |
*** jkordish has quit IRC | 12:00 | |
*** chuckieb has joined #openstack-dev | 12:03 | |
*** radez_g0n3 is now known as radez | 12:03 | |
*** mkerrin has joined #openstack-dev | 12:04 | |
*** dims has joined #openstack-dev | 12:09 | |
*** mjfork has joined #openstack-dev | 12:11 | |
*** dprince has joined #openstack-dev | 12:12 | |
*** jruzicka has joined #openstack-dev | 12:12 | |
*** freedomhui has joined #openstack-dev | 12:14 | |
*** chuckieb has quit IRC | 12:14 | |
*** garyk has quit IRC | 12:18 | |
*** radsy has joined #openstack-dev | 12:19 | |
*** mikal has quit IRC | 12:21 | |
*** jamespage_ has joined #openstack-dev | 12:21 | |
*** markmcclain has joined #openstack-dev | 12:22 | |
*** portante has quit IRC | 12:22 | |
*** mikal has joined #openstack-dev | 12:22 | |
*** jamespage_ has quit IRC | 12:23 | |
*** radsy has quit IRC | 12:23 | |
*** jgallard has quit IRC | 12:24 | |
*** jgallard has joined #openstack-dev | 12:25 | |
*** radsy has joined #openstack-dev | 12:26 | |
*** vartom5 has quit IRC | 12:26 | |
*** chuckieb has joined #openstack-dev | 12:26 | |
*** mdomsch_ has quit IRC | 12:27 | |
*** smoser has quit IRC | 12:29 | |
*** souvik has joined #openstack-dev | 12:31 | |
*** aloga has quit IRC | 12:33 | |
*** jgallard has quit IRC | 12:34 | |
*** jgallard has joined #openstack-dev | 12:35 | |
*** mdomsch has quit IRC | 12:35 | |
*** krtaylor has joined #openstack-dev | 12:36 | |
*** asalkeld has quit IRC | 12:40 | |
*** ezimuel has joined #openstack-dev | 12:40 | |
*** lucas-hungry is now known as lucasagomes | 12:41 | |
*** Tross has joined #openstack-dev | 12:43 | |
*** jkordish has joined #openstack-dev | 12:44 | |
*** romcheg has joined #openstack-dev | 12:45 | |
*** xBsd has quit IRC | 12:46 | |
*** gongysh has joined #openstack-dev | 12:46 | |
*** kmartin has quit IRC | 12:49 | |
*** kmartin has joined #openstack-dev | 12:49 | |
*** romcheg2 has quit IRC | 12:49 | |
*** eharney has quit IRC | 12:49 | |
*** xBsd has joined #openstack-dev | 12:49 | |
*** kmartin has quit IRC | 12:50 | |
*** kmartin has joined #openstack-dev | 12:51 | |
*** KurtMartin has joined #openstack-dev | 12:52 | |
*** sushils has quit IRC | 12:55 | |
*** kmartin has quit IRC | 12:55 | |
*** kmartin has joined #openstack-dev | 12:56 | |
*** kmartin has quit IRC | 12:57 | |
*** KurtMartin has quit IRC | 12:57 | |
*** kmartin has joined #openstack-dev | 12:58 | |
*** sushils has joined #openstack-dev | 12:58 | |
*** ociuhandu has quit IRC | 12:59 | |
*** kmartin has quit IRC | 12:59 | |
*** kmartin has joined #openstack-dev | 13:00 | |
*** beagles is now known as seagulls | 13:01 | |
*** kmartin has quit IRC | 13:01 | |
*** kmartin has joined #openstack-dev | 13:02 | |
*** kaushikc has quit IRC | 13:03 | |
*** kmartin has quit IRC | 13:03 | |
*** kmartin has joined #openstack-dev | 13:04 | |
*** rharwood has joined #openstack-dev | 13:06 | |
*** rahmu has joined #openstack-dev | 13:07 | |
*** andrew_plunk has joined #openstack-dev | 13:07 | |
*** jayg|g0n3 is now known as jayg | 13:08 | |
Adri2000 | https://review.openstack.org/#/c/31059/ why am I so unlucky with jenkins? :) | 13:09 |
*** mattymo1 is now known as mattymo | 13:10 | |
*** jayg is now known as jayg|g0n3 | 13:11 | |
*** jayg|g0n3 is now known as jayg | 13:11 | |
*** kbringard has joined #openstack-dev | 13:13 | |
*** Tross has quit IRC | 13:13 | |
*** KurtMartin has joined #openstack-dev | 13:16 | |
*** ffio_ has joined #openstack-dev | 13:16 | |
*** ffio has quit IRC | 13:16 | |
*** jhesketh has quit IRC | 13:16 | |
ezimuel | hi all, I just released an update of the PHP library for OpenStack API based on ZF2, https://github.com/zendframework/ZendService_OpenStack | 13:17 |
*** Tross has joined #openstack-dev | 13:17 | |
*** NobodyCam is now known as BlartVersenwald | 13:17 | |
*** KurtMartin has quit IRC | 13:17 | |
roz | a tempest gate test is failing because a request timed-out waiting for the server status, I am quite sure it's not related to my change, can I jsut retrigger all jenkins jobs? | 13:17 |
*** KurtMartin has joined #openstack-dev | 13:18 | |
mancdaz | is there a limit to the PKI token length that keystone can hanfle? | 13:18 |
*** jruzicka has quit IRC | 13:19 | |
*** kmartin has quit IRC | 13:19 | |
*** russellb is now known as rustlebee | 13:20 | |
*** bknudson has joined #openstack-dev | 13:21 | |
*** andrewbogott_afk is now known as andrewbogott | 13:23 | |
*** andrewbogott has joined #openstack-dev | 13:24 | |
*** terriyu has joined #openstack-dev | 13:24 | |
*** martyntaylor has quit IRC | 13:25 | |
*** kmartin has joined #openstack-dev | 13:25 | |
*** boris-42 has joined #openstack-dev | 13:26 | |
*** stevemar has joined #openstack-dev | 13:26 | |
*** martyntaylor has joined #openstack-dev | 13:27 | |
*** jecarey has joined #openstack-dev | 13:28 | |
*** mdomsch has joined #openstack-dev | 13:28 | |
*** KurtMartin has quit IRC | 13:28 | |
*** Aarti has quit IRC | 13:29 | |
*** KurtMartin has joined #openstack-dev | 13:29 | |
*** yograterol has joined #openstack-dev | 13:30 | |
*** Tross has quit IRC | 13:30 | |
*** READ10 has joined #openstack-dev | 13:31 | |
*** KurtMartin has quit IRC | 13:31 | |
*** KurtMartin has joined #openstack-dev | 13:31 | |
*** kmartin has quit IRC | 13:33 | |
*** dcasier_ has quit IRC | 13:34 | |
*** lbragstad has joined #openstack-dev | 13:35 | |
*** phschwartz_ is now known as phschwartz | 13:35 | |
*** portante has joined #openstack-dev | 13:36 | |
*** nrs_ has quit IRC | 13:37 | |
*** nrs_ has joined #openstack-dev | 13:37 | |
*** macjack has joined #openstack-dev | 13:38 | |
*** kmartin has joined #openstack-dev | 13:38 | |
*** pabelanger has quit IRC | 13:41 | |
*** KurtMartin has quit IRC | 13:41 | |
*** KurtMartin has joined #openstack-dev | 13:41 | |
*** sdake_ has quit IRC | 13:42 | |
*** souvik has quit IRC | 13:43 | |
*** kmartin has quit IRC | 13:43 | |
openstackgerrit | A change was merged to openstack/cinder: Updating HACKING to disallow the use of locals() https://review.openstack.org/31168 | 13:45 |
*** drewlander has quit IRC | 13:45 | |
*** ezimuel has left #openstack-dev | 13:47 | |
*** jruzicka has joined #openstack-dev | 13:47 | |
openstackgerrit | A change was merged to openstack/cinder: Prevent force delete if the volume is attached https://review.openstack.org/31165 | 13:48 |
*** sandywalsh_ has joined #openstack-dev | 13:49 | |
*** drewlander has joined #openstack-dev | 13:52 | |
*** martine_ has joined #openstack-dev | 13:52 | |
*** michchap has quit IRC | 13:52 | |
*** rscottcoyle has joined #openstack-dev | 13:53 | |
*** sandywalsh__ has joined #openstack-dev | 13:54 | |
*** otherwiseguy has joined #openstack-dev | 13:56 | |
*** sandywalsh_ has quit IRC | 13:56 | |
*** maroh has quit IRC | 13:57 | |
*** preacher37 has quit IRC | 13:58 | |
*** dave_mcn has joined #openstack-dev | 13:58 | |
*** adepti37 has joined #openstack-dev | 13:58 | |
*** anteaya is now known as antarrrrrya | 13:58 | |
dave_mcn | Anyone available to a small change to log messages? It's already got a few +1's: https://review.openstack.org/#/c/30270/ | 14:00 |
*** devananda is now known as cipher_zero | 14:01 | |
*** networkstatic has quit IRC | 14:01 | |
*** networkstatic has joined #openstack-dev | 14:01 | |
*** nunosantos has joined #openstack-dev | 14:02 | |
*** dhellmann-away is now known as dhellmann | 14:03 | |
*** cp16net is now known as cp16net|away | 14:04 | |
*** cp16net|away is now known as cp16net | 14:05 | |
*** edehde has left #openstack-dev | 14:06 | |
*** sride has joined #openstack-dev | 14:06 | |
*** sandywalsh_ has joined #openstack-dev | 14:07 | |
*** spzala has joined #openstack-dev | 14:07 | |
*** sandywalsh__ has quit IRC | 14:08 | |
*** msmedved has joined #openstack-dev | 14:09 | |
*** krtaylor has quit IRC | 14:11 | |
*** rcleere has quit IRC | 14:11 | |
*** carl_baldwin has joined #openstack-dev | 14:12 | |
*** jgallard has quit IRC | 14:14 | |
*** sudorandom has joined #openstack-dev | 14:14 | |
*** jgallard has joined #openstack-dev | 14:14 | |
*** sandywalsh_ has quit IRC | 14:15 | |
*** pabelanger has joined #openstack-dev | 14:15 | |
*** lastidiot has joined #openstack-dev | 14:16 | |
*** sandywalsh_ has joined #openstack-dev | 14:18 | |
*** katylava has joined #openstack-dev | 14:18 | |
*** jonesld has joined #openstack-dev | 14:19 | |
*** jprovazn is now known as jprovazn_afk | 14:20 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Use mox object from moxstubout fixture https://review.openstack.org/29766 | 14:21 |
*** jonesld has left #openstack-dev | 14:21 | |
*** jonesld has joined #openstack-dev | 14:21 | |
*** michchap has joined #openstack-dev | 14:22 | |
*** alunduil has joined #openstack-dev | 14:22 | |
*** carl_baldwin has quit IRC | 14:23 | |
*** jonesld has joined #openstack-dev | 14:23 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Use zero-copy in ZeroMQ proxy (zmq-rpc-receiver) https://review.openstack.org/30309 | 14:23 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Reduce duplicated code related to policies https://review.openstack.org/27721 | 14:23 |
*** alunch has joined #openstack-dev | 14:25 | |
*** alunch has left #openstack-dev | 14:26 | |
*** alunch has joined #openstack-dev | 14:26 | |
*** SergeyLukjanov has quit IRC | 14:26 | |
*** aeperezt has joined #openstack-dev | 14:27 | |
*** fesp is now known as flaper87 | 14:28 | |
*** jvrbanac has joined #openstack-dev | 14:28 | |
openstackgerrit | A change was merged to openstack/quantum: Fix typo https://review.openstack.org/30766 | 14:28 |
openstackgerrit | A change was merged to openstack/quantum: Make MidoNet plugin code more testable https://review.openstack.org/23378 | 14:29 |
*** flaper87 is now known as flaperini | 14:29 | |
openstackgerrit | A change was merged to openstack/quantum: Imported Translations from Transifex https://review.openstack.org/31189 | 14:29 |
*** martines has quit IRC | 14:29 | |
*** sandywalsh_ has quit IRC | 14:29 | |
*** flaperini is now known as flaperinni | 14:29 | |
*** FunnyLookinHat has joined #openstack-dev | 14:30 | |
*** lastidiot has quit IRC | 14:30 | |
*** michchap has quit IRC | 14:33 | |
*** galstrom_zzz is now known as galstrom | 14:33 | |
*** eharney has joined #openstack-dev | 14:34 | |
*** eharney has quit IRC | 14:34 | |
*** eharney has joined #openstack-dev | 14:34 | |
*** johnthetubaguy has quit IRC | 14:34 | |
*** jhesketh has joined #openstack-dev | 14:35 | |
*** rcleere has joined #openstack-dev | 14:35 | |
*** jhesketh has quit IRC | 14:35 | |
*** ndipanov has joined #openstack-dev | 14:38 | |
*** ndipanov has quit IRC | 14:40 | |
*** ndipanov has joined #openstack-dev | 14:40 | |
*** monst has joined #openstack-dev | 14:42 | |
*** electrichead has joined #openstack-dev | 14:43 | |
*** jimfehlig has joined #openstack-dev | 14:43 | |
*** kaushikc has joined #openstack-dev | 14:44 | |
*** yograterol has quit IRC | 14:46 | |
*** michchap has joined #openstack-dev | 14:48 | |
*** litong has joined #openstack-dev | 14:48 | |
*** michchap_ has joined #openstack-dev | 14:49 | |
*** cp16net is now known as cp16net|away | 14:49 | |
*** michcha__ has joined #openstack-dev | 14:50 | |
openstackgerrit | A change was merged to openstack/nova: Ports ips api to v3 API https://review.openstack.org/28756 | 14:51 |
openstackgerrit | A change was merged to openstack/quantum: Add L3 resources to policy.json https://review.openstack.org/31148 | 14:51 |
*** kaushikc1 has joined #openstack-dev | 14:51 | |
*** SergeyLukjanov has joined #openstack-dev | 14:51 | |
*** alunduil has quit IRC | 14:52 | |
*** michchap has quit IRC | 14:52 | |
*** kaushikc has quit IRC | 14:52 | |
*** datsun180b has joined #openstack-dev | 14:52 | |
*** michchap has joined #openstack-dev | 14:53 | |
*** michchap_ has quit IRC | 14:54 | |
*** mrodden has quit IRC | 14:54 | |
*** cp16net|away is now known as cp16net | 14:54 | |
*** michcha__ has quit IRC | 14:55 | |
*** krtaylor has joined #openstack-dev | 14:55 | |
*** anfrolov has quit IRC | 14:55 | |
*** michchap_ has joined #openstack-dev | 14:55 | |
*** kaushikc1 has quit IRC | 14:56 | |
*** kaushikc has joined #openstack-dev | 14:56 | |
*** michcha__ has joined #openstack-dev | 14:56 | |
*** michchap has quit IRC | 14:57 | |
*** jecarey has quit IRC | 14:59 | |
*** carl_baldwin has joined #openstack-dev | 14:59 | |
*** michchap_ has quit IRC | 15:00 | |
*** michcha__ has quit IRC | 15:01 | |
*** jecarey has joined #openstack-dev | 15:01 | |
*** kaushikc1 has joined #openstack-dev | 15:01 | |
*** lastidiot has joined #openstack-dev | 15:02 | |
openstackgerrit | A change was merged to openstack/swift: Replaced <exc>.message with str(<exc>) https://review.openstack.org/31201 | 15:03 |
*** pmathews has joined #openstack-dev | 15:03 | |
*** datsun180b has quit IRC | 15:04 | |
*** kaushikc has quit IRC | 15:04 | |
*** datsun180b has joined #openstack-dev | 15:04 | |
*** souvik has joined #openstack-dev | 15:04 | |
*** avishay has quit IRC | 15:05 | |
*** mrodden has joined #openstack-dev | 15:06 | |
*** rkukura has quit IRC | 15:08 | |
*** gongysh has quit IRC | 15:10 | |
*** carl_baldwin has quit IRC | 15:12 | |
*** alunduil has joined #openstack-dev | 15:13 | |
*** jonesld has quit IRC | 15:17 | |
*** mdomsch has quit IRC | 15:17 | |
*** terryh has joined #openstack-dev | 15:18 | |
*** jonesld has joined #openstack-dev | 15:18 | |
*** kaushikc1 has quit IRC | 15:22 | |
*** yograterol has joined #openstack-dev | 15:23 | |
*** kaushikc has joined #openstack-dev | 15:23 | |
*** gyee has joined #openstack-dev | 15:25 | |
*** yograterol has quit IRC | 15:26 | |
*** yograterol has joined #openstack-dev | 15:26 | |
*** timello has quit IRC | 15:26 | |
*** wenjianhn has quit IRC | 15:27 | |
*** bdpayne has joined #openstack-dev | 15:28 | |
*** alunduil has quit IRC | 15:28 | |
*** michchap has joined #openstack-dev | 15:28 | |
*** martyntaylor has quit IRC | 15:29 | |
*** colinmcnamara has joined #openstack-dev | 15:30 | |
*** kaushikc has quit IRC | 15:30 | |
*** corXi has quit IRC | 15:31 | |
*** aelkikhia has joined #openstack-dev | 15:31 | |
*** kaushikc has joined #openstack-dev | 15:31 | |
*** timello has joined #openstack-dev | 15:34 | |
*** markmcclain has quit IRC | 15:36 | |
*** freedomhui has quit IRC | 15:36 | |
*** romcheg has quit IRC | 15:37 | |
*** msmedved has quit IRC | 15:38 | |
*** michchap has quit IRC | 15:39 | |
*** rkukura has joined #openstack-dev | 15:41 | |
*** pmcg has quit IRC | 15:41 | |
*** BobBallAway has joined #openstack-dev | 15:42 | |
*** pmcg has joined #openstack-dev | 15:43 | |
*** yograterol has quit IRC | 15:46 | |
*** souvik1 has joined #openstack-dev | 15:47 | |
*** BobBallAway has quit IRC | 15:48 | |
*** blues-man has quit IRC | 15:48 | |
*** pasquier-s has quit IRC | 15:49 | |
*** saschpe_ has quit IRC | 15:50 | |
*** souvik has quit IRC | 15:51 | |
*** jgallard has quit IRC | 15:51 | |
*** yograterol has joined #openstack-dev | 15:52 | |
*** gyee has quit IRC | 15:52 | |
*** pmathews has quit IRC | 15:54 | |
*** freedomhui has joined #openstack-dev | 15:54 | |
*** geekinutah has quit IRC | 15:54 | |
*** gyee has joined #openstack-dev | 15:54 | |
*** geekinutah has joined #openstack-dev | 15:57 | |
*** pmathews has joined #openstack-dev | 15:57 | |
*** alunduil has joined #openstack-dev | 15:57 | |
*** andrew_plunk has quit IRC | 15:58 | |
*** aelkikhia has quit IRC | 15:59 | |
*** ecarlin has joined #openstack-dev | 16:00 | |
*** radsy has quit IRC | 16:01 | |
*** iartarisi has quit IRC | 16:01 | |
*** zoresvit has quit IRC | 16:02 | |
*** jecarey_ has joined #openstack-dev | 16:02 | |
*** Desert_Eagle has quit IRC | 16:02 | |
*** boris-42 has quit IRC | 16:02 | |
*** jecarey has quit IRC | 16:04 | |
*** malini1 has joined #openstack-dev | 16:04 | |
*** krtaylor has quit IRC | 16:04 | |
*** tmclaugh[work] has quit IRC | 16:05 | |
*** michchap has joined #openstack-dev | 16:06 | |
*** Desert_Eagle has joined #openstack-dev | 16:06 | |
*** SergeyLukjanov has quit IRC | 16:06 | |
*** mrodden has quit IRC | 16:07 | |
*** krtaylor has joined #openstack-dev | 16:07 | |
*** sandywalsh_ has joined #openstack-dev | 16:07 | |
*** zoresvit has joined #openstack-dev | 16:08 | |
*** comstud is now known as bearhands | 16:08 | |
*** sagar_nikam has joined #openstack-dev | 16:08 | |
*** markwash has joined #openstack-dev | 16:09 | |
*** jecarey_ has quit IRC | 16:09 | |
*** mrodden has joined #openstack-dev | 16:09 | |
*** sthaha has quit IRC | 16:10 | |
*** devoid has joined #openstack-dev | 16:11 | |
*** alop has joined #openstack-dev | 16:14 | |
*** carl_baldwin has joined #openstack-dev | 16:15 | |
*** jecarey has joined #openstack-dev | 16:15 | |
*** aelkikhia has joined #openstack-dev | 16:15 | |
*** mlavalle has joined #openstack-dev | 16:15 | |
*** dspano has joined #openstack-dev | 16:16 | |
*** sdake_ has joined #openstack-dev | 16:16 | |
*** sdake_ has joined #openstack-dev | 16:16 | |
*** michchap has quit IRC | 16:16 | |
*** rostam has quit IRC | 16:20 | |
*** yolanda has quit IRC | 16:20 | |
*** romcheg has joined #openstack-dev | 16:20 | |
*** ndipanov has quit IRC | 16:20 | |
*** grizzle has quit IRC | 16:21 | |
*** ndipanov has joined #openstack-dev | 16:21 | |
*** grizzle has joined #openstack-dev | 16:21 | |
*** koolhead17 has joined #openstack-dev | 16:22 | |
*** yolanda has joined #openstack-dev | 16:22 | |
openstackgerrit | A change was merged to openstack/ceilometer: Switch to sphinxcontrib-pecanwsme for API docs https://review.openstack.org/29148 | 16:23 |
*** carl_baldwin has quit IRC | 16:23 | |
*** esp has joined #openstack-dev | 16:24 | |
*** esp has left #openstack-dev | 16:24 | |
*** rostam has joined #openstack-dev | 16:24 | |
*** hemna_ is now known as hemna | 16:24 | |
*** martines has joined #openstack-dev | 16:26 | |
*** KurtMartin has quit IRC | 16:26 | |
*** ndipanov has quit IRC | 16:26 | |
*** ndipanov has joined #openstack-dev | 16:27 | |
*** alunduil has quit IRC | 16:27 | |
openstackgerrit | A change was merged to openstack-dev/devstack: specify session name on perform rejoin stack https://review.openstack.org/30071 | 16:28 |
openstackgerrit | A change was merged to openstack-dev/devstack: add firewall driver if we use quantum security group https://review.openstack.org/29186 | 16:28 |
openstackgerrit | A change was merged to openstack-dev/devstack: Install EPEL for rhel6 if not detected https://review.openstack.org/29177 | 16:28 |
*** terry7 has joined #openstack-dev | 16:28 | |
jgriffith | mkerrin: ping | 16:29 |
*** aelkikhia1 has joined #openstack-dev | 16:30 | |
mkerrin | jgriffith: hi | 16:30 |
jgriffith | mkerrin: hey there! | 16:30 |
jgriffith | mkerrin: thanks for finishing up the test work!! Looks awesome! | 16:30 |
jgriffith | mkerrin: I have one remaining glitch I can't figure out on 12.04 only it seems | 16:30 |
jgriffith | mkerrin: http://paste.openstack.org/show/37974/ | 16:31 |
jgriffith | mkerrin: have you see this one in your checks? | 16:31 |
mkerrin | yeah that :-) I have seen it but it only shows up randomly for me. | 16:32 |
*** aelkikhia has quit IRC | 16:32 | |
jgriffith | mkerrin: harumph | 16:32 |
jgriffith | that's annoying | 16:32 |
jgriffith | so obviously we can't merge it like that | 16:32 |
jgriffith | mkerrin: I'll spend some time looking at it later today if I can | 16:33 |
jgriffith | mkerrin: is that the only one left? Have you seen any of the other 3 since your last change? | 16:33 |
mkerrin | My devstack is on 12.04 also. We have two issues I think that are race conditions. Since testr runs tests in parallel, some of the tests are stepping over each other | 16:33 |
jgriffith | mkerrin: sighh | 16:34 |
*** monst has quit IRC | 16:34 | |
jgriffith | mkerrin: paralell testing is nothing but trouble :) | 16:34 |
*** rahmu has quit IRC | 16:34 | |
*** chandankumar has joined #openstack-dev | 16:34 | |
jgriffith | mkerrin: what's odd here is the same context is used for all tests in this suite I believe | 16:35 |
jgriffith | mkerrin: so I'm not sure why it suddenly doesn't like the policy info any longer | 16:35 |
jgriffith | mkerrin: unless the policy checks in the quota class are actually borked | 16:35 |
mkerrin | I also get self.assertEquals(len(test_notifier.NOTIFICATIONS), 2) | 16:35 |
mkerrin | MismatchError: 0 != 2 | 16:35 |
jgriffith | Ahh... ok, so you're still seeing the same ones I was seeing yesterday | 16:36 |
openstackgerrit | A change was merged to openstack-dev/devstack: Enable Nova v3 API https://review.openstack.org/31190 | 16:36 |
openstackgerrit | A change was merged to openstack-dev/devstack: ceilometer does not set db in conf file https://review.openstack.org/31197 | 16:36 |
jgriffith | mkerrin: it's odd, those were 100% for me yesterday | 16:36 |
jgriffith | mkerrin: your new patch never failed for me on 13.04 last night | 16:36 |
jgriffith | mkerrin: and I've ran a loop of 20 so far here and only see the policy auth error | 16:36 |
mkerrin | Weird, the notifier shows up more often for me | 16:37 |
*** xga has quit IRC | 16:37 | |
jgriffith | hmmm, this makes me a bit nervous | 16:37 |
*** msmedved has joined #openstack-dev | 16:38 | |
mkerrin | I wonder if nova have this issue | 16:38 |
*** ndipanov has quit IRC | 16:39 | |
mkerrin | as it should be the same code | 16:39 |
*** ndipanov has joined #openstack-dev | 16:39 | |
roz | Vek_: ping | 16:39 |
jgriffith | mkerrin: hmmm... | 16:40 |
jgriffith | mkerrin: the policy issue I'm seeing may be related to us being so far out of date on common/policy.py | 16:40 |
jgriffith | mkerrin: but I don't know what to make of the other ones you're seeing | 16:40 |
jgriffith | mkerrin: I'm going to mark "don't merge" for now until we get this cleared up | 16:41 |
jgriffith | mkerrin: soooo close :) | 16:41 |
*** navid has left #openstack-dev | 16:41 | |
*** sagar_nikam has quit IRC | 16:41 | |
*** drewlander has quit IRC | 16:41 | |
*** ndipanov has quit IRC | 16:41 | |
*** ndipanov has joined #openstack-dev | 16:41 | |
*** dripton is now known as dripton_lunch | 16:41 | |
*** monst has joined #openstack-dev | 16:41 | |
jgriffith | mkerrin: do you have the bandwidth to keep working on this? | 16:43 |
jgriffith | mkerrin: and if so do you need some help? | 16:43 |
*** michchap has joined #openstack-dev | 16:43 | |
*** bdpayne has quit IRC | 16:43 | |
*** jecarey has quit IRC | 16:43 | |
mkerrin | I am off now on holidays for 4 days, so it won't be Wednesday till I get to look at this again | 16:43 |
*** ron-slc has quit IRC | 16:43 | |
*** rcleere has quit IRC | 16:43 | |
jgriffith | mkerrin: fair enough | 16:44 |
jgriffith | mkerrin: Ok, maybe you'll have a surprise when you come back :) | 16:44 |
jgriffith | mkerrin: in the meantime enjoy your holiday, and thanks again for working on this | 16:44 |
*** SergeyLukjanov has joined #openstack-dev | 16:45 | |
*** jonesld_ has joined #openstack-dev | 16:45 | |
mkerrin | that would be nice | 16:46 |
mkerrin | sorry but it time for me to go, its nearly 6 on a Friday and I have a long weekend ahead of me:-) | 16:46 |
jgriffith | mkerrin: no worries!! Enjoy! | 16:46 |
*** Ryan_Lane has joined #openstack-dev | 16:48 | |
*** xBsd has quit IRC | 16:51 | |
*** mkerrin has quit IRC | 16:51 | |
*** ecarlin has quit IRC | 16:52 | |
*** markmcclain has joined #openstack-dev | 16:52 | |
*** Mandell has joined #openstack-dev | 16:52 | |
*** ron-slc has joined #openstack-dev | 16:53 | |
*** michchap has quit IRC | 16:53 | |
*** rscottcoyle has quit IRC | 16:54 | |
*** romcheg has quit IRC | 16:54 | |
*** ndipanov has quit IRC | 16:55 | |
*** seanrob has joined #openstack-dev | 16:56 | |
*** ifarkas has quit IRC | 16:57 | |
*** tmclaugh[work] has joined #openstack-dev | 16:57 | |
*** yidclare has joined #openstack-dev | 16:58 | |
*** chuckieb has quit IRC | 16:58 | |
*** zaitcev has joined #openstack-dev | 16:59 | |
*** jog0 is now known as flashgordon | 17:00 | |
*** Tross has joined #openstack-dev | 17:00 | |
*** seanrob has quit IRC | 17:01 | |
*** galstrom is now known as galstrom_zzz | 17:01 | |
*** krtaylor has quit IRC | 17:01 | |
*** jonesld has quit IRC | 17:02 | |
*** pixelbeat has quit IRC | 17:03 | |
*** derekh has quit IRC | 17:03 | |
*** radez is now known as radez_g0n3 | 17:04 | |
*** freedomhui has quit IRC | 17:04 | |
*** msmedved has quit IRC | 17:05 | |
*** freedomhui has joined #openstack-dev | 17:06 | |
*** andrew_plunk has joined #openstack-dev | 17:06 | |
*** lucasagomes has quit IRC | 17:06 | |
*** AnilV4 has quit IRC | 17:08 | |
*** galstrom_zzz is now known as galstrom | 17:09 | |
*** prad_ has joined #openstack-dev | 17:09 | |
*** colinmcnamara has quit IRC | 17:09 | |
*** kaushikc has quit IRC | 17:13 | |
*** anfrolov has joined #openstack-dev | 17:14 | |
*** kmartin has joined #openstack-dev | 17:16 | |
*** martyntaylor has joined #openstack-dev | 17:18 | |
*** michchap has joined #openstack-dev | 17:20 | |
*** zoresvit has quit IRC | 17:22 | |
*** yograterol has quit IRC | 17:22 | |
devoid | quantum question: is a project's "default" security group created automatically? Is there a global or domain-wide default? Or do I need to manually create one every time I create a new project / domain? | 17:22 |
openstackgerrit | A change was merged to openstack/glance: Don't make functional tests inherit from IsolatedUnitTest https://review.openstack.org/31232 | 17:24 |
*** yolanda has quit IRC | 17:25 | |
*** salv-orlando has quit IRC | 17:26 | |
*** mlavalle has quit IRC | 17:28 | |
ayoung | bknudson, gyee can you take a look at https://review.openstack.org/#/c/31162/ | 17:29 |
gyee | ayoung, sure | 17:30 |
*** michchap has quit IRC | 17:30 | |
bknudson | ayoung: can we go changing old migrations? | 17:30 |
bknudson | I'm sure the data is lost forever. Hope they kept a backup. | 17:31 |
*** westmaas is now known as westmau5 | 17:32 | |
*** pabelanger has quit IRC | 17:32 | |
gyee | ayoung, so the origin "and" is being ignored? | 17:33 |
gyee | original | 17:33 |
*** alunduil has joined #openstack-dev | 17:33 | |
bknudson | ayoung: Looks good to me. gyee can approve it | 17:33 |
*** dripton_lunch is now known as dripton | 17:33 | |
gyee | ayoung, bknudson, in that case, a negative test is required | 17:34 |
bknudson | gyee: A test would be awesome. | 17:34 |
bknudson | but that can also be done in a separate commit | 17:34 |
*** ron-slc has quit IRC | 17:35 | |
gyee | yeah, as long as it's there | 17:35 |
*** drewlander has joined #openstack-dev | 17:35 | |
*** yograterol has joined #openstack-dev | 17:37 | |
simo | gyee: q about keystone v3 auth | 17:37 |
gyee | sure | 17:37 |
simo | gyee: when using password auth if I do not set the domain I get laughed at by keystone | 17:37 |
simo | why isn't Default assumed if domain is missing ? | 17:38 |
ayoung | gyee, bknudson agreed. But the real test is whether the MySql test passes. With this change, it does | 17:38 |
openstackgerrit | A change was merged to openstack/glance: Encode headers and params https://review.openstack.org/30112 | 17:38 |
bknudson | btw - I've got several reviews out there that fix testing with sqlite. | 17:38 |
ayoung | gyee, bknudson the live database tests are essential. The more I work with them, the more I realize that we need them in gate | 17:38 |
*** anfrolov has quit IRC | 17:38 | |
*** aelkikhia1 has quit IRC | 17:39 | |
gyee | ayoung, no argument from me :) | 17:39 |
ayoung | gyee, bknudson I think the right thing to do is to create a tempest test that runs the keystone tests. In order to do that, we might need to move the tests under keystone, | 17:39 |
ayoung | otherwise we get naming clashes etc | 17:39 |
bknudson | e.g., https://review.openstack.org/#/c/29670/ | 17:39 |
gyee | simo, I think that's a possibility | 17:40 |
simo | gyee: well it is annoying to have to specify a domain when you do not really have domains :) | 17:40 |
gyee | simo, I am trying to dig up notes on why we didn't do that | 17:40 |
simo | it was one of the minor irking things yesterday when I went through the ordeal of making things work :) | 17:40 |
ayoung | simo, I thought it was supposed to be optional. | 17:40 |
simo | ayoung: that's what docs say, except the code does not agree :) | 17:41 |
simo | ie it is optional only if yuo use user ids | 17:41 |
simo | as those are unique | 17:41 |
simo | but if you pass in a user name it wants a domain | 17:41 |
*** ron-slc has joined #openstack-dev | 17:41 | |
simo | same for "scope" | 17:41 |
bknudson | simo: which docs? link? | 17:41 |
gyee | simo, please file a bug on that, we'll get it sort out | 17:41 |
simo | api docs | 17:41 |
simo | but it may be misinterpreting 'optional' and not paying attention they say optional if user is specified by id | 17:42 |
*** otherwiseguy has quit IRC | 17:42 | |
simo | gyee: I didn't file because I am not sure it is a bug | 17:42 |
*** markwash_ has joined #openstack-dev | 17:44 | |
bknudson | if the docs say one thing and the server does something else then there's a problem with the docs or the server | 17:44 |
*** markwash has quit IRC | 17:46 | |
*** markwash_ is now known as markwash | 17:46 | |
gyee | bknudson, yeah, the doc is pretty clear on the domin_id requirement | 17:46 |
*** fbo has quit IRC | 17:47 | |
gyee | but I think simo have a point on setting it to default domain if absent | 17:48 |
ayoung | Why does mysql hate progress? | 17:48 |
gyee | progress, what's that? | 17:48 |
bknudson | ayoung: I thought they got forked? | 17:48 |
ayoung | https://bugs.launchpad.net/keystone/+bug/1186353 | 17:49 |
uvirtbot | Launchpad bug 1186353 in keystone "Drop Credentials constraint migration does not specify schema" [Undecided,New] | 17:49 |
gyee | is progress a fork of posgre? | 17:49 |
morganfainberg | bknudson: mysql fork is maria db, iirc | 17:49 |
*** andrewbogott has quit IRC | 17:50 | |
ayoung | now how the F am I supposed to determine the schema from the migrate_engine? parse it out of the url? | 17:50 |
bknudson | gyee: I have no problem with using server's default domain if none is specified on auth since that would make it easier to use. | 17:50 |
*** jprovazn_afk has quit IRC | 17:50 | |
*** andrewbogott has joined #openstack-dev | 17:50 | |
*** vartom5 has joined #openstack-dev | 17:50 | |
gyee | bknudson, agreed, I was trying to figure why we didn't do it | 17:50 |
morganfainberg | ayoung: obviously | 17:50 |
*** andrewbogott has joined #openstack-dev | 17:50 | |
bknudson | ayoung: do you think this is a sqlalchemy problem? | 17:51 |
ayoung | migrate_engine.url.database | 17:51 |
bknudson | (sqlalchemy should be adding the schema) | 17:51 |
*** grizzle_ has joined #openstack-dev | 17:51 | |
*** andrewbogott has joined #openstack-dev | 17:51 | |
*** andrewbogott has joined #openstack-dev | 17:51 | |
bknudson | oh, this is the custom code you added to work around a known problem. | 17:52 |
ayoung | bknudson, yep | 17:52 |
ayoung | because mysql hates progress | 17:52 |
simo | ayoung: I banned mysql on my own machines ... just to give you an unbiased opinion :-) | 17:52 |
*** grizzle has quit IRC | 17:52 | |
ayoung | Its not that Postgresql doesn't suck, it is that all of the other databases choices suck exponentiall more | 17:53 |
ayoung | Fuckit, I'm going back to foxpro | 17:53 |
*** bnemec has quit IRC | 17:53 | |
simo | so far psql works just fine, can't say the same for mysql | 17:53 |
*** mlavalle has joined #openstack-dev | 17:53 | |
*** chandankumar has quit IRC | 17:54 | |
gyee | I use mongo, what do I care :) | 17:54 |
bknudson | ayoung: I fixed a similar problem for DB2 support | 17:55 |
simo | yeah I tried /dev/null too, blazingly fast, but I had some issues with read so I reverted | 17:55 |
*** aelkikhia has joined #openstack-dev | 17:55 | |
*** drewlander has quit IRC | 17:55 | |
bknudson | ayoung: I looked up the constraint name... it was in the table structure. | 17:55 |
*** prekarat has joined #openstack-dev | 17:55 | |
*** drewlander has joined #openstack-dev | 17:56 | |
bknudson | so sqlalchemy did know the name of the constraint, but it just didn't use that name when dropping the constraint. | 17:56 |
*** freedomhui has quit IRC | 17:57 | |
*** dosaboy has quit IRC | 17:57 | |
*** kagan has joined #openstack-dev | 17:57 | |
*** michchap has joined #openstack-dev | 17:57 | |
bknudson | Here's the interesting bit: [fk.name for fk in table.constraints if column.name in fk.columns] | 17:57 |
*** ron-slc has quit IRC | 17:57 | |
bcwaldon_ | mordred: have you spent any time on https://bugs.launchpad.net/python-keystoneclient/+bug/1186194 yet? | 17:58 |
uvirtbot | Launchpad bug 1186194 in python-keystoneclient "python-keystoneclient 0.2.4 pypi package fails to install" [Undecided,New] | 17:58 |
mordred | bcwaldon_: I have not | 17:59 |
bcwaldon_ | mordred: we need to pull python-keystoneclient 0.2.4 from pypi | 17:59 |
*** zodiak has quit IRC | 17:59 | |
mordred | bcwaldon_: ZipImportError: bad local file header in /Users/jjw/Work/Envs/keystone/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg | 18:00 |
mordred | that's sexy | 18:00 |
bcwaldon_ | yes - whatever changes to setup.cfg that went in from 0.2.3 to 0.2.4 aren't good | 18:00 |
bcwaldon_ | specifically I see setup.cfg and requirements.txt were rewritten (with pbr) | 18:00 |
mordred | it looks like the "osx has a ludicrously old setuptools installed" problem | 18:00 |
*** drewlander has quit IRC | 18:01 | |
bcwaldon_ | this affects ubuntu as well | 18:01 |
mordred | o rly? which ubuntu? | 18:01 |
bcwaldon_ | 12.04, I believe | 18:01 |
bcwaldon_ | using virtualenv | 18:01 |
*** mdomsch has joined #openstack-dev | 18:01 | |
mordred | hrm. interesting. I can actually reproduce that here. wtf | 18:02 |
bcwaldon_ | good - feel my pain! | 18:02 |
mordred | well - what I want to know is - why is it only python-keystoneclient - and why is it a problem in a bare virtualenv | 18:02 |
mordred | bcwaldon_: so - tox installs distribute by hand into its virtualenvs first because of fail in old versions | 18:03 |
bcwaldon_ | if you run with --distribute in your virtualenv call, it wokrs | 18:03 |
mordred | yeah | 18:03 |
mordred | you should do that | 18:03 |
bcwaldon_ | I am, but that's not a step I should need to take :/ | 18:03 |
*** bnemec has joined #openstack-dev | 18:03 | |
*** aelkikhia has quit IRC | 18:03 | |
bcwaldon_ | anybody who may have automated building virtualenvs without --distribute are in a bad place | 18:04 |
bcwaldon_ | hint | 18:04 |
mordred | well, they should fix their automated virtualenvs to buld with --distribute | 18:04 |
mordred | but, you know, I hear you | 18:04 |
mordred | let me see if I can come up with something | 18:04 |
*** alunduil has quit IRC | 18:04 | |
*** drewlander has joined #openstack-dev | 18:04 | |
bcwaldon_ | mordred: thank you, friend | 18:04 |
mordred | this is a bit more pervasive than "pull the current keystone client" though | 18:04 |
mordred | as all of openstack is now migrated to this technology | 18:04 |
bcwaldon_ | sure, but only python-keystoneclient has a version affected in pypi | 18:05 |
mordred | AH - I hear the words you are saying | 18:05 |
bcwaldon_ | and more than just devs are pulling from pypi - this error will completely screw non-python devs | 18:05 |
mordred | hrm | 18:05 |
mordred | I really hate python and setuptools | 18:06 |
*** seanrob has joined #openstack-dev | 18:07 | |
*** aelkikhia has joined #openstack-dev | 18:07 | |
mordred | I honestly do not believe there is going to be a great answer here, other than "upgrade distribute first" | 18:07 |
mordred | but | 18:07 |
mordred | I will get a sandwich, and then I will work on it | 18:07 |
bcwaldon_ | mordred: as long as we're confident that is the best option, I'm okay with that | 18:07 |
bcwaldon_ | sudo enjoy your sandwich | 18:08 |
*** michchap has quit IRC | 18:08 | |
mordred | I do believe that the sandwich is the best option :) | 18:08 |
*** Ryan_Lane has quit IRC | 18:09 | |
*** afazekas has joined #openstack-dev | 18:11 | |
*** grizzle_ has quit IRC | 18:12 | |
*** Ryan_Lane has joined #openstack-dev | 18:12 | |
*** seanrob has quit IRC | 18:12 | |
*** grizzle has joined #openstack-dev | 18:12 | |
*** Guest40510 is now known as nikhil__ | 18:14 | |
*** nikhil__ is now known as nikhil_ | 18:14 | |
*** nikhil_ is now known as nikhil | 18:14 | |
*** comay has joined #openstack-dev | 18:15 | |
ayoung | bknudson, was [fk.name for fk in table.constraints if column.name in fk.columns] just for DB2 or also for Mysql? | 18:17 |
bknudson | ayoung: I didn't try it with mysql | 18:18 |
*** burris has quit IRC | 18:18 | |
bknudson | ayoung: I think I'll have time to try it this afternoon. | 18:18 |
ayoung | bknudson, I'm looking now | 18:19 |
*** burris has joined #openstack-dev | 18:19 | |
*** sandywalsh_ has quit IRC | 18:20 | |
*** mdomsch has quit IRC | 18:24 | |
*** monst has quit IRC | 18:26 | |
*** jruzicka has quit IRC | 18:29 | |
*** prekarat has quit IRC | 18:31 | |
*** grizzle has quit IRC | 18:32 | |
*** grizzle has joined #openstack-dev | 18:33 | |
*** msmedved has joined #openstack-dev | 18:33 | |
*** shri1 has joined #openstack-dev | 18:34 | |
*** michchap has joined #openstack-dev | 18:34 | |
*** markwash is now known as markwash-away | 18:35 | |
*** bdpayne has joined #openstack-dev | 18:36 | |
*** bdpayne has quit IRC | 18:36 | |
*** bdpayne has joined #openstack-dev | 18:37 | |
*** kagan has quit IRC | 18:38 | |
*** boris-42 has joined #openstack-dev | 18:38 | |
*** lloydde has joined #openstack-dev | 18:39 | |
*** mlavalle has left #openstack-dev | 18:41 | |
*** mlavalle has joined #openstack-dev | 18:41 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:41 | |
*** jonesld has joined #openstack-dev | 18:41 | |
*** jruzicka has joined #openstack-dev | 18:44 | |
*** michchap has quit IRC | 18:45 | |
*** aelkikhia has quit IRC | 18:46 | |
*** grizzle has quit IRC | 18:46 | |
*** kagan has joined #openstack-dev | 18:48 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: Rename requires files to standard names. https://review.openstack.org/30889 | 18:49 |
ayoung | bknudson, yeah that works. Thanks | 18:49 |
bknudson | awesome | 18:49 |
bknudson | ayoung: it's weird because sqlalchemy does know the name of the constraint. | 18:50 |
ayoung | bknudson, yeah....annoying to still have to do embedded sql to drop it | 18:50 |
*** aelkikhia has joined #openstack-dev | 18:51 | |
bknudson | ayoung: postgres doesn't have the same problem? | 18:51 |
ayoung | nope | 18:51 |
*** kagan has quit IRC | 18:51 | |
*** salv-orlando has joined #openstack-dev | 18:52 | |
*** nachi_ has joined #openstack-dev | 18:52 | |
*** ron-slc has joined #openstack-dev | 18:52 | |
*** aelkikhia has quit IRC | 18:53 | |
*** aelkikhia has joined #openstack-dev | 18:53 | |
*** nachi has quit IRC | 18:53 | |
*** aelkikhia has quit IRC | 18:54 | |
*** aelkikhia has joined #openstack-dev | 18:54 | |
*** otherwiseguy has joined #openstack-dev | 18:55 | |
*** ron-slc has quit IRC | 18:58 | |
*** monst has joined #openstack-dev | 18:58 | |
*** ron-slc has joined #openstack-dev | 18:59 | |
*** krtaylor has joined #openstack-dev | 18:59 | |
*** aelkikhia has quit IRC | 19:00 | |
ayoung | gyee, can you give final blessing to https://review.openstack.org/#/c/30500/ | 19:01 |
*** markwash-away is now known as markwash | 19:02 | |
*** ecarlin has joined #openstack-dev | 19:02 | |
*** radez_g0n3 is now known as radez | 19:03 | |
*** jpeeler has quit IRC | 19:04 | |
*** drewlander has quit IRC | 19:04 | |
*** monst has quit IRC | 19:05 | |
*** krtaylor has quit IRC | 19:08 | |
*** jcoufal|out has quit IRC | 19:10 | |
*** michchap has joined #openstack-dev | 19:12 | |
*** sushils has quit IRC | 19:15 | |
*** galstrom is now known as galstrom_zzz | 19:15 | |
*** openstackgerrit has quit IRC | 19:15 | |
*** openstackgerrit has joined #openstack-dev | 19:16 | |
*** alunduil has joined #openstack-dev | 19:18 | |
*** dosaboy has joined #openstack-dev | 19:18 | |
*** sushils has joined #openstack-dev | 19:19 | |
zul | jgriffith: ping | 19:19 |
jgriffith | zul: yo | 19:19 |
zul | jgriffith: https://review.openstack.org/#/c/30137/ | 19:19 |
*** sushils has quit IRC | 19:20 | |
zul | jgriffith: ubuntu packages break without this | 19:20 |
jgriffith | zul: kk... gimmie a second | 19:20 |
*** kagan has joined #openstack-dev | 19:20 | |
*** kagan has quit IRC | 19:21 | |
jgriffith | zul: it would sure be nice if it gave some output when running the tests | 19:21 |
jgriffith | zul: although not the fault of this patch | 19:22 |
*** michchap has quit IRC | 19:22 | |
openstackgerrit | A change was merged to openstack/swift: Mock SysLogHandler for proxy/test_server.py https://review.openstack.org/31143 | 19:22 |
zul | jgriffith: hah :) | 19:22 |
jgriffith | zul: At least that fixes it so you can run again | 19:23 |
zul | jgriffith: i would love to walk across water but it aint going to happen | 19:23 |
jgriffith | zul: dang!! | 19:23 |
*** kagan has joined #openstack-dev | 19:24 | |
*** pabelanger has joined #openstack-dev | 19:24 | |
*** mrunge has quit IRC | 19:26 | |
*** grizzle has joined #openstack-dev | 19:27 | |
*** alop_ has joined #openstack-dev | 19:30 | |
zul | jgriffith: thanks | 19:30 |
*** alop has quit IRC | 19:31 | |
*** alop_ is now known as alop | 19:31 | |
jgriffith | zul: I have a follow up for it you can look at in a second | 19:31 |
zul | jgriffith: sure | 19:31 |
*** malini1 has quit IRC | 19:31 | |
*** portante has quit IRC | 19:32 | |
*** krtaylor has joined #openstack-dev | 19:32 | |
*** dhellmann has quit IRC | 19:34 | |
*** aelkikhia has joined #openstack-dev | 19:35 | |
*** eharney has quit IRC | 19:36 | |
*** ecarlin has quit IRC | 19:36 | |
*** mrodden has quit IRC | 19:38 | |
*** kagan has quit IRC | 19:39 | |
*** pixelbeat has joined #openstack-dev | 19:39 | |
*** mrodden has joined #openstack-dev | 19:40 | |
*** BlartVersenwald has quit IRC | 19:40 | |
*** mrodden has quit IRC | 19:40 | |
*** NobodyCam has joined #openstack-dev | 19:41 | |
*** eglynn has quit IRC | 19:41 | |
*** mlavalle has quit IRC | 19:44 | |
*** mmagr has quit IRC | 19:45 | |
jgriffith | zul: https://review.openstack.org/#/c/31276/ | 19:45 |
jgriffith | zul: ^^ Now you're going to need to walk on water :) | 19:46 |
*** melwitt has joined #openstack-dev | 19:46 | |
*** michchap has joined #openstack-dev | 19:49 | |
*** nati_ueno has joined #openstack-dev | 19:49 | |
*** annegentle has quit IRC | 19:50 | |
*** dprince has quit IRC | 19:51 | |
*** ecarlin has joined #openstack-dev | 19:52 | |
openstackgerrit | A change was merged to openstack/quantum: Sphinx-ify QuantumPluginBaseV2 docstrings https://review.openstack.org/30571 | 19:53 |
*** boris-42 has quit IRC | 19:55 | |
*** cp16net is now known as cp16net|away | 19:55 | |
*** cp16net|away is now known as cp16net | 19:55 | |
*** jpeeler has joined #openstack-dev | 19:55 | |
*** jpeeler has quit IRC | 19:55 | |
*** jpeeler has joined #openstack-dev | 19:55 | |
*** macjack has quit IRC | 19:56 | |
*** monst has joined #openstack-dev | 19:57 | |
zul | jgriffith: looks good to me | 19:59 |
*** michchap has quit IRC | 19:59 | |
*** mdomsch has joined #openstack-dev | 19:59 | |
*** mdomsch has quit IRC | 19:59 | |
*** alop has quit IRC | 20:01 | |
*** monst has quit IRC | 20:01 | |
*** alop has joined #openstack-dev | 20:02 | |
*** Slidey_ is now known as Slidey | 20:02 | |
*** eglynn has joined #openstack-dev | 20:02 | |
*** mdomsch has joined #openstack-dev | 20:03 | |
*** yograterol has quit IRC | 20:03 | |
*** alop_ has joined #openstack-dev | 20:05 | |
*** alop has quit IRC | 20:06 | |
*** alop_ is now known as alop | 20:06 | |
*** eharney has joined #openstack-dev | 20:07 | |
*** eharney has quit IRC | 20:07 | |
*** eharney has joined #openstack-dev | 20:07 | |
*** alunduil has quit IRC | 20:08 | |
*** stevemar has quit IRC | 20:12 | |
*** annegentle_ has joined #openstack-dev | 20:12 | |
*** ewindisch has quit IRC | 20:16 | |
*** pixelbeat has quit IRC | 20:16 | |
*** ewindisch has joined #openstack-dev | 20:19 | |
*** monst has joined #openstack-dev | 20:19 | |
*** electrichead has quit IRC | 20:21 | |
*** ewindisch has quit IRC | 20:22 | |
*** yidclare has quit IRC | 20:23 | |
*** dguitarbite has joined #openstack-dev | 20:23 | |
*** ecarlin has quit IRC | 20:23 | |
*** amerine has quit IRC | 20:25 | |
*** michchap has joined #openstack-dev | 20:26 | |
openstackgerrit | A change was merged to openstack/tempest: Implement minimum basic scenario https://review.openstack.org/26403 | 20:27 |
*** tmclaugh[work] has quit IRC | 20:28 | |
*** fbo has joined #openstack-dev | 20:28 | |
*** bnemec_ has joined #openstack-dev | 20:29 | |
openstackgerrit | A change was merged to openstack/swift: Rename requires files to standard names. https://review.openstack.org/30887 | 20:29 |
*** bnemec has quit IRC | 20:31 | |
*** enikanorov-w_ has joined #openstack-dev | 20:33 | |
*** timello_ has joined #openstack-dev | 20:34 | |
*** enikanorov-w has quit IRC | 20:35 | |
*** timello has quit IRC | 20:35 | |
*** LinuxJedi has quit IRC | 20:35 | |
*** jruzicka has quit IRC | 20:35 | |
*** ewindisch has joined #openstack-dev | 20:35 | |
*** LinuxJedi has joined #openstack-dev | 20:36 | |
*** michchap has quit IRC | 20:37 | |
*** ewindisch has quit IRC | 20:38 | |
*** salv-orlando has quit IRC | 20:39 | |
*** radez is now known as radez_g0n3 | 20:40 | |
*** amerine has joined #openstack-dev | 20:40 | |
*** odyssey4me has quit IRC | 20:41 | |
*** alop has quit IRC | 20:41 | |
*** amerine has joined #openstack-dev | 20:42 | |
*** alop has joined #openstack-dev | 20:43 | |
antarrrrrya | I just installed devstack on a vm with heat enabled according to: http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configure-devstack-to-enable-heat | 20:43 |
antarrrrrya | I am getting is_service_enabled: command not found when I source openrc which is coming from lib/tls | 20:44 |
antarrrrrya | does anyone know why this is and how I can fix it? | 20:44 |
*** krtaylor has quit IRC | 20:45 | |
*** SergeyLukjanov has quit IRC | 20:47 | |
*** aelkikhia has quit IRC | 20:51 | |
*** yidclare has joined #openstack-dev | 20:51 | |
*** ewindisch has joined #openstack-dev | 20:52 | |
*** ecarlin has joined #openstack-dev | 20:52 | |
*** pmathews1 has joined #openstack-dev | 20:53 | |
*** pmathews has quit IRC | 20:54 | |
*** pcm_ has quit IRC | 20:54 | |
*** ewindisch has quit IRC | 20:55 | |
*** pmathews1 has quit IRC | 20:55 | |
*** pmathews has joined #openstack-dev | 20:55 | |
ayoung | bknudson, is there something more pythonic than names = [fk.name for fk in cred_table.constraints if 'user_id' in fk.columns or'project_id' in fk.columns] | 20:58 |
*** kbringard has quit IRC | 20:58 | |
ayoung | some sort of subset operation I missed: | 20:58 |
bknudson | ayoung: I don't know what could be more pythonic than a list comprehension | 20:59 |
*** alop has quit IRC | 20:59 | |
ayoung | bknudson, something like http://docs.python.org/2/library/stdtypes.html#set issubset(other) | 21:00 |
bknudson | there must be something with a lambda function... | 21:01 |
*** litong has quit IRC | 21:02 | |
*** fbo has quit IRC | 21:03 | |
bknudson | ayoung: you can just use a regular loop | 21:03 |
*** alop has joined #openstack-dev | 21:03 | |
*** michchap has joined #openstack-dev | 21:04 | |
ayoung | bknudson, names = [fk.name for fk in cred_table.constraints if {'user_id', 'project_id'}.issubset(fk.columns)] | 21:04 |
*** Thor has quit IRC | 21:04 | |
*** jd__ has quit IRC | 21:06 | |
rharwood | map(lambda(fk): return fk.name, filter(lambda(fk): {'user_id', 'project_id'}.issubset(fk.columns), cred_table.constraints)) # not pythonic at all | 21:06 |
rharwood | I think it might be missing a return also | 21:07 |
*** Thor has joined #openstack-dev | 21:07 | |
gyee | ayoung, sorry I was afk, pulled the trigger on https://review.openstack.org/#/c/30500/ | 21:07 |
*** fc__ has quit IRC | 21:07 | |
ayoung | gyee, thanks I think that was a good call | 21:07 |
*** ewindisch has joined #openstack-dev | 21:08 | |
*** eglynn has quit IRC | 21:08 | |
*** jd__ has joined #openstack-dev | 21:08 | |
*** vishy has left #openstack-dev | 21:08 | |
*** pabelanger has quit IRC | 21:10 | |
*** flaper87 has joined #openstack-dev | 21:11 | |
*** flaperinni has quit IRC | 21:11 | |
*** nati_ueno has quit IRC | 21:11 | |
*** fc__ has joined #openstack-dev | 21:12 | |
*** nati_ueno has joined #openstack-dev | 21:13 | |
*** michchap has quit IRC | 21:14 | |
*** ewindisch has quit IRC | 21:14 | |
*** kagan has joined #openstack-dev | 21:14 | |
*** dspano has quit IRC | 21:14 | |
*** mlavalle has joined #openstack-dev | 21:15 | |
*** cp16net is now known as cp16net|away | 21:16 | |
*** _ffio_ has joined #openstack-dev | 21:16 | |
*** ffio_ has quit IRC | 21:16 | |
bknudson | ayoung: maybe an intersection would work... | 21:17 |
bknudson | names = [fk.name for fk in cred_table.constraints if set(('user_id', 'project_id')) & set(fk.columns)] | 21:17 |
bknudson | The intersection would be empty if there's nothing in common. | 21:17 |
*** ewindisch has joined #openstack-dev | 21:18 | |
ayoung | bknudson, why set(( )) and not {} ? | 21:19 |
bknudson | {} is a dict | 21:19 |
ayoung | bknudson, and a set | 21:19 |
*** ewindisch has quit IRC | 21:20 | |
ayoung | bknudson, it is a set if there is no : in it | 21:20 |
*** markmcclain has quit IRC | 21:20 | |
bknudson | {'user_id', 'project_id'} , I get invalid syntax | 21:20 |
ayoung | http://docs.python.org/3/tutorial/datastructures.html#sets | 21:21 |
ayoung | really? Mine works | 21:21 |
bknudson | ayoung: it depends on the python | 21:21 |
*** jayg is now known as jayg|g0n3 | 21:22 | |
ayoung | yuck | 21:22 |
ayoung | which are you running? | 21:22 |
bknudson | ayoung: on my RHEL python 2.6.6 it fails , but ubuntu 2.7.3 works | 21:22 |
openstackgerrit | A change was merged to openstack/cinder: Migrate to Oslo DB code https://review.openstack.org/30281 | 21:22 |
ayoung | bknudson, ah, yeah, I only tried 2.7 | 21:22 |
ayoung | OK, I will do trhe explicit set | 21:22 |
bknudson | looking forward to python 3. | 21:23 |
*** koolhead17 has quit IRC | 21:23 | |
*** ewindisch has joined #openstack-dev | 21:23 | |
*** ewindisch has quit IRC | 21:23 | |
ayoung | bknudson, I'm looking forward to Java 8 myself, but it looks like the just slipped it 6 months | 21:23 |
* ayoung ducks | 21:23 | |
*** pabelanger has joined #openstack-dev | 21:24 | |
*** fc__ has quit IRC | 21:25 | |
*** souvik1 has quit IRC | 21:25 | |
*** sdake_ has quit IRC | 21:26 | |
*** sdake has quit IRC | 21:26 | |
ayoung | rharwood, just saw your suggestion....I think I like the intersection approach better | 21:28 |
*** vartom5 has quit IRC | 21:28 | |
rharwood | I think I do too | 21:28 |
*** mkollaro has quit IRC | 21:29 | |
*** kagan has quit IRC | 21:29 | |
*** cp16net|away is now known as cp16net | 21:29 | |
*** fc__ has joined #openstack-dev | 21:30 | |
*** lastidiot has quit IRC | 21:33 | |
*** FunnyLookinHat has quit IRC | 21:34 | |
*** krtaylor has joined #openstack-dev | 21:35 | |
*** galstrom_zzz is now known as galstrom | 21:38 | |
*** sushils has joined #openstack-dev | 21:38 | |
*** michchap has joined #openstack-dev | 21:41 | |
*** spzala has quit IRC | 21:42 | |
*** lbragstad has quit IRC | 21:43 | |
*** dguitarbite has quit IRC | 21:44 | |
*** yograterol has joined #openstack-dev | 21:45 | |
*** mkollaro has joined #openstack-dev | 21:48 | |
*** michchap has quit IRC | 21:51 | |
*** kagan has joined #openstack-dev | 21:54 | |
*** andrewbogott is now known as andrewbogott_afk | 21:55 | |
*** mugsie_ has joined #openstack-dev | 21:56 | |
*** hoodow_ has joined #openstack-dev | 21:56 | |
*** hoodow_ has joined #openstack-dev | 21:56 | |
*** GheRiver1 has joined #openstack-dev | 21:57 | |
*** rharwood has quit IRC | 21:59 | |
*** jcooley_ has joined #openstack-dev | 22:00 | |
*** vipuls has joined #openstack-dev | 22:00 | |
*** flaper87 has quit IRC | 22:01 | |
*** aeperezt has quit IRC | 22:01 | |
*** prad_ has quit IRC | 22:01 | |
*** bknudson has quit IRC | 22:01 | |
*** afazekas has quit IRC | 22:02 | |
*** bdpayne has quit IRC | 22:03 | |
*** andrew_plunk has quit IRC | 22:03 | |
*** Tross has quit IRC | 22:03 | |
*** terryh has quit IRC | 22:03 | |
*** jimfehlig has quit IRC | 22:03 | |
*** mattymo has quit IRC | 22:03 | |
*** hoodow has quit IRC | 22:03 | |
*** adalbas has quit IRC | 22:03 | |
*** cmagina has quit IRC | 22:03 | |
*** jcooley has quit IRC | 22:03 | |
*** gordc has quit IRC | 22:03 | |
*** vipul has quit IRC | 22:03 | |
*** susanne-balle has quit IRC | 22:03 | |
*** GheRivero has quit IRC | 22:03 | |
*** n0ano has quit IRC | 22:03 | |
*** mugsie has quit IRC | 22:03 | |
*** shardy_afk has quit IRC | 22:03 | |
*** rch has quit IRC | 22:03 | |
*** jesusaurus has quit IRC | 22:03 | |
*** mordred has quit IRC | 22:03 | |
*** jcooley_ is now known as jcooley | 22:03 | |
*** salv-orlando has joined #openstack-dev | 22:03 | |
*** jvrbanac has quit IRC | 22:07 | |
*** athomas has quit IRC | 22:07 | |
*** sride has quit IRC | 22:08 | |
*** malini has joined #openstack-dev | 22:09 | |
*** giulivo has quit IRC | 22:09 | |
*** vishy has joined #openstack-dev | 22:12 | |
*** sdake has joined #openstack-dev | 22:13 | |
*** sdake has quit IRC | 22:13 | |
*** sdake has joined #openstack-dev | 22:13 | |
*** alunch has quit IRC | 22:14 | |
*** Ryan_Lane has quit IRC | 22:14 | |
*** monst has quit IRC | 22:15 | |
openstackgerrit | A change was merged to openstack/cinder: Imported Translations from Transifex https://review.openstack.org/31251 | 22:16 |
openstackgerrit | A change was merged to openstack/python-cinderclient: Set the correct location for the tests. https://review.openstack.org/30137 | 22:16 |
openstackgerrit | A change was merged to openstack/keystone: Fix incorrect role assignment in migration. https://review.openstack.org/31162 | 22:16 |
openstackgerrit | A change was merged to openstack/tempest: Add ssh check to quantum smoke test. https://review.openstack.org/29882 | 22:16 |
openstackgerrit | A change was merged to openstack/keystone: Live SQL migration tests https://review.openstack.org/30500 | 22:16 |
*** ecarlin has quit IRC | 22:17 | |
*** kagan has quit IRC | 22:17 | |
*** mattymo has joined #openstack-dev | 22:18 | |
openstackgerrit | A change was merged to openstack/glance: Add qpid-python to test-requires https://review.openstack.org/27601 | 22:18 |
*** andrew_plunk has joined #openstack-dev | 22:18 | |
*** michchap has joined #openstack-dev | 22:18 | |
*** Tross has joined #openstack-dev | 22:18 | |
*** shardy_afk has joined #openstack-dev | 22:20 | |
*** susanne-balle has joined #openstack-dev | 22:20 | |
*** bdpayne has joined #openstack-dev | 22:20 | |
*** terryh has joined #openstack-dev | 22:20 | |
*** adalbas has joined #openstack-dev | 22:20 | |
*** gordc has joined #openstack-dev | 22:20 | |
*** rch has joined #openstack-dev | 22:20 | |
*** jesusaurus has joined #openstack-dev | 22:20 | |
*** mordred has joined #openstack-dev | 22:20 | |
*** alunch has joined #openstack-dev | 22:20 | |
*** FunnyLookinHat has joined #openstack-dev | 22:20 | |
*** lcheng has quit IRC | 22:20 | |
*** tzumainn has quit IRC | 22:23 | |
*** andrew_plunk has quit IRC | 22:24 | |
*** jjmb has joined #openstack-dev | 22:25 | |
*** msmedved has quit IRC | 22:25 | |
*** cmagina has joined #openstack-dev | 22:25 | |
ekarlso | lifeless: ping ping | 22:27 |
*** ecarlin has joined #openstack-dev | 22:27 | |
*** vipuls is now known as vipul | 22:28 | |
*** kagan has joined #openstack-dev | 22:29 | |
*** michchap has quit IRC | 22:29 | |
*** galstrom is now known as galstrom_zzz | 22:29 | |
*** nunosantos has quit IRC | 22:31 | |
*** jimfehlig has joined #openstack-dev | 22:31 | |
*** spzala has joined #openstack-dev | 22:32 | |
*** lbragstad has joined #openstack-dev | 22:34 | |
*** antarrrrrya is now known as anteaya | 22:38 | |
*** Ryan_Lane has joined #openstack-dev | 22:40 | |
*** mlavalle has left #openstack-dev | 22:43 | |
*** ecarlin has quit IRC | 22:43 | |
*** shri1 has quit IRC | 22:44 | |
*** alop has quit IRC | 22:45 | |
*** sdake_ has joined #openstack-dev | 22:46 | |
*** sdake_ has joined #openstack-dev | 22:46 | |
*** andrewbogott_afk is now known as andrewbogott | 22:48 | |
*** martine_ has quit IRC | 22:50 | |
*** Ryan_Lane has quit IRC | 22:52 | |
*** michchap has joined #openstack-dev | 22:56 | |
*** souvik has joined #openstack-dev | 22:58 | |
*** ecarlin has joined #openstack-dev | 23:02 | |
*** sride has joined #openstack-dev | 23:03 | |
*** FunnyLookinHat has quit IRC | 23:03 | |
*** soleblaze has quit IRC | 23:03 | |
*** soleblaze has joined #openstack-dev | 23:05 | |
*** michchap has quit IRC | 23:06 | |
*** datsun180b has quit IRC | 23:09 | |
*** sdake_ has quit IRC | 23:10 | |
*** sdake_ has joined #openstack-dev | 23:10 | |
*** sdake_ has joined #openstack-dev | 23:10 | |
*** pmathews has quit IRC | 23:14 | |
*** sudorandom has quit IRC | 23:15 | |
*** alunduil has joined #openstack-dev | 23:16 | |
*** pabelanger has quit IRC | 23:17 | |
*** pabelanger has joined #openstack-dev | 23:19 | |
*** ecarlin has quit IRC | 23:19 | |
*** souvik has quit IRC | 23:21 | |
*** vipul is now known as vipul|away | 23:21 | |
*** vipul|away is now known as vipul | 23:24 | |
*** nati_ueno has quit IRC | 23:25 | |
*** Shrews has quit IRC | 23:25 | |
*** nati_ueno has joined #openstack-dev | 23:26 | |
*** gongysh has joined #openstack-dev | 23:29 | |
*** dims has quit IRC | 23:30 | |
*** andrewbogott is now known as andrewbogott_afk | 23:33 | |
*** michchap has joined #openstack-dev | 23:33 | |
*** timello_ has quit IRC | 23:34 | |
*** otherwiseguy has quit IRC | 23:35 | |
*** mkollaro has quit IRC | 23:35 | |
*** gyee has quit IRC | 23:36 | |
*** alunch has quit IRC | 23:36 | |
*** alunch has joined #openstack-dev | 23:37 | |
*** grizzle has quit IRC | 23:38 | |
*** lloydde has quit IRC | 23:38 | |
*** grizzle has joined #openstack-dev | 23:38 | |
*** hemna is now known as hemnafk | 23:39 | |
*** timello_ has joined #openstack-dev | 23:39 | |
*** Hien has quit IRC | 23:41 | |
*** Hien has joined #openstack-dev | 23:42 | |
*** bdpayne has quit IRC | 23:42 | |
*** devoid has quit IRC | 23:43 | |
*** michchap has quit IRC | 23:43 | |
*** dims has joined #openstack-dev | 23:46 | |
*** mikal has quit IRC | 23:52 | |
*** mikal has joined #openstack-dev | 23:53 | |
*** anniec has joined #openstack-dev | 23:57 | |
*** seagulls has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!