*** seanrob_ has quit IRC | 00:00 | |
clarkb | same thing with 2.13.0 which we are actually using to spin up nodes. Do you have a specific example of a failure? | 00:00 |
---|---|---|
clarkb | halfie: https://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-launch.py launches nodes using novaclient. The client is configured in utils.py | 00:02 |
*** mrodden has quit IRC | 00:02 | |
*** pixelbeat has joined #openstack-dev | 00:02 | |
halfie | from novaclient import OpenStack << clarkb this doesn't work in 2.10 | 00:03 |
halfie | talking about http://docs.openstack.org/developer/python-novaclient/api.html | 00:04 |
*** matiu has joined #openstack-dev | 00:05 | |
halfie | I am reading code (which is very good) to understand how stuff is working now., | 00:06 |
*** alunduil has joined #openstack-dev | 00:07 | |
*** rods1 has quit IRC | 00:07 | |
*** mohits has joined #openstack-dev | 00:09 | |
*** mohits has quit IRC | 00:09 | |
*** mohits has joined #openstack-dev | 00:09 | |
openstackgerrit | A change was merged to openstack/swift: Put some comments in places we get asked about a lot https://review.openstack.org/30325 | 00:12 |
openstackgerrit | A change was merged to openstack/quantum: Fix typo in option group shortcut 'aGENT' in NEC plugin https://review.openstack.org/30348 | 00:12 |
mordred | jgriffith: ok. I updated the testr patch | 00:13 |
*** gongysh has joined #openstack-dev | 00:14 | |
jgriffith | mordred: right on!! | 00:14 |
*** alop has quit IRC | 00:14 | |
*** rharwood has quit IRC | 00:14 | |
*** gyee has quit IRC | 00:15 | |
*** pixelbeat has quit IRC | 00:15 | |
jgriffith | mordred: way cool... I'll load things up again after the first two land | 00:15 |
jgriffith | mordred: thanks a ton for the help | 00:15 |
jgriffith | mordred: it looks like this fixes individual tests | 00:16 |
mordred | jgriffith: definitely fixes individual tests - there are probable a few test issues that might fail - but they're probably real issues | 00:16 |
jgriffith | mordred: of course I've done so many cherry picks now I'm not quite sure what's in my branch :) | 00:16 |
mordred | hehehe | 00:16 |
jgriffith | mordred: I'll pick them up tonight once things land | 00:16 |
jgriffith | mordred: thanks again, we were on the right track but it would've taken us MUCH longer to get there | 00:17 |
mordred | you were doing a GREAT job | 00:17 |
jgriffith | mordred: alright, I've got chores to do, catch ya later | 00:18 |
mordred | jgriffith: once it lands, you can do "testr run individual_test_name" out of venv | 00:18 |
mordred | jgriffith: individual_test_name is a regex even | 00:18 |
jgriffith | mordred: yeah, I ran it already :) | 00:18 |
jgriffith | mordred: that's been my benchmark :) | 00:18 |
mordred | jgriffith: AND - you can do "testr run --failing" to run only the thigns that failed in the last run | 00:18 |
mordred | woot | 00:18 |
jgriffith | mordred: nice!! | 00:18 |
jgriffith | that will be way cool! | 00:18 |
mordred | I get 12 failures now btw | 00:19 |
jgriffith | I'm going to update the wiki with these nuggets when I figure them all out :) | 00:19 |
mordred | so there's still work for someone to do | 00:19 |
*** pixelbeat has joined #openstack-dev | 00:19 | |
jgriffith | mordred: we'll take it | 00:19 |
jgriffith | mordred: this is a huge help | 00:19 |
*** timjr has quit IRC | 00:20 | |
*** redbeard2 has joined #openstack-dev | 00:20 | |
*** mdenny has quit IRC | 00:24 | |
*** jjmb has joined #openstack-dev | 00:27 | |
ayoung | morganfainberg, there is an argument to splitting up the token backend and the revocation list. But even if we did that, and we kept the TRL in the sql backend, we would use memcached as a cache. I just don;t know if it would make sense to have tokens in memcache and TRL in sql. | 00:31 |
*** nunosantos has quit IRC | 00:34 | |
morganfainberg | ayoung: hrm. | 00:35 |
*** jvrbanac has quit IRC | 00:35 | |
*** alexxu has quit IRC | 00:35 | |
morganfainberg | ayoung: I think there might be a case if the SQL was replicated so you ended up serving up the complete revocation list regardless of which keystone you hit (v.s say a remote one) | 00:36 |
morganfainberg | but that might be an odd edge-case | 00:36 |
halfie | the API is terrible, it took me 10 minutes to do stuff on EC2. on openstack, it has been hours and still no luck. nothing is properly documented. examples are broken. and some API are terribly written. | 00:36 |
*** Tross has joined #openstack-dev | 00:37 | |
halfie | in no time, I had autoscaling stuff working on EC2. heh, on openstack it might never happen | 00:37 |
*** pixelbeat has quit IRC | 00:38 | |
*** colinmcnamara has quit IRC | 00:39 | |
*** pixelbeat has joined #openstack-dev | 00:40 | |
morganfainberg | ayoung: i think I could see a case for the TRL to exist in SQL and be cached by memcache (independant of the token backend) | 00:43 |
morganfainberg | because if you dump your memcache server(s) you probably want to maintain the TRL since we don't always use keystone to verify a token is valid, hence the need for the TRL | 00:44 |
*** CaptTofu has quit IRC | 00:44 | |
*** anniec has joined #openstack-dev | 00:44 | |
*** spzala has quit IRC | 00:44 | |
*** CaptTofu has joined #openstack-dev | 00:44 | |
*** Mandell has quit IRC | 00:45 | |
*** CaptTofu has quit IRC | 00:45 | |
*** anniec_ has joined #openstack-dev | 00:47 | |
*** giulivo has quit IRC | 00:48 | |
*** anniec has quit IRC | 00:49 | |
*** anniec_ is now known as anniec | 00:49 | |
*** pixelbeat has quit IRC | 00:50 | |
*** mjfork has quit IRC | 00:52 | |
ayoung | morganfainberg, yres, but then does it make sense to maintain token list in sql as well? | 00:53 |
*** shri has quit IRC | 00:54 | |
*** pixelbeat has joined #openstack-dev | 00:54 | |
ayoung | morganfainberg, you'll get inconsistant results if you do a cms verification (successful) versus an on line (failed) | 00:55 |
morganfainberg | ayoung: typically, but in the case you have maintenance on say the memcache servers and you lose part of the cluster…or a crash occurs, you don't care if someone has to re-auth. For long-lived tokens (I know bad bad don't do it, but people do it still), you'd care that the token being revoked is maintained? | 00:55 |
ayoung | I'm thinking that maybe we need to drop memcache token backing across the board nd just tell people to be aggressive about purging the table. | 00:55 |
*** winston-d has joined #openstack-dev | 00:56 | |
morganfainberg | i can't really argue against that logic | 00:56 |
morganfainberg | it wont stop people from writing their own memcache driver [or use the old one]. | 00:57 |
morganfainberg | it would be better if we could provide a smart-enough memcache driver. | 00:58 |
morganfainberg | to mitigate it. | 00:58 |
morganfainberg | the SQL backing vs. memcache backing that is. | 00:58 |
*** pixelbeat has quit IRC | 00:59 | |
morganfainberg | ayoung: the more i think about it, the more i agree, memcache as a token-driver (forget caching the TRL) seems to cause more problems than is solves. | 01:00 |
morganfainberg | caching TRL is separate. | 01:00 |
*** pixelbeat has joined #openstack-dev | 01:00 | |
*** yjiang5 has quit IRC | 01:01 | |
*** Tross has quit IRC | 01:03 | |
openstackgerrit | A change was merged to openstack/swift: Fixed probetests https://review.openstack.org/30358 | 01:05 |
openstackgerrit | A change was merged to openstack/keystone: use the 'not in' operator (flake8 H902) https://review.openstack.org/30320 | 01:05 |
openstackgerrit | A change was merged to openstack/keystone: consistent i18n placeholders (flake8 H701, H702, H703) https://review.openstack.org/30321 | 01:05 |
openstackgerrit | A change was merged to openstack/keystone: eliminate 'except:' (flake8 H201) https://review.openstack.org/30338 | 01:06 |
openstackgerrit | A change was merged to openstack/keystone: one import per line (flake8 H301) https://review.openstack.org/30339 | 01:06 |
*** Tross has joined #openstack-dev | 01:06 | |
openstackgerrit | A change was merged to openstack/keystone: Remove unnecessary commented out code https://review.openstack.org/30349 | 01:07 |
openstackgerrit | A change was merged to openstack/quantum: avoid auto scheduling one dhcp agent twice. https://review.openstack.org/30211 | 01:07 |
*** freedomhui has joined #openstack-dev | 01:07 | |
*** tzumainn has joined #openstack-dev | 01:07 | |
*** pixelbeat_ has joined #openstack-dev | 01:08 | |
*** pixelbeat has quit IRC | 01:08 | |
*** freedomhui has quit IRC | 01:10 | |
*** freedomhui has joined #openstack-dev | 01:18 | |
*** Tross has quit IRC | 01:19 | |
*** yaguang has joined #openstack-dev | 01:25 | |
*** spzala has joined #openstack-dev | 01:30 | |
*** terry7 has quit IRC | 01:37 | |
*** stevebaker has left #openstack-dev | 01:38 | |
*** alexxu has joined #openstack-dev | 01:38 | |
*** erkules_ has joined #openstack-dev | 01:39 | |
*** erkules has quit IRC | 01:42 | |
*** michchap has quit IRC | 01:43 | |
*** michchap_ has joined #openstack-dev | 01:43 | |
*** jasdeepH has quit IRC | 01:43 | |
*** monst has joined #openstack-dev | 01:45 | |
*** monst has quit IRC | 01:47 | |
*** stacknoob has quit IRC | 01:56 | |
*** stacknoob has joined #openstack-dev | 01:57 | |
*** stevebaker has joined #openstack-dev | 01:57 | |
*** vkmc has quit IRC | 01:58 | |
*** pixelbeat_ has quit IRC | 02:00 | |
*** vkmc has joined #openstack-dev | 02:00 | |
*** vkmc has quit IRC | 02:00 | |
*** vkmc has joined #openstack-dev | 02:00 | |
*** anniec has quit IRC | 02:01 | |
*** vkmc has quit IRC | 02:05 | |
*** bing_bu has joined #openstack-dev | 02:05 | |
openstackgerrit | A change was merged to openstack/keystone: import only modules (flake8 H302) https://review.openstack.org/30340 | 02:10 |
*** megha has joined #openstack-dev | 02:11 | |
*** tzumainn has quit IRC | 02:15 | |
*** vkmc has joined #openstack-dev | 02:17 | |
*** ladquin is now known as ladquin_away | 02:19 | |
*** radsy_ has joined #openstack-dev | 02:22 | |
*** XtraGas has quit IRC | 02:23 | |
*** radsy has quit IRC | 02:24 | |
*** sushils has quit IRC | 02:27 | |
*** litong has quit IRC | 02:28 | |
*** tserong has joined #openstack-dev | 02:33 | |
*** vkmc has quit IRC | 02:36 | |
*** melwitt has quit IRC | 02:37 | |
*** kagan has quit IRC | 02:40 | |
*** stevemar has joined #openstack-dev | 02:42 | |
*** yograterol has joined #openstack-dev | 02:42 | |
*** READ10 has quit IRC | 02:43 | |
*** Tross has joined #openstack-dev | 02:43 | |
*** jamielennox is now known as jamielennox|away | 02:45 | |
*** jamielennox|away is now known as jamielennox | 02:45 | |
*** stevemar has quit IRC | 02:46 | |
*** morazi has joined #openstack-dev | 02:51 | |
*** jbresnah has quit IRC | 02:51 | |
*** jbresnah has joined #openstack-dev | 02:51 | |
openstackgerrit | A change was merged to openstack/cinder: Migrate base test class to testtools. https://review.openstack.org/30365 | 02:54 |
*** megha has quit IRC | 02:55 | |
*** spzala has quit IRC | 02:56 | |
*** obondarev_ has quit IRC | 03:08 | |
*** stacknoob has quit IRC | 03:09 | |
*** obondarev has joined #openstack-dev | 03:10 | |
*** enikanorov_ has quit IRC | 03:12 | |
*** Sm3lly has joined #openstack-dev | 03:13 | |
*** esp has joined #openstack-dev | 03:18 | |
*** esp has left #openstack-dev | 03:18 | |
*** CaptTofu has joined #openstack-dev | 03:25 | |
*** krphop has quit IRC | 03:27 | |
*** lbragstad has joined #openstack-dev | 03:28 | |
*** amotoki has joined #openstack-dev | 03:28 | |
*** mohits has quit IRC | 03:28 | |
*** krphop has joined #openstack-dev | 03:29 | |
*** redbeard2 has quit IRC | 03:31 | |
*** Tross has quit IRC | 03:33 | |
*** lloydde has quit IRC | 03:36 | |
*** openstackgerrit has quit IRC | 03:36 | |
*** openstackgerrit has joined #openstack-dev | 03:37 | |
*** yjiang5 has joined #openstack-dev | 03:37 | |
*** stacknoob has joined #openstack-dev | 03:38 | |
*** xbsd has joined #openstack-dev | 03:38 | |
*** soleblaze has quit IRC | 03:43 | |
*** soleblaze has joined #openstack-dev | 03:43 | |
*** soleblaze has joined #openstack-dev | 03:43 | |
*** xbsd has quit IRC | 03:43 | |
*** Sm3lly has quit IRC | 04:02 | |
*** boris-42 has joined #openstack-dev | 04:02 | |
*** kaushikc has joined #openstack-dev | 04:04 | |
*** lloydde has joined #openstack-dev | 04:07 | |
*** aditirav has joined #openstack-dev | 04:11 | |
*** stacknoob has quit IRC | 04:16 | |
*** stacknoob has joined #openstack-dev | 04:17 | |
*** avishay has joined #openstack-dev | 04:17 | |
*** anniec has joined #openstack-dev | 04:17 | |
*** Tross has joined #openstack-dev | 04:19 | |
*** koolhead17 has quit IRC | 04:19 | |
*** enikanorov has joined #openstack-dev | 04:20 | |
*** lloydde has quit IRC | 04:23 | |
*** kaushikc1 has joined #openstack-dev | 04:27 | |
*** kaushikc has quit IRC | 04:27 | |
*** zaitcev has quit IRC | 04:34 | |
*** CaptTofu has quit IRC | 04:36 | |
*** Mandell has joined #openstack-dev | 04:40 | |
*** navid has joined #openstack-dev | 04:45 | |
*** aditirav has quit IRC | 04:49 | |
*** aditirav has joined #openstack-dev | 04:50 | |
*** CaptTofu has joined #openstack-dev | 04:50 | |
*** SergeyLukjanov has joined #openstack-dev | 04:56 | |
*** Mandell has quit IRC | 05:06 | |
*** terryh has quit IRC | 05:07 | |
*** Mandell has joined #openstack-dev | 05:09 | |
*** prekarat has joined #openstack-dev | 05:11 | |
*** prekarat has quit IRC | 05:13 | |
*** prekarat has joined #openstack-dev | 05:13 | |
*** vartom has joined #openstack-dev | 05:13 | |
*** reed has quit IRC | 05:14 | |
*** aeperezt has quit IRC | 05:17 | |
*** psedlak has joined #openstack-dev | 05:21 | |
*** vartom has quit IRC | 05:22 | |
openstackgerrit | A change was merged to openstack/nova: hyperv: Move tests under nova/tests/virt/hyperv https://review.openstack.org/29952 | 05:29 |
openstackgerrit | A change was merged to openstack/nova: Reset task_state when resetting vm_state to ACTIVE https://review.openstack.org/30135 | 05:29 |
openstackgerrit | A change was merged to openstack/nova: Disallow resize if image not available https://review.openstack.org/29793 | 05:29 |
*** mfer has joined #openstack-dev | 05:35 | |
*** SergeyLukjanov has quit IRC | 05:38 | |
*** bashok has joined #openstack-dev | 05:38 | |
*** prekarat has quit IRC | 05:39 | |
*** mfer has quit IRC | 05:40 | |
*** jtomasek has joined #openstack-dev | 05:40 | |
*** jtomasek has quit IRC | 05:40 | |
*** jtomasek has joined #openstack-dev | 05:41 | |
*** SergeyLukjanov has joined #openstack-dev | 05:41 | |
*** bashok_ has joined #openstack-dev | 05:43 | |
*** kaushikc1 has quit IRC | 05:44 | |
*** jprovazn has joined #openstack-dev | 05:44 | |
*** bashok has quit IRC | 05:47 | |
*** stacknoob has quit IRC | 05:47 | |
*** SergeyLukjanov has quit IRC | 05:54 | |
*** fifieldt has quit IRC | 06:01 | |
*** mihgen has joined #openstack-dev | 06:08 | |
*** yograterol has quit IRC | 06:21 | |
*** garyk has joined #openstack-dev | 06:25 | |
openstackgerrit | A change was merged to openstack/nova: Importing correlation_id middleware from oslo-incubator https://review.openstack.org/29342 | 06:26 |
openstackgerrit | A change was merged to openstack/python-novaclient: Only add logging handlers if there currently aren't any https://review.openstack.org/30006 | 06:27 |
*** devvesa has joined #openstack-dev | 06:27 | |
*** prekarat has joined #openstack-dev | 06:35 | |
*** prekarat has joined #openstack-dev | 06:35 | |
*** kirankv has joined #openstack-dev | 06:40 | |
*** yolanda has joined #openstack-dev | 06:47 | |
*** egallen has joined #openstack-dev | 06:51 | |
*** zb has joined #openstack-dev | 06:51 | |
*** zaneb has quit IRC | 06:55 | |
*** prekarat has quit IRC | 06:55 | |
*** gongysh has quit IRC | 06:55 | |
*** reidrac has joined #openstack-dev | 06:56 | |
*** eglynn_ has joined #openstack-dev | 06:56 | |
*** egallen has quit IRC | 06:58 | |
*** egallen has joined #openstack-dev | 06:59 | |
*** prekarat has joined #openstack-dev | 06:59 | |
*** vartom has joined #openstack-dev | 07:00 | |
*** prekarat has left #openstack-dev | 07:02 | |
*** eglynn_ has quit IRC | 07:03 | |
*** Zah__ has quit IRC | 07:03 | |
*** Zah__ has joined #openstack-dev | 07:05 | |
*** morganfainberg has left #openstack-dev | 07:06 | |
*** PaulM has joined #openstack-dev | 07:09 | |
*** PaulM has left #openstack-dev | 07:10 | |
*** SergeyLukjanov has joined #openstack-dev | 07:11 | |
*** giulivo has joined #openstack-dev | 07:16 | |
*** jamielennox is now known as jamielennox|away | 07:16 | |
*** xga has joined #openstack-dev | 07:16 | |
*** huats_ is now known as huats | 07:18 | |
openstackgerrit | A change was merged to openstack/tempest: Add tests list tenant usage https://review.openstack.org/28505 | 07:18 |
openstackgerrit | A change was merged to openstack/cinder: Replace custom skip_ methods. https://review.openstack.org/30369 | 07:19 |
*** GheRivero has quit IRC | 07:19 | |
*** corXi has joined #openstack-dev | 07:20 | |
*** johnthetubaguy has joined #openstack-dev | 07:22 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Only add logging handlers if there currently aren't any https://review.openstack.org/30005 | 07:23 |
openstackgerrit | A change was merged to openstack/tempest: Add some basic snapshots listing test https://review.openstack.org/28480 | 07:23 |
*** vartom2 has joined #openstack-dev | 07:24 | |
*** odyssey4me has joined #openstack-dev | 07:24 | |
*** vartom has quit IRC | 07:24 | |
*** mmagr has joined #openstack-dev | 07:25 | |
*** jcoufal has joined #openstack-dev | 07:25 | |
*** vartom has joined #openstack-dev | 07:25 | |
*** sstent has quit IRC | 07:26 | |
*** vartom2 has quit IRC | 07:28 | |
*** zoresvit has joined #openstack-dev | 07:30 | |
*** xga has quit IRC | 07:31 | |
*** jgallard has joined #openstack-dev | 07:32 | |
*** johnthetubaguy has quit IRC | 07:32 | |
*** mihgen has quit IRC | 07:32 | |
*** afazekas has quit IRC | 07:39 | |
*** xga has joined #openstack-dev | 07:39 | |
*** JordanP has joined #openstack-dev | 07:46 | |
*** gongysh has joined #openstack-dev | 07:46 | |
*** sstent has joined #openstack-dev | 07:49 | |
*** rods has quit IRC | 07:51 | |
*** stevebaker has quit IRC | 07:52 | |
*** stevebaker has joined #openstack-dev | 07:53 | |
*** athomas has joined #openstack-dev | 07:53 | |
*** henrynash has joined #openstack-dev | 07:56 | |
*** rods has joined #openstack-dev | 07:57 | |
*** afazekas has joined #openstack-dev | 08:04 | |
*** freedomhui has quit IRC | 08:05 | |
*** fbo has joined #openstack-dev | 08:05 | |
*** markwash has quit IRC | 08:06 | |
*** tkammer has joined #openstack-dev | 08:06 | |
*** romcheg has joined #openstack-dev | 08:08 | |
openstackgerrit | A change was merged to openstack/tempest: Modify hacking flake8 extension https://review.openstack.org/30160 | 08:10 |
*** garyk has quit IRC | 08:14 | |
openstackgerrit | A change was merged to openstack/cinder: Add common Oslo DB code to the source tree https://review.openstack.org/30280 | 08:14 |
*** eglynn_ has joined #openstack-dev | 08:15 | |
*** derekh has joined #openstack-dev | 08:15 | |
*** xga has quit IRC | 08:20 | |
*** tkammer has quit IRC | 08:21 | |
*** jpich has joined #openstack-dev | 08:23 | |
*** egallen has quit IRC | 08:27 | |
*** rods1 has joined #openstack-dev | 08:28 | |
*** Mandell has quit IRC | 08:29 | |
*** mkollaro has joined #openstack-dev | 08:30 | |
*** psedlak has quit IRC | 08:32 | |
*** psedlak has joined #openstack-dev | 08:32 | |
*** ondergetekende has joined #openstack-dev | 08:38 | |
*** zb is now known as zaneb | 08:39 | |
*** yolanda has quit IRC | 08:41 | |
*** bing_bu has quit IRC | 08:41 | |
*** rods has quit IRC | 08:44 | |
*** martyntaylor has joined #openstack-dev | 08:46 | |
*** rods has joined #openstack-dev | 08:46 | |
*** mkerrin has quit IRC | 08:46 | |
*** martyntaylor has quit IRC | 08:48 | |
*** martyntaylor has joined #openstack-dev | 08:48 | |
*** shang has quit IRC | 08:48 | |
*** reed has joined #openstack-dev | 08:49 | |
*** mkerrin has joined #openstack-dev | 08:50 | |
*** m4xmr has joined #openstack-dev | 08:50 | |
andrea__ | anyone is available for a review: https://review.openstack.org/26020 ? | 08:51 |
*** andrea__ is now known as roz | 08:51 | |
*** m4xmr has left #openstack-dev | 08:52 | |
*** sride has joined #openstack-dev | 08:52 | |
*** sride has joined #openstack-dev | 08:53 | |
*** shang has joined #openstack-dev | 09:00 | |
*** shang has quit IRC | 09:00 | |
*** romcheg has left #openstack-dev | 09:04 | |
koddsson | I'm almost ready to tear my hair out | 09:04 |
*** rods has quit IRC | 09:05 | |
koddsson | https://gist.github.com/anonymous/5642278 | 09:05 |
koddsson | Why isn't this authorized? :( | 09:05 |
*** shang has joined #openstack-dev | 09:06 | |
koddsson | And shouldn't it tell me why I'm not being authorized? :O | 09:06 |
*** rods1 has quit IRC | 09:08 | |
*** rods has joined #openstack-dev | 09:09 | |
*** winston-d has quit IRC | 09:10 | |
*** garyk has joined #openstack-dev | 09:10 | |
*** rods1 has joined #openstack-dev | 09:19 | |
*** grizzle has joined #openstack-dev | 09:20 | |
*** pixelbeat has joined #openstack-dev | 09:31 | |
*** lucasagomes has joined #openstack-dev | 09:31 | |
*** odyssey4me2 has joined #openstack-dev | 09:33 | |
*** odyssey4me has quit IRC | 09:34 | |
*** SergeyLukjanov has quit IRC | 09:34 | |
*** chandankumar has joined #openstack-dev | 09:36 | |
openstackgerrit | A change was merged to openstack/keystone: imports not in alphabetical order (flake8 H306) https://review.openstack.org/30341 | 09:36 |
*** odyssey4me2 has quit IRC | 09:38 | |
*** xga has joined #openstack-dev | 09:38 | |
*** ondergetekende has quit IRC | 09:41 | |
*** jws7 has joined #openstack-dev | 09:43 | |
*** odyssey4me has joined #openstack-dev | 09:44 | |
*** HenryG_ has joined #openstack-dev | 09:44 | |
*** HenryG has quit IRC | 09:46 | |
*** Sm3lly has joined #openstack-dev | 09:49 | |
*** jgallard has quit IRC | 09:51 | |
*** jgallard has joined #openstack-dev | 09:52 | |
*** bashok__ has joined #openstack-dev | 09:54 | |
*** egallen has joined #openstack-dev | 09:54 | |
*** ondergetekende has joined #openstack-dev | 09:56 | |
*** bashok_ has quit IRC | 09:58 | |
*** amotoki has quit IRC | 09:58 | |
*** rods1 has quit IRC | 10:00 | |
*** xga_ has joined #openstack-dev | 10:01 | |
*** xga has quit IRC | 10:05 | |
*** chandankumar has quit IRC | 10:10 | |
*** xga_ has quit IRC | 10:12 | |
*** yolanda has joined #openstack-dev | 10:13 | |
*** chandankumar has joined #openstack-dev | 10:16 | |
*** trapni has joined #openstack-dev | 10:16 | |
*** trapni has joined #openstack-dev | 10:16 | |
*** eglynn_ is now known as eglynn | 10:19 | |
*** grizzle has quit IRC | 10:22 | |
*** edleafe has quit IRC | 10:22 | |
*** grizzle has joined #openstack-dev | 10:23 | |
*** edleafe has joined #openstack-dev | 10:24 | |
*** chandankumar has quit IRC | 10:27 | |
*** rods1 has joined #openstack-dev | 10:30 | |
*** garyk has quit IRC | 10:33 | |
*** iartarisi has joined #openstack-dev | 10:34 | |
*** kiall_ is now known as Kiall | 10:43 | |
*** giulivo has quit IRC | 10:46 | |
*** SergeyLukjanov has joined #openstack-dev | 10:51 | |
*** chandankumar has joined #openstack-dev | 10:51 | |
openstackgerrit | A change was merged to openstack-dev/devstack: use SERVICE_HOST intead of HOST_IP for quantum services https://review.openstack.org/29875 | 10:53 |
openstackgerrit | A change was merged to openstack-dev/devstack: On unstack : clean up network namespaces created by quantum https://review.openstack.org/29349 | 10:53 |
openstackgerrit | A change was merged to openstack-dev/devstack: Remove temporary logic for Quantum auth_token transition https://review.openstack.org/30049 | 10:53 |
*** bashok__ has quit IRC | 10:55 | |
openstackgerrit | A change was merged to openstack/oslo.config: Add release notes for 1.1.1 https://review.openstack.org/30093 | 10:56 |
*** pixelbeat has quit IRC | 10:57 | |
openstackgerrit | A change was merged to openstack/oslo.config: Add release notes for 1.2.0a2 https://review.openstack.org/30328 | 10:57 |
*** pixelbeat has joined #openstack-dev | 11:00 | |
*** yaguang has quit IRC | 11:03 | |
*** rharwood has joined #openstack-dev | 11:03 | |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi - use management network to reach OS VM https://review.openstack.org/28912 | 11:04 |
*** pixelbeat has quit IRC | 11:10 | |
*** pixelbeat has joined #openstack-dev | 11:10 | |
*** HenryG_ has quit IRC | 11:11 | |
*** HenryG has joined #openstack-dev | 11:13 | |
*** rharwood has quit IRC | 11:19 | |
*** blues-man has joined #openstack-dev | 11:24 | |
*** rharwood has joined #openstack-dev | 11:26 | |
*** aditirav_ has joined #openstack-dev | 11:29 | |
*** aditirav has quit IRC | 11:32 | |
*** aditirav_ is now known as aditirav | 11:32 | |
*** feleouet has joined #openstack-dev | 11:33 | |
*** drewlander has joined #openstack-dev | 11:36 | |
*** tmclaugh[work] has joined #openstack-dev | 11:39 | |
*** tmclaugh[work] has quit IRC | 11:39 | |
*** tmclaugh[work] has joined #openstack-dev | 11:39 | |
*** tmclaugh[work] has quit IRC | 11:41 | |
*** tmclaugh[work] has joined #openstack-dev | 11:41 | |
*** rharwood has quit IRC | 11:45 | |
*** xga has joined #openstack-dev | 11:45 | |
*** michchap_ has quit IRC | 11:46 | |
*** michchap has joined #openstack-dev | 11:46 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Move hypervisor-specific code into a case statement https://review.openstack.org/29379 | 11:49 |
*** xga has quit IRC | 11:50 | |
openstackgerrit | A change was merged to openstack/nova: Add missing tests for nova.db.api.quota_class_* https://review.openstack.org/30063 | 11:51 |
*** afazekas has quit IRC | 11:51 | |
*** tzumainn has joined #openstack-dev | 11:51 | |
*** xga has joined #openstack-dev | 11:52 | |
*** pixelbeat has quit IRC | 11:53 | |
*** xga has quit IRC | 11:56 | |
openstackgerrit | A change was merged to openstack/tempest: Initial heat orchestration tests. https://review.openstack.org/28271 | 11:56 |
*** johnthetubaguy has joined #openstack-dev | 11:58 | |
*** giulivo has joined #openstack-dev | 11:59 | |
*** feleouet has quit IRC | 12:00 | |
*** rods1 has quit IRC | 12:01 | |
*** alop has joined #openstack-dev | 12:01 | |
*** johnthetubaguy has quit IRC | 12:02 | |
*** kirankv has quit IRC | 12:04 | |
*** vkmc has joined #openstack-dev | 12:06 | |
*** vkmc has quit IRC | 12:06 | |
*** vkmc has joined #openstack-dev | 12:06 | |
*** pcm___ has joined #openstack-dev | 12:08 | |
*** alop has quit IRC | 12:11 | |
*** alop has joined #openstack-dev | 12:12 | |
*** afazekas has joined #openstack-dev | 12:12 | |
*** xga has joined #openstack-dev | 12:13 | |
*** morazi has quit IRC | 12:13 | |
*** CaptTofu has quit IRC | 12:15 | |
*** vartom has quit IRC | 12:15 | |
*** CaptTofu has joined #openstack-dev | 12:16 | |
*** mkollaro has quit IRC | 12:17 | |
*** sride has quit IRC | 12:18 | |
*** aditirav has quit IRC | 12:18 | |
*** aloga has quit IRC | 12:20 | |
*** sride has joined #openstack-dev | 12:20 | |
*** portante has quit IRC | 12:21 | |
*** aditirav has joined #openstack-dev | 12:21 | |
*** enikanorov has quit IRC | 12:23 | |
*** pixelbeat has joined #openstack-dev | 12:23 | |
*** jruzicka has joined #openstack-dev | 12:23 | |
*** jclift_ has quit IRC | 12:24 | |
*** sride has quit IRC | 12:27 | |
*** Ryan_Lane has joined #openstack-dev | 12:29 | |
*** rkukura has joined #openstack-dev | 12:30 | |
*** mfer has joined #openstack-dev | 12:35 | |
*** lbragstad has quit IRC | 12:37 | |
*** lorin1 has joined #openstack-dev | 12:37 | |
*** mfer has quit IRC | 12:39 | |
*** markmcclain has joined #openstack-dev | 12:39 | |
*** litong has joined #openstack-dev | 12:39 | |
*** aditirav has quit IRC | 12:41 | |
*** ayoung has quit IRC | 12:47 | |
*** dcasier has joined #openstack-dev | 12:51 | |
*** alunch has quit IRC | 12:54 | |
*** lbragstad has joined #openstack-dev | 12:55 | |
*** terriyu has joined #openstack-dev | 12:58 | |
*** radez_g0n3 is now known as radez | 12:58 | |
*** zul has quit IRC | 12:58 | |
*** winston-d has joined #openstack-dev | 12:59 | |
*** lucasagomes is now known as lucasagomes-hung | 13:00 | |
*** lucasagomes-hung is now known as lucas-hungry | 13:01 | |
*** rods1 has joined #openstack-dev | 13:01 | |
*** zul has joined #openstack-dev | 13:01 | |
*** dprince has joined #openstack-dev | 13:02 | |
*** rods1 has left #openstack-dev | 13:02 | |
*** Guest84756 is now known as lon | 13:04 | |
*** morazi has joined #openstack-dev | 13:04 | |
*** woodspa has joined #openstack-dev | 13:04 | |
*** martine has joined #openstack-dev | 13:05 | |
*** rharwood has joined #openstack-dev | 13:06 | |
*** dosaboy_ has joined #openstack-dev | 13:06 | |
*** jayg|g0n3 is now known as jayg | 13:07 | |
*** mfer has joined #openstack-dev | 13:07 | |
*** dosaboy has quit IRC | 13:09 | |
*** alunduil has quit IRC | 13:10 | |
*** odyssey4me2 has joined #openstack-dev | 13:10 | |
*** drewlander has quit IRC | 13:10 | |
*** odyssey4me has quit IRC | 13:12 | |
*** odyssey4me has joined #openstack-dev | 13:13 | |
*** prad has joined #openstack-dev | 13:13 | |
*** odyssey4me2 has quit IRC | 13:14 | |
*** hewbrocca has joined #openstack-dev | 13:16 | |
*** Ryan_Lane has quit IRC | 13:17 | |
*** matiu has quit IRC | 13:17 | |
*** rharwood has quit IRC | 13:18 | |
*** Ryan_Lane has joined #openstack-dev | 13:20 | |
*** NobodyCam has joined #openstack-dev | 13:21 | |
*** CaptTofu has quit IRC | 13:21 | |
*** CaptTofu has joined #openstack-dev | 13:21 | |
*** noslzzp has joined #openstack-dev | 13:22 | |
*** terryh has joined #openstack-dev | 13:23 | |
*** freedomhui has joined #openstack-dev | 13:23 | |
*** Ryan_Lane has quit IRC | 13:27 | |
*** Ryan_Lane has joined #openstack-dev | 13:27 | |
*** Ryan_Lane has quit IRC | 13:30 | |
*** Ryan_Lane has joined #openstack-dev | 13:30 | |
*** hewbrocca has quit IRC | 13:31 | |
*** gongysh has quit IRC | 13:31 | |
*** hewbrocca has joined #openstack-dev | 13:33 | |
*** winston-d has quit IRC | 13:35 | |
*** dprince has quit IRC | 13:35 | |
*** chandankumar has quit IRC | 13:37 | |
*** Ryan_Lane has quit IRC | 13:38 | |
*** anteaya is now known as ant-hey-ya | 13:38 | |
*** eharney has joined #openstack-dev | 13:39 | |
*** Ryan_Lane has joined #openstack-dev | 13:39 | |
*** odyssey4me2 has joined #openstack-dev | 13:44 | |
*** odyssey4me has quit IRC | 13:45 | |
*** odyssey4me3 has joined #openstack-dev | 13:45 | |
*** dcasier has quit IRC | 13:46 | |
*** psedlak has quit IRC | 13:47 | |
*** odyssey4me2 has quit IRC | 13:48 | |
*** pabelanger_ has joined #openstack-dev | 13:48 | |
*** sandywalsh_ has joined #openstack-dev | 13:49 | |
*** mkollaro has joined #openstack-dev | 13:52 | |
*** chandankumar has joined #openstack-dev | 13:53 | |
*** xga has quit IRC | 13:53 | |
*** trapni has quit IRC | 13:54 | |
*** xga has joined #openstack-dev | 13:55 | |
*** SergeyLukjanov has quit IRC | 13:56 | |
*** trapni has joined #openstack-dev | 13:56 | |
*** spzala has joined #openstack-dev | 13:58 | |
*** rharwood has joined #openstack-dev | 13:59 | |
*** lucas-hungry is now known as lucasagomes | 14:01 | |
*** portante has joined #openstack-dev | 14:03 | |
*** networkstatic has quit IRC | 14:03 | |
*** hewbrocca has quit IRC | 14:03 | |
*** networkstatic has joined #openstack-dev | 14:03 | |
*** hewbrocca has joined #openstack-dev | 14:04 | |
*** CaptTofu has quit IRC | 14:04 | |
*** markmcclain has quit IRC | 14:06 | |
*** mrodden has joined #openstack-dev | 14:06 | |
*** pmcg has quit IRC | 14:06 | |
*** pmcg has joined #openstack-dev | 14:08 | |
*** monst has joined #openstack-dev | 14:09 | |
*** monst has quit IRC | 14:09 | |
*** SergeyLukjanov has joined #openstack-dev | 14:09 | |
*** monst has joined #openstack-dev | 14:10 | |
*** aelkikhia has joined #openstack-dev | 14:10 | |
*** monst_ has joined #openstack-dev | 14:11 | |
*** markwash has joined #openstack-dev | 14:12 | |
*** alunch has joined #openstack-dev | 14:12 | |
*** hewbrocca has quit IRC | 14:13 | |
*** ayoung has joined #openstack-dev | 14:13 | |
*** markwash has quit IRC | 14:13 | |
*** monst has quit IRC | 14:15 | |
*** michchap_ has joined #openstack-dev | 14:16 | |
*** michchap has quit IRC | 14:16 | |
*** CaptTofu has joined #openstack-dev | 14:16 | |
roz | maurosr: ping | 14:17 |
*** michchap_ has quit IRC | 14:17 | |
maurosr | roz: pong | 14:18 |
roz | maurosr: any change to have a look at the change: https://review.openstack.org/26020 | 14:18 |
*** redbeard2 has joined #openstack-dev | 14:18 | |
roz | I submitted a new patch as per your request | 14:19 |
maurosr | roz: sure | 14:19 |
*** jprovazn is now known as jprovazn_afk | 14:19 | |
roz | thank you! | 14:19 |
*** SergeyLukjanov has quit IRC | 14:19 | |
*** yaguang has joined #openstack-dev | 14:20 | |
*** martyntaylor1 has joined #openstack-dev | 14:21 | |
*** mmagr has quit IRC | 14:21 | |
*** martyntaylor has quit IRC | 14:21 | |
*** jvrbanac has joined #openstack-dev | 14:22 | |
*** sandywalsh__ has joined #openstack-dev | 14:22 | |
*** ifarkas has quit IRC | 14:23 | |
*** ifarkas has joined #openstack-dev | 14:24 | |
*** sandywalsh_ has quit IRC | 14:24 | |
*** stacknoob has joined #openstack-dev | 14:24 | |
*** martyntaylor1 has quit IRC | 14:25 | |
*** martyntaylor has joined #openstack-dev | 14:25 | |
*** Shrews is now known as FrankNFurter | 14:26 | |
*** cp16net is now known as cp16net|away | 14:27 | |
*** aditirav has joined #openstack-dev | 14:29 | |
*** freedomhui has quit IRC | 14:30 | |
*** otherwiseguy has joined #openstack-dev | 14:30 | |
*** stevemar has joined #openstack-dev | 14:31 | |
*** xga has quit IRC | 14:31 | |
*** pabelanger_ has quit IRC | 14:32 | |
*** pabelanger_ has joined #openstack-dev | 14:32 | |
*** pabelanger has quit IRC | 14:33 | |
*** pabelanger_ is now known as pabelanger | 14:33 | |
*** pabelanger_ has joined #openstack-dev | 14:33 | |
*** CaptTofu has quit IRC | 14:33 | |
*** FrankNFurter is now known as Shrews | 14:34 | |
*** kbringard has joined #openstack-dev | 14:37 | |
*** dcasier has joined #openstack-dev | 14:38 | |
*** stacknoob has quit IRC | 14:40 | |
*** stacknoob has joined #openstack-dev | 14:40 | |
*** datsun180b has joined #openstack-dev | 14:41 | |
*** pmathews has joined #openstack-dev | 14:43 | |
*** henrynash has quit IRC | 14:43 | |
*** jpark has joined #openstack-dev | 14:44 | |
*** markmc has joined #openstack-dev | 14:44 | |
*** aditirav has left #openstack-dev | 14:45 | |
*** gongysh has joined #openstack-dev | 14:45 | |
*** dcasier has quit IRC | 14:47 | |
*** dhellmann has quit IRC | 14:47 | |
*** michchap has joined #openstack-dev | 14:48 | |
*** aeperezt has joined #openstack-dev | 14:48 | |
*** electrichead has joined #openstack-dev | 14:48 | |
*** grizzle has quit IRC | 14:49 | |
*** grizzle has joined #openstack-dev | 14:50 | |
*** cp16net|away is now known as cp16net | 14:51 | |
*** mrodden has quit IRC | 14:52 | |
*** Tross1 has joined #openstack-dev | 14:52 | |
*** dhellmann has joined #openstack-dev | 14:53 | |
*** Tross has quit IRC | 14:53 | |
*** dhellmann has quit IRC | 14:54 | |
*** dhellmann has joined #openstack-dev | 14:54 | |
*** dhellmann has quit IRC | 14:54 | |
*** dhellmann has joined #openstack-dev | 14:54 | |
*** freedomhui has joined #openstack-dev | 14:54 | |
*** katylava has joined #openstack-dev | 14:57 | |
*** otherwiseguy has quit IRC | 14:59 | |
*** michchap has quit IRC | 15:00 | |
*** jgallard has quit IRC | 15:00 | |
*** jgallard has joined #openstack-dev | 15:01 | |
*** rcleere has joined #openstack-dev | 15:01 | |
*** gordc has quit IRC | 15:01 | |
*** SergeyLukjanov has joined #openstack-dev | 15:01 | |
*** ifarkas has quit IRC | 15:01 | |
*** grizzle has quit IRC | 15:04 | |
*** mrodden has joined #openstack-dev | 15:04 | |
*** grizzle has joined #openstack-dev | 15:05 | |
*** reidrac has quit IRC | 15:06 | |
*** gongysh has quit IRC | 15:07 | |
*** xga has joined #openstack-dev | 15:09 | |
*** armax has joined #openstack-dev | 15:11 | |
*** martyntaylor has quit IRC | 15:13 | |
*** martyntaylor1 has joined #openstack-dev | 15:13 | |
*** grizzle has quit IRC | 15:14 | |
*** kirankv has joined #openstack-dev | 15:14 | |
*** dprince has joined #openstack-dev | 15:14 | |
*** tzumainn has quit IRC | 15:15 | |
*** grizzle has joined #openstack-dev | 15:16 | |
*** anniec has quit IRC | 15:17 | |
*** devvesa has quit IRC | 15:17 | |
*** FunnyLookinHat has joined #openstack-dev | 15:20 | |
*** jcoufal has quit IRC | 15:22 | |
*** colinmcnamara has joined #openstack-dev | 15:22 | |
*** kirankv has quit IRC | 15:22 | |
*** tzumainn has joined #openstack-dev | 15:23 | |
*** koolhead17 has joined #openstack-dev | 15:24 | |
*** tmclaugh[work] has quit IRC | 15:25 | |
halfie | is it possible to get the checksum of an image via the API? | 15:25 |
ekarlso | jgriffith: ping! | 15:26 |
*** michchap has joined #openstack-dev | 15:26 | |
*** sandywalsh_ has joined #openstack-dev | 15:27 | |
*** jergerber has quit IRC | 15:27 | |
*** tmclaugh[work] has joined #openstack-dev | 15:28 | |
*** sandywalsh__ has quit IRC | 15:28 | |
*** comstud is now known as bearhands | 15:29 | |
*** dansmith is now known as Steely_Dan | 15:30 | |
*** ondergetekende has quit IRC | 15:30 | |
*** jergerber has joined #openstack-dev | 15:30 | |
*** dcasier_ has joined #openstack-dev | 15:31 | |
*** sandywalsh_ has quit IRC | 15:31 | |
*** jergerber has quit IRC | 15:31 | |
*** gyee has joined #openstack-dev | 15:31 | |
HenryG | halfie: have you looked at the glance API? http://docs.openstack.org/developer/glance/glanceapi.html | 15:32 |
halfie | HenryG, just had a look, seems its doable | 15:33 |
*** giulivo has quit IRC | 15:34 | |
halfie | I am trying to figure out how to connect novaclient code with glance code. In particular the passing of the authentication token. | 15:34 |
*** monst_ has quit IRC | 15:35 | |
*** navid has quit IRC | 15:35 | |
*** aelkikhia has left #openstack-dev | 15:38 | |
*** michchap has quit IRC | 15:38 | |
*** russellb is now known as rustlebee | 15:39 | |
*** Ruetobas has quit IRC | 15:39 | |
*** devananda is now known as cipher_zero | 15:39 | |
*** Ruetobas has joined #openstack-dev | 15:40 | |
*** dolphm has joined #openstack-dev | 15:41 | |
*** maroh has quit IRC | 15:41 | |
*** Mandell has joined #openstack-dev | 15:41 | |
*** NobodyCam is now known as BlartVersenwald | 15:41 | |
*** andrewbogott_afk is now known as andrewbogott | 15:43 | |
*** bdpayne has joined #openstack-dev | 15:43 | |
*** grizzle has quit IRC | 15:43 | |
*** CaptTofu has joined #openstack-dev | 15:43 | |
*** avishay has quit IRC | 15:44 | |
openstackgerrit | A change was merged to openstack/swift: Move parse search logic outside from builder https://review.openstack.org/29382 | 15:44 |
*** yograterol has joined #openstack-dev | 15:45 | |
*** dave_mcn has quit IRC | 15:45 | |
SpamapS | So, if I'm seeing a 500 error on /v2.0/ec2tokens | 15:46 |
SpamapS | as in | 15:46 |
SpamapS | (eventlet.wsgi.server): 2013-05-24 15:45:24,193 DEBUG wsgi write 127.0.0.1 - - [24/May/2013 15:45:24] "POST /v2.0/ec2tokens HTTP/1.1" 500 328 0.006279 | 15:46 |
SpamapS | Is there any way to get keystone to log the actual exception? | 15:46 |
*** freedomhui has quit IRC | 15:46 | |
*** carl_baldwin has joined #openstack-dev | 15:46 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix and update extract_opts group extraction https://review.openstack.org/30273 | 15:46 |
*** krtaylor has quit IRC | 15:47 | |
*** otherwiseguy has joined #openstack-dev | 15:47 | |
dolphm | SpamapS: that looks like the access log in grizzly? do you have an error log configured? | 15:49 |
*** Mandell has quit IRC | 15:51 | |
SpamapS | http://paste.ubuntu.com/5697395/ | 15:51 |
SpamapS | dolphm: that is my logging.conf | 15:51 |
SpamapS | dolphm: if there is a good document about how to structure that file to get more errors please point me to it | 15:52 |
*** pabelanger has quit IRC | 15:52 | |
dolphm | SpamapS: so your stdout should have the backtrace | 15:52 |
*** electrichead has quit IRC | 15:52 | |
SpamapS | it doesn't | 15:53 |
SpamapS | dolphm: this is grizzly+ btw | 15:54 |
SpamapS | Date: Thu May 9 21:05:20 2013 +0000 | 15:54 |
dolphm | SpamapS: http://docs.python.org/dev/library/logging.config.html#configuration-file-format | 15:55 |
SpamapS | maybe I need NOTSET instead of DEBUG ? | 15:55 |
jaypipes | anybody know Brian Rosmaita's IRC nick? | 15:55 |
SpamapS | nope, NOTSET did not change it :p | 15:56 |
*** jruzicka has quit IRC | 16:00 | |
SpamapS | dolphm: so, is it possible that whatever error is causing the 500 is not an unhandled exception? | 16:01 |
*** yaguang has quit IRC | 16:01 | |
*** colinmcnamara has quit IRC | 16:02 | |
dolphm | SpamapS: it's not likely, but yes, it's certainly possible | 16:02 |
* SpamapS will try to fire up keystone under pdb.. may god have mercy on his soul | 16:03 | |
halfie | this code doesn't work, http://fpaste.org/14327/94114361/ | 16:04 |
halfie | I am invoking the right API but something is broken | 16:04 |
*** michchap has joined #openstack-dev | 16:05 | |
*** maoy has joined #openstack-dev | 16:05 | |
*** egallen_ has joined #openstack-dev | 16:07 | |
*** lloydde has joined #openstack-dev | 16:07 | |
*** egallen has quit IRC | 16:07 | |
*** egallen_ is now known as egallen | 16:07 | |
jgriffith | ekarlso: pong | 16:08 |
*** comstud has joined #openstack-dev | 16:09 | |
*** reed has quit IRC | 16:10 | |
*** kagan has joined #openstack-dev | 16:10 | |
*** comstud has quit IRC | 16:10 | |
*** alunduil has joined #openstack-dev | 16:14 | |
*** markwash has joined #openstack-dev | 16:14 | |
*** yaguang has joined #openstack-dev | 16:14 | |
*** chandankumar has quit IRC | 16:14 | |
*** fbo has quit IRC | 16:15 | |
halfie | http://docs.openstack.org/developer/glance/glanceapi.html <== this is broken. in particular, "/images/detail" does output checksum. Was this ever even checked :S ? | 16:15 |
halfie | s/does/does not | 16:15 |
*** michchap has quit IRC | 16:17 | |
*** jgallard has quit IRC | 16:17 | |
*** grizzle has joined #openstack-dev | 16:19 | |
openstackgerrit | A change was merged to openstack/keystone: Remove useless private method https://review.openstack.org/30128 | 16:21 |
*** devoid has joined #openstack-dev | 16:23 | |
*** xga has quit IRC | 16:23 | |
*** iartarisi has quit IRC | 16:24 | |
*** terry7 has joined #openstack-dev | 16:24 | |
*** grizzle has quit IRC | 16:25 | |
*** monst has joined #openstack-dev | 16:25 | |
openstackgerrit | A change was merged to openstack/tempest: Add Flake8 extension for python client import checks https://review.openstack.org/30288 | 16:27 |
*** lbragstad has quit IRC | 16:27 | |
*** winston-d has joined #openstack-dev | 16:28 | |
*** trapni has quit IRC | 16:29 | |
*** krtaylor has joined #openstack-dev | 16:29 | |
*** CaptTofu has quit IRC | 16:30 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Create .mailmap file https://review.openstack.org/30234 | 16:31 |
*** jamielennox|away is now known as jamielennox | 16:31 | |
openstackgerrit | A change was merged to openstack-dev/devstack: add myself to AUTHORS https://review.openstack.org/30410 | 16:32 |
*** monst has quit IRC | 16:32 | |
*** esheffield has quit IRC | 16:32 | |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi - cleanup network configuration https://review.openstack.org/28692 | 16:35 |
*** hartsocks has joined #openstack-dev | 16:35 | |
*** hartsocks has left #openstack-dev | 16:36 | |
*** rharwood has quit IRC | 16:37 | |
roz | maurosr: thanks for your review. | 16:38 |
*** jpich has quit IRC | 16:38 | |
*** derekh has quit IRC | 16:39 | |
*** alunduil has quit IRC | 16:40 | |
*** martyntaylor1 has quit IRC | 16:40 | |
*** yograterol has quit IRC | 16:41 | |
*** egallen has quit IRC | 16:41 | |
*** yograterol has joined #openstack-dev | 16:41 | |
*** ayoung has quit IRC | 16:41 | |
*** yograterol has quit IRC | 16:42 | |
*** yograterol has joined #openstack-dev | 16:42 | |
*** SergeyLukjanov has quit IRC | 16:43 | |
*** michchap has joined #openstack-dev | 16:44 | |
*** alunduil has joined #openstack-dev | 16:44 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Don't attempt to read stdin if it is empty. https://review.openstack.org/27536 | 16:45 |
*** grizzle has joined #openstack-dev | 16:45 | |
*** yograterol has quit IRC | 16:47 | |
maurosr | roz: yw! if someone else got different thoughts on that let me know and maybe bring the discussion to the irc would be more productive | 16:49 |
*** koolhead17 has quit IRC | 16:50 | |
*** bashok has joined #openstack-dev | 16:51 | |
*** ndipanov has quit IRC | 16:51 | |
*** lbragstad has joined #openstack-dev | 16:52 | |
*** reed has joined #openstack-dev | 16:53 | |
roz | maurosr: sure thing. I think at the end all people involved agreed to have a new extension. I really hope that they like the solution proposed. | 16:53 |
maurosr | yup hope so.. | 16:54 |
*** blamar has quit IRC | 16:55 | |
*** bashok has quit IRC | 16:55 | |
*** JordanP has quit IRC | 16:56 | |
*** michchap has quit IRC | 16:57 | |
*** markmcclain has joined #openstack-dev | 17:00 | |
SpamapS | hrm, seems that my keystone doesn't handle awsv4 sigs | 17:01 |
SpamapS | ahh I think I have an old keystoneclient mucking things up | 17:03 |
*** yaguang has quit IRC | 17:03 | |
*** grizzle has quit IRC | 17:04 | |
*** cp16net is now known as cp16net|away | 17:04 | |
*** yidclare has joined #openstack-dev | 17:04 | |
*** grizzle has joined #openstack-dev | 17:05 | |
*** alunduil has quit IRC | 17:05 | |
*** devoid has quit IRC | 17:05 | |
*** devoid has joined #openstack-dev | 17:06 | |
*** corXi has quit IRC | 17:06 | |
*** mdenny has joined #openstack-dev | 17:06 | |
*** Ryan_Lane has quit IRC | 17:08 | |
*** seanrob has joined #openstack-dev | 17:09 | |
*** devoid has quit IRC | 17:09 | |
*** shri has joined #openstack-dev | 17:09 | |
*** devoid has joined #openstack-dev | 17:09 | |
*** mkerrin has quit IRC | 17:11 | |
*** markmcclain has quit IRC | 17:11 | |
*** markmcclain has joined #openstack-dev | 17:11 | |
*** winston-d has quit IRC | 17:12 | |
*** m4xmr has joined #openstack-dev | 17:12 | |
*** markmc has quit IRC | 17:12 | |
*** m4xmr has quit IRC | 17:12 | |
*** litong has quit IRC | 17:13 | |
*** rharwood has joined #openstack-dev | 17:13 | |
*** seanrob has quit IRC | 17:13 | |
*** sandywalsh has quit IRC | 17:14 | |
*** jergerber has joined #openstack-dev | 17:17 | |
*** markmcclain has quit IRC | 17:19 | |
*** mdomsch has joined #openstack-dev | 17:20 | |
*** lloydde has quit IRC | 17:20 | |
*** markmcclain has joined #openstack-dev | 17:20 | |
*** timjr has joined #openstack-dev | 17:21 | |
*** michchap has joined #openstack-dev | 17:24 | |
*** athomas has quit IRC | 17:26 | |
*** blues-man has quit IRC | 17:26 | |
*** sandywalsh has joined #openstack-dev | 17:27 | |
*** lucasagomes has quit IRC | 17:27 | |
*** garyk has joined #openstack-dev | 17:28 | |
*** feleouet has joined #openstack-dev | 17:29 | |
*** mdomsch has quit IRC | 17:31 | |
*** seanrob has joined #openstack-dev | 17:33 | |
*** grizzle has quit IRC | 17:34 | |
*** mkollaro has quit IRC | 17:34 | |
*** grizzle has joined #openstack-dev | 17:35 | |
*** alunduil has joined #openstack-dev | 17:36 | |
*** seanrob_ has joined #openstack-dev | 17:36 | |
*** jws7 has quit IRC | 17:36 | |
*** tzumainn has quit IRC | 17:37 | |
*** seanrob has quit IRC | 17:37 | |
*** michchap has quit IRC | 17:37 | |
*** Mandell has joined #openstack-dev | 17:39 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Revert "Support force update quota" https://review.openstack.org/30436 | 17:41 |
*** markmcclain has quit IRC | 17:42 | |
*** markmcclain1 has joined #openstack-dev | 17:42 | |
*** seanrob has joined #openstack-dev | 17:42 | |
*** seanrob_ has quit IRC | 17:42 | |
*** seanrob_ has joined #openstack-dev | 17:43 | |
*** jamielennox is now known as jamielennox|away | 17:43 | |
*** bashok has joined #openstack-dev | 17:44 | |
*** seanrob has quit IRC | 17:46 | |
*** alaski is now known as lascii | 17:47 | |
*** dolphm_ has joined #openstack-dev | 17:49 | |
*** dolphm has quit IRC | 17:49 | |
*** jasondotstar has joined #openstack-dev | 17:50 | |
*** jasondotstar has quit IRC | 17:50 | |
*** jbresnah has quit IRC | 17:51 | |
*** monst has joined #openstack-dev | 17:54 | |
*** jasondotstar has joined #openstack-dev | 17:55 | |
*** CaptTofu has joined #openstack-dev | 17:56 | |
*** cp16net|away is now known as cp16net | 17:57 | |
*** rharwood has quit IRC | 17:57 | |
*** jprovazn_afk has quit IRC | 18:00 | |
*** seanrob has joined #openstack-dev | 18:00 | |
*** seanrob_ has quit IRC | 18:01 | |
*** seanrob has quit IRC | 18:03 | |
*** michchap has joined #openstack-dev | 18:03 | |
*** grizzle has quit IRC | 18:04 | |
*** yograterol has joined #openstack-dev | 18:04 | |
*** seanrob has joined #openstack-dev | 18:04 | |
*** flaper87 has joined #openstack-dev | 18:04 | |
*** zoresvit has quit IRC | 18:05 | |
*** pabelanger has joined #openstack-dev | 18:05 | |
SpamapS | 66 bugs fix committed in python-keystoneclient .. | 18:05 |
*** Ryan_Lane has joined #openstack-dev | 18:05 | |
SpamapS | and now I'm pretty sure Heat doesn't work w/o trunk keystoneclient | 18:05 |
SpamapS | Perhaps we could consider a release? | 18:06 |
SpamapS | like now? | 18:06 |
*** seanrob_ has joined #openstack-dev | 18:06 | |
*** Ryan_Lane has quit IRC | 18:06 | |
*** jbresnah has joined #openstack-dev | 18:07 | |
*** seanrob_ has quit IRC | 18:07 | |
*** hartsocks has joined #openstack-dev | 18:07 | |
*** seanrob_ has joined #openstack-dev | 18:07 | |
*** martine_ has joined #openstack-dev | 18:08 | |
*** seanrob__ has joined #openstack-dev | 18:08 | |
*** seanrob_ has quit IRC | 18:08 | |
boris-42 | markmc, rustlebee, sdague, jgriffith, comstud, vishy, mordred, devananda and others=) Hi all! | 18:09 |
*** martine has quit IRC | 18:10 | |
*** seanrob has quit IRC | 18:10 | |
*** odyssey4me4 has joined #openstack-dev | 18:11 | |
*** sgordon is now known as sgordon_ | 18:11 | |
*** sgordon_ is now known as sgordon | 18:11 | |
*** vishy is now known as viscious | 18:11 | |
*** andrewbogott is now known as andrewbogott_afk | 18:12 | |
*** seanrob__ has quit IRC | 18:12 | |
*** seanrob has joined #openstack-dev | 18:12 | |
*** odyssey4me3 has quit IRC | 18:12 | |
*** seanrob_ has joined #openstack-dev | 18:14 | |
*** seanrob has quit IRC | 18:14 | |
*** epim has joined #openstack-dev | 18:15 | |
*** cp16net is now known as cp16net|away | 18:17 | |
*** michchap has quit IRC | 18:17 | |
*** seanrob has joined #openstack-dev | 18:19 | |
*** eglynn has quit IRC | 18:19 | |
*** seanrob_ has quit IRC | 18:20 | |
*** tzumainn has joined #openstack-dev | 18:21 | |
*** seanrob_ has joined #openstack-dev | 18:21 | |
*** seanrob has quit IRC | 18:21 | |
*** cp16net|away is now known as cp16net | 18:22 | |
*** seanrob has joined #openstack-dev | 18:23 | |
*** seanrob_ has quit IRC | 18:23 | |
*** Mandell has quit IRC | 18:23 | |
*** seanrob has quit IRC | 18:24 | |
*** seanrob has joined #openstack-dev | 18:24 | |
*** morganfainberg has joined #openstack-dev | 18:26 | |
*** seanrob_ has joined #openstack-dev | 18:28 | |
*** seanrob has quit IRC | 18:28 | |
*** seanrob_ has quit IRC | 18:31 | |
*** markmcclain1 has quit IRC | 18:31 | |
mordred | hey boris-42 | 18:31 |
*** seanrob has joined #openstack-dev | 18:32 | |
*** maoy has quit IRC | 18:32 | |
*** seanrob has quit IRC | 18:32 | |
*** seanrob has joined #openstack-dev | 18:32 | |
*** maoy has joined #openstack-dev | 18:32 | |
*** 45PAAFV1S has joined #openstack-dev | 18:33 | |
*** garyk has quit IRC | 18:35 | |
*** sc68cal has quit IRC | 18:37 | |
*** chandankumar has joined #openstack-dev | 18:38 | |
*** drewlander has joined #openstack-dev | 18:40 | |
*** chandankumar has quit IRC | 18:40 | |
*** chandankumar has joined #openstack-dev | 18:41 | |
openstackgerrit | A change was merged to openstack/nova: Set up 'compute_task' conductor namespace. https://review.openstack.org/29838 | 18:42 |
openstackgerrit | A change was merged to openstack-dev/devstack: Add myself to AUTHORS and add my email addresses to .mailmap https://review.openstack.org/30464 | 18:42 |
*** maoy_ has joined #openstack-dev | 18:43 | |
*** michchap has joined #openstack-dev | 18:43 | |
*** monst has quit IRC | 18:43 | |
*** FatDarrel has joined #openstack-dev | 18:43 | |
FatDarrel | is there a nova networking irc support group | 18:43 |
*** maoy has quit IRC | 18:44 | |
*** maoy_ is now known as maoy | 18:44 | |
*** chandankumar has quit IRC | 18:44 | |
*** esp has joined #openstack-dev | 18:45 | |
rustlebee | FatDarrel: just #openstack | 18:46 |
*** andrewbogott_afk is now known as andrewbogott | 18:47 | |
*** comay has quit IRC | 18:47 | |
*** ondergetekende has joined #openstack-dev | 18:47 | |
*** feleouet has quit IRC | 18:47 | |
*** jeckersb is now known as jeckersb_gone | 18:48 | |
FatDarrel | darn | 18:48 |
*** galstrom_zzz is now known as galstrom | 18:48 | |
*** mdomsch has joined #openstack-dev | 18:49 | |
*** comay has joined #openstack-dev | 18:52 | |
*** tmclaugh[work] has quit IRC | 18:53 | |
rustlebee | FatDarrel: can also try ask.openstack.org | 18:54 |
rustlebee | or the openstack@ mailing list | 18:54 |
*** tmclaugh[work] has joined #openstack-dev | 18:55 | |
*** tzumainn has quit IRC | 18:56 | |
*** michchap has quit IRC | 18:56 | |
*** gordc has joined #openstack-dev | 18:56 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix screenrc for nova-compute https://review.openstack.org/30169 | 18:57 |
*** tzumainn has joined #openstack-dev | 18:58 | |
*** alunduil has quit IRC | 18:58 | |
*** flaper87 has quit IRC | 18:58 | |
*** odyssey4me5 has joined #openstack-dev | 18:58 | |
*** vkmc has quit IRC | 18:58 | |
hartsocks | Anyone have time to help me understand a Jenkins build failure? https://jenkins.openstack.org/job/gate-tempest-devstack-vm-postgres-full/18114/console | 19:00 |
*** odyssey4me4 has quit IRC | 19:01 | |
*** bashok has quit IRC | 19:03 | |
*** bashok has joined #openstack-dev | 19:03 | |
*** mlavalle has joined #openstack-dev | 19:03 | |
*** seanrob has quit IRC | 19:04 | |
*** bashok has quit IRC | 19:05 | |
*** seanrob has joined #openstack-dev | 19:05 | |
*** bashok has joined #openstack-dev | 19:05 | |
*** mdomsch has quit IRC | 19:07 | |
*** sc68cal has joined #openstack-dev | 19:08 | |
*** adalbas has quit IRC | 19:10 | |
dolphm_ | gyee: last flake8-related change https://review.openstack.org/#/c/30478/ | 19:12 |
*** esp has left #openstack-dev | 19:13 | |
*** odyssey4me5 has quit IRC | 19:16 | |
*** odyssey4me5 has joined #openstack-dev | 19:16 | |
*** seanrob has quit IRC | 19:18 | |
*** ayoung has joined #openstack-dev | 19:18 | |
*** alop has quit IRC | 19:19 | |
*** rharwood has joined #openstack-dev | 19:19 | |
openstackgerrit | A change was merged to openstack/glance: Add GLANCE_LOCALEDIR env variable https://review.openstack.org/26606 | 19:19 |
openstackgerrit | A change was merged to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/30238 | 19:22 |
*** michchap has joined #openstack-dev | 19:23 | |
*** alop has joined #openstack-dev | 19:23 | |
*** seanrob has joined #openstack-dev | 19:24 | |
*** morganfainberg is now known as needscoffee | 19:25 | |
*** seanrob_ has joined #openstack-dev | 19:26 | |
*** seanrob has quit IRC | 19:27 | |
*** bashok has quit IRC | 19:27 | |
*** seanrob_ has quit IRC | 19:28 | |
*** seanrob has joined #openstack-dev | 19:28 | |
*** odyssey4me6 has joined #openstack-dev | 19:29 | |
*** mlavalle has left #openstack-dev | 19:29 | |
*** melwitt has joined #openstack-dev | 19:31 | |
*** alop_ has joined #openstack-dev | 19:31 | |
*** adalbas has joined #openstack-dev | 19:31 | |
*** odyssey4me5 has quit IRC | 19:31 | |
*** alop has quit IRC | 19:32 | |
*** alop_ is now known as alop | 19:32 | |
*** odyssey4me6 has quit IRC | 19:33 | |
*** sulo_ has joined #openstack-dev | 19:34 | |
*** jeckersb_gone is now known as jeckersb | 19:34 | |
*** electrichead has joined #openstack-dev | 19:35 | |
*** dpippenger has joined #openstack-dev | 19:36 | |
*** michchap has quit IRC | 19:36 | |
openstackgerrit | A change was merged to openstack/nova: Fix tests for sqlalchemy utils https://review.openstack.org/30127 | 19:39 |
openstackgerrit | A change was merged to openstack/nova: Change db `deleted` column type utils https://review.openstack.org/28953 | 19:39 |
*** krtaylor has quit IRC | 19:39 | |
*** galstrom is now known as galstrom_zzz | 19:41 | |
*** jaypipes has quit IRC | 19:42 | |
*** alop has quit IRC | 19:42 | |
*** alop has joined #openstack-dev | 19:44 | |
*** seanrob has quit IRC | 19:44 | |
*** seanrob has joined #openstack-dev | 19:44 | |
*** melwitt has quit IRC | 19:44 | |
*** melwitt has joined #openstack-dev | 19:44 | |
*** electrichead has quit IRC | 19:44 | |
*** electrichead has joined #openstack-dev | 19:44 | |
*** cjwilson has joined #openstack-dev | 19:44 | |
*** colinmcnamara has joined #openstack-dev | 19:44 | |
*** lloydde has joined #openstack-dev | 19:45 | |
*** SergeyLukjanov has joined #openstack-dev | 19:46 | |
*** mlavalle has joined #openstack-dev | 19:48 | |
arosen | Hi, I have a quick question. It seems like when you start keystone-all it tries to talk to quantum and does a get ports. Seems really odd why this happens. | 19:48 |
*** sulo__ has joined #openstack-dev | 19:49 | |
*** sulo_ has quit IRC | 19:49 | |
dolphm_ | arosen: keystone shouldn't be talking to quantum at all | 19:49 |
*** terryh has quit IRC | 19:49 | |
*** seanrob_ has joined #openstack-dev | 19:50 | |
*** seanrob has quit IRC | 19:50 | |
*** jaypipes has joined #openstack-dev | 19:51 | |
*** drewlander has quit IRC | 19:51 | |
*** pmathews1 has joined #openstack-dev | 19:51 | |
*** pmathews has quit IRC | 19:51 | |
arosen | dolphm_: Hrm.. as soon as i start keystone-all quantum-server prints: http://codepad.org/VZPTvbhk | 19:52 |
*** drewlander has joined #openstack-dev | 19:54 | |
*** portante has quit IRC | 19:55 | |
*** pabelanger has quit IRC | 19:55 | |
dolphm_ | arosen: what user does that token belong to? | 20:01 |
*** mdomsch has joined #openstack-dev | 20:01 | |
*** dprince has quit IRC | 20:01 | |
*** radez is now known as radez_g0n3 | 20:02 | |
arosen | dolphm_: do i need to look in the db for that or is there a cli option? | 20:02 |
*** michchap has joined #openstack-dev | 20:02 | |
*** dcasier_ has quit IRC | 20:02 | |
dolphm_ | arosen: hmm... i don't think that's exposed via the CLI (although there is an API call for it) | 20:03 |
dolphm_ | arosen: check in the token backend ('token' table, if you're using sql) | 20:03 |
*** otherwiseguy has quit IRC | 20:05 | |
arosen | dolphm_: it says: "user": {"email": "admin@example.com", "tenantId": null, "enabled": true, "name": "admin", "id": "d0f6d8afa0da4f2b8bdb9fff2792058a"}, "tenant": {"enabled": true, "description": null, "name": "demo", "id": "532e9af73605471c9b4514bcaedce459"}, "metadata": {"roles": ["9c9a3b7a36594fae85ab50b9025623de"]}} | | 20:06 |
*** mdomsch has quit IRC | 20:06 | |
dolphm_ | arosen: is that the user you're using on the CLI? | 20:07 |
*** eglynn has joined #openstack-dev | 20:07 | |
*** tmclaugh[work] has quit IRC | 20:08 | |
*** dpippenger1 has joined #openstack-dev | 20:09 | |
*** afazekas has quit IRC | 20:11 | |
*** dpippenger has quit IRC | 20:11 | |
arosen | dolphm_: doh... sorry i'm dumb.. I had a terminal on my machine doing while [ 1 -eq 1 ] do quantum port-list done :/ | 20:12 |
*** dhellmann is now known as dhellmann-away | 20:13 | |
needscoffee | ayoung: I was thinking about the conversation we had last night regarding memcached token driver… does it makes sense to build a general memcache "caching" driver for TRL, Tokens, Trusts, etc that have a "fixed" lifespan and do the standard memcache model - eg. check memcache, if it isn't there hit the DB and cache. TRL is the only one that needs the advanced semantics to check an index/rebuild if required (holding the built TRL in mem | 20:15 |
*** michchap has quit IRC | 20:16 | |
*** eglynn has quit IRC | 20:16 | |
*** flaper87 has joined #openstack-dev | 20:17 | |
*** colinmcnamara has quit IRC | 20:21 | |
*** colinmcnamara has joined #openstack-dev | 20:21 | |
gyee | dolphm_, sorry I was afk, looking now | 20:21 |
dolphm_ | arosen: haha, i thought something was funky there :P | 20:22 |
dolphm_ | gyee: no worries, thanks | 20:22 |
*** SergeyLukjanov has quit IRC | 20:22 | |
arosen | dolphm_: :/ yea doing lsof and ps -eaf | grep wasn't exposing this was happening whoops. | 20:22 |
arosen | thanks though | 20:22 |
*** jpark_ has joined #openstack-dev | 20:23 | |
*** jpark has quit IRC | 20:23 | |
*** mikal has quit IRC | 20:28 | |
*** mikal has joined #openstack-dev | 20:29 | |
*** colinmcnamara has quit IRC | 20:31 | |
*** devoid has quit IRC | 20:31 | |
*** zodiak has quit IRC | 20:32 | |
dolphm_ | gyee: ayoung: easy one https://review.openstack.org/#/c/29731/ | 20:33 |
*** PaulM has joined #openstack-dev | 20:35 | |
gyee | nice, the list is sorted too :) | 20:36 |
*** eharney has quit IRC | 20:36 | |
*** rcleere has quit IRC | 20:38 | |
openstackgerrit | A change was merged to openstack/nova: Sync shadow table for 175 and 176 migration https://review.openstack.org/28954 | 20:38 |
*** devoid has joined #openstack-dev | 20:39 | |
*** michchap has joined #openstack-dev | 20:42 | |
*** colinmcnamara has joined #openstack-dev | 20:42 | |
*** zodiak has joined #openstack-dev | 20:43 | |
*** otherwiseguy has joined #openstack-dev | 20:43 | |
openstackgerrit | A change was merged to openstack/nova: Remove copy paste from 179 migration https://review.openstack.org/28955 | 20:44 |
openstackgerrit | A change was merged to openstack/nova: Sync shadow table for 179 migration https://review.openstack.org/28956 | 20:44 |
*** dolphm_ has quit IRC | 20:45 | |
*** PaulM has left #openstack-dev | 20:46 | |
*** rharwood has quit IRC | 20:48 | |
*** terryh has joined #openstack-dev | 20:50 | |
*** krtaylor has joined #openstack-dev | 20:52 | |
*** ayoung has quit IRC | 20:52 | |
openstackgerrit | A change was merged to openstack/cinder: Hack run_tests.sh to work with single tests again. https://review.openstack.org/30491 | 20:53 |
*** boris-42 has quit IRC | 20:55 | |
*** pabelanger_ has quit IRC | 20:55 | |
*** pabelanger has joined #openstack-dev | 20:56 | |
*** michchap has quit IRC | 20:56 | |
*** mfer has quit IRC | 20:58 | |
*** terryh has quit IRC | 20:59 | |
*** terryh has joined #openstack-dev | 21:00 | |
*** yolanda has quit IRC | 21:00 | |
*** jasondotstar has quit IRC | 21:01 | |
*** seanrob_ has quit IRC | 21:01 | |
*** tzumainn has quit IRC | 21:02 | |
*** dolphm has joined #openstack-dev | 21:06 | |
*** mfer_ has joined #openstack-dev | 21:06 | |
*** colinmcnamara has quit IRC | 21:06 | |
*** dolphm has quit IRC | 21:06 | |
*** dpippenger has joined #openstack-dev | 21:08 | |
*** kenperkins has quit IRC | 21:09 | |
*** dpippenger1 has quit IRC | 21:10 | |
*** mfer_ has quit IRC | 21:11 | |
*** colinmcnamara has joined #openstack-dev | 21:14 | |
*** shri has quit IRC | 21:14 | |
*** shri has joined #openstack-dev | 21:14 | |
*** terriyu has quit IRC | 21:14 | |
*** stevemar has quit IRC | 21:15 | |
*** terriyu has joined #openstack-dev | 21:16 | |
*** alunduil has joined #openstack-dev | 21:17 | |
*** eharney has joined #openstack-dev | 21:19 | |
*** electrichead has quit IRC | 21:20 | |
*** michchap has joined #openstack-dev | 21:22 | |
*** lorin1 has quit IRC | 21:24 | |
openstackgerrit | A change was merged to openstack/keystone: Cleanup docstrings (flake8 H401, H402, H403, H404) https://review.openstack.org/30478 | 21:25 |
*** eglynn has joined #openstack-dev | 21:28 | |
*** shri1 has joined #openstack-dev | 21:29 | |
*** cjwilson has quit IRC | 21:30 | |
*** shri has quit IRC | 21:30 | |
*** yidclare has quit IRC | 21:31 | |
*** cjwilson has joined #openstack-dev | 21:32 | |
*** cmagina has quit IRC | 21:32 | |
*** jpark_ has quit IRC | 21:32 | |
*** spzala has quit IRC | 21:33 | |
*** cmagina has joined #openstack-dev | 21:34 | |
*** alunch has quit IRC | 21:36 | |
*** michchap has quit IRC | 21:36 | |
*** aeperezt has quit IRC | 21:36 | |
*** dpippenger1 has joined #openstack-dev | 21:36 | |
*** aeperezt has joined #openstack-dev | 21:37 | |
*** eglynn has quit IRC | 21:38 | |
*** dpippenger has quit IRC | 21:39 | |
*** pcm___ has quit IRC | 21:41 | |
*** ayoung has joined #openstack-dev | 21:47 | |
*** flaper87 has quit IRC | 21:48 | |
*** maoy has quit IRC | 21:51 | |
*** terriyu has quit IRC | 21:51 | |
*** shri1 has quit IRC | 21:52 | |
*** pixelbeat has quit IRC | 21:56 | |
*** shri has joined #openstack-dev | 21:57 | |
*** redbeard2 has quit IRC | 21:58 | |
*** mrodden has quit IRC | 22:01 | |
*** michchap has joined #openstack-dev | 22:02 | |
*** mrodden has joined #openstack-dev | 22:02 | |
*** dpippenger1 has quit IRC | 22:03 | |
*** kbringard has quit IRC | 22:03 | |
*** epim has quit IRC | 22:04 | |
*** jergerber has quit IRC | 22:07 | |
*** yidclare has joined #openstack-dev | 22:09 | |
*** hartsocks has quit IRC | 22:09 | |
*** jvrbanac has quit IRC | 22:09 | |
*** devoid has quit IRC | 22:12 | |
*** alop has quit IRC | 22:13 | |
*** shri has quit IRC | 22:13 | |
*** colinmcnamara has quit IRC | 22:14 | |
*** alop has joined #openstack-dev | 22:14 | |
*** morazi has quit IRC | 22:14 | |
*** AnilV4 has quit IRC | 22:15 | |
*** shri has joined #openstack-dev | 22:16 | |
*** michchap has quit IRC | 22:16 | |
*** sungju has joined #openstack-dev | 22:16 | |
*** yograterol has quit IRC | 22:16 | |
*** sungju has quit IRC | 22:25 | |
*** openrk has joined #openstack-dev | 22:27 | |
*** yjiang5 has joined #openstack-dev | 22:27 | |
openrk | Hi, Any one know if lbaas is working in devstack. I installed devstack but could not get lbaas commands working for quantum. | 22:28 |
*** cmagina has quit IRC | 22:28 | |
*** FunnyLookinHat has quit IRC | 22:28 | |
*** cmagina has joined #openstack-dev | 22:29 | |
*** prad has quit IRC | 22:29 | |
*** mrodden has quit IRC | 22:30 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: log get_auth request url instead of x-storage-url https://review.openstack.org/30198 | 22:38 |
*** adjohn has joined #openstack-dev | 22:41 | |
*** jergerber has joined #openstack-dev | 22:42 | |
*** michchap has joined #openstack-dev | 22:42 | |
*** redbeard2 has joined #openstack-dev | 22:43 | |
*** openrk has left #openstack-dev | 22:44 | |
*** mdenny has quit IRC | 22:45 | |
*** drewland_ has joined #openstack-dev | 22:46 | |
*** Sm3lly has quit IRC | 22:46 | |
*** drewland_ has quit IRC | 22:46 | |
*** timjr has quit IRC | 22:48 | |
*** drewlander has quit IRC | 22:49 | |
*** alunch has joined #openstack-dev | 22:54 | |
*** michchap has quit IRC | 22:55 | |
*** cdub has quit IRC | 22:55 | |
*** cdub has joined #openstack-dev | 22:55 | |
*** devoid has joined #openstack-dev | 22:57 | |
*** carl_baldwin has quit IRC | 23:02 | |
*** rcleere has joined #openstack-dev | 23:04 | |
*** jergerber has quit IRC | 23:07 | |
*** datsun180b has quit IRC | 23:07 | |
*** otherwiseguy has quit IRC | 23:09 | |
*** jayg is now known as jayg|g0n3 | 23:11 | |
*** JonnyNomad has quit IRC | 23:15 | |
*** mlavalle has quit IRC | 23:17 | |
openstackgerrit | A change was merged to openstack/cinder: ModifyVolume attributes on Clone. https://review.openstack.org/30387 | 23:20 |
*** rcleere has quit IRC | 23:21 | |
*** michchap has joined #openstack-dev | 23:22 | |
*** reed has quit IRC | 23:23 | |
*** stevebaker has left #openstack-dev | 23:25 | |
*** Ng_ has joined #openstack-dev | 23:26 | |
*** Shrews has quit IRC | 23:26 | |
*** edleafe has quit IRC | 23:27 | |
*** edleafe has joined #openstack-dev | 23:28 | |
*** zb has joined #openstack-dev | 23:30 | |
*** zaneb has quit IRC | 23:32 | |
*** Ng has quit IRC | 23:33 | |
*** Ng_ is now known as Ng | 23:34 | |
*** michchap has quit IRC | 23:35 | |
*** andrewbogott is now known as andrewbogott_afk | 23:39 | |
*** alop has quit IRC | 23:46 | |
*** markwash has quit IRC | 23:47 | |
*** jaypipes has quit IRC | 23:50 | |
*** katylava has quit IRC | 23:51 | |
*** gyee has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!