*** salv-orlando has quit IRC | 00:00 | |
*** michchap has joined #openstack-dev | 00:02 | |
*** michchap has quit IRC | 00:02 | |
*** michchap has joined #openstack-dev | 00:03 | |
*** thunquest has quit IRC | 00:03 | |
*** jasdeepH has joined #openstack-dev | 00:04 | |
*** anteaya has quit IRC | 00:05 | |
*** tjones has quit IRC | 00:05 | |
*** mikal has quit IRC | 00:06 | |
*** beagles has quit IRC | 00:06 | |
*** tjones has joined #openstack-dev | 00:07 | |
*** mikal has joined #openstack-dev | 00:07 | |
*** tjones has quit IRC | 00:10 | |
*** lloydde has quit IRC | 00:11 | |
*** beagles has joined #openstack-dev | 00:12 | |
openstackgerrit | A change was merged to openstack/tempest: Orchestration tests to use admin user, demo tenant. https://review.openstack.org/35386 | 00:12 |
---|---|---|
openstackgerrit | A change was merged to openstack/keystone: Work without admin_token_auth middleware https://review.openstack.org/32976 | 00:13 |
openstackgerrit | A change was merged to openstack/nova: Avoid redefining host to none in get_instance_nw_info(...) https://review.openstack.org/32438 | 00:13 |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi: cleanup VM Installation https://review.openstack.org/33632 | 00:13 |
*** blues-man has quit IRC | 00:13 | |
*** colinmcnamara has quit IRC | 00:14 | |
*** ben_duyujie has quit IRC | 00:16 | |
*** sarob has joined #openstack-dev | 00:19 | |
*** safchain has quit IRC | 00:20 | |
ayoung | jeblair, I thin that has been a source of some confusion. We probably should have gone with v3.0 from the get go for consistency sake. | 00:22 |
*** galstrom is now known as galstrom_zzz | 00:23 | |
jeblair | ayoung: ok. but we went with "v3"? i'm not judging, just want to ensure accuracy. :) | 00:24 |
*** apcruz has quit IRC | 00:25 | |
ayoung | henrynash, really suggest that you start doing work on top of https://review.openstack.org/#/c/33745/ | 00:25 |
*** romcheg has joined #openstack-dev | 00:25 | |
ayoung | jeblair, yeah, although I think we are working a v3.0 in there as well | 00:25 |
*** romcheg has quit IRC | 00:26 | |
*** marun has joined #openstack-dev | 00:27 | |
henrynash | ayoung: yeah…gonna let that merge then rebase on master….I'm a chicken when it comes to rebasing on people's patches…I always get myself in a mess | 00:28 |
*** armax has quit IRC | 00:28 | |
*** sarob has quit IRC | 00:28 | |
*** yamahata has quit IRC | 00:32 | |
*** Adri2000 has quit IRC | 00:33 | |
*** sarob has joined #openstack-dev | 00:33 | |
*** Mandell has quit IRC | 00:33 | |
*** shang has quit IRC | 00:35 | |
*** tjones has joined #openstack-dev | 00:35 | |
*** Mandell has joined #openstack-dev | 00:36 | |
*** portante|afk is now known as portante | 00:37 | |
*** marun has quit IRC | 00:38 | |
*** Adri2000 has joined #openstack-dev | 00:39 | |
*** sleepsonthefloor has quit IRC | 00:41 | |
*** sarob has quit IRC | 00:43 | |
*** sarob has joined #openstack-dev | 00:43 | |
*** ken1ohmichi has joined #openstack-dev | 00:44 | |
*** jimfehlig has quit IRC | 00:46 | |
*** tjones has quit IRC | 00:47 | |
*** cp16net|away is now known as cp16net | 00:48 | |
*** sarob has quit IRC | 00:48 | |
*** cp16net is now known as cp16net|away | 00:48 | |
*** cp16net|away is now known as cp16net | 00:48 | |
*** bdpayne has quit IRC | 00:49 | |
*** anniec has joined #openstack-dev | 00:50 | |
*** adjohn has quit IRC | 00:55 | |
*** adjohn has joined #openstack-dev | 00:55 | |
*** fifieldt has joined #openstack-dev | 00:56 | |
ayoung | henrynash, it is not that hard. What I would do is this: get my code and then cherry pick your patch on top of it. It will complain about the errors. Move the roles based functions from keystone/identity to keystone/assignment and put a proxy function into keystone/identity/core.py Manager | 00:56 |
ayoung | henrynash, and you probably want to do that on top of my second patch: https://review.openstack.org/#/c/34967/ just to make sure you don;t have any rebase/merge issues later on | 00:57 |
*** adjohn has quit IRC | 01:00 | |
*** jasdeepH has quit IRC | 01:01 | |
*** gmurphy has quit IRC | 01:02 | |
ayoung | henrynash, if you do that, and then submit, I your will get outdated when I submit new patches, but you should be able to just push the "rebase" button to keep them in sync | 01:02 |
*** sthaha has quit IRC | 01:06 | |
*** erkules has quit IRC | 01:07 | |
gyee | henrynash, I always take a snapshot of my dev vm before rebase, in case sheep happens :) | 01:08 |
*** sthaha has joined #openstack-dev | 01:08 | |
*** anniec has quit IRC | 01:10 | |
*** Oneiroi has quit IRC | 01:13 | |
*** jamielennox|away is now known as jamielennox | 01:14 | |
*** Mandell has quit IRC | 01:15 | |
*** gmurphy has joined #openstack-dev | 01:18 | |
*** ken1ohmichi has quit IRC | 01:18 | |
*** adjohn has joined #openstack-dev | 01:20 | |
*** erkules has joined #openstack-dev | 01:21 | |
*** dosaboy_ has joined #openstack-dev | 01:22 | |
*** nati_ueno has quit IRC | 01:22 | |
ayoung | gyee, If a patch has been submitted for review, you don't even need to keep it in your local git repo, you can always fetch and branch to it. Why would you need to snapshot a vm? | 01:23 |
*** dosaboy has quit IRC | 01:26 | |
*** yaguang has joined #openstack-dev | 01:27 | |
gyee | ayoung, I've been through a few git rebase hells before, quickest way is to get out of it is revert a snapshot | 01:32 |
gyee | but yeah, clone and refetch would do I suppose | 01:32 |
ayoung | rebase --abort | 01:38 |
ayoung | always keep a branch to the pre-rebased codce, too | 01:38 |
*** jhesketh has joined #openstack-dev | 01:40 | |
*** asalkeld has quit IRC | 01:41 | |
*** gyee has quit IRC | 01:42 | |
*** _ffio_ has quit IRC | 01:43 | |
*** ffio has joined #openstack-dev | 01:44 | |
*** gongysh has joined #openstack-dev | 01:44 | |
*** leizhang has joined #openstack-dev | 01:47 | |
*** asalkeld has joined #openstack-dev | 01:54 | |
*** markwash has joined #openstack-dev | 01:55 | |
*** ben_duyujie has joined #openstack-dev | 01:55 | |
*** yamahata has joined #openstack-dev | 01:58 | |
*** emagana has quit IRC | 02:01 | |
*** reachlin has joined #openstack-dev | 02:04 | |
*** jasdeepH has joined #openstack-dev | 02:06 | |
jamielennox | ayoung: how close to https://wiki.openstack.org/wiki/Keystone/Trusts is the real thing? | 02:12 |
*** Oneiroi has joined #openstack-dev | 02:12 | |
jamielennox | badly worded, because i know the answer already | 02:12 |
jamielennox | ayoung: Should that page be updated to match what actually happens or are we moving towards that api | 02:12 |
*** rcleere has joined #openstack-dev | 02:13 | |
*** pixelbeat has quit IRC | 02:17 | |
*** gmurphy has quit IRC | 02:18 | |
*** novas0x2a|laptop has quit IRC | 02:20 | |
*** mdomsch has quit IRC | 02:21 | |
*** zul has joined #openstack-dev | 02:22 | |
*** READ10 has quit IRC | 02:23 | |
*** jbresnah has quit IRC | 02:25 | |
*** jbresnah has joined #openstack-dev | 02:25 | |
*** stevemar has joined #openstack-dev | 02:30 | |
*** gmurphy has joined #openstack-dev | 02:30 | |
*** cp16net is now known as cp16net|away | 02:35 | |
openstackgerrit | A change was merged to openstack/tempest: Add tests for server actions https://review.openstack.org/35596 | 02:37 |
*** jhesketh has quit IRC | 02:37 | |
openstackgerrit | A change was merged to openstack/nova: Imported Translations from Transifex https://review.openstack.org/36121 | 02:37 |
*** jhesketh_ has joined #openstack-dev | 02:37 | |
openstackgerrit | A change was merged to openstack/keystone: Move comments in front of dependencies https://review.openstack.org/36036 | 02:38 |
openstackgerrit | A change was merged to openstack-dev/devstack: Enable configuration of Identity API v3 https://review.openstack.org/34884 | 02:38 |
openstackgerrit | A change was merged to openstack-dev/devstack: Set the correct URLs in the version return data https://review.openstack.org/34889 | 02:40 |
openstackgerrit | A change was merged to openstack-dev/devstack: Enable all notifications update from Nova for Ceilometer https://review.openstack.org/35258 | 02:40 |
*** lbragstad has joined #openstack-dev | 02:40 | |
*** litong has quit IRC | 02:42 | |
*** zhuadl has joined #openstack-dev | 02:43 | |
*** alexxu has joined #openstack-dev | 02:50 | |
*** zhiyan has joined #openstack-dev | 02:51 | |
*** kushal has joined #openstack-dev | 02:52 | |
*** stevemar has quit IRC | 02:52 | |
*** Mandell has joined #openstack-dev | 02:52 | |
*** colinmcnamara has joined #openstack-dev | 02:53 | |
*** neelashah has joined #openstack-dev | 02:54 | |
*** souvik has joined #openstack-dev | 02:56 | |
*** zhiyan has quit IRC | 02:56 | |
*** otherwiseguy has joined #openstack-dev | 02:56 | |
*** SergeyLukjanov has joined #openstack-dev | 02:56 | |
*** neelashah1 has joined #openstack-dev | 03:01 | |
*** neelashah has quit IRC | 03:01 | |
*** jdurgin1 has quit IRC | 03:05 | |
*** bdpayne has joined #openstack-dev | 03:06 | |
*** emagana has joined #openstack-dev | 03:12 | |
*** lloydde has joined #openstack-dev | 03:13 | |
*** mdomsch has joined #openstack-dev | 03:15 | |
*** dperaza has quit IRC | 03:16 | |
*** emagana has quit IRC | 03:17 | |
*** lloydde has quit IRC | 03:17 | |
*** dguitarbite has joined #openstack-dev | 03:18 | |
*** sleepsonthefloor has joined #openstack-dev | 03:19 | |
*** bdpayne has quit IRC | 03:21 | |
*** zhuadl has quit IRC | 03:25 | |
*** adjohn has quit IRC | 03:26 | |
*** adjohn has joined #openstack-dev | 03:26 | |
*** cp16net|away is now known as cp16net | 03:27 | |
*** litong has joined #openstack-dev | 03:29 | |
*** souvik has quit IRC | 03:30 | |
*** portante is now known as portante|afk | 03:32 | |
*** martine_ has joined #openstack-dev | 03:34 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Sync install_venv_common from oslo https://review.openstack.org/35937 | 03:34 |
*** martine_ has quit IRC | 03:39 | |
*** portante|afk is now known as portante | 03:40 | |
*** zodiak has joined #openstack-dev | 03:41 | |
*** reachlin has quit IRC | 03:51 | |
*** reachlin has joined #openstack-dev | 03:51 | |
*** zhuadl has joined #openstack-dev | 03:52 | |
*** colinmcnamara has quit IRC | 03:58 | |
*** martine has joined #openstack-dev | 03:58 | |
*** martine is now known as Guest38058 | 03:59 | |
*** andrewbogott_afk is now known as andrewbogott | 04:01 | |
*** souvik has joined #openstack-dev | 04:01 | |
*** sushils has quit IRC | 04:03 | |
*** emagana has joined #openstack-dev | 04:07 | |
*** sushils has joined #openstack-dev | 04:08 | |
*** portante is now known as portante|afk | 04:10 | |
*** litong has quit IRC | 04:10 | |
*** bdpayne has joined #openstack-dev | 04:14 | |
*** souvik has quit IRC | 04:15 | |
*** souvik has joined #openstack-dev | 04:15 | |
*** redbeard2 has joined #openstack-dev | 04:16 | |
*** jhesketh_ has quit IRC | 04:18 | |
*** jasdeepH has quit IRC | 04:20 | |
*** neelashah1 has quit IRC | 04:24 | |
*** mrunge has joined #openstack-dev | 04:25 | |
*** jasdeepH has joined #openstack-dev | 04:34 | |
*** terriyu has quit IRC | 04:35 | |
*** jasdeepH has quit IRC | 04:36 | |
*** jasdeepH has joined #openstack-dev | 04:41 | |
*** rcleere has quit IRC | 04:42 | |
*** radsy has quit IRC | 04:44 | |
*** kushal has quit IRC | 04:44 | |
*** boris-42 has joined #openstack-dev | 04:45 | |
*** prekarat has joined #openstack-dev | 04:46 | |
*** prekarat has quit IRC | 04:50 | |
openstackgerrit | A change was merged to openstack-dev/devstack: More neutron renames https://review.openstack.org/36126 | 04:51 |
*** emagana has quit IRC | 04:51 | |
*** vartom has joined #openstack-dev | 04:55 | |
*** jasdeepH has quit IRC | 04:56 | |
*** kushal has joined #openstack-dev | 04:57 | |
*** henrynash has quit IRC | 04:57 | |
*** vipul is now known as vipul-away | 04:58 | |
*** afazekas has joined #openstack-dev | 05:03 | |
*** sarob has joined #openstack-dev | 05:05 | |
*** prekarat has joined #openstack-dev | 05:05 | |
*** vartom has quit IRC | 05:07 | |
*** jasdeepH has joined #openstack-dev | 05:09 | |
*** bdpayne has quit IRC | 05:23 | |
*** aeperezt has quit IRC | 05:25 | |
*** zaitcev has quit IRC | 05:25 | |
*** rwsu-away has quit IRC | 05:31 | |
*** andrewbogott is now known as andrewbogott_afk | 05:34 | |
*** bdpayne has joined #openstack-dev | 05:35 | |
*** otherwiseguy has quit IRC | 05:37 | |
*** burris has quit IRC | 05:37 | |
*** jasdeepH has quit IRC | 05:38 | |
*** jasdeepH has joined #openstack-dev | 05:39 | |
*** ondergetekende_ has joined #openstack-dev | 05:40 | |
*** ondergetekende_ has quit IRC | 05:41 | |
*** navid_ has joined #openstack-dev | 05:41 | |
*** asalkeld has quit IRC | 05:42 | |
*** SergeyLukjanov has quit IRC | 05:42 | |
*** cmark has joined #openstack-dev | 05:43 | |
*** Guest38058 has quit IRC | 05:46 | |
*** jergerber has quit IRC | 05:47 | |
*** kaushikc has joined #openstack-dev | 05:47 | |
*** rwsu has joined #openstack-dev | 05:48 | |
*** dosaboy has joined #openstack-dev | 05:48 | |
*** kaushikc has quit IRC | 05:49 | |
*** sarob has quit IRC | 05:49 | |
*** dosaboy_ has quit IRC | 05:51 | |
*** otherwiseguy has joined #openstack-dev | 05:54 | |
*** zhuadl has quit IRC | 05:56 | |
*** mrunge has quit IRC | 06:04 | |
*** zhuadl has joined #openstack-dev | 06:04 | |
*** Ryan_Lane has quit IRC | 06:05 | |
*** akamyshnikova has joined #openstack-dev | 06:08 | |
*** eglynn has joined #openstack-dev | 06:10 | |
*** tzumainn has quit IRC | 06:12 | |
*** mrunge has joined #openstack-dev | 06:17 | |
*** SergeyLukjanov has joined #openstack-dev | 06:25 | |
*** souvik1 has joined #openstack-dev | 06:26 | |
*** bdpayne has quit IRC | 06:26 | |
*** sungju has quit IRC | 06:27 | |
*** souvik has quit IRC | 06:27 | |
*** prajna has joined #openstack-dev | 06:30 | |
*** jcoufal has joined #openstack-dev | 06:30 | |
*** prajna has left #openstack-dev | 06:31 | |
*** yolanda has joined #openstack-dev | 06:31 | |
*** taziden has joined #openstack-dev | 06:35 | |
*** riskable has quit IRC | 06:35 | |
*** comay has quit IRC | 06:36 | |
*** NetworkStatic has quit IRC | 06:40 | |
*** riskable has joined #openstack-dev | 06:41 | |
*** psedlak has joined #openstack-dev | 06:42 | |
*** afazekas_ has joined #openstack-dev | 06:49 | |
*** pschaef has joined #openstack-dev | 06:50 | |
*** jasdeepH has joined #openstack-dev | 06:50 | |
*** jasdeepH has quit IRC | 06:55 | |
*** afazekas_ has quit IRC | 06:55 | |
*** jprovazn has joined #openstack-dev | 06:58 | |
*** sarob has joined #openstack-dev | 07:00 | |
*** psedlak has quit IRC | 07:00 | |
*** reidrac has joined #openstack-dev | 07:02 | |
*** sarob has quit IRC | 07:05 | |
*** pasquier-s has joined #openstack-dev | 07:05 | |
*** zhuadl has quit IRC | 07:07 | |
*** alunduil has quit IRC | 07:08 | |
*** sushils has quit IRC | 07:11 | |
ttx | ayoung: yeah, in all cases we'd avoid having keystone and security on the same day. Which was the original plan for the Havana summit, but days were switched later | 07:12 |
obondarev | cyeoh: ping | 07:12 |
*** afazekas_ has joined #openstack-dev | 07:13 | |
*** zhuadl has joined #openstack-dev | 07:13 | |
*** psedlak has joined #openstack-dev | 07:16 | |
*** xqueralt-afk is now known as xqueralt | 07:18 | |
*** ifarkas has joined #openstack-dev | 07:19 | |
*** ifarkas has quit IRC | 07:21 | |
zyluo | yaguang, do you have experience with cells? | 07:25 |
yaguang | zyluo,yes | 07:25 |
yaguang | zyluo, I have tested it before | 07:26 |
openstackgerrit | A change was merged to openstack/neutron: Divide dhcp and l3 agent scheduling into separate extensions https://review.openstack.org/35266 | 07:26 |
*** jgallard has joined #openstack-dev | 07:27 | |
*** mmagr has joined #openstack-dev | 07:27 | |
*** ifarkas has joined #openstack-dev | 07:27 | |
alexxu | mikal, Could you help me approve this https://review.openstack.org/#/c/33970/ when you have time. This patch just rebase after approved. | 07:29 |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/36122 | 07:30 |
*** tkammer has joined #openstack-dev | 07:30 | |
*** sheeprine has quit IRC | 07:31 | |
*** ema has joined #openstack-dev | 07:31 | |
*** ema has joined #openstack-dev | 07:31 | |
*** salv-orlando has joined #openstack-dev | 07:33 | |
*** vartom has joined #openstack-dev | 07:35 | |
*** vandermerwe_afk is now known as vandermerwe | 07:35 | |
mikal | alexxu: jenkins is angry on that one, I have requested a recheck | 07:38 |
alexxu | mikal, thanks! | 07:38 |
*** Mandell has quit IRC | 07:43 | |
*** jtomasek has joined #openstack-dev | 07:44 | |
*** arezmerita has joined #openstack-dev | 07:48 | |
*** safchain has joined #openstack-dev | 07:49 | |
*** adam_g` has joined #openstack-dev | 07:51 | |
*** jgallard has quit IRC | 07:51 | |
*** jgallard has joined #openstack-dev | 07:52 | |
*** boris-42 has quit IRC | 07:52 | |
*** adam_g has quit IRC | 07:53 | |
*** adam_g` has quit IRC | 07:53 | |
*** JordanP has joined #openstack-dev | 07:54 | |
*** Max has joined #openstack-dev | 07:54 | |
*** Max is now known as Guest82714 | 07:54 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Log cms_verify issues as warnings (not errors). https://review.openstack.org/32716 | 07:58 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Allow tenant ID for authentication https://review.openstack.org/35116 | 07:58 |
openstackgerrit | A change was merged to openstack/glance: Add image id to the logging message for upload https://review.openstack.org/36114 | 07:58 |
*** arezmerita_ has joined #openstack-dev | 08:00 | |
*** athomas has joined #openstack-dev | 08:00 | |
*** derekh has joined #openstack-dev | 08:01 | |
*** arezmerita has quit IRC | 08:02 | |
*** zaneb has joined #openstack-dev | 08:04 | |
*** nascency has joined #openstack-dev | 08:06 | |
*** safchain has quit IRC | 08:07 | |
*** safchain has joined #openstack-dev | 08:07 | |
*** alunduil has joined #openstack-dev | 08:09 | |
*** adam_g has joined #openstack-dev | 08:11 | |
*** adam_g has joined #openstack-dev | 08:11 | |
*** dguitarbite has quit IRC | 08:13 | |
*** alexxu has quit IRC | 08:13 | |
*** Alexei_987 has joined #openstack-dev | 08:16 | |
*** lucasagomes has joined #openstack-dev | 08:16 | |
*** pixelbeat has joined #openstack-dev | 08:18 | |
*** johnthetubaguy has joined #openstack-dev | 08:20 | |
*** sheeprine has joined #openstack-dev | 08:24 | |
*** bashok has joined #openstack-dev | 08:25 | |
*** dguitarbite has joined #openstack-dev | 08:25 | |
*** koolhead17 has quit IRC | 08:30 | |
*** martyntaylor has joined #openstack-dev | 08:30 | |
*** johnthetubaguy has quit IRC | 08:34 | |
*** danpb has joined #openstack-dev | 08:39 | |
*** kaushikc has joined #openstack-dev | 08:44 | |
*** JordanP has quit IRC | 08:47 | |
*** sushils has joined #openstack-dev | 08:47 | |
*** romcheg has joined #openstack-dev | 08:48 | |
*** romcheg has left #openstack-dev | 08:49 | |
*** wfoster is now known as wfoster_afk | 08:49 | |
*** iartarisi has joined #openstack-dev | 08:50 | |
*** zyluo has quit IRC | 08:52 | |
*** mikal has quit IRC | 08:53 | |
*** mikal has joined #openstack-dev | 08:54 | |
*** boris-42 has joined #openstack-dev | 08:55 | |
*** jgallard has quit IRC | 08:55 | |
*** jgallard has joined #openstack-dev | 08:56 | |
*** souvik has joined #openstack-dev | 08:59 | |
*** JordanP has joined #openstack-dev | 08:59 | |
*** safchain has quit IRC | 08:59 | |
*** wfoster_afk is now known as wfoster | 08:59 | |
*** prekarat1 has joined #openstack-dev | 09:00 | |
*** toabctl_ has quit IRC | 09:01 | |
*** souvik1 has quit IRC | 09:02 | |
*** sride has joined #openstack-dev | 09:02 | |
*** prekarat has quit IRC | 09:02 | |
*** dklyle has joined #openstack-dev | 09:04 | |
*** egallen has joined #openstack-dev | 09:06 | |
*** thingee_ has joined #openstack-dev | 09:07 | |
*** KA` has joined #openstack-dev | 09:09 | |
*** rods1 has joined #openstack-dev | 09:10 | |
*** michchap has quit IRC | 09:10 | |
*** ben_duyujie has quit IRC | 09:11 | |
*** david-lyle has quit IRC | 09:12 | |
*** mordred has quit IRC | 09:12 | |
*** dragondm has quit IRC | 09:12 | |
*** ivoks has quit IRC | 09:12 | |
*** lcheng has quit IRC | 09:12 | |
*** KA has quit IRC | 09:12 | |
*** rch has quit IRC | 09:12 | |
*** thingee has quit IRC | 09:12 | |
*** jduhamel has quit IRC | 09:12 | |
*** jeremyb has quit IRC | 09:12 | |
*** jd__ has quit IRC | 09:12 | |
*** rmk has quit IRC | 09:12 | |
*** _cerberus_ has quit IRC | 09:12 | |
*** mattjoyce has quit IRC | 09:12 | |
*** kaushikc has quit IRC | 09:12 | |
*** nascency has quit IRC | 09:12 | |
*** derekh has quit IRC | 09:12 | |
*** pasquier-s has quit IRC | 09:12 | |
*** jprovazn has quit IRC | 09:12 | |
*** eglynn has quit IRC | 09:12 | |
*** yamahata has quit IRC | 09:12 | |
*** gordc has quit IRC | 09:12 | |
*** jog0 has quit IRC | 09:12 | |
*** jculp has quit IRC | 09:12 | |
*** s2r2 has quit IRC | 09:12 | |
*** ayoung has quit IRC | 09:12 | |
*** matiu has quit IRC | 09:12 | |
*** morazi has quit IRC | 09:12 | |
*** aloga has quit IRC | 09:12 | |
*** yuanz has quit IRC | 09:12 | |
*** rongze has quit IRC | 09:12 | |
*** jgallard has quit IRC | 09:12 | |
*** bashok has quit IRC | 09:12 | |
*** Guest82714 has quit IRC | 09:12 | |
*** reidrac has quit IRC | 09:12 | |
*** mdomsch has quit IRC | 09:12 | |
*** sthaha has quit IRC | 09:12 | |
*** cliu has quit IRC | 09:12 | |
*** locke105 has quit IRC | 09:12 | |
*** rcrit has quit IRC | 09:12 | |
*** amotoki has quit IRC | 09:12 | |
*** yongli has quit IRC | 09:12 | |
*** mattmalesky has quit IRC | 09:12 | |
*** adepti37 has quit IRC | 09:12 | |
*** ek6 has quit IRC | 09:12 | |
*** xBytez has quit IRC | 09:12 | |
*** swifterdarrell has quit IRC | 09:12 | |
*** akscram has quit IRC | 09:12 | |
*** xarg has quit IRC | 09:12 | |
*** guitarzan has quit IRC | 09:12 | |
*** nachi__ has quit IRC | 09:12 | |
*** HenryG has quit IRC | 09:12 | |
*** swaT30 has quit IRC | 09:12 | |
*** akshayms_ has quit IRC | 09:12 | |
*** luis_ has quit IRC | 09:12 | |
*** gmoro_ has quit IRC | 09:12 | |
*** sandeepr has quit IRC | 09:12 | |
*** Tedster has quit IRC | 09:12 | |
*** maurosr has quit IRC | 09:12 | |
*** lon has quit IRC | 09:12 | |
*** redbo has quit IRC | 09:12 | |
*** jeblair has quit IRC | 09:12 | |
*** CrackerJackMack has quit IRC | 09:12 | |
*** gaelL_ has quit IRC | 09:12 | |
*** Adri2000 has quit IRC | 09:12 | |
*** shadower has quit IRC | 09:12 | |
*** djinni_ has quit IRC | 09:12 | |
*** juice has quit IRC | 09:12 | |
*** rosmaita_ has quit IRC | 09:12 | |
*** cp16net has quit IRC | 09:12 | |
*** sileht has quit IRC | 09:12 | |
*** briancline has quit IRC | 09:12 | |
*** jdurgin has quit IRC | 09:12 | |
*** ttx has quit IRC | 09:12 | |
*** crazed has quit IRC | 09:12 | |
*** galstrom_zzz has quit IRC | 09:12 | |
*** cyeoh has quit IRC | 09:12 | |
*** redthrux_ has quit IRC | 09:12 | |
*** rootard has quit IRC | 09:12 | |
*** samalba has quit IRC | 09:12 | |
*** danjared_ has quit IRC | 09:12 | |
*** jcannava has quit IRC | 09:12 | |
*** benonsoftware has quit IRC | 09:12 | |
*** mirrorbox has quit IRC | 09:12 | |
*** jecarey has quit IRC | 09:12 | |
*** dachary has quit IRC | 09:12 | |
*** kvad has quit IRC | 09:12 | |
*** Guest76948 has quit IRC | 09:12 | |
*** edleafe has quit IRC | 09:12 | |
*** rgoodwin has quit IRC | 09:12 | |
*** rackerjoe has quit IRC | 09:12 | |
*** cweidenkeller has quit IRC | 09:12 | |
*** EntropyWorks has quit IRC | 09:12 | |
*** jcooley has quit IRC | 09:12 | |
*** arosen1 has quit IRC | 09:12 | |
*** xmltok_ has quit IRC | 09:12 | |
*** ajyounge has quit IRC | 09:12 | |
*** ndipanov has quit IRC | 09:12 | |
*** Shrews has quit IRC | 09:12 | |
*** al-maisan has quit IRC | 09:12 | |
*** zoresvit has quit IRC | 09:12 | |
*** rpodolyaka has quit IRC | 09:12 | |
*** dims has quit IRC | 09:12 | |
*** esmute has quit IRC | 09:12 | |
*** haleyb has quit IRC | 09:12 | |
*** simo has quit IRC | 09:12 | |
*** dtroyer has quit IRC | 09:12 | |
*** jasper22 has quit IRC | 09:12 | |
*** mdenny has quit IRC | 09:12 | |
*** jamespage has quit IRC | 09:12 | |
*** doude has quit IRC | 09:12 | |
*** jaypipes has quit IRC | 09:12 | |
*** rods has quit IRC | 09:12 | |
*** uvirtbot has quit IRC | 09:12 | |
*** xarg__ is now known as xarg | 09:12 | |
*** ben_duyujie has joined #openstack-dev | 09:12 | |
*** Adri2000 has joined #openstack-dev | 09:13 | |
*** shadower has joined #openstack-dev | 09:13 | |
*** djinni_ has joined #openstack-dev | 09:13 | |
*** juice has joined #openstack-dev | 09:13 | |
*** rosmaita_ has joined #openstack-dev | 09:13 | |
*** cp16net has joined #openstack-dev | 09:13 | |
*** sileht has joined #openstack-dev | 09:13 | |
*** briancline has joined #openstack-dev | 09:13 | |
*** jdurgin has joined #openstack-dev | 09:13 | |
*** ttx has joined #openstack-dev | 09:13 | |
*** crazed has joined #openstack-dev | 09:13 | |
*** galstrom_zzz has joined #openstack-dev | 09:13 | |
*** cyeoh has joined #openstack-dev | 09:13 | |
*** redthrux_ has joined #openstack-dev | 09:13 | |
*** rackerjoe has joined #openstack-dev | 09:13 | |
*** rootard has joined #openstack-dev | 09:13 | |
*** samalba has joined #openstack-dev | 09:13 | |
*** danjared_ has joined #openstack-dev | 09:13 | |
*** jcannava has joined #openstack-dev | 09:13 | |
*** benonsoftware has joined #openstack-dev | 09:13 | |
*** mirrorbox has joined #openstack-dev | 09:13 | |
*** jecarey has joined #openstack-dev | 09:13 | |
*** dachary has joined #openstack-dev | 09:13 | |
*** kvad has joined #openstack-dev | 09:13 | |
*** Guest76948 has joined #openstack-dev | 09:13 | |
*** edleafe has joined #openstack-dev | 09:13 | |
*** rgoodwin has joined #openstack-dev | 09:13 | |
*** cweidenkeller has joined #openstack-dev | 09:13 | |
*** EntropyWorks has joined #openstack-dev | 09:13 | |
*** jcooley has joined #openstack-dev | 09:13 | |
*** ben_duyujie has quit IRC | 09:13 | |
*** ben_duyujie has joined #openstack-dev | 09:14 | |
*** michchap_ has joined #openstack-dev | 09:15 | |
*** jgallard has joined #openstack-dev | 09:15 | |
*** toabctl has joined #openstack-dev | 09:15 | |
*** kaushikc has joined #openstack-dev | 09:15 | |
*** bashok has joined #openstack-dev | 09:15 | |
*** nascency has joined #openstack-dev | 09:15 | |
*** derekh has joined #openstack-dev | 09:15 | |
*** Guest82714 has joined #openstack-dev | 09:15 | |
*** pasquier-s has joined #openstack-dev | 09:15 | |
*** reidrac has joined #openstack-dev | 09:15 | |
*** jprovazn has joined #openstack-dev | 09:15 | |
*** eglynn has joined #openstack-dev | 09:15 | |
*** mdomsch has joined #openstack-dev | 09:15 | |
*** yamahata has joined #openstack-dev | 09:15 | |
*** sthaha has joined #openstack-dev | 09:15 | |
*** cliu has joined #openstack-dev | 09:15 | |
*** gordc has joined #openstack-dev | 09:15 | |
*** locke105 has joined #openstack-dev | 09:15 | |
*** rcrit has joined #openstack-dev | 09:15 | |
*** jog0 has joined #openstack-dev | 09:15 | |
*** amotoki has joined #openstack-dev | 09:15 | |
*** jculp has joined #openstack-dev | 09:15 | |
*** yongli has joined #openstack-dev | 09:15 | |
*** s2r2 has joined #openstack-dev | 09:15 | |
*** arosen1 has joined #openstack-dev | 09:15 | |
*** xmltok_ has joined #openstack-dev | 09:15 | |
*** ajyounge has joined #openstack-dev | 09:15 | |
*** rpodolyaka has joined #openstack-dev | 09:15 | |
*** ayoung has joined #openstack-dev | 09:15 | |
*** matiu has joined #openstack-dev | 09:15 | |
*** morazi has joined #openstack-dev | 09:15 | |
*** rongze has joined #openstack-dev | 09:15 | |
*** ndipanov has joined #openstack-dev | 09:15 | |
*** aloga has joined #openstack-dev | 09:15 | |
*** yuanz has joined #openstack-dev | 09:15 | |
*** Shrews has joined #openstack-dev | 09:15 | |
*** al-maisan has joined #openstack-dev | 09:15 | |
*** zoresvit has joined #openstack-dev | 09:15 | |
*** dims has joined #openstack-dev | 09:15 | |
*** esmute has joined #openstack-dev | 09:15 | |
*** haleyb has joined #openstack-dev | 09:15 | |
*** simo has joined #openstack-dev | 09:15 | |
*** dtroyer has joined #openstack-dev | 09:15 | |
*** jasper22 has joined #openstack-dev | 09:15 | |
*** mdenny has joined #openstack-dev | 09:15 | |
*** jamespage has joined #openstack-dev | 09:15 | |
*** mattmalesky has joined #openstack-dev | 09:15 | |
*** doude has joined #openstack-dev | 09:15 | |
*** adepti37 has joined #openstack-dev | 09:15 | |
*** ek6 has joined #openstack-dev | 09:15 | |
*** xBytez has joined #openstack-dev | 09:15 | |
*** jaypipes has joined #openstack-dev | 09:15 | |
*** rods has joined #openstack-dev | 09:15 | |
*** uvirtbot has joined #openstack-dev | 09:15 | |
*** swifterdarrell has joined #openstack-dev | 09:15 | |
*** akscram has joined #openstack-dev | 09:15 | |
*** 65MAAKIVM has joined #openstack-dev | 09:15 | |
*** guitarzan has joined #openstack-dev | 09:15 | |
*** nachi__ has joined #openstack-dev | 09:15 | |
*** HenryG has joined #openstack-dev | 09:15 | |
*** swaT30 has joined #openstack-dev | 09:15 | |
*** akshayms_ has joined #openstack-dev | 09:15 | |
*** mordred has joined #openstack-dev | 09:15 | |
*** dragondm has joined #openstack-dev | 09:15 | |
*** ivoks has joined #openstack-dev | 09:15 | |
*** luis_ has joined #openstack-dev | 09:15 | |
*** gmoro_ has joined #openstack-dev | 09:15 | |
*** maurosr has joined #openstack-dev | 09:15 | |
*** sandeepr has joined #openstack-dev | 09:15 | |
*** Tedster has joined #openstack-dev | 09:15 | |
*** lon has joined #openstack-dev | 09:15 | |
*** redbo has joined #openstack-dev | 09:15 | |
*** lcheng has joined #openstack-dev | 09:15 | |
*** jeblair has joined #openstack-dev | 09:15 | |
*** CrackerJackMack has joined #openstack-dev | 09:15 | |
*** gaelL_ has joined #openstack-dev | 09:15 | |
*** rch has joined #openstack-dev | 09:15 | |
*** mattjoyce has joined #openstack-dev | 09:15 | |
*** jduhamel has joined #openstack-dev | 09:15 | |
*** jeremyb has joined #openstack-dev | 09:15 | |
*** jd__ has joined #openstack-dev | 09:15 | |
*** rmk has joined #openstack-dev | 09:15 | |
*** _cerberus_ has joined #openstack-dev | 09:15 | |
*** rpodolyaka has left #openstack-dev | 09:17 | |
*** lcheng has quit IRC | 09:26 | |
*** lcheng has joined #openstack-dev | 09:27 | |
*** safchain has joined #openstack-dev | 09:27 | |
*** ivoks has quit IRC | 09:28 | |
*** ivoks has joined #openstack-dev | 09:28 | |
*** jbresnah has quit IRC | 09:28 | |
*** alunduil has quit IRC | 09:33 | |
*** asalkeld has joined #openstack-dev | 09:44 | |
*** ffio_ has joined #openstack-dev | 09:45 | |
*** ffio has quit IRC | 09:45 | |
*** egallen has quit IRC | 09:45 | |
*** tomoe_ has joined #openstack-dev | 09:46 | |
*** souvik has quit IRC | 09:48 | |
openstackgerrit | A change was merged to openstack/nova: Port extended-availability-zone API into v3 part1 https://review.openstack.org/33981 | 09:49 |
openstackgerrit | A change was merged to openstack/tempest: Use the same logger class in all test cases https://review.openstack.org/35611 | 09:50 |
openstackgerrit | A change was merged to openstack/nova: Preserve network order when using ConfigDrive https://review.openstack.org/33682 | 09:50 |
*** souvik has joined #openstack-dev | 09:51 | |
*** zhuadl has quit IRC | 09:51 | |
*** alunduil has joined #openstack-dev | 09:52 | |
*** pixelbeat has quit IRC | 09:55 | |
*** pixelbeat has joined #openstack-dev | 09:57 | |
*** jgallard has quit IRC | 09:59 | |
*** jgallard has joined #openstack-dev | 10:00 | |
*** tomoe_ has quit IRC | 10:00 | |
*** tomoe_ has joined #openstack-dev | 10:00 | |
*** rods1 has quit IRC | 10:02 | |
*** ben_duyujie has quit IRC | 10:04 | |
*** tomoe_ has quit IRC | 10:04 | |
*** JordanP has quit IRC | 10:12 | |
*** portante|afk is now known as portante | 10:12 | |
*** JordanP has joined #openstack-dev | 10:13 | |
*** alunduil has quit IRC | 10:14 | |
*** prekarat has joined #openstack-dev | 10:17 | |
*** prekarat1 has quit IRC | 10:18 | |
*** dguitarbite has quit IRC | 10:20 | |
*** zoresvit has quit IRC | 10:28 | |
*** zoresvit has joined #openstack-dev | 10:30 | |
*** arezmerita_ has quit IRC | 10:34 | |
*** sungju has joined #openstack-dev | 10:36 | |
*** sungju has quit IRC | 10:37 | |
*** egallen has joined #openstack-dev | 10:39 | |
*** mikal has quit IRC | 10:39 | |
*** jdennis1 has quit IRC | 10:40 | |
*** mikal has joined #openstack-dev | 10:41 | |
*** portante is now known as portante|afk | 10:43 | |
*** markmc has joined #openstack-dev | 10:45 | |
*** portante|afk is now known as portante | 10:45 | |
*** prekarat has quit IRC | 10:46 | |
*** sarob has joined #openstack-dev | 10:46 | |
*** egallen has quit IRC | 10:49 | |
*** egallen has joined #openstack-dev | 10:50 | |
*** sarob has quit IRC | 10:51 | |
*** egallen has quit IRC | 10:51 | |
*** sandeepr has quit IRC | 10:53 | |
*** BobBall_ is now known as Bobba | 10:55 | |
*** jasper22_ has joined #openstack-dev | 10:56 | |
*** reachlin has quit IRC | 10:58 | |
*** jgallard has quit IRC | 10:59 | |
*** jasper22 has quit IRC | 10:59 | |
*** mikal has quit IRC | 11:00 | |
*** mikal has joined #openstack-dev | 11:01 | |
*** gongysh has quit IRC | 11:02 | |
*** radez_g0n3 is now known as radez | 11:03 | |
*** zhuadl has joined #openstack-dev | 11:06 | |
*** topol has joined #openstack-dev | 11:09 | |
*** sandeepr has joined #openstack-dev | 11:11 | |
*** sandeepr has quit IRC | 11:13 | |
*** sarob has joined #openstack-dev | 11:17 | |
*** mrunge has quit IRC | 11:17 | |
*** mrunge has joined #openstack-dev | 11:18 | |
openstackgerrit | A change was merged to openstack/nova: libvirt fix resize/migrates with swap or ephemeral https://review.openstack.org/33007 | 11:20 |
*** adjohn has quit IRC | 11:20 | |
*** lucasagomes is now known as lucas-hungry | 11:22 | |
*** bashok has quit IRC | 11:26 | |
*** tmclaugh[work] has joined #openstack-dev | 11:27 | |
*** bashok has joined #openstack-dev | 11:27 | |
*** tmclaugh[work] has quit IRC | 11:27 | |
*** romcheg1 has joined #openstack-dev | 11:34 | |
*** doude has quit IRC | 11:37 | |
*** doude has joined #openstack-dev | 11:38 | |
*** arezmerita_ has joined #openstack-dev | 11:38 | |
*** sheeprine has quit IRC | 11:40 | |
*** sheeprine has joined #openstack-dev | 11:42 | |
*** sheeprine has joined #openstack-dev | 11:42 | |
*** romcheg has joined #openstack-dev | 11:46 | |
*** portante is now known as portante|afk | 11:46 | |
*** mrunge has quit IRC | 11:46 | |
*** romcheg1 has quit IRC | 11:50 | |
*** bashok has quit IRC | 11:51 | |
*** romcheg has left #openstack-dev | 11:54 | |
*** johnthetubaguy has joined #openstack-dev | 11:54 | |
*** dkehn has joined #openstack-dev | 11:55 | |
*** FunnyLookinHat has joined #openstack-dev | 11:56 | |
*** zoresvit has quit IRC | 11:58 | |
*** zoresvit has joined #openstack-dev | 11:59 | |
*** athomas has quit IRC | 11:59 | |
*** FunnyLookinHat has quit IRC | 12:02 | |
*** sarob has quit IRC | 12:03 | |
*** gargya has joined #openstack-dev | 12:03 | |
*** corXi has joined #openstack-dev | 12:06 | |
*** athomas has joined #openstack-dev | 12:06 | |
*** KA` is now known as KA | 12:07 | |
*** FunnyLookinHat has joined #openstack-dev | 12:07 | |
*** egallen has joined #openstack-dev | 12:10 | |
*** egallen has quit IRC | 12:15 | |
*** marun has joined #openstack-dev | 12:17 | |
*** mmagr has quit IRC | 12:22 | |
*** mmagr has joined #openstack-dev | 12:24 | |
*** morazi has quit IRC | 12:27 | |
*** sandeepr has joined #openstack-dev | 12:28 | |
*** marun has quit IRC | 12:28 | |
*** sandywalsh has quit IRC | 12:29 | |
*** adjohn has joined #openstack-dev | 12:31 | |
*** dprince has joined #openstack-dev | 12:32 | |
*** lbragstad has quit IRC | 12:36 | |
*** adjohn has quit IRC | 12:37 | |
*** Guest38058 has joined #openstack-dev | 12:42 | |
*** sandywalsh has joined #openstack-dev | 12:42 | |
*** lucas-hungry is now known as lucasagomes | 12:46 | |
*** alunduil has joined #openstack-dev | 12:50 | |
*** mkollaro has joined #openstack-dev | 12:51 | |
*** kushal has quit IRC | 12:52 | |
*** souvik has quit IRC | 12:53 | |
*** redbeard2 has quit IRC | 12:55 | |
*** sride has quit IRC | 12:56 | |
*** gargya_ has joined #openstack-dev | 12:57 | |
*** drewland_ has joined #openstack-dev | 12:58 | |
*** gargya has quit IRC | 12:59 | |
*** gargya_ is now known as gargya | 12:59 | |
*** sarob has joined #openstack-dev | 12:59 | |
*** neelashah has joined #openstack-dev | 13:00 | |
*** pschaef has quit IRC | 13:00 | |
*** nascency has quit IRC | 13:00 | |
*** leizhang has quit IRC | 13:00 | |
*** tomoe_ has joined #openstack-dev | 13:01 | |
openstackgerrit | A change was merged to openstack/neutron: validate and recommend the cidr https://review.openstack.org/35013 | 13:01 |
openstackgerrit | A change was merged to openstack/horizon: Show ID for None display name in boot from volume https://review.openstack.org/36158 | 13:01 |
openstackgerrit | A change was merged to openstack/cinder: SolidFire API RequestID is useless. https://review.openstack.org/36154 | 13:01 |
openstackgerrit | A change was merged to openstack/cinder: Refactor reschedule in exception handling of volume manager https://review.openstack.org/35771 | 13:01 |
openstackgerrit | A change was merged to openstack/cinder: Add ability to specify SolidFire API version https://review.openstack.org/36155 | 13:01 |
*** tzumainn has joined #openstack-dev | 13:02 | |
*** sride has joined #openstack-dev | 13:02 | |
*** Guest38058 is now known as martine_ | 13:03 | |
openstackgerrit | A change was merged to openstack/nova: port Service API into v3 part1 https://review.openstack.org/36173 | 13:04 |
*** mdomsch has quit IRC | 13:04 | |
*** litong has joined #openstack-dev | 13:04 | |
*** pabelanger_ has joined #openstack-dev | 13:09 | |
*** pabelanger_ has quit IRC | 13:09 | |
*** pabelanger_ has joined #openstack-dev | 13:09 | |
*** pabelanger has quit IRC | 13:09 | |
*** lbragstad has joined #openstack-dev | 13:09 | |
*** pabelanger_ is now known as pabelanger | 13:09 | |
*** pabelanger_ has joined #openstack-dev | 13:10 | |
*** morazi has joined #openstack-dev | 13:10 | |
*** jayg|g0n3 is now known as jayg | 13:10 | |
*** pabelanger has quit IRC | 13:12 | |
*** jruzicka has joined #openstack-dev | 13:12 | |
*** pabelanger has joined #openstack-dev | 13:13 | |
*** kaushikc has quit IRC | 13:15 | |
*** vartom2 has joined #openstack-dev | 13:15 | |
*** jonesld has quit IRC | 13:15 | |
*** sandeepr has quit IRC | 13:16 | |
*** eharney has joined #openstack-dev | 13:17 | |
*** eharney has quit IRC | 13:17 | |
*** eharney has joined #openstack-dev | 13:17 | |
*** sride has quit IRC | 13:17 | |
*** dolphm has joined #openstack-dev | 13:18 | |
*** vartom has quit IRC | 13:18 | |
*** vartom2 has quit IRC | 13:20 | |
*** READ10 has joined #openstack-dev | 13:21 | |
*** rods1 has joined #openstack-dev | 13:21 | |
*** sandeepr has joined #openstack-dev | 13:21 | |
*** alexpilotti has joined #openstack-dev | 13:21 | |
*** jruzicka has quit IRC | 13:22 | |
*** rharwood has joined #openstack-dev | 13:22 | |
*** ayoung has quit IRC | 13:23 | |
*** jruzicka has joined #openstack-dev | 13:23 | |
*** topol has quit IRC | 13:24 | |
*** jruzicka has joined #openstack-dev | 13:25 | |
*** anteaya has joined #openstack-dev | 13:26 | |
*** jecarey_ has joined #openstack-dev | 13:26 | |
*** eafonichev has quit IRC | 13:27 | |
*** cp16net is now known as cp16net|away | 13:27 | |
*** egallen has joined #openstack-dev | 13:28 | |
*** mtreinish has joined #openstack-dev | 13:29 | |
*** bknudson has joined #openstack-dev | 13:29 | |
*** akamyshnikova has quit IRC | 13:30 | |
*** dperaza has joined #openstack-dev | 13:30 | |
*** alexxu has joined #openstack-dev | 13:31 | |
*** kushal has joined #openstack-dev | 13:32 | |
*** egallen has quit IRC | 13:33 | |
*** prad has joined #openstack-dev | 13:33 | |
*** michchap_ has quit IRC | 13:37 | |
*** michchap has joined #openstack-dev | 13:38 | |
*** redbeard2 has joined #openstack-dev | 13:40 | |
*** prad has quit IRC | 13:40 | |
*** ken1ohmichi has joined #openstack-dev | 13:41 | |
*** sandeepr has quit IRC | 13:41 | |
*** ken1ohmichi has quit IRC | 13:42 | |
rahmu | hello. I cloned the cinder git repo and run "tox". It's complaining that it cannot get requirements because of missing dependencies. mysql_config, then pg_config, now lxml2 and lxslt, ... | 13:43 |
*** prad has joined #openstack-dev | 13:43 | |
rahmu | Am I supposed to continue to install each one of these by hand? or am I missing something? | 13:44 |
*** michchap has quit IRC | 13:44 | |
*** burt has joined #openstack-dev | 13:44 | |
*** jprovazn has quit IRC | 13:46 | |
*** jprovazn has joined #openstack-dev | 13:46 | |
*** portante|afk is now known as portante | 13:46 | |
*** burris has joined #openstack-dev | 13:46 | |
*** sandeepr has joined #openstack-dev | 13:47 | |
*** tomoe_ has quit IRC | 13:48 | |
*** tomoe_ has joined #openstack-dev | 13:48 | |
*** zhiyan has joined #openstack-dev | 13:50 | |
*** vandermerwe is now known as cthulhup | 13:51 | |
*** zhiyan has quit IRC | 13:53 | |
*** dkranz has joined #openstack-dev | 13:54 | |
*** eharney has quit IRC | 13:55 | |
*** jprovazn has quit IRC | 13:55 | |
*** nascency has joined #openstack-dev | 13:56 | |
*** eharney has joined #openstack-dev | 13:56 | |
*** eharney has quit IRC | 13:56 | |
*** eharney has joined #openstack-dev | 13:56 | |
*** egallen has joined #openstack-dev | 13:56 | |
*** schwicht has joined #openstack-dev | 13:57 | |
*** andrewbogott_afk is now known as andrewbogott | 13:59 | |
*** jprovazn has joined #openstack-dev | 13:59 | |
*** thunquest has joined #openstack-dev | 14:00 | |
*** afazekas_ has quit IRC | 14:00 | |
*** Thor has quit IRC | 14:02 | |
*** Thor has joined #openstack-dev | 14:02 | |
*** jprovazn has quit IRC | 14:04 | |
*** cthulhup is now known as vandermerwe | 14:04 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix exception arg typo https://review.openstack.org/35185 | 14:04 |
*** FunnyLookinHat has quit IRC | 14:05 | |
*** afazekas_ has joined #openstack-dev | 14:05 | |
*** mrodden has joined #openstack-dev | 14:06 | |
*** cliu has quit IRC | 14:07 | |
*** egallen has quit IRC | 14:07 | |
*** nascency has quit IRC | 14:07 | |
*** rjbrady has joined #openstack-dev | 14:08 | |
*** nascency has joined #openstack-dev | 14:08 | |
openstackgerrit | A change was merged to openstack/cinder: Fix extent size issue when creating thin pool. https://review.openstack.org/34481 | 14:08 |
*** afazekas_ has quit IRC | 14:10 | |
*** jimfehlig has joined #openstack-dev | 14:10 | |
*** mmagr has quit IRC | 14:10 | |
*** gargya has quit IRC | 14:11 | |
*** egallen has joined #openstack-dev | 14:11 | |
*** psedlak has quit IRC | 14:12 | |
*** otherwiseguy has quit IRC | 14:13 | |
*** otherwiseguy has joined #openstack-dev | 14:13 | |
*** jasdeepH has joined #openstack-dev | 14:14 | |
*** michchap has joined #openstack-dev | 14:15 | |
*** egallen has quit IRC | 14:16 | |
*** jcoufal has quit IRC | 14:16 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Ignore any exceptions from rpc.cleanup(). https://review.openstack.org/33695 | 14:17 |
*** egallen has joined #openstack-dev | 14:17 | |
*** nrs_ has quit IRC | 14:18 | |
*** nrs__ has joined #openstack-dev | 14:19 | |
*** nrs__ is now known as nrs_ | 14:19 | |
*** terryh has joined #openstack-dev | 14:19 | |
*** fcami has quit IRC | 14:20 | |
*** olaph has quit IRC | 14:20 | |
openstackgerrit | A change was merged to openstack/nova: Xenapi shutdown should return True if vm is shutdown https://review.openstack.org/34865 | 14:21 |
*** olaph has joined #openstack-dev | 14:22 | |
*** stevemar has joined #openstack-dev | 14:22 | |
openstackgerrit | A change was merged to openstack/nova: Disassociate fixed IPs not known to dnsmasq https://review.openstack.org/34688 | 14:22 |
*** ayoung has joined #openstack-dev | 14:22 | |
*** Chaser__ has joined #openstack-dev | 14:22 | |
*** utlemming has quit IRC | 14:22 | |
*** Chaser has quit IRC | 14:22 | |
*** fifieldt has quit IRC | 14:22 | |
*** fcami has joined #openstack-dev | 14:22 | |
openstackgerrit | A change was merged to openstack/nova: Ensure flake8 tests run on all api code https://review.openstack.org/35680 | 14:22 |
*** jruzicka has quit IRC | 14:23 | |
openstackgerrit | A change was merged to openstack/nova: Port extended-server-attributes API into v3 part2 https://review.openstack.org/33970 | 14:23 |
*** vandermerwe is now known as cthulhup | 14:23 | |
*** terriyu has joined #openstack-dev | 14:23 | |
*** woodspa has joined #openstack-dev | 14:25 | |
*** michchap has quit IRC | 14:26 | |
*** jruzicka has joined #openstack-dev | 14:26 | |
*** pabelanger has quit IRC | 14:29 | |
*** rcleere has joined #openstack-dev | 14:29 | |
*** fmanco has joined #openstack-dev | 14:32 | |
*** tomoe_ has quit IRC | 14:33 | |
*** tomoe_ has joined #openstack-dev | 14:33 | |
*** jasdeepH has quit IRC | 14:34 | |
*** datsun180b has joined #openstack-dev | 14:34 | |
*** andrew_plunk has joined #openstack-dev | 14:35 | |
*** tkammer has quit IRC | 14:38 | |
*** nunosantos_ has quit IRC | 14:38 | |
*** tkammer has joined #openstack-dev | 14:38 | |
*** terriyu has quit IRC | 14:38 | |
ajyounge | boris-42 ping | 14:39 |
*** andrewbogott is now known as andrewbogott_afk | 14:41 | |
*** terriyu has joined #openstack-dev | 14:41 | |
*** sthaha has quit IRC | 14:42 | |
jgriffith | markmc: ping | 14:43 |
jgriffith | markmc: re: cinder blueprint db-cleanup | 14:43 |
*** sthaha has joined #openstack-dev | 14:44 | |
*** sthaha has joined #openstack-dev | 14:44 | |
jgriffith | markmc: seems there's actually a wider debate here isn't there? | 14:44 |
jgriffith | markmc: ie, not just Cinder | 14:44 |
*** tomoe_ has quit IRC | 14:45 | |
*** cp16net|away is now known as cp16net | 14:45 | |
*** jonesld has joined #openstack-dev | 14:45 | |
*** bknudson has left #openstack-dev | 14:52 | |
*** devoid has joined #openstack-dev | 14:52 | |
*** topol has joined #openstack-dev | 14:52 | |
*** andrewbogott_afk is now known as andrewbogott | 14:53 | |
*** marun has joined #openstack-dev | 14:53 | |
*** michchap has joined #openstack-dev | 14:53 | |
*** jruzicka has quit IRC | 14:53 | |
*** FunnyLookinHat has joined #openstack-dev | 14:53 | |
markmc | jgriffith, yeah, see the thread on openstack-dev | 14:54 |
*** andrew_plunk has left #openstack-dev | 14:54 | |
markmc | jgriffith, it's ndipanov and dripton__ who have concerns about other projects adopting nova's current approach | 14:54 |
markmc | jgriffith, I really have no opinion yet | 14:54 |
jgriffith | markmc: right.. just wanted to clarify I didn't miss something else as your whiteboard update called out cinder specifically | 14:54 |
*** gargya has joined #openstack-dev | 14:54 | |
jgriffith | markmc: agree | 14:54 |
jgriffith | markmc: just wanted to make sure I didn't miss something specific in the thread :) | 14:55 |
markmc | jgriffith, just that you guys need to be aware of the concerns before adopting the approach | 14:55 |
jgriffith | markmc: understood | 14:55 |
markmc | jgriffith, if you're cool with it, I'm cool with the code coming in through oslo-incubator | 14:55 |
*** avishay has quit IRC | 14:55 | |
*** mmagr has joined #openstack-dev | 14:55 | |
jgriffith | markmc: I'm not convinced yet but willing to see how it comes together TBH | 14:55 |
*** david-lyle has joined #openstack-dev | 14:55 | |
*** carl_baldwin has joined #openstack-dev | 14:55 | |
jgriffith | markmc: regardless I think there will be some really good DB improvements along the way | 14:56 |
*** dripton__ is now known as dripton | 14:56 | |
*** wfoster is now known as wfoster_mtg | 14:56 | |
*** Mandell has joined #openstack-dev | 14:56 | |
*** btorch has joined #openstack-dev | 14:56 | |
markmc | jgriffith, nod | 14:56 |
btorch | anyone here work on keystone ? | 14:57 |
jgriffith | markmc: k... thanks | 14:57 |
*** pmathews has joined #openstack-dev | 14:57 | |
dolphm | btorch: o/ | 14:57 |
*** carl_baldwin has joined #openstack-dev | 14:57 | |
btorch | so I noticed a couple months back on keystone (python-keystone 2013.1-0ubuntu1~cloud0) that it was giving a new token back on every auth request even if it's the same tenant/user account | 14:58 |
*** jtomasek has quit IRC | 14:59 | |
*** devoid has left #openstack-dev | 14:59 | |
*** vuntz has quit IRC | 14:59 | |
*** jgallard has joined #openstack-dev | 14:59 | |
btorch | which shouldn't happen since the previous token hasn't expired.. today I noticed that the keystone.db is 24G and seems like the token table is the culprid and is probably storing a huge amount of data... it's still running a count() | 15:00 |
dolphm | btorch: that's how the api is designed; check the mailing list for a bunch of relevant discussions, and checkout keystone-manage token_flush | 15:00 |
*** vuntz has joined #openstack-dev | 15:01 | |
*** vuntz has quit IRC | 15:01 | |
*** vuntz has joined #openstack-dev | 15:01 | |
dolphm | btorch: as of grizzly, you're probably seeing the effect of PKI tokens inflated size vs UUID, rather than an actual change in behavior | 15:02 |
btorch | no | 15:02 |
*** NetworkStatic has joined #openstack-dev | 15:02 | |
btorch | I'm using UUID | 15:02 |
dolphm | btorch: then i definitely wouldn't recommend switching to PKI immediately :P | 15:03 |
*** aelkikhia has joined #openstack-dev | 15:03 | |
*** SergeyLukjanov has quit IRC | 15:03 | |
*** mkollaro has quit IRC | 15:03 | |
*** arezmerita_ has quit IRC | 15:04 | |
*** tjones has joined #openstack-dev | 15:04 | |
*** mkollaro has joined #openstack-dev | 15:04 | |
*** michchap has quit IRC | 15:04 | |
*** dkranz has quit IRC | 15:05 | |
btorch | dolphm: ok question is this something new ? and if not how come it doesn't have some sort of cleanup job to handle that ? I may have missed but never saw anything about having to do token flush | 15:06 |
*** jgallard has quit IRC | 15:07 | |
dolphm | btorch: that's what token flush_is | 15:07 |
dolphm | token_flush is* | 15:07 |
*** reidrac has quit IRC | 15:07 | |
*** jgallard has joined #openstack-dev | 15:07 | |
*** zhiyan has joined #openstack-dev | 15:07 | |
dolphm | btorch: it's new in grizzly to provide a solution to this exact issue; keystone has never destroyed tokens due to concerns for destroying potential audit data | 15:07 |
*** jruzicka has joined #openstack-dev | 15:08 | |
btorch | I don't see token_flush as an available command either | 15:09 |
*** ianw has quit IRC | 15:09 | |
btorch | keystone-manage --version 2013.1 | 15:09 |
*** jcoufal has joined #openstack-dev | 15:10 | |
*** zhiyan has quit IRC | 15:10 | |
btorch | wow token table count 23 394 164 | 15:10 |
dolphm | btorch: http://paste.openstack.org/raw/39820/ | 15:10 |
*** mrodden has quit IRC | 15:10 | |
btorch | yeah not on mine | 15:10 |
dolphm | btorch: bah, that might have merged just after grizzly's release | 15:11 |
btorch | let me see if ubuntu has any updates | 15:11 |
*** sleepsonthefloor has quit IRC | 15:12 | |
btorch | ok maybe it could be here 2013.1.2-0ubuntu2~cloud0 | 15:12 |
btorch | need to check | 15:12 |
dolphm | btorch: if you're using sql for your token driver, it doesn't do much more than: delete * from token where expired < [yesterday by default]; | 15:12 |
*** dhellmann_ is now known as dhellmann | 15:12 | |
dolphm | nevermind the stray asterisk in there lol | 15:12 |
btorch | cool | 15:13 |
dolphm | btorch: https://github.com/openstack/keystone/blob/b556d8a6cad15b7dea0318c6164b10529969807d/keystone/token/backends/sql.py#L164 | 15:13 |
btorch | it sucks though cause unless I vacuum this table there is no way I'm getting this space back | 15:14 |
dolphm | btorch: yeah :( | 15:14 |
*** iartarisi has quit IRC | 15:15 | |
btorch | need to get a cron done for this :) | 15:15 |
btorch | dolphm: thanks for the info | 15:15 |
dolphm | btorch: if you switch to pki, you'd at least have far fewer reads to that table, but each row would take considerably more space | 15:15 |
*** electrichead has joined #openstack-dev | 15:16 | |
dolphm | btorch: also, be aware of https://bugs.launchpad.net/keystone/+bug/1188378 | 15:16 |
uvirtbot | Launchpad bug 1188378 in keystone "keystone.token.backends.sql uses a single delete command to flush expired tokens causing replication lag and potential deadlocks" [Medium,In progress] | 15:16 |
dolphm | btorch: there's a mailing list discussion regarding how to address that bug as well | 15:16 |
*** sarob has quit IRC | 15:16 | |
*** 65MAAKIVM is now known as xarg_ | 15:16 | |
*** sarob has joined #openstack-dev | 15:17 | |
btorch | thanks, yeah I was thinking about just shutting down keystone and re-create the table | 15:17 |
*** Mandell has quit IRC | 15:17 | |
*** sthaha has quit IRC | 15:17 | |
btorch | a delete on this table will take to long and will for sure cause deadlocks | 15:17 |
dolphm | btorch: wouldn't be a bad idea; that's not far off from the approach used for the memcache backend (just restart it!) | 15:18 |
GheRivero | flaper87: ping | 15:18 |
flaper87 | GheRivero: pong | 15:19 |
btorch | seems to be a very simple table | 15:19 |
dolphm | btorch: you reclaim the memory that way, correct? | 15:19 |
dolphm | s/memory/disk space/ | 15:19 |
btorch | on this keystone box ? | 15:20 |
GheRivero | hi flaper87! regarding https://review.openstack.org/#/c/33327/ what you mean by 'make the app call a register_configs function?' Thanks for the review btw | 15:20 |
openstackgerrit | A change was merged to openstack/nova: xenapi: Tidy up Popen calls to avoid command injection attacks https://review.openstack.org/34580 | 15:20 |
*** dkranz has joined #openstack-dev | 15:20 | |
dolphm | btorch: from the sql database | 15:20 |
openstackgerrit | A change was merged to openstack/nova: Port admin-actions API into v3 part1 https://review.openstack.org/34502 | 15:20 |
*** sarob has quit IRC | 15:21 | |
*** bswartz has quit IRC | 15:21 | |
jog0 | dolphm: can you take another look at https://review.openstack.org/#/c/34650/ | 15:22 |
*** mrodden has joined #openstack-dev | 15:23 | |
jog0 | with regard to your -2 | 15:23 |
*** stevemar has quit IRC | 15:23 | |
*** navid_ has left #openstack-dev | 15:23 | |
Guest39539 | SpamapS, are you in Poland? | 15:23 |
flaper87 | GheRivero: I meant something like http://paste.openstack.org/show/39821/ | 15:23 |
*** thingee_ is now known as thingee | 15:23 | |
* Guest39539 fixes his nick first | 15:23 | |
*** Guest39539 is now known as med_ | 15:24 | |
med_ | SpamapS, are you in Poland? | 15:24 |
*** SergeyLukjanov has joined #openstack-dev | 15:24 | |
SpamapS | med_: no :) | 15:24 |
SpamapS | med_: G+ FTW | 15:24 |
med_ | gotcha. | 15:24 |
SpamapS | med must be reading the updates on openstack meetups :) | 15:24 |
btorch | dolphm: the mem usage is very low and sqlite cache size as well.. I think this problem happened because when the user started using swift he didn't realize he only needed to re-auth once the token expired | 15:25 |
GheRivero | flaper87: ah! ok. lovely. Thx again | 15:25 |
med_ | SpamapS, was grabbing some links and saw planet.openstack.org for the first time. | 15:25 |
med_ | ... and read it | 15:25 |
*** spzala has joined #openstack-dev | 15:25 | |
*** cliu has joined #openstack-dev | 15:25 | |
dolphm | btorch: a lot (most?) of the clients are bad about repeatedly generating tokens instead of reusing them | 15:25 |
* med_ is hosting the Colorado Meetup B-day celebration | 15:26 | |
btorch | dolphm: so for a couple of days he was doing over 1000 req/s per second and everyone was getting a new token | 15:26 |
flaper87 | GheRivero: thank you for taking care of that! | 15:26 |
topol | jog0, why do you want to push the kvs token out the door? what harm is it causing having a simple implementation as part of the code base? | 15:26 |
btorch | it killed keystone as well that's how I noticed what he was doing :) | 15:26 |
*** jasdeepH has joined #openstack-dev | 15:27 | |
jog0 | topol: short answer is because it doesn't work | 15:27 |
*** Vek__ is now known as Vek | 15:27 | |
*** Vek has joined #openstack-dev | 15:28 | |
topol | jog0, so its the maintenance cost? | 15:28 |
jog0 | topol: see the two bugs in the patch | 15:28 |
SpamapS | topol: it is _awful_ | 15:29 |
topol | I agree its certainly not meant for production and should not be the default | 15:30 |
*** tiamar has joined #openstack-dev | 15:30 | |
*** yaguang has quit IRC | 15:30 | |
*** michchap has joined #openstack-dev | 15:30 | |
jog0 | topol: for testing requiring sqlite seems reasonable. also removing it means less code to maintain | 15:31 |
SpamapS | topol: it is not meant for anything. | 15:31 |
SpamapS | right, tests are better off poking the sql backend with sqlite memory db than some fictional never used backend. | 15:32 |
*** nunosantos has joined #openstack-dev | 15:32 | |
openstackgerrit | A change was merged to openstack-dev/grenade: Change from quantum to neutron on upgrading https://review.openstack.org/36112 | 15:33 |
*** jcoufal has quit IRC | 15:33 | |
*** marun has quit IRC | 15:35 | |
*** ifarkas has quit IRC | 15:37 | |
*** egallen has quit IRC | 15:37 | |
*** corXi has quit IRC | 15:37 | |
*** zoresvit has quit IRC | 15:41 | |
*** michchap has quit IRC | 15:42 | |
*** yaguang has joined #openstack-dev | 15:43 | |
*** mmagr has quit IRC | 15:44 | |
*** rongze1 has joined #openstack-dev | 15:45 | |
*** egallen has joined #openstack-dev | 15:45 | |
*** rongze has quit IRC | 15:46 | |
*** martine_ has quit IRC | 15:46 | |
*** jgallard has quit IRC | 15:47 | |
*** nickbartos has joined #openstack-dev | 15:47 | |
*** epim has joined #openstack-dev | 15:47 | |
*** yaguang has quit IRC | 15:48 | |
*** eharney has quit IRC | 15:53 | |
*** sheeprine has quit IRC | 15:53 | |
annegentle | anyone else having trouble runing devstack today? Keystone wont start... and uh ... where do I get the logs? | 15:56 |
*** hemna_ has joined #openstack-dev | 15:59 | |
*** boris-42 has quit IRC | 16:00 | |
*** zaitcev has joined #openstack-dev | 16:00 | |
*** dkranz has quit IRC | 16:00 | |
*** safchain has quit IRC | 16:01 | |
*** ociuhandu has joined #openstack-dev | 16:02 | |
*** sleepsonthefloor has joined #openstack-dev | 16:03 | |
*** tkammer has quit IRC | 16:03 | |
annegentle | maybe a neutron rename go tme | 16:04 |
*** markwash has quit IRC | 16:05 | |
*** cmagina has quit IRC | 16:05 | |
*** cmagina has joined #openstack-dev | 16:05 | |
*** yaguang has joined #openstack-dev | 16:06 | |
*** marun has joined #openstack-dev | 16:06 | |
*** eharney has joined #openstack-dev | 16:07 | |
*** eharney has quit IRC | 16:07 | |
*** eharney has joined #openstack-dev | 16:07 | |
*** michchap has joined #openstack-dev | 16:09 | |
*** mlavalle has joined #openstack-dev | 16:09 | |
*** colinmcnamara has joined #openstack-dev | 16:10 | |
*** bdpayne has joined #openstack-dev | 16:11 | |
*** mkollaro has quit IRC | 16:12 | |
*** Guest82714 has quit IRC | 16:12 | |
*** mugsie has joined #openstack-dev | 16:13 | |
*** alop has joined #openstack-dev | 16:13 | |
*** martine has joined #openstack-dev | 16:13 | |
*** martine is now known as Guest54455 | 16:14 | |
*** dkranz has joined #openstack-dev | 16:15 | |
*** Guest54455 is now known as martine_ | 16:15 | |
*** stevemar has joined #openstack-dev | 16:15 | |
*** utlemming has joined #openstack-dev | 16:15 | |
*** jbresnah has joined #openstack-dev | 16:16 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Add openSUSE support for openvswitch https://review.openstack.org/35605 | 16:17 |
openstackgerrit | A change was merged to openstack/nova: List migrations through Admin API https://review.openstack.org/30232 | 16:17 |
*** alop has quit IRC | 16:18 | |
*** gyee has joined #openstack-dev | 16:19 | |
*** koolhead17 has joined #openstack-dev | 16:19 | |
*** alop has joined #openstack-dev | 16:19 | |
*** michchap has quit IRC | 16:20 | |
*** wfoster_mtg is now known as wfoster | 16:21 | |
*** dolphm has quit IRC | 16:22 | |
*** jcoufal has joined #openstack-dev | 16:22 | |
*** btorch has left #openstack-dev | 16:24 | |
*** cmark has quit IRC | 16:24 | |
*** souvik has joined #openstack-dev | 16:24 | |
*** kbrierly has joined #openstack-dev | 16:24 | |
*** cmark has joined #openstack-dev | 16:25 | |
*** mkollaro has joined #openstack-dev | 16:25 | |
*** cmark has quit IRC | 16:25 | |
*** mkollaro has quit IRC | 16:28 | |
*** mkollaro has joined #openstack-dev | 16:28 | |
*** eharney has quit IRC | 16:28 | |
*** athomas has quit IRC | 16:30 | |
*** eharney has joined #openstack-dev | 16:31 | |
*** eharney has quit IRC | 16:31 | |
*** eharney has joined #openstack-dev | 16:31 | |
*** nascency has quit IRC | 16:32 | |
*** pabelanger has joined #openstack-dev | 16:33 | |
blamar | bcwaldon: ping | 16:33 |
*** xqueralt is now known as xqueralt-afk | 16:37 | |
*** alop_ has joined #openstack-dev | 16:37 | |
*** bswartz has joined #openstack-dev | 16:38 | |
*** alop has quit IRC | 16:39 | |
*** alop_ is now known as alop | 16:39 | |
*** SergeyLukjanov has quit IRC | 16:42 | |
*** drewland_ has quit IRC | 16:43 | |
*** gargya has quit IRC | 16:45 | |
*** gargya has joined #openstack-dev | 16:46 | |
*** jcoufal is now known as jcoufal_afk | 16:47 | |
*** michchap has joined #openstack-dev | 16:47 | |
*** JordanP has quit IRC | 16:50 | |
*** alunduil has quit IRC | 16:50 | |
*** markwash has joined #openstack-dev | 16:51 | |
*** andrewbogott is now known as andrewbogott_afk | 16:52 | |
*** stevemar has quit IRC | 16:54 | |
*** nati_ueno has joined #openstack-dev | 16:56 | |
*** colinmcnamara has quit IRC | 16:57 | |
*** alexpilotti has quit IRC | 16:57 | |
*** garyk has joined #openstack-dev | 16:57 | |
*** yolanda has quit IRC | 16:58 | |
*** michchap has quit IRC | 16:59 | |
*** yolanda has joined #openstack-dev | 17:01 | |
*** derekh has quit IRC | 17:02 | |
*** henrynash has joined #openstack-dev | 17:02 | |
henrynash | ayoung: just +2'd you latest merged version -thx | 17:02 |
henrynash | dolphm, gyee: can one of you push through the re-merged version of young's patch: https://review.openstack.org/#/c/33745/ | 17:03 |
*** colinmcnamara has joined #openstack-dev | 17:03 | |
*** hk_peter has joined #openstack-dev | 17:04 | |
*** souvik has quit IRC | 17:05 | |
hk_peter | hi all, pandora is open for test http://peter.kingofcoders.com/?p=677 , we need more team member, if you like it, join the team. | 17:05 |
*** roz is now known as andrea_rosa | 17:05 | |
gyee | henrynash, looking | 17:05 |
*** tjones has quit IRC | 17:06 | |
*** jasdeepH has quit IRC | 17:06 | |
gyee | henrynash, only change is rebase right? | 17:06 |
henrynash | gyee: as far as I can see, yes | 17:07 |
*** Adri2000 has quit IRC | 17:07 | |
*** vipul-away is now known as vipul | 17:07 | |
*** lloydde has joined #openstack-dev | 17:08 | |
openstackgerrit | A change was merged to openstack/trove-integration: Update kombu dependency to >2.4.7 https://review.openstack.org/36150 | 17:08 |
*** nati_ueno has quit IRC | 17:08 | |
*** Nachi has joined #openstack-dev | 17:09 | |
*** gargya has quit IRC | 17:09 | |
*** vipul is now known as vipul-away | 17:10 | |
*** jjmb has quit IRC | 17:10 | |
*** mlavalle has quit IRC | 17:10 | |
*** yaguang has quit IRC | 17:10 | |
*** Adri2000 has joined #openstack-dev | 17:13 | |
hk_peter | is it possible to find some little funding to support my openstack project? any introduce? | 17:14 |
*** jasdeepH has joined #openstack-dev | 17:14 | |
*** morganfainberg has left #openstack-dev | 17:14 | |
*** morganfainberg has joined #openstack-dev | 17:15 | |
*** otherwiseguy has quit IRC | 17:15 | |
*** otherwiseguy has joined #openstack-dev | 17:15 | |
ayoung | henrynash, I was really mad about that until I realized I was the one that approved your change. Sorry if your ears were burning. | 17:16 |
*** aelkikhia has quit IRC | 17:16 | |
ayoung | gyee, henrynash so the changes were basically a manual rebase. I had to move the code from identity to assignment. In doing so, It triggered the need to move some of the functions from the driver up to the manager, where they belonged anyway. | 17:17 |
*** SergeyLukjanov has joined #openstack-dev | 17:18 | |
*** cmagina has quit IRC | 17:18 | |
*** cmagina has joined #openstack-dev | 17:19 | |
henrynash | ayoung: ok, np. I think it was actually important to merge my fix ahead anyway - since we want to back port it to grizzly…which would have been harder if it was rebased on the split | 17:19 |
*** boris-42 has joined #openstack-dev | 17:19 | |
henrynash | ayoung: I'm going to re-base all my other changes on master once your split patch merges | 17:20 |
henrynash | ayoung: which additional functions dis you move up? | 17:21 |
henrynash | young; (to the manager) | 17:21 |
*** _TheDodd_ has joined #openstack-dev | 17:22 | |
*** toddnni has joined #openstack-dev | 17:23 | |
henrynash | ayoung: ahh, I see you moved the two "get_roles_for_user_project/domain"….hmm, my next patch will probably move them back into the driver layer, since I have hidden all the metadata in the driver (see https://review.openstack.org/#/c/35897/) which those functions need to access…but no big deal | 17:25 |
*** michchap has joined #openstack-dev | 17:25 | |
*** kushal has quit IRC | 17:28 | |
*** hk_peter has quit IRC | 17:28 | |
*** kushal has joined #openstack-dev | 17:29 | |
*** sarob has joined #openstack-dev | 17:29 | |
ayoung | henrynash, so the general rule is supposed to be that drivers do not handle the common functionality | 17:29 |
ayoung | see tests/test_drivers.py | 17:30 |
henrynash | ayoung: oh, ok…..I guess it's OK for the managers to call "private" functions in the backends….it will need to call functions that we do not want the controllers to know about | 17:30 |
henrynash | ayoung: actually I wasn't ware of that rule…I thought we used the managers to do common pre/post processing | 17:32 |
henrynash | ayoung: just goes to show…:-) | 17:32 |
*** aelkikhia has joined #openstack-dev | 17:32 | |
ayoung | henrynash, I learned when I tripped over that unit test during this work. I was the worst offender prior to this | 17:33 |
*** markmcclain has joined #openstack-dev | 17:33 | |
*** martines has joined #openstack-dev | 17:33 | |
*** mlavalle has joined #openstack-dev | 17:33 | |
henrynash | ayoung: ok. np…I can still make that work…. | 17:33 |
*** danpb has quit IRC | 17:35 | |
henrynash | ayoung: btw, separate subject…got a weird one for you….I'm adding the next sql migration (027)…this si for the os-inherit extension. In that new file…all is fine unless I try and load the last table you manipulated in 026 ('group_project_metadata')….as soon as I do a sql.table('group_project_metadata', meta, autoload=True) on it, sqlalchemy barfs…saying it can't load the 'tenant' table in relecttable (!) | 17:36 |
henrynash | ayoung: sqllite | 17:37 |
henrynash | ayoung: actually, that's weird, since if it sqlite, you don't touch it in 026 | 17:38 |
*** michchap has quit IRC | 17:38 | |
openstackgerrit | A change was merged to openstack/nova: Update openstack.common.config https://review.openstack.org/35150 | 17:39 |
openstackgerrit | A change was merged to openstack/nova: Make sure periodic cleanup of instances continues on error https://review.openstack.org/33715 | 17:40 |
henrynash | ayoung: back in a bit | 17:40 |
*** drewland_ has joined #openstack-dev | 17:44 | |
*** _ffio_ has joined #openstack-dev | 17:44 | |
*** ffio_ has quit IRC | 17:44 | |
*** lychinus has joined #openstack-dev | 17:45 | |
*** cp16net is now known as cp16net|away | 17:46 | |
*** Mandell has joined #openstack-dev | 17:48 | |
*** Thor^^ has joined #openstack-dev | 17:48 | |
*** Thor has quit IRC | 17:49 | |
*** cp16net|away is now known as cp16net | 17:50 | |
*** otherwiseguy has quit IRC | 17:50 | |
*** kushal has quit IRC | 17:51 | |
*** fmanco has quit IRC | 17:51 | |
*** bknudson has joined #openstack-dev | 17:51 | |
*** dkranz has quit IRC | 17:52 | |
*** drewland_ has quit IRC | 17:53 | |
*** tzumainn has quit IRC | 17:54 | |
*** Alexei_987 has quit IRC | 17:54 | |
*** otherwiseguy has joined #openstack-dev | 17:54 | |
*** fmanco has joined #openstack-dev | 17:55 | |
*** tjones has joined #openstack-dev | 17:55 | |
*** garyk has quit IRC | 17:56 | |
*** sarob has quit IRC | 17:58 | |
*** lychinus_ has joined #openstack-dev | 17:59 | |
*** sarob has joined #openstack-dev | 17:59 | |
*** tjones has quit IRC | 17:59 | |
*** jog0 is now known as jog0-away | 18:00 | |
*** lychinus has quit IRC | 18:00 | |
*** lychinus_ has quit IRC | 18:00 | |
*** drewland_ has joined #openstack-dev | 18:01 | |
*** sarob has quit IRC | 18:01 | |
*** sarob_ has joined #openstack-dev | 18:02 | |
*** garyk has joined #openstack-dev | 18:02 | |
*** cliu has quit IRC | 18:02 | |
*** jjmb has joined #openstack-dev | 18:02 | |
*** sarob_ has quit IRC | 18:03 | |
*** tjones has joined #openstack-dev | 18:03 | |
*** ndipanov has quit IRC | 18:04 | |
*** nascency has joined #openstack-dev | 18:04 | |
*** michchap has joined #openstack-dev | 18:04 | |
*** comay has joined #openstack-dev | 18:04 | |
*** yjiang5_away is now known as yjiang5 | 18:05 | |
*** dkranz has joined #openstack-dev | 18:08 | |
*** marun has quit IRC | 18:09 | |
*** jjmb1 has joined #openstack-dev | 18:10 | |
*** jjmb has quit IRC | 18:10 | |
*** romcheg has joined #openstack-dev | 18:11 | |
*** jjmb has joined #openstack-dev | 18:12 | |
*** koolhead17 has quit IRC | 18:12 | |
*** jcoufal_afk is now known as jcoufal | 18:14 | |
*** jjmb1 has quit IRC | 18:14 | |
*** tjones has quit IRC | 18:14 | |
*** michchap has quit IRC | 18:16 | |
*** otherwiseguy has quit IRC | 18:17 | |
*** drewland_ has quit IRC | 18:17 | |
*** jjmb has quit IRC | 18:18 | |
openstackgerrit | A change was merged to openstack/trove: Python 3.x compatibility fixes https://review.openstack.org/34367 | 18:19 |
*** lucasagomes has quit IRC | 18:20 | |
*** dperaza1 has joined #openstack-dev | 18:21 | |
*** tjones has joined #openstack-dev | 18:21 | |
*** stevemar has joined #openstack-dev | 18:21 | |
*** dperaza has quit IRC | 18:22 | |
*** tjones has quit IRC | 18:24 | |
*** alop has quit IRC | 18:26 | |
*** tjones has joined #openstack-dev | 18:28 | |
*** tzumainn has joined #openstack-dev | 18:30 | |
*** rjbrady has quit IRC | 18:31 | |
*** Nachi is now known as nati_ueno | 18:31 | |
*** sarob has joined #openstack-dev | 18:32 | |
*** johnthetubaguy has quit IRC | 18:33 | |
*** vipul-away is now known as vipul | 18:34 | |
openstackgerrit | A change was merged to openstack/ceilometer: Use oslo.sphinx and remove local copy of doc theme https://review.openstack.org/35218 | 18:35 |
*** alunduil has joined #openstack-dev | 18:35 | |
*** devoid has joined #openstack-dev | 18:37 | |
openstackgerrit | A change was merged to openstack/nova: Sync models.Console* with migrations. https://review.openstack.org/34373 | 18:39 |
*** alexpilotti has joined #openstack-dev | 18:39 | |
*** sushils has quit IRC | 18:39 | |
*** slagle has joined #openstack-dev | 18:40 | |
*** mkollaro has quit IRC | 18:40 | |
*** andrewbogott_afk is now known as andrewbogott | 18:42 | |
*** michchap has joined #openstack-dev | 18:43 | |
*** romcheg has quit IRC | 18:44 | |
*** amerine has quit IRC | 18:44 | |
*** amerine has joined #openstack-dev | 18:46 | |
*** terryh has quit IRC | 18:46 | |
*** beagles has quit IRC | 18:47 | |
*** beagles has joined #openstack-dev | 18:47 | |
*** jcoufal has quit IRC | 18:47 | |
*** utlemming has quit IRC | 18:48 | |
*** joshuamckenty has joined #openstack-dev | 18:50 | |
*** utlemming has joined #openstack-dev | 18:50 | |
*** jaypipes has quit IRC | 18:50 | |
*** bondar has joined #openstack-dev | 18:51 | |
*** egallen has quit IRC | 18:51 | |
openstackgerrit | A change was merged to openstack/tempest: Sync install_venv_common from oslo https://review.openstack.org/35922 | 18:51 |
openstackgerrit | A change was merged to openstack/nova: Export just the volume metadata for the database to be populated https://review.openstack.org/33296 | 18:52 |
openstackgerrit | A change was merged to openstack/glance: use tenant:* as swift r/w acl https://review.openstack.org/36119 | 18:52 |
*** mdomsch has joined #openstack-dev | 18:52 | |
*** joshuamckenty has left #openstack-dev | 18:52 | |
openstackgerrit | A change was merged to openstack/keystone: assignment backend https://review.openstack.org/33745 | 18:52 |
*** yolanda has quit IRC | 18:52 | |
*** tmclaugh[work] has joined #openstack-dev | 18:52 | |
*** stevemar has quit IRC | 18:53 | |
*** ema has quit IRC | 18:53 | |
*** michchap has quit IRC | 18:55 | |
*** jcoufal has joined #openstack-dev | 18:56 | |
*** romcheg1 has joined #openstack-dev | 18:56 | |
*** colinmcnamara has quit IRC | 18:57 | |
*** colinmcnamara has joined #openstack-dev | 18:58 | |
*** dolphm has joined #openstack-dev | 18:58 | |
*** utlemming has quit IRC | 18:59 | |
dolphm | gyee: stab me directly when you have a new review up, otherwise i won't notice because i use next-review pretty much exclusively, which ignores things i've already -2'd | 19:00 |
ayoung | nachi__, on top of dolphm 's comments, please make sure you run the migrations against postgresql and mysql | 19:00 |
gyee | dolphm, sure | 19:00 |
dolphm | ayoung: write a gate test to do that for us | 19:00 |
ayoung | dolphm, "next-review?" | 19:00 |
dolphm | ayoung: pip install next-review | 19:00 |
gyee | next-reveiw is pretty helpful | 19:00 |
gyee | I am using it too | 19:00 |
dolphm | ayoung: https://pypi.python.org/pypi/next-review/ | 19:00 |
gyee | ayoung, help you decide on the important reviews first | 19:01 |
* ayoung 's jaw hits desk | 19:01 | |
gyee | -2s are last in the packing order | 19:01 |
dolphm | ayoung: rofl | 19:01 |
nachi__ | ayoung: i will test against postgresql and mysql | 19:02 |
*** rcleere_ has joined #openstack-dev | 19:02 | |
ayoung | dolphm, a couple testing things: | 19:02 |
dolphm | bknudson: i still need to address that bug you hit with password-protected ssh keys though | 19:02 |
*** rcleere has quit IRC | 19:02 | |
*** rcleere_ is now known as rcleere | 19:02 | |
ayoung | 1. for the gate job, we need a database allocated. | 19:03 |
*** koolhead17 has joined #openstack-dev | 19:03 | |
ayoung | 2. the multipl clients thing is getting in the way of moving common code to python-keystoneclient | 19:03 |
*** vkmc has joined #openstack-dev | 19:03 | |
*** xqueralt-afk is now known as xqueralt | 19:03 | |
*** Ryan_Lane has joined #openstack-dev | 19:03 | |
*** garyTh has joined #openstack-dev | 19:03 | |
*** sarob has quit IRC | 19:03 | |
*** sarob has joined #openstack-dev | 19:04 | |
dolphm | ayoung: gyee: do you have enough scrollback on #openstack-meeting to see if meetbot responded to our #startmeeting ? | 19:04 |
*** xqueralt is now known as xqueralt-afk | 19:04 | |
dolphm | jeblair: ah, #start-meeting instead of #startmeeting? | 19:04 |
jeblair | dolphm: yep | 19:05 |
*** thunquest has quit IRC | 19:06 | |
*** bknudson has left #openstack-dev | 19:07 | |
*** vipul is now known as vipul-away | 19:07 | |
gyee | dolphm, doesn't seem like it | 19:07 |
ayoung | dolphm, nope it didn't | 19:07 |
dolphm | jeblair: gyee: ayoung: bah, i didn't even notice | 19:08 |
ayoung | lets have the whole meeting again! | 19:08 |
*** novas0x2a|laptop has joined #openstack-dev | 19:08 | |
*** jaypipes has joined #openstack-dev | 19:09 | |
*** vkmc has quit IRC | 19:09 | |
*** vkmc has joined #openstack-dev | 19:09 | |
*** safchain has joined #openstack-dev | 19:10 | |
gyee | dolphm, ayoung, this is all I can recover from the buffer, http://paste.openstack.org/show/39840/ | 19:11 |
*** utlemming has joined #openstack-dev | 19:11 | |
*** gary_th has joined #openstack-dev | 19:12 | |
*** vartom has joined #openstack-dev | 19:13 | |
ayoung | gyee, dolphm sent you the log in email | 19:14 |
dolphm | gyee: ayoung: thanks (paste.openstack.org isn't loading for me..) | 19:14 |
*** tjones has quit IRC | 19:14 | |
ayoung | dolphm, lost the first couple lines as the next meeting was starting | 19:14 |
*** garyTh has quit IRC | 19:15 | |
ayoung | dolphm, http://eavesdrop.openstack.org/irclogs/%23openstack-meeting/%23openstack-meeting.2013-07-09.log | 19:15 |
*** otherwiseguy has joined #openstack-dev | 19:17 | |
*** drewland_ has joined #openstack-dev | 19:18 | |
*** thunquest has joined #openstack-dev | 19:21 | |
*** drewland_ has quit IRC | 19:22 | |
*** michchap has joined #openstack-dev | 19:22 | |
*** drewland_ has joined #openstack-dev | 19:22 | |
*** gary_th has quit IRC | 19:23 | |
*** gyee has quit IRC | 19:23 | |
*** galstrom_zzz is now known as galstrom | 19:23 | |
*** safchain has quit IRC | 19:23 | |
*** alexpilotti has quit IRC | 19:25 | |
dolphm | ayoung: is this ready for review? https://review.openstack.org/#/c/34967/ | 19:25 |
dolphm | i feel like you said it needed to be rebased or something | 19:25 |
openstackgerrit | A change was merged to openstack/neutron: Fix for Cisco plugin sample config. https://review.openstack.org/36134 | 19:26 |
*** mdomsch has quit IRC | 19:26 | |
*** jmcbride has joined #openstack-dev | 19:28 | |
openstackgerrit | A change was merged to openstack/neutron: Allow router route update in XML. https://review.openstack.org/35821 | 19:30 |
*** drewland_ has quit IRC | 19:30 | |
ayoung | dolphm, yes it is | 19:31 |
ayoung | dolphm, all done | 19:31 |
*** lychinus has joined #openstack-dev | 19:33 | |
dolphm | ayoung: and that completes the bp, too? | 19:34 |
*** michchap has quit IRC | 19:34 | |
*** henrynash has quit IRC | 19:37 | |
openstackgerrit | A change was merged to openstack/swift: Revert "docfix apache2 now supports client chunked encodin" https://review.openstack.org/35401 | 19:40 |
*** annegentle has quit IRC | 19:40 | |
*** annegentle_ has joined #openstack-dev | 19:40 | |
*** bondar has quit IRC | 19:42 | |
*** cliu has joined #openstack-dev | 19:43 | |
*** koolhead11|away has joined #openstack-dev | 19:48 | |
*** jmcbride has quit IRC | 19:48 | |
*** jasdeepH has quit IRC | 19:49 | |
topol | fabio, gyee, did the design issue for https://review.openstack.org/#/c/34478/ get resolved? Can I go ahead and review or do I need to wait? | 19:50 |
*** terryh has joined #openstack-dev | 19:51 | |
*** olaph_ has joined #openstack-dev | 19:52 | |
*** nascency has quit IRC | 19:52 | |
*** olaph__ has joined #openstack-dev | 19:54 | |
*** olaph has quit IRC | 19:54 | |
*** koolhead17 has quit IRC | 19:55 | |
*** koolhead11|away has quit IRC | 19:55 | |
*** tserong_ has joined #openstack-dev | 19:55 | |
*** Nachi has joined #openstack-dev | 19:55 | |
*** ilyashakhat_ has joined #openstack-dev | 19:55 | |
*** koolhead17 has joined #openstack-dev | 19:55 | |
*** koolhead17 has quit IRC | 19:55 | |
*** koolhead17 has joined #openstack-dev | 19:55 | |
*** terryw has joined #openstack-dev | 19:55 | |
*** blues-man has joined #openstack-dev | 19:57 | |
*** jamey has joined #openstack-dev | 19:57 | |
*** olaph_ has quit IRC | 19:57 | |
*** med_ has quit IRC | 19:58 | |
*** jayg|g0n3 has joined #openstack-dev | 19:58 | |
*** s1rp has joined #openstack-dev | 19:58 | |
*** vipul-away is now known as vipul | 19:58 | |
ayoung | dolphm, yes, that completes the bp | 19:59 |
dolphm | topol: pretty much all of my issues in the previous revew remain unresolved | 19:59 |
enikanorov | nati_ueno: amotoki: salv-orlando: replied to email thread | 19:59 |
*** wcmarsha_ has joined #openstack-dev | 19:59 | |
dolphm | topol: worth a review though, especially if you have an option on the catalog itself | 19:59 |
*** romcheg has joined #openstack-dev | 19:59 | |
*** annegentle_ has quit IRC | 19:59 | |
salv-orlando | enikanorov: ok thanks | 19:59 |
*** zaitcev_ has joined #openstack-dev | 20:00 | |
*** otherwiseguy has quit IRC | 20:00 | |
*** fcami has quit IRC | 20:00 | |
*** egallen has joined #openstack-dev | 20:00 | |
*** michchap has joined #openstack-dev | 20:01 | |
*** thunquest has quit IRC | 20:01 | |
*** romcheg1 has quit IRC | 20:01 | |
*** lychinus has quit IRC | 20:01 | |
*** Adri2000 has quit IRC | 20:01 | |
*** nati_ueno has quit IRC | 20:01 | |
*** ociuhandu has quit IRC | 20:01 | |
*** zaitcev has quit IRC | 20:01 | |
*** adam_g has quit IRC | 20:01 | |
*** jab416171 has quit IRC | 20:01 | |
*** rkukura has quit IRC | 20:01 | |
*** RajeshMohan has quit IRC | 20:01 | |
*** lifeless has quit IRC | 20:01 | |
*** wcmarsha has quit IRC | 20:01 | |
*** ilyashakhat has quit IRC | 20:01 | |
*** Guest60400 has quit IRC | 20:01 | |
*** tserong has quit IRC | 20:01 | |
*** jayg has quit IRC | 20:01 | |
*** s1rp_ has quit IRC | 20:01 | |
*** jmeredit has quit IRC | 20:01 | |
*** harlowja has quit IRC | 20:01 | |
*** troytoman-away has quit IRC | 20:01 | |
*** torgomatic has quit IRC | 20:01 | |
*** jf-jenni has quit IRC | 20:01 | |
*** janisg has quit IRC | 20:01 | |
*** hazmat has quit IRC | 20:01 | |
*** fmanco has quit IRC | 20:01 | |
*** _ffio_ has quit IRC | 20:02 | |
*** fmanco has joined #openstack-dev | 20:02 | |
*** tjones has joined #openstack-dev | 20:02 | |
*** lychinus has joined #openstack-dev | 20:02 | |
*** lychinus_ has joined #openstack-dev | 20:03 | |
*** lifeless has joined #openstack-dev | 20:03 | |
*** jayg|g0n3 is now known as jayg | 20:03 | |
*** lychinus is now known as Guest69976 | 20:04 | |
*** lychinus_ is now known as lychinus | 20:05 | |
*** spzala has quit IRC | 20:05 | |
*** sandywalsh has quit IRC | 20:05 | |
*** hazmat has joined #openstack-dev | 20:06 | |
*** thunquest has joined #openstack-dev | 20:06 | |
*** fcami has joined #openstack-dev | 20:06 | |
*** Adri2000 has joined #openstack-dev | 20:06 | |
*** ociuhandu has joined #openstack-dev | 20:06 | |
*** adam_g has joined #openstack-dev | 20:06 | |
*** RajeshMohan has joined #openstack-dev | 20:06 | |
*** Guest60400 has joined #openstack-dev | 20:06 | |
*** troytoman-away has joined #openstack-dev | 20:06 | |
*** torgomatic has joined #openstack-dev | 20:06 | |
*** jf-jenni has joined #openstack-dev | 20:06 | |
*** janisg has joined #openstack-dev | 20:06 | |
*** Guest69976 has quit IRC | 20:06 | |
*** fcami is now known as Guest22968 | 20:07 | |
*** med_ has joined #openstack-dev | 20:07 | |
*** radez is now known as radez_g0n3 | 20:08 | |
*** xBytez has quit IRC | 20:08 | |
*** xBytez has joined #openstack-dev | 20:08 | |
*** henrynash has joined #openstack-dev | 20:08 | |
*** Guest22968 has quit IRC | 20:12 | |
openstackgerrit | A change was merged to openstack/trove-integration: Fix Nova and Swift Client params in redstack script https://review.openstack.org/35369 | 20:12 |
*** hazmat has quit IRC | 20:12 | |
*** michchap has quit IRC | 20:13 | |
*** sandywalsh has joined #openstack-dev | 20:17 | |
*** nunosantos has quit IRC | 20:17 | |
*** jasdeepH has joined #openstack-dev | 20:18 | |
*** dprince has quit IRC | 20:19 | |
*** vartom has quit IRC | 20:23 | |
*** thunquest has quit IRC | 20:23 | |
*** Adri2000 has quit IRC | 20:23 | |
*** ociuhandu has quit IRC | 20:23 | |
*** adam_g has quit IRC | 20:23 | |
*** RajeshMohan has quit IRC | 20:23 | |
*** Guest60400 has quit IRC | 20:23 | |
*** troytoman-away has quit IRC | 20:23 | |
*** torgomatic has quit IRC | 20:23 | |
*** jf-jenni has quit IRC | 20:23 | |
*** janisg has quit IRC | 20:23 | |
*** thunquest has joined #openstack-dev | 20:24 | |
*** Adri2000 has joined #openstack-dev | 20:24 | |
*** ociuhandu has joined #openstack-dev | 20:24 | |
*** adam_g has joined #openstack-dev | 20:24 | |
*** RajeshMohan has joined #openstack-dev | 20:24 | |
*** Guest60400 has joined #openstack-dev | 20:24 | |
*** troytoman-away has joined #openstack-dev | 20:24 | |
*** torgomatic has joined #openstack-dev | 20:24 | |
*** jf-jenni has joined #openstack-dev | 20:24 | |
*** janisg has joined #openstack-dev | 20:24 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Remove endpoint.name attribute from v3 manager (bug 1191152) https://review.openstack.org/33113 | 20:24 |
openstackgerrit | A change was merged to openstack/glance: Add location specific information to image locations db https://review.openstack.org/31306 | 20:24 |
openstackgerrit | A change was merged to openstack/neutron: git remove old non-working packaging files https://review.openstack.org/36012 | 20:24 |
uvirtbot | Launchpad bug 1191152 in python-keystoneclient "v3 endpoint manager include 'name' attribute" [Low,In progress] https://launchpad.net/bugs/1191152 | 20:25 |
*** olaph__ has quit IRC | 20:26 | |
*** olaph has joined #openstack-dev | 20:27 | |
*** diogogmt has joined #openstack-dev | 20:27 | |
*** aelkikhia has quit IRC | 20:27 | |
*** aelkikhia has joined #openstack-dev | 20:28 | |
*** markwash_ has joined #openstack-dev | 20:30 | |
*** fmanco has quit IRC | 20:30 | |
*** markwash has quit IRC | 20:31 | |
*** markwash_ is now known as markwash | 20:31 | |
*** olaph_ has joined #openstack-dev | 20:31 | |
*** michchap has joined #openstack-dev | 20:32 | |
*** gyee has joined #openstack-dev | 20:32 | |
ayoung | henrynash, so, for future work, we can support multiple LDAP servers. It will require an extension to the configuration code to be able to configure and distinguish between each of the LDAP servers. | 20:32 |
henrynash | ayoung: yep, agreed | 20:33 |
*** olaph has quit IRC | 20:34 | |
*** olaph__ has joined #openstack-dev | 20:34 | |
*** rkukura has joined #openstack-dev | 20:34 | |
*** gyee has quit IRC | 20:35 | |
*** olaph_ has quit IRC | 20:37 | |
*** gyee has joined #openstack-dev | 20:38 | |
*** ilyashakhat_ has quit IRC | 20:38 | |
*** ilyashakhat has joined #openstack-dev | 20:38 | |
*** thunquest has quit IRC | 20:38 | |
*** Adri2000 has quit IRC | 20:38 | |
*** ociuhandu has quit IRC | 20:38 | |
*** adam_g has quit IRC | 20:38 | |
*** RajeshMohan has quit IRC | 20:38 | |
*** Guest60400 has quit IRC | 20:38 | |
*** troytoman-away has quit IRC | 20:38 | |
*** torgomatic has quit IRC | 20:38 | |
*** jf-jenni has quit IRC | 20:38 | |
*** janisg has quit IRC | 20:38 | |
*** joshuamckenty has joined #openstack-dev | 20:38 | |
*** harlowja has joined #openstack-dev | 20:38 | |
ayoung | henrynash, do you want to take on that work? | 20:38 |
henrynash | ayoung: yes, happy to | 20:39 |
*** dolphm has quit IRC | 20:39 | |
*** joshuamckenty has left #openstack-dev | 20:39 | |
ayoung | henrynash, I'm happy to hand it over to you. | 20:39 |
henrynash | ayoung :-) | 20:39 |
*** ociuhandu has joined #openstack-dev | 20:40 | |
ayoung | henrynash, we don't have a blueprint for that yet, do we? | 20:41 |
*** thunquest has joined #openstack-dev | 20:41 | |
*** Adri2000 has joined #openstack-dev | 20:41 | |
*** adam_g has joined #openstack-dev | 20:41 | |
*** RajeshMohan has joined #openstack-dev | 20:41 | |
*** Guest60400 has joined #openstack-dev | 20:41 | |
*** troytoman-away has joined #openstack-dev | 20:41 | |
*** torgomatic has joined #openstack-dev | 20:41 | |
*** jf-jenni has joined #openstack-dev | 20:41 | |
*** janisg has joined #openstack-dev | 20:41 | |
henrynash | ayoung: it was buried in a larger one of mine…I'll break t out | 20:41 |
openstackgerrit | A change was merged to openstack/nova: Imported Translations from Transifex https://review.openstack.org/36328 | 20:42 |
*** koolhead17 is now known as koolhead17|zzZZ | 20:44 | |
ayoung | henrynash, https://blueprints.launchpad.net/keystone/+spec/multiple-ldap-servers | 20:44 |
ayoung | you can make your larger one depend on that | 20:44 |
henrynash | auoung: great, thx | 20:44 |
*** yolanda has joined #openstack-dev | 20:49 | |
*** tmclaugh[work] has quit IRC | 20:52 | |
*** utlemming has quit IRC | 20:53 | |
*** utlemming has joined #openstack-dev | 20:53 | |
*** dolphm has joined #openstack-dev | 20:53 | |
*** utlemming has quit IRC | 20:54 | |
*** utlemming has joined #openstack-dev | 20:54 | |
*** yolanda has quit IRC | 20:54 | |
*** gabrielhurley has joined #openstack-dev | 20:55 | |
*** olaph has joined #openstack-dev | 20:55 | |
*** doude_ has joined #openstack-dev | 20:56 | |
*** doude has quit IRC | 20:58 | |
*** olaph__ has quit IRC | 20:58 | |
*** annegentle has joined #openstack-dev | 20:59 | |
ameade_ | can someone tell me real fast if keystone returns 404 for expired tokens or if it is supposed to return the token info? | 20:59 |
*** terryw is now known as otherwiseguy | 21:00 | |
dolphm | ameade_: 404 | 21:00 |
ameade_ | dolphm: thanks | 21:01 |
*** beagles has quit IRC | 21:01 | |
*** novas0x2a|laptop has quit IRC | 21:01 | |
*** beagles has joined #openstack-dev | 21:02 | |
*** novas0x2a|laptop has joined #openstack-dev | 21:02 | |
openstackgerrit | A change was merged to openstack/horizon: Implementation of a Heat stacks UI. https://review.openstack.org/29478 | 21:03 |
openstackgerrit | A change was merged to openstack/neutron: Ensure that the neutron server is properly monkey patched https://review.openstack.org/36224 | 21:03 |
*** utlemming has quit IRC | 21:04 | |
*** mtreinish has quit IRC | 21:04 | |
*** adjohn has joined #openstack-dev | 21:04 | |
*** egallen has quit IRC | 21:05 | |
*** sleepsonthefloor has quit IRC | 21:05 | |
*** cp16net is now known as cp16net|away | 21:06 | |
*** sleepsonthefloor has joined #openstack-dev | 21:06 | |
*** utlemming has joined #openstack-dev | 21:06 | |
*** egallen has joined #openstack-dev | 21:07 | |
*** marun has joined #openstack-dev | 21:08 | |
*** utlemming has quit IRC | 21:08 | |
*** utlemming has joined #openstack-dev | 21:09 | |
*** ayoung has quit IRC | 21:10 | |
*** dkranz has quit IRC | 21:10 | |
gyee | dolphm, about https://review.openstack.org/#/c/34478 | 21:11 |
gyee | I understand we have two issues, 1) opt out of catalog during token auth, and 2) fix the catalog format in the new GET catalog API | 21:11 |
*** olaph has quit IRC | 21:12 | |
*** olaph_ has joined #openstack-dev | 21:12 | |
openstackgerrit | A change was merged to openstack/tempest: Fixed test - segmented upload of file https://review.openstack.org/31284 | 21:12 |
gyee | can we separate out the two? | 21:12 |
*** jruzicka has quit IRC | 21:12 | |
*** colinmcnamara has quit IRC | 21:12 | |
*** bswartz has quit IRC | 21:13 | |
dolphm | gyee: yes and yes | 21:14 |
dolphm | and yes | 21:14 |
*** boris-42 has quit IRC | 21:14 | |
dolphm | gyee: catalog-optional can be as simple as ?nocatalog and make GET /catalog out of scope? | 21:15 |
*** martine_ has quit IRC | 21:15 | |
*** jayg is now known as jayg|g0n3 | 21:16 | |
dolphm | gyee: GET /catalog doesn't touch core itself, so it'd be easy to make that an extension, although i'd *really* like to have it in core | 21:16 |
*** phschwartz has joined #openstack-dev | 21:18 | |
gyee | dolphm, sound good, because the catalog format and indexing will need more discussion | 21:19 |
*** olaph has joined #openstack-dev | 21:20 | |
gyee | I am all for making it easily searchable | 21:20 |
*** olaph_ has quit IRC | 21:20 | |
dolphm | gyee: do you have a use case for excluding the catalog without having a way to explicitly retrieve a catalog? | 21:20 |
dolphm | gyee: i think everyone is, but no one has put forth a real "here's what it should look like" | 21:20 |
*** alexpilotti has joined #openstack-dev | 21:21 | |
gyee | dolplm, I don't have a use case with a catalog, I was thinking retrieve it once and cache it somewhere | 21:22 |
*** colinmcnamara has joined #openstack-dev | 21:22 | |
gyee | without a catalog I meant | 21:22 |
gyee | dolphm, I feel like the scope is expending and may include jaypipes use case, which is to look up by region for example | 21:24 |
*** michchap has quit IRC | 21:24 | |
gyee | something like GET /catalog?filter_by=region,order_by=region,service,interface | 21:25 |
gyee | something like that | 21:25 |
dolphm | gyee: order by? lol | 21:28 |
gyee | dolphm, like how do we index the catalog | 21:29 |
dolphm | gyee: query strings certainly be useful though, starting as simple as GET /v3/catalog?region=north | 21:29 |
*** hazmat has joined #openstack-dev | 21:30 | |
*** hazmat has joined #openstack-dev | 21:30 | |
gyee | dolphm, lemme create an etherpad for this and capture the notes there | 21:30 |
dolphm | gyee: http://paste.openstack.org/raw/39855/ | 21:32 |
dolphm | gyee: this breaks for use cases that we're potentially supporting today | 21:32 |
dolphm | gyee: like multiple services of the same type in the same region | 21:32 |
gyee | do we have multiple services of the same type? | 21:33 |
dolphm | gyee: i'm just saying the current catalog supports that use case, is all | 21:34 |
*** woodspa_ has joined #openstack-dev | 21:35 | |
bnemec | mrodden: Has https://bugs.launchpad.net/oslo/+bug/1162047 not been fixed yet? | 21:35 |
uvirtbot | Launchpad bug 1162047 in oslo "lockutils.synchronized does not work properly if lock_path=none" [Undecided,Confirmed] | 21:35 |
*** fabio has joined #openstack-dev | 21:36 | |
*** woodspa has quit IRC | 21:37 | |
fabio | dolphm: hi. I think there is an ongoing discussion with gyee regarding the catalog format and opt-out | 21:37 |
mrodden | bnemec: i guess not... | 21:38 |
*** aeperezt has joined #openstack-dev | 21:38 | |
*** comstud is now known as icanstill | 21:38 | |
*** icanstill is now known as dothis | 21:38 | |
*** dothis is now known as comstud | 21:38 | |
fabio | dolphm: can I complete the opt-out without changes to the catalog for m2? | 21:38 |
dolphm | fabio: absolutely | 21:39 |
gyee | dolphm, https://etherpad.openstack.org/new-catalog-format | 21:39 |
*** mlavalle has left #openstack-dev | 21:39 | |
dolphm | fabio: if the question is "can i reduce scope" the answer is auto-yes | 21:39 |
fabio | dolphm: I am glad to start a bp to change the catalog format, but I believe from a time and concern point of view these are separate things ... | 21:39 |
bnemec | mrodden: Okay, I thought someone had looked into it, but maybe not. Either way, I went ahead and confirmed it since I've been told it's a legit bug by multiple people. :-) | 21:39 |
dolphm | fabio: agree | 21:39 |
gyee | combination of service type and name would make the index unique right? | 21:39 |
fabio | dolphm: thanks, I will go ahead and finish the work. | 21:40 |
fabio | dolphm: regarding the query param | 21:40 |
fabio | there were discussion meanwhile you were in vacation that query params in POST messages weren't very RESTful | 21:41 |
mrodden | bnemec: not its not fixed, lockutils will still use a temporary directory for its locks... :( | 21:41 |
mrodden | if lock_path isn't set | 21:41 |
*** woodspa_ has quit IRC | 21:41 | |
mrodden | https://github.com/openstack/oslo-incubator/blob/master/openstack/common/lockutils.py#L210 | 21:41 |
*** neelashah has quit IRC | 21:41 | |
bnemec | mrodden: Well, that's not cool. Is the problem that we don't know how to fix it properly or just that nobody has had time? | 21:42 |
*** markmc has quit IRC | 21:42 | |
bnemec | (cuz I am about to have lots of time on my hands ;-) | 21:42 |
*** romcheg has quit IRC | 21:42 | |
mrodden | tbh i think its an easy fix | 21:42 |
*** cp16net|away is now known as cp16net | 21:42 | |
mrodden | just figure out a sane default instead of making one up everytime | 21:42 |
*** eharney has quit IRC | 21:44 | |
*** jbresnah has quit IRC | 21:44 | |
*** rharwood has quit IRC | 21:45 | |
bnemec | mrodden: Okay, I'll think about it. Could be an issue making it platform-agnostic - we can't just set it to /tmp/lock or something (I think). | 21:46 |
mrodden | yeah | 21:46 |
*** romcheg has joined #openstack-dev | 21:46 | |
mrodden | probably would work for Unix-y systems | 21:46 |
mrodden | you can pull the temp dir out of environment variables on windows though | 21:47 |
*** pabelanger has quit IRC | 21:47 | |
dolphm | fabio: i'm not familiar with how that's not "restful" .. it's http-compliant as far as i know. any details? | 21:48 |
*** redbeard2 has quit IRC | 21:48 | |
gyee | dolphm, there isn't appear to be a definite answer on this one. The general guideline is that for http POST, you want to encode the parameters in the request body | 21:49 |
dolphm | gyee: http spec doesn't care | 21:49 |
*** lbragstad has quit IRC | 21:50 | |
*** jbresnah has joined #openstack-dev | 21:50 | |
dolphm | gyee: web browsers conventionally only use the request body, but that's not an argument against using both | 21:50 |
*** romcheg has quit IRC | 21:51 | |
*** jaypipes has quit IRC | 21:51 | |
dolphm | gyee: check out the last paragraph of the top answer http://stackoverflow.com/questions/611906/http-post-with-url-query-parameters-good-idea-or-not | 21:52 |
gyee | dolphm, I am looking at the same thing :) | 21:53 |
dolphm | gyee: the examples are awful though :( | 21:53 |
gyee | still reading | 21:53 |
*** michchap has joined #openstack-dev | 21:55 | |
*** jab416171 has joined #openstack-dev | 21:55 | |
fabio | dolphm: if the POST request would avoid to pass a body because the data is small I would agree | 21:56 |
*** jaypipes has joined #openstack-dev | 21:56 | |
fabio | but we already pass data in the body so it makes it more consistent to add a parameter there instead of having a payload and a query | 21:56 |
fabio | dolphm: this would be a good example of simple data to post: POST /map/route/45/waypoints?lat=35&long=74 | 21:57 |
dolphm | fabio: "because the data is small" is vague and subjective | 21:57 |
fabio | dolphm: no it is because we already pass data in the body | 21:57 |
fabio | so we avoid to mix the techniques | 21:58 |
*** cp16net is now known as cp16net|away | 21:58 | |
dolphm | fabio: you're still avoiding something without having a reason to avoid it | 21:58 |
*** terryh has quit IRC | 22:00 | |
*** eglynn has quit IRC | 22:00 | |
*** _TheDodd_ has quit IRC | 22:00 | |
gyee | dolphm, the spec doesn't say one must not have query parameters in http POST, seems like its a matter of preference | 22:01 |
gyee | vague and subjective as you mentioned | 22:01 |
dolphm | gyee: agree, it's just convention that we only use the body | 22:01 |
*** jbresnah has quit IRC | 22:01 | |
dolphm | gyee: one that was started by web browsers | 22:01 |
gyee | I am fine with either query parameter or body | 22:01 |
dolphm | but we're not building a web browser | 22:01 |
*** joshuamckenty has joined #openstack-dev | 22:01 | |
*** joshuamckenty has quit IRC | 22:02 | |
dolphm | (also worth pointing out that web browsers are totally capable of doing both if you specify query params in a <form action=""> | 22:02 |
*** burt has quit IRC | 22:02 | |
*** sungju has joined #openstack-dev | 22:02 | |
russellb | markmcclain: ping me when you think your nova quantum->neutron patch is ready to go | 22:02 |
russellb | markmcclain: and i'll make sure we get it reviewed quickly | 22:02 |
*** jbresnah has joined #openstack-dev | 22:02 | |
markmcclain | russellb: will do.. thanks | 22:03 |
fabio | dolphm: I would prefer it in the body. In the future we can add things like filtering the catalog back and not just opt out | 22:03 |
fabio | for instance ask for all the endpoints in regionA or admin, etc... | 22:04 |
dolphm | fabio: i'm happy to change my mind if you can provide a convincing argument with actual concrete reasoning for your vague and subjective personal preference | 22:05 |
*** mrodden has quit IRC | 22:06 | |
*** michchap has quit IRC | 22:06 | |
*** SergeyLukjanov has quit IRC | 22:07 | |
*** rackerjoe has left #openstack-dev | 22:07 | |
*** aelkikhia has quit IRC | 22:08 | |
*** cp16net|away is now known as cp16net | 22:09 | |
*** topol has quit IRC | 22:09 | |
*** terryh has joined #openstack-dev | 22:13 | |
fabio | dolphm: this is not my personal preference, it is a convention and even if we can depart from it, I believe it will make our API easier to grasp for users if they follow an established convention | 22:13 |
gyee | dolphm, so between having it as a query parameter and request body is a matter of preference, and having it in the request body would (in theory) make life easier for the UI guys, would it make sense to favor request body | 22:13 |
fabio | dolphm: technically you are right both works, it is just that people will jump at it as they did in the reviews when I followed the original bp :-) | 22:15 |
dolphm | gyee: the UI guys? the client can always pass ?nocatalog and c.service_catalog can be fetched on first access... | 22:15 |
*** med_ has quit IRC | 22:15 | |
gyee | in other words, would by not having it as query parameter cause any issues | 22:15 |
*** prad has quit IRC | 22:16 | |
*** datsun180b has quit IRC | 22:16 | |
gyee | UI meaning browsers doing form post | 22:16 |
*** litong has quit IRC | 22:16 | |
dolphm | fabio: it's simpler, expressive, leads to fewer corner cases (what happens if i pass "include_catalog": true, does the server need to validate that it's a boolean? what if you pass null instead of false?) | 22:16 |
*** phschwartz has quit IRC | 22:17 | |
*** jecarey_ has quit IRC | 22:17 | |
dolphm | gyee: so, yes ^ i'd argue that you make yourself vulnerable to more bugs by including it in the request body | 22:17 |
*** FunnyLookinHat has quit IRC | 22:18 | |
*** medberry_ has joined #openstack-dev | 22:18 | |
gyee | dolphm, query parameter then, you have me on "validating that is a boolean" :) | 22:18 |
*** medberry_ is now known as med_ | 22:18 | |
*** med_ has joined #openstack-dev | 22:18 | |
dolphm | gyee: ha | 22:18 |
fabio | dolphm: that is the same as passing a wrong user id. The code needs to validate the request and if invalid return a 400 | 22:18 |
gyee | fabio, you don't want to deal with validation nightmare | 22:19 |
dolphm | fabio: there's no alternative value though, it's either false, or undefined behavior | 22:19 |
dolphm | fabio: so, just skip the opportunity for undefined behavior | 22:19 |
*** eharney has joined #openstack-dev | 22:20 | |
*** schwicht has quit IRC | 22:20 | |
fabio | dolphm: there is the undefined behavior opportunity is not to express the parameter in the first place | 22:20 |
*** cliu has quit IRC | 22:21 | |
dolphm | fabio: that's not undefined, that's how the spec works today | 22:21 |
dolphm | fabio: backwards compatibility and all, you're NOT removing support for including the catalog in the token | 22:21 |
*** adjohn has quit IRC | 22:22 | |
*** adjohn has joined #openstack-dev | 22:22 | |
*** fmanco has joined #openstack-dev | 22:25 | |
*** adjohn has quit IRC | 22:27 | |
fabio | dolphm: ok, so what do you want me to do? I can reverse it back (actually this mean no code changes for me), but I expect other members to jump at it and I fear it means missing the m2 deadline | 22:28 |
fabio | dolphm: there only 1 week left and I truly want this thing to move along... | 22:28 |
dolphm | fabio: reverse it back to what? if ?nocatalog, then i'm happy to argue in favor, obviously (if it's an issue) | 22:28 |
*** jbresnah_ has joined #openstack-dev | 22:28 | |
dolphm | fabio: trust me, i do to | 22:28 |
dolphm | fabio: more than any other bug / bp | 22:29 |
*** jbresnah has quit IRC | 22:29 | |
*** jbresnah_ is now known as jbresnah | 22:29 | |
*** marun has quit IRC | 22:29 | |
fabio | dolphm: ok, I will change it back to ?nocatalog | 22:29 |
fabio | if this moves things along ... | 22:29 |
dolphm | fabio: was it really ?nocatalog at some point? | 22:30 |
fabio | yes | 22:30 |
fabio | see the first commit | 22:30 |
fabio | patch | 22:30 |
fabio | dolphm: I implemented the blueprint as specified | 22:30 |
*** electrichead has quit IRC | 22:30 | |
dolphm | holy crap, apparently i've thought this through before | 22:30 |
dolphm | i don't remember that | 22:30 |
fabio | dolphm: you are fighting the wrong warrior :-) | 22:31 |
sdague | hey dolphm, is the pin of python-keystoneclient in keystone to <0.3 still required? | 22:31 |
dolphm | fabio: if you're updating the identity-api patch now, link me to it | 22:31 |
dolphm | fabio: i'm going to be logging off soon though | 22:31 |
dolphm | sdague: no; 0.3.0 was broken, 0.3.1 fixed the issue | 22:32 |
fabio | dolphm: will do. Have a good one | 22:32 |
dolphm | sdague: i think 0.3.0 broke ceilometer and cinder | 22:32 |
*** bswartz has joined #openstack-dev | 22:32 | |
*** devoid has quit IRC | 22:32 | |
*** michchap has joined #openstack-dev | 22:33 | |
sdague | dolphm: ok, so right now the gate is wedge | 22:33 |
sdague | wedged | 22:33 |
sdague | in a fight between keystone client < 0.3 | 22:33 |
dolphm | fabio: revised the bp to make GET /catalog out of scope | 22:33 |
sdague | and horizon_django_auth needing >= 0.3 | 22:33 |
dolphm | sdague: anything i can do to help? | 22:34 |
dolphm | sdague: release 0.4.0? lol | 22:34 |
sdague | yes, update requirements.txt to not pin < 0.3 | 22:34 |
dolphm | sdague: common requirements? | 22:34 |
*** ayoung has joined #openstack-dev | 22:34 | |
sdague | dolphm: no, in the keystone project | 22:34 |
*** fcami has joined #openstack-dev | 22:35 | |
dolphm | sdague: oh, wow.. ok | 22:35 |
*** dkranz has joined #openstack-dev | 22:35 | |
*** med_ has quit IRC | 22:35 | |
dolphm | sdague: had no idea we were pinned | 22:36 |
dolphm | sdague: https://review.openstack.org/#/c/36355/ | 22:36 |
*** ociuhandu has left #openstack-dev | 22:36 | |
dolphm | gyee: ayoung: henrynash: urgent review ^ | 22:37 |
*** HenryG has quit IRC | 22:37 | |
*** galstrom is now known as galstrom_zzz | 22:37 | |
*** jasdeepH has quit IRC | 22:38 | |
henrynash | dolphm: looking | 22:38 |
dolphm | henrynash: gate is currently broken on conflicting requirements for keystoneclient (<0.3.0 vs >=0.3.0) | 22:38 |
*** ianw has joined #openstack-dev | 22:39 | |
*** Nachi has quit IRC | 22:39 | |
*** n0ano has quit IRC | 22:40 | |
henrynash | dolphmL I get to approve, since Joe is core still? | 22:40 |
dolphm | henrynash: +2, but don't approve | 22:41 |
henrynash | dolphm: done | 22:41 |
dolphm | henrynash: approving before the initial gate check is complete is a no-no, as i learned (the hard way) recently ;) | 22:41 |
henrynash | dolphm: ahh, yes!!! | 22:42 |
dolphm | henrynash: i'll check back on it in a bit and approve if jenkins +1's | 22:42 |
dolphm | henrynash: feel free to do the same yourself | 22:42 |
*** blues-man has quit IRC | 22:43 | |
henrynash | dolphm: ok | 22:43 |
*** michchap has quit IRC | 22:44 | |
*** henrynash has quit IRC | 22:45 | |
*** stevemar has joined #openstack-dev | 22:49 | |
*** jyhc has joined #openstack-dev | 22:50 | |
*** nati_ueno has joined #openstack-dev | 22:50 | |
*** jimfehlig has quit IRC | 22:51 | |
*** pabelanger_ has quit IRC | 22:52 | |
*** redbeard2 has joined #openstack-dev | 22:53 | |
*** pabelanger has joined #openstack-dev | 22:53 | |
*** lloydde has quit IRC | 22:54 | |
*** lloydde has joined #openstack-dev | 22:55 | |
*** jbresnah_ has joined #openstack-dev | 22:57 | |
*** dolphm has quit IRC | 23:00 | |
*** egallen has quit IRC | 23:01 | |
*** jbresnah has quit IRC | 23:02 | |
*** jbresnah_ is now known as jbresnah | 23:04 | |
*** david-lyle has quit IRC | 23:05 | |
*** jcoufal has quit IRC | 23:05 | |
*** colinmcnamara has quit IRC | 23:10 | |
*** fmanco has quit IRC | 23:11 | |
*** fmanco has joined #openstack-dev | 23:11 | |
*** colinmcnamara has joined #openstack-dev | 23:11 | |
*** michchap has joined #openstack-dev | 23:11 | |
*** carl_baldwin has quit IRC | 23:12 | |
*** jamielennox is now known as jamielennox|away | 23:12 | |
*** erkules has quit IRC | 23:13 | |
*** adjohn has joined #openstack-dev | 23:14 | |
*** underplank has joined #openstack-dev | 23:15 | |
*** nachi__ has quit IRC | 23:16 | |
*** nachi_ has joined #openstack-dev | 23:16 | |
*** nachi has joined #openstack-dev | 23:16 | |
*** nachi has quit IRC | 23:16 | |
*** nachi has joined #openstack-dev | 23:16 | |
*** nachi_ has quit IRC | 23:16 | |
*** nachi_ has joined #openstack-dev | 23:16 | |
*** nachi has quit IRC | 23:16 | |
*** gyee has quit IRC | 23:17 | |
*** erkules has joined #openstack-dev | 23:18 | |
*** jkordish_ has joined #openstack-dev | 23:18 | |
*** jjmb has joined #openstack-dev | 23:18 | |
*** jkordish has quit IRC | 23:18 | |
*** Nachi has joined #openstack-dev | 23:19 | |
*** gyee has joined #openstack-dev | 23:19 | |
*** jyhc has quit IRC | 23:20 | |
*** stevemar has quit IRC | 23:20 | |
*** nati_ueno has quit IRC | 23:22 | |
*** otherwiseguy has quit IRC | 23:23 | |
*** michchap has quit IRC | 23:23 | |
*** jjmb has quit IRC | 23:23 | |
*** sleepsonthefloor has quit IRC | 23:23 | |
*** vipul is now known as vipul-away | 23:27 | |
*** adjohn has quit IRC | 23:29 | |
*** jamielennox|away is now known as jamielennox | 23:30 | |
*** terryh has quit IRC | 23:36 | |
*** zhuadl has quit IRC | 23:36 | |
*** vipul-away is now known as vipul | 23:37 | |
*** adjohn has joined #openstack-dev | 23:39 | |
*** pmathews has quit IRC | 23:40 | |
*** pmathews has joined #openstack-dev | 23:40 | |
*** adalbas has quit IRC | 23:44 | |
*** zhiyan has joined #openstack-dev | 23:45 | |
*** fmanco has quit IRC | 23:50 | |
*** michchap has joined #openstack-dev | 23:50 | |
*** rcleere has quit IRC | 23:50 | |
*** gongysh has joined #openstack-dev | 23:50 | |
*** pmathews has quit IRC | 23:52 | |
*** fabio has quit IRC | 23:53 | |
*** aelkikhia has joined #openstack-dev | 23:55 | |
*** colinmcnamara has quit IRC | 23:55 | |
*** rwsu is now known as rwsu-away | 23:59 | |
*** nachi_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!