jbresnah | are there any glance people about? | 00:00 |
---|---|---|
jbresnah | I am trying to figure out the 'location' and 'copy_from' paramters in v2 | 00:00 |
jbresnah | for creating a new image | 00:00 |
*** lmatter has quit IRC | 00:01 | |
jbresnah | as far as i can tell this is not yet implemented | 00:01 |
jbresnah | is that right? | 00:01 |
*** sandywalsh has quit IRC | 00:03 | |
*** lloydde_ has quit IRC | 00:04 | |
*** pabelanger has joined #openstack-dev | 00:06 | |
*** derekh has quit IRC | 00:06 | |
*** radez is now known as radez_g0n3 | 00:07 | |
*** Nachi has joined #openstack-dev | 00:10 | |
*** adjohn has joined #openstack-dev | 00:12 | |
*** nati_ueno has quit IRC | 00:12 | |
*** digitalsanctum has joined #openstack-dev | 00:14 | |
*** mrodden has quit IRC | 00:15 | |
*** amerine has quit IRC | 00:15 | |
matiu | Is there a precedent for adding scripts to nova client ? | 00:15 |
*** digitalsanctum has quit IRC | 00:19 | |
mordred | matiu: like in what way? | 00:19 |
*** terryh has quit IRC | 00:19 | |
*** beagles has quit IRC | 00:20 | |
matiu | like I want to set a number hosts to be spares | 00:20 |
matiu | so it'll, list hosts with no vms; disable a compute service on one or more; | 00:20 |
matiu | create a host aggregate called 'spares' if it doesn't exist; put that host in the aggregate | 00:21 |
matiu | and make sure again that there are no vms on it | 00:21 |
*** Ryan_Lane has quit IRC | 00:21 | |
matiu | like all in one novaclient command: nova spares create 5 | 00:21 |
matiu | for example | 00:21 |
*** Ryan_Lane has joined #openstack-dev | 00:21 | |
matiu | or would that be better as a script external to novaclient ? | 00:21 |
*** maxiz has joined #openstack-dev | 00:22 | |
*** gyee has quit IRC | 00:24 | |
*** andrewbogott is now known as andrewbogott_afk | 00:24 | |
matiu | what do you think mordred ? | 00:24 |
matiu | is there anything like that in nova client already ? | 00:24 |
*** burris has quit IRC | 00:24 | |
matiu | that'll do a,b,c operations all in one command | 00:24 |
mordred | hrm | 00:24 |
mordred | so - doing multiple operations in one command sounds like a job for heat | 00:25 |
*** burris has joined #openstack-dev | 00:25 | |
matiu | isn't heat just for setting up installs or something though ? | 00:25 |
*** jcannava has quit IRC | 00:25 | |
mordred | heat is about orchestrating cloud resources | 00:25 |
*** Hien has quit IRC | 00:25 | |
matiu | ah | 00:25 |
matiu | yeah it does sound like a good match, | 00:26 |
mordred | so, you can certainly use it to install software too ... | 00:26 |
matiu | it's like a mini orchestration | 00:26 |
*** cp16net|away is now known as cp16net | 00:26 | |
mordred | exactly | 00:26 |
matiu | is it like in stable release status though ? | 00:26 |
*** Nachi has quit IRC | 00:26 | |
mordred | it just made a release and it was accepted into the next openstack release | 00:26 |
mordred | it's pretty solid | 00:26 |
matiu | I was under the impression that it was still in like alpha/beta or something | 00:26 |
matiu | awesome | 00:27 |
matiu | thanks mordred | 00:27 |
matiu | I'll look into it | 00:27 |
mordred | I've got a group of guys working on using heat to install orchestrate an openstack install :) | 00:27 |
*** jcannava has joined #openstack-dev | 00:27 | |
*** nati_ueno has joined #openstack-dev | 00:27 | |
*** rmohan has quit IRC | 00:28 | |
*** adjohn has quit IRC | 00:28 | |
*** lloydde has joined #openstack-dev | 00:28 | |
*** rmohan has joined #openstack-dev | 00:29 | |
*** cdub has quit IRC | 00:29 | |
*** markmcclain has quit IRC | 00:29 | |
*** vipul is now known as vipul|away | 00:30 | |
*** cdub has joined #openstack-dev | 00:30 | |
*** pixelbeat has quit IRC | 00:30 | |
*** HenryG has joined #openstack-dev | 00:30 | |
*** vipul|away is now known as vipul | 00:30 | |
*** oubiwann has quit IRC | 00:30 | |
*** lloydde has quit IRC | 00:34 | |
*** markmcclain has joined #openstack-dev | 00:38 | |
*** Hien has joined #openstack-dev | 00:38 | |
*** Shri1 has quit IRC | 00:40 | |
*** Tross has joined #openstack-dev | 00:41 | |
matiu | mordred, so I don't think it's such a good match | 00:47 |
mordred | matiu: no? | 00:47 |
matiu | as what I'm hoping to orchestrate is hosts, and compute node services | 00:47 |
matiu | not VMs | 00:48 |
mordred | ah - so what you want is the other thing my guys are working on | 00:48 |
matiu | oo, what's that called ? | 00:48 |
mordred | which is using openstack to install openstack, so that you can control your bare metal hosts with openstack api calls | 00:48 |
mordred | matiu: tripleo ("OpenStack On OpenStack") | 00:48 |
*** tomoe_ has joined #openstack-dev | 00:49 | |
mordred | matiu: there's a channel, #tripleo | 00:49 |
matiu | ah, you're from like hp or ibm eh ? | 00:50 |
matiu | I saw a presentation on something similar at the AU linux conf | 00:50 |
matiu | I think it was HP guys doing it | 00:50 |
mordred | yup. that was us | 00:50 |
mordred | you probably saw a presentation from lifeless or devananda | 00:51 |
mordred | I believe I spoke about something else... | 00:51 |
matiu | I'm reading up an it :) | 00:52 |
*** yidclare has quit IRC | 00:52 | |
*** esp1 has left #openstack-dev | 00:55 | |
*** cp16net is now known as cp16net|away | 00:56 | |
*** sarob has quit IRC | 00:57 | |
mordred | matiu: there's some good stuff at http://github.com/tripleo/incubator (which is where we shove stuff before it has a real home) | 00:57 |
matiu | yeah, I'm just reading the README there | 00:58 |
*** maxiz has quit IRC | 01:00 | |
*** dstufft has quit IRC | 01:00 | |
*** dsanders has quit IRC | 01:01 | |
*** aeperezt has quit IRC | 01:03 | |
*** portante is now known as portante|afk | 01:05 | |
*** dstufft has joined #openstack-dev | 01:05 | |
*** yamahata has quit IRC | 01:06 | |
*** Tross has quit IRC | 01:07 | |
*** hugokuo has left #openstack-dev | 01:08 | |
*** santanel has quit IRC | 01:08 | |
mordred | awesome | 01:10 |
*** santanel has joined #openstack-dev | 01:10 | |
*** radez_g0n3 is now known as radez | 01:10 | |
*** radez is now known as radez_g0n3 | 01:11 | |
*** dims has quit IRC | 01:13 | |
*** sarob has joined #openstack-dev | 01:14 | |
*** kenperkins has quit IRC | 01:14 | |
*** kenperkins has joined #openstack-dev | 01:15 | |
*** Mandell has quit IRC | 01:16 | |
openstackgerrit | A change was merged to openstack/quantum: Imported Translations from Transifex https://review.openstack.org/25573 | 01:16 |
*** amerine has joined #openstack-dev | 01:18 | |
*** sarob_ has joined #openstack-dev | 01:19 | |
*** JStoker has quit IRC | 01:22 | |
*** sarob has quit IRC | 01:22 | |
*** yamahata has joined #openstack-dev | 01:22 | |
*** jergerber has quit IRC | 01:23 | |
*** rektide has quit IRC | 01:27 | |
*** zzs has left #openstack-dev | 01:27 | |
*** terry7 has quit IRC | 01:30 | |
*** cp16net|away is now known as cp16net | 01:32 | |
*** edehde has left #openstack-dev | 01:33 | |
*** cp16net is now known as cp16net|away | 01:34 | |
*** jasdeepH has quit IRC | 01:35 | |
*** jergerber has joined #openstack-dev | 01:36 | |
*** alop has quit IRC | 01:36 | |
*** markwash has joined #openstack-dev | 01:37 | |
*** cp16net|away is now known as cp16net | 01:37 | |
*** kdbrierly has joined #openstack-dev | 01:38 | |
*** amerine has quit IRC | 01:38 | |
*** kbrierly has quit IRC | 01:39 | |
*** anteaya has left #openstack-dev | 01:45 | |
*** AnilV4 has joined #openstack-dev | 01:45 | |
*** kbrierly has joined #openstack-dev | 01:45 | |
*** kdbrierly has quit IRC | 01:46 | |
*** JStoker has joined #openstack-dev | 01:48 | |
*** JStoker is now known as Guest23108 | 01:48 | |
*** melwitt1 has quit IRC | 01:49 | |
*** crank has quit IRC | 01:50 | |
*** kdbrierly has joined #openstack-dev | 01:51 | |
*** markmcclain has quit IRC | 01:53 | |
*** kbrierly has quit IRC | 01:54 | |
*** crank has joined #openstack-dev | 01:55 | |
*** maxiz has joined #openstack-dev | 01:56 | |
*** kanzure has joined #openstack-dev | 01:59 | |
*** Guest23108 has quit IRC | 02:03 | |
*** Guest23108 has joined #openstack-dev | 02:03 | |
openstackgerrit | A change was merged to openstack/nova: Adding netmask to dnsmasq argument --dhcp-range https://review.openstack.org/25328 | 02:05 |
*** otherwiseguy has quit IRC | 02:06 | |
*** pabelanger has quit IRC | 02:08 | |
*** Guest23108 is now known as JStoker | 02:09 | |
*** aeperezt has joined #openstack-dev | 02:10 | |
*** nati_ueno has quit IRC | 02:10 | |
*** matiu has quit IRC | 02:11 | |
*** stevemar has joined #openstack-dev | 02:14 | |
*** devx has joined #openstack-dev | 02:16 | |
*** markwash has quit IRC | 02:16 | |
*** almaisan-away has quit IRC | 02:19 | |
*** almaisan-away has joined #openstack-dev | 02:20 | |
*** almaisan-away is now known as al-maisan | 02:21 | |
*** networkstatic has joined #openstack-dev | 02:21 | |
*** danwent has quit IRC | 02:21 | |
*** jasdeepH has joined #openstack-dev | 02:24 | |
*** matiu has joined #openstack-dev | 02:24 | |
*** sandywalsh has joined #openstack-dev | 02:27 | |
*** alop has joined #openstack-dev | 02:29 | |
*** hugokuo has joined #openstack-dev | 02:30 | |
*** alop has quit IRC | 02:30 | |
*** CrackerJackMack has quit IRC | 02:31 | |
*** CrackerJackMack has joined #openstack-dev | 02:32 | |
*** jergerber has quit IRC | 02:42 | |
*** martine has joined #openstack-dev | 02:43 | |
*** otherwiseguy has joined #openstack-dev | 02:45 | |
*** colinmcnamara has joined #openstack-dev | 02:48 | |
*** al-maisan is now known as almaisan-away | 02:49 | |
*** READ10 has quit IRC | 02:53 | |
*** otherwiseguy has quit IRC | 03:01 | |
*** alexxu has joined #openstack-dev | 03:02 | |
*** bing_bu has joined #openstack-dev | 03:02 | |
*** Tross has joined #openstack-dev | 03:05 | |
*** martine has quit IRC | 03:08 | |
*** martine has joined #openstack-dev | 03:12 | |
*** Corren has joined #openstack-dev | 03:15 | |
*** kenperkins has quit IRC | 03:17 | |
*** Corren is now known as kenperkins | 03:17 | |
openstackgerrit | A change was merged to openstack/ceilometer: Refactor DB tests https://review.openstack.org/25154 | 03:22 |
openstackgerrit | A change was merged to openstack/ceilometer: api: run max_resource_volume test on SQL backend https://review.openstack.org/25155 | 03:22 |
openstackgerrit | A change was merged to openstack/ceilometer: Remove impl_test https://review.openstack.org/25156 | 03:23 |
*** alop has joined #openstack-dev | 03:31 | |
*** otherwiseguy has joined #openstack-dev | 03:31 | |
*** giroro_ has joined #openstack-dev | 03:32 | |
*** Ruetobas has quit IRC | 03:33 | |
*** morganfainberg has left #openstack-dev | 03:33 | |
*** security has joined #openstack-dev | 03:35 | |
*** megha has quit IRC | 03:35 | |
*** alop has quit IRC | 03:35 | |
*** martine has quit IRC | 03:36 | |
*** torandu has quit IRC | 03:36 | |
*** Ritz-Laptop has joined #openstack-dev | 03:37 | |
*** alop has joined #openstack-dev | 03:38 | |
*** shang has quit IRC | 03:39 | |
*** vkmc has quit IRC | 03:39 | |
*** shang has joined #openstack-dev | 03:39 | |
*** giroro_ has quit IRC | 03:43 | |
*** Ruetobas has joined #openstack-dev | 03:43 | |
*** mohits has quit IRC | 03:44 | |
*** boris-42 has joined #openstack-dev | 03:50 | |
*** dstufft has quit IRC | 03:50 | |
*** dstufft has joined #openstack-dev | 03:51 | |
*** Mandell has joined #openstack-dev | 03:53 | |
boris-42 | vish hi | 03:55 |
boris-42 | vishy hi | 03:55 |
*** Tross has quit IRC | 03:59 | |
*** vipul is now known as vipul|away | 04:02 | |
*** novas0x2a|laptop has quit IRC | 04:03 | |
*** Tross has joined #openstack-dev | 04:03 | |
*** rmk has quit IRC | 04:03 | |
*** rmk has joined #openstack-dev | 04:05 | |
*** soody has joined #openstack-dev | 04:06 | |
*** nunosantos has quit IRC | 04:10 | |
*** vipul|away is now known as vipul | 04:17 | |
*** aditirav has joined #openstack-dev | 04:17 | |
*** aditirav has quit IRC | 04:18 | |
*** aditirav has joined #openstack-dev | 04:18 | |
*** aeperezt has quit IRC | 04:20 | |
*** soody has quit IRC | 04:21 | |
*** burris has quit IRC | 04:22 | |
*** burris has joined #openstack-dev | 04:22 | |
*** AnilV4 has quit IRC | 04:24 | |
*** SergeyLukjanov has joined #openstack-dev | 04:24 | |
*** openstackgerrit has quit IRC | 04:31 | |
*** openstackgerrit has joined #openstack-dev | 04:31 | |
*** sthaha has joined #openstack-dev | 04:36 | |
*** mohits has joined #openstack-dev | 04:37 | |
*** mohits has quit IRC | 04:37 | |
*** lloydde has joined #openstack-dev | 04:37 | |
*** oubiwann has joined #openstack-dev | 04:40 | |
*** colinmcnamara has quit IRC | 04:42 | |
*** colinmcnamara has joined #openstack-dev | 04:45 | |
*** colinmcnamara has quit IRC | 04:45 | |
*** stevemar has quit IRC | 04:47 | |
*** sride has joined #openstack-dev | 05:01 | |
*** SergeyLukjanov has quit IRC | 05:05 | |
*** AnilV4 has joined #openstack-dev | 05:08 | |
*** hattwick has quit IRC | 05:14 | |
*** gongysh has joined #openstack-dev | 05:14 | |
*** oubiwann has quit IRC | 05:18 | |
*** vipul is now known as vipul|away | 05:19 | |
*** zaitcev has quit IRC | 05:20 | |
*** alop has quit IRC | 05:22 | |
*** sirushti has quit IRC | 05:25 | |
*** salv-orlando has joined #openstack-dev | 05:25 | |
*** kbringard has joined #openstack-dev | 05:29 | |
*** boris-42 has quit IRC | 05:30 | |
*** lloydde has quit IRC | 05:36 | |
*** reed has quit IRC | 05:40 | |
*** mohits has joined #openstack-dev | 05:41 | |
*** mohits has joined #openstack-dev | 05:41 | |
*** navid has joined #openstack-dev | 05:45 | |
*** nati_ueno has joined #openstack-dev | 05:46 | |
*** otherwiseguy has quit IRC | 05:51 | |
*** danwent has joined #openstack-dev | 05:51 | |
*** lloydde has joined #openstack-dev | 05:56 | |
*** alop has joined #openstack-dev | 05:57 | |
*** Samos123 has quit IRC | 05:59 | |
*** alop_ has joined #openstack-dev | 06:00 | |
*** salv-orlando has quit IRC | 06:01 | |
*** zbitter has joined #openstack-dev | 06:01 | |
*** alop has quit IRC | 06:01 | |
*** alop_ is now known as alop | 06:01 | |
*** Samos123 has joined #openstack-dev | 06:04 | |
*** zaneb has quit IRC | 06:05 | |
*** Samos123 has quit IRC | 06:10 | |
*** koolhead17 has joined #openstack-dev | 06:11 | |
*** kenperkins has quit IRC | 06:11 | |
*** lloydde has quit IRC | 06:19 | |
*** alop has quit IRC | 06:19 | |
*** jasdeepH has quit IRC | 06:29 | |
*** k4n0 has joined #openstack-dev | 06:34 | |
*** markwash has joined #openstack-dev | 06:40 | |
*** boris-42 has joined #openstack-dev | 06:45 | |
*** nati_ueno has quit IRC | 06:54 | |
*** nati_ueno has joined #openstack-dev | 06:55 | |
*** security is now known as fire | 06:59 | |
*** koolhead17 has quit IRC | 07:09 | |
*** networkstatic has quit IRC | 07:10 | |
*** amerine has joined #openstack-dev | 07:13 | |
*** egallen has joined #openstack-dev | 07:13 | |
*** egallen has quit IRC | 07:17 | |
*** SergeyLukjanov has joined #openstack-dev | 07:18 | |
*** reed has joined #openstack-dev | 07:19 | |
openstackgerrit | A change was merged to openstack/cinder: Use the local configuration in the nfs drivers https://review.openstack.org/25118 | 07:20 |
*** darjeeli_ has quit IRC | 07:28 | |
openstackgerrit | A change was merged to openstack/quantum: Change the quantum-ns-metadata-proxy log file name. https://review.openstack.org/25564 | 07:28 |
*** lloydde has joined #openstack-dev | 07:29 | |
*** flaper87 has joined #openstack-dev | 07:33 | |
*** lloydde has quit IRC | 07:34 | |
*** markwash has quit IRC | 07:35 | |
*** doude has joined #openstack-dev | 07:38 | |
*** mindpixel has joined #openstack-dev | 07:39 | |
*** romcheg has joined #openstack-dev | 07:45 | |
*** thouveng has joined #openstack-dev | 07:45 | |
*** romcheg has left #openstack-dev | 07:46 | |
*** romcheg1 has joined #openstack-dev | 07:49 | |
*** AnilV4 has quit IRC | 07:53 | |
*** davidha has joined #openstack-dev | 07:54 | |
*** xga has joined #openstack-dev | 07:55 | |
*** vartom has joined #openstack-dev | 07:57 | |
*** soleblaze has quit IRC | 07:58 | |
*** amotoki has joined #openstack-dev | 07:58 | |
*** romcheg has joined #openstack-dev | 07:59 | |
*** romcheg has left #openstack-dev | 08:00 | |
*** soleblaze has joined #openstack-dev | 08:00 | |
*** tomoe_ has quit IRC | 08:01 | |
*** xga has quit IRC | 08:01 | |
*** mkollaro has joined #openstack-dev | 08:02 | |
*** romcheg1 has quit IRC | 08:03 | |
*** tomoe_ has joined #openstack-dev | 08:03 | |
*** corXi has joined #openstack-dev | 08:05 | |
*** boden has joined #openstack-dev | 08:05 | |
*** amerine has quit IRC | 08:10 | |
*** reidrac has joined #openstack-dev | 08:11 | |
*** thouveng has quit IRC | 08:12 | |
*** giulivo has joined #openstack-dev | 08:13 | |
*** mkollaro has quit IRC | 08:18 | |
*** egallen has joined #openstack-dev | 08:20 | |
openstackgerrit | A change was merged to openstack/quantum: Enable exception format checking when testing. https://review.openstack.org/25309 | 08:24 |
*** dosaboy has joined #openstack-dev | 08:27 | |
*** matiu has quit IRC | 08:32 | |
*** fbo has joined #openstack-dev | 08:37 | |
*** danwent has quit IRC | 08:38 | |
*** psedlak has joined #openstack-dev | 08:40 | |
*** egallen has quit IRC | 08:41 | |
*** yaguang has joined #openstack-dev | 08:44 | |
*** johnthetubaguy has joined #openstack-dev | 08:44 | |
*** jhesketh_ has joined #openstack-dev | 08:46 | |
*** AnilV4 has joined #openstack-dev | 08:46 | |
*** henrynash has quit IRC | 08:47 | |
*** tteggel` has left #openstack-dev | 08:47 | |
*** dosaboy has quit IRC | 08:47 | |
*** tomoe_ has quit IRC | 08:47 | |
*** sulo_ has joined #openstack-dev | 08:50 | |
*** dosaboy has joined #openstack-dev | 08:52 | |
*** johnthetubaguy1 has joined #openstack-dev | 08:53 | |
*** johnthetubaguy has quit IRC | 08:56 | |
*** nati_ueno has quit IRC | 08:59 | |
*** egallen has joined #openstack-dev | 09:00 | |
*** mindpixel has quit IRC | 09:03 | |
*** mohits has quit IRC | 09:04 | |
*** jpich has joined #openstack-dev | 09:06 | |
*** derekh has joined #openstack-dev | 09:10 | |
*** Mandell has quit IRC | 09:10 | |
*** pixelbeat has joined #openstack-dev | 09:12 | |
*** xga has joined #openstack-dev | 09:24 | |
*** boris-42 has quit IRC | 09:25 | |
*** rox_ has joined #openstack-dev | 09:26 | |
*** rox_ has quit IRC | 09:29 | |
*** darraghb has joined #openstack-dev | 09:30 | |
*** ssshi has joined #openstack-dev | 09:31 | |
*** afazekas_ has joined #openstack-dev | 09:31 | |
*** psedlak has quit IRC | 09:31 | |
*** danpb has joined #openstack-dev | 09:32 | |
*** hattwick has joined #openstack-dev | 09:35 | |
*** zoresvit has joined #openstack-dev | 09:36 | |
*** ssshi has quit IRC | 09:37 | |
*** beagles has joined #openstack-dev | 09:37 | |
*** iartarisi has joined #openstack-dev | 09:39 | |
*** amotoki has quit IRC | 09:51 | |
*** jhesketh_ has quit IRC | 09:52 | |
*** bing_bu has quit IRC | 09:54 | |
*** pfreund has joined #openstack-dev | 09:56 | |
*** afazekas has joined #openstack-dev | 09:56 | |
*** AnilV4 has quit IRC | 09:57 | |
*** maxiz has quit IRC | 09:57 | |
*** psedlak has joined #openstack-dev | 09:58 | |
*** AnilV4 has joined #openstack-dev | 10:06 | |
*** zbitter is now known as zaneb | 10:08 | |
*** ijw has quit IRC | 10:08 | |
*** ijw has joined #openstack-dev | 10:10 | |
*** henrynash has joined #openstack-dev | 10:16 | |
*** xga_ has joined #openstack-dev | 10:17 | |
*** AnilV4 has quit IRC | 10:18 | |
*** avishay has quit IRC | 10:20 | |
*** xga has quit IRC | 10:20 | |
*** AnilV4 has joined #openstack-dev | 10:21 | |
*** trapni has joined #openstack-dev | 10:22 | |
*** trapni has joined #openstack-dev | 10:22 | |
*** xga_ has quit IRC | 10:23 | |
*** xga has joined #openstack-dev | 10:27 | |
*** cocooncrash has quit IRC | 10:27 | |
*** radez_g0n3 has quit IRC | 10:29 | |
*** boris-42 has joined #openstack-dev | 10:29 | |
*** bcrochet has quit IRC | 10:31 | |
*** zoresvit has quit IRC | 10:32 | |
*** avishay has joined #openstack-dev | 10:34 | |
*** bcrochet has joined #openstack-dev | 10:34 | |
*** radez_g0n3 has joined #openstack-dev | 10:35 | |
*** alexpilotti has joined #openstack-dev | 10:35 | |
*** llu has quit IRC | 10:35 | |
*** llu has joined #openstack-dev | 10:36 | |
*** koolhead17 has joined #openstack-dev | 10:36 | |
*** romcheg1 has joined #openstack-dev | 10:46 | |
*** yaguang has quit IRC | 10:48 | |
*** yaguang has joined #openstack-dev | 10:50 | |
*** yamahata_ has joined #openstack-dev | 10:51 | |
*** zoresvit has joined #openstack-dev | 10:52 | |
*** yaguang has quit IRC | 10:54 | |
*** markmc has joined #openstack-dev | 10:54 | |
*** yaguang has joined #openstack-dev | 10:54 | |
*** rkukura has quit IRC | 11:02 | |
*** yamahata_ has quit IRC | 11:05 | |
*** jbr_1 has left #openstack-dev | 11:08 | |
*** dims has joined #openstack-dev | 11:11 | |
*** vkmc has joined #openstack-dev | 11:12 | |
*** xga has quit IRC | 11:17 | |
*** martine has joined #openstack-dev | 11:18 | |
*** mattrae has quit IRC | 11:22 | |
*** vishy has quit IRC | 11:23 | |
*** koolhead17 has quit IRC | 11:23 | |
*** aryan has quit IRC | 11:23 | |
*** retr0h has quit IRC | 11:23 | |
*** jerdfelt has quit IRC | 11:23 | |
*** akscram has quit IRC | 11:23 | |
*** lifeless has quit IRC | 11:23 | |
*** cdc__ has quit IRC | 11:23 | |
*** ndipanov has quit IRC | 11:23 | |
*** danjared has quit IRC | 11:23 | |
*** westmaas has quit IRC | 11:23 | |
*** EntropyWorks has quit IRC | 11:23 | |
*** Madkiss has quit IRC | 11:23 | |
*** dansmith has quit IRC | 11:23 | |
*** dripton has quit IRC | 11:23 | |
*** alpha_ori has quit IRC | 11:23 | |
*** jeblair has quit IRC | 11:23 | |
*** adam_g has quit IRC | 11:23 | |
*** ajia_ has quit IRC | 11:23 | |
*** westmaas_ has joined #openstack-dev | 11:23 | |
*** westmaas_ is now known as westmaas | 11:23 | |
*** sride has quit IRC | 11:23 | |
*** Madkiss_ has joined #openstack-dev | 11:23 | |
*** Madkiss_ is now known as Madkiss | 11:23 | |
*** alpha_ori_ has joined #openstack-dev | 11:23 | |
*** alpha_ori_ is now known as alpha_ori | 11:23 | |
*** jerdfelt has joined #openstack-dev | 11:23 | |
*** aryan has joined #openstack-dev | 11:24 | |
*** lifeless has joined #openstack-dev | 11:24 | |
*** vishy has joined #openstack-dev | 11:24 | |
*** adam_g has joined #openstack-dev | 11:24 | |
*** adam_g has quit IRC | 11:24 | |
*** adam_g has joined #openstack-dev | 11:24 | |
*** dripton_ has joined #openstack-dev | 11:24 | |
*** mattrae_ has joined #openstack-dev | 11:24 | |
*** ajia_ has joined #openstack-dev | 11:24 | |
*** ajia_ has joined #openstack-dev | 11:24 | |
*** ndipanov has joined #openstack-dev | 11:24 | |
*** jeblair has joined #openstack-dev | 11:24 | |
*** retr0h has joined #openstack-dev | 11:24 | |
*** danjared has joined #openstack-dev | 11:24 | |
*** dansmith has joined #openstack-dev | 11:24 | |
*** EntropyWorks_ has joined #openstack-dev | 11:24 | |
*** EntropyWorks_ is now known as EntropyWorks | 11:24 | |
*** retr0h has quit IRC | 11:24 | |
*** retr0h has joined #openstack-dev | 11:24 | |
*** akscram has joined #openstack-dev | 11:24 | |
*** techlife has quit IRC | 11:25 | |
openstackgerrit | A change was merged to openstack/horizon: Add flavor name regex validation to match nova. https://review.openstack.org/25196 | 11:25 |
*** afazekas has quit IRC | 11:27 | |
*** ianw has quit IRC | 11:28 | |
*** jesusaurus has quit IRC | 11:28 | |
*** cweidenk1ller has quit IRC | 11:28 | |
*** uvirtbot has quit IRC | 11:28 | |
*** joearnold has quit IRC | 11:28 | |
*** GheRivero has quit IRC | 11:28 | |
*** tris has quit IRC | 11:28 | |
*** mordred has quit IRC | 11:28 | |
*** janisg has quit IRC | 11:28 | |
*** BLZbubba has quit IRC | 11:28 | |
*** epopt37 has quit IRC | 11:28 | |
*** openstackjenkins has quit IRC | 11:28 | |
*** djinni_ has quit IRC | 11:28 | |
*** hugokuo has quit IRC | 11:28 | |
*** jk0 has quit IRC | 11:28 | |
*** guitarzan has quit IRC | 11:28 | |
*** ameade has quit IRC | 11:28 | |
*** kpepple_ has quit IRC | 11:28 | |
*** mmalesky_ has quit IRC | 11:28 | |
*** soren has quit IRC | 11:28 | |
*** Damianz has quit IRC | 11:28 | |
*** russellb has quit IRC | 11:28 | |
*** egallen has quit IRC | 11:31 | |
*** hugokuo has joined #openstack-dev | 11:31 | |
*** ianw has joined #openstack-dev | 11:31 | |
*** jesusaurus has joined #openstack-dev | 11:31 | |
*** cweidenk1ller has joined #openstack-dev | 11:31 | |
*** joearnold has joined #openstack-dev | 11:31 | |
*** GheRivero has joined #openstack-dev | 11:31 | |
*** tris has joined #openstack-dev | 11:31 | |
*** mordred has joined #openstack-dev | 11:31 | |
*** janisg has joined #openstack-dev | 11:31 | |
*** BLZbubba has joined #openstack-dev | 11:31 | |
*** epopt37 has joined #openstack-dev | 11:31 | |
*** openstackjenkins has joined #openstack-dev | 11:31 | |
*** djinni_ has joined #openstack-dev | 11:31 | |
*** jk0 has joined #openstack-dev | 11:31 | |
*** guitarzan has joined #openstack-dev | 11:31 | |
*** ameade has joined #openstack-dev | 11:31 | |
*** kpepple_ has joined #openstack-dev | 11:31 | |
*** mmalesky_ has joined #openstack-dev | 11:31 | |
*** soren has joined #openstack-dev | 11:31 | |
*** Damianz has joined #openstack-dev | 11:31 | |
*** russellb has joined #openstack-dev | 11:31 | |
*** techlife has joined #openstack-dev | 11:32 | |
*** kiall has quit IRC | 11:32 | |
*** kiall has joined #openstack-dev | 11:34 | |
openstackgerrit | A change was merged to openstack/horizon: Allow admin to edit project quotas for fixed IPs https://review.openstack.org/25374 | 11:34 |
*** sthaha has quit IRC | 11:34 | |
*** fire has quit IRC | 11:35 | |
*** baba has joined #openstack-dev | 11:35 | |
*** pcm_ has joined #openstack-dev | 11:36 | |
*** pcm_ is now known as 16WAAOJVT | 11:37 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 11:38 | |
*** martine has quit IRC | 11:39 | |
*** henrynash has quit IRC | 11:42 | |
mjfork | trying to re-gen the cinder.conf.sample and when i invoke generate_sample.sh it returns "ImportError: No module named oslo.config" in extract_opts. What am i missing? | 11:44 |
*** radez_g0n3 is now known as radez | 11:47 | |
*** zoresvit has quit IRC | 11:50 | |
*** topol has joined #openstack-dev | 11:51 | |
*** ayoung has quit IRC | 12:04 | |
*** zoresvit has joined #openstack-dev | 12:06 | |
*** romcheg has joined #openstack-dev | 12:06 | |
*** topol has quit IRC | 12:08 | |
*** romcheg1 has quit IRC | 12:10 | |
*** sandywalsh has quit IRC | 12:12 | |
*** radez is now known as radez_g0n3 | 12:14 | |
*** pixelbeat has quit IRC | 12:15 | |
*** koert has joined #openstack-dev | 12:16 | |
openstackgerrit | A change was merged to openstack/nova: Rework time handling in periodic tasks. https://review.openstack.org/24132 | 12:17 |
*** AnilV4 has quit IRC | 12:24 | |
*** AnilV4 has joined #openstack-dev | 12:25 | |
*** martine has joined #openstack-dev | 12:25 | |
*** pixelbeat has joined #openstack-dev | 12:28 | |
openstackgerrit | A change was merged to openstack/nova: Make iptables drop action configurable. https://review.openstack.org/25208 | 12:31 |
*** roz has quit IRC | 12:34 | |
openstackgerrit | A change was merged to openstack/nova: Make tenant_usage fall back to instance_type_id https://review.openstack.org/25550 | 12:34 |
*** digitalsanctum has joined #openstack-dev | 12:34 | |
*** jergerber has joined #openstack-dev | 12:34 | |
*** k4n0 has left #openstack-dev | 12:34 | |
openstackgerrit | A change was merged to openstack/nova: Fix quantum nic allocation when only portid is specified https://review.openstack.org/25563 | 12:35 |
*** HenryG has quit IRC | 12:35 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Add support for iso files as glance images https://review.openstack.org/25290 | 12:36 |
*** tomoe_ has joined #openstack-dev | 12:37 | |
*** anteaya has joined #openstack-dev | 12:37 | |
*** jruzicka has joined #openstack-dev | 12:37 | |
*** ndipanov has quit IRC | 12:37 | |
*** 16WAAOJVT has quit IRC | 12:39 | |
*** dguitarbite has joined #openstack-dev | 12:41 | |
*** pcm_ has joined #openstack-dev | 12:41 | |
*** dprince has joined #openstack-dev | 12:42 | |
*** yaguang has quit IRC | 12:43 | |
*** romcheg1 has joined #openstack-dev | 12:45 | |
*** romcheg has quit IRC | 12:49 | |
*** ijw has quit IRC | 12:52 | |
*** ndipanov has joined #openstack-dev | 12:52 | |
*** ijw has joined #openstack-dev | 12:52 | |
*** READ10 has joined #openstack-dev | 12:56 | |
*** alexpilotti has quit IRC | 12:56 | |
*** pcm_ has joined #openstack-dev | 12:57 | |
*** noslzzp has joined #openstack-dev | 12:59 | |
*** bknudson has joined #openstack-dev | 13:00 | |
*** egallen has joined #openstack-dev | 13:02 | |
*** sirushti has joined #openstack-dev | 13:04 | |
*** voliveirajr has joined #openstack-dev | 13:04 | |
*** bknudson has quit IRC | 13:06 | |
*** sirushti has quit IRC | 13:09 | |
*** sirushti has joined #openstack-dev | 13:10 | |
*** networkstatic has joined #openstack-dev | 13:10 | |
*** ndipanov has quit IRC | 13:10 | |
*** markmcclain has joined #openstack-dev | 13:12 | |
*** mtreinish has joined #openstack-dev | 13:12 | |
*** markmcclain has quit IRC | 13:12 | |
*** yamahata_ has joined #openstack-dev | 13:15 | |
*** bknudson has joined #openstack-dev | 13:18 | |
*** ayoung has joined #openstack-dev | 13:20 | |
*** romcheg has joined #openstack-dev | 13:20 | |
*** ndipanov has joined #openstack-dev | 13:23 | |
*** romcheg1 has quit IRC | 13:23 | |
*** otherwiseguy has joined #openstack-dev | 13:25 | |
*** eharney has joined #openstack-dev | 13:27 | |
*** eharney has quit IRC | 13:27 | |
*** eharney has joined #openstack-dev | 13:27 | |
*** romcheg has left #openstack-dev | 13:27 | |
*** sulo_ has quit IRC | 13:30 | |
*** sulo_ has joined #openstack-dev | 13:32 | |
*** markmcclain has joined #openstack-dev | 13:34 | |
*** radez_g0n3 is now known as radez | 13:36 | |
*** alunduil has joined #openstack-dev | 13:37 | |
*** rkukura has joined #openstack-dev | 13:39 | |
*** yamahata_ has quit IRC | 13:39 | |
*** maxiz has joined #openstack-dev | 13:40 | |
*** AnilV4 has quit IRC | 13:40 | |
*** aditirav has quit IRC | 13:41 | |
*** markmcclain has left #openstack-dev | 13:42 | |
*** markmcclain has joined #openstack-dev | 13:42 | |
*** steveg_afk has joined #openstack-dev | 13:43 | |
*** AnilV4 has joined #openstack-dev | 13:45 | |
*** Gordonz has joined #openstack-dev | 13:49 | |
*** darjeeling has joined #openstack-dev | 13:49 | |
openstackgerrit | A change was merged to openstack/python-novaclient: setuptools: remove data_files section https://review.openstack.org/25560 | 13:55 |
*** networkstatic has quit IRC | 13:58 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Remove unused tools/rfc.sh https://review.openstack.org/25343 | 13:59 |
openstackgerrit | A change was merged to openstack/nova: Imported Translations from Transifex https://review.openstack.org/25572 | 14:00 |
*** yamahata_ has joined #openstack-dev | 14:01 | |
*** aeperezt has joined #openstack-dev | 14:01 | |
*** yaguang has joined #openstack-dev | 14:01 | |
*** networkstatic has joined #openstack-dev | 14:02 | |
*** networkstatic has quit IRC | 14:03 | |
openstackgerrit | A change was merged to openstack/nova: always quote dhcp-domain, otherwise dnsmasq can fail to start https://review.openstack.org/25543 | 14:05 |
openstackgerrit | A change was merged to openstack/python-cinderclient: Add support for snapshot quotas. https://review.openstack.org/25070 | 14:07 |
*** dolphm has joined #openstack-dev | 14:08 | |
*** navid has quit IRC | 14:08 | |
*** lloydde has joined #openstack-dev | 14:10 | |
*** digitalsanctum has quit IRC | 14:10 | |
*** stevemar has joined #openstack-dev | 14:10 | |
*** kenperkins has joined #openstack-dev | 14:12 | |
*** kenperkins has quit IRC | 14:12 | |
*** topol has joined #openstack-dev | 14:15 | |
*** gordc has joined #openstack-dev | 14:15 | |
*** cp16net is now known as cp16net|away | 14:17 | |
*** Gordonz has quit IRC | 14:17 | |
*** uvirtbot has joined #openstack-dev | 14:17 | |
*** Gordonz has joined #openstack-dev | 14:17 | |
*** digitalsanctum has joined #openstack-dev | 14:19 | |
*** kenperkins has joined #openstack-dev | 14:19 | |
*** lloydde has quit IRC | 14:19 | |
*** joesavak has joined #openstack-dev | 14:19 | |
*** cp16net|away is now known as cp16net | 14:22 | |
*** cp16net is now known as cp16net|away | 14:22 | |
*** cp16net|away is now known as cp16net | 14:24 | |
*** rods has quit IRC | 14:26 | |
*** markmcclain has quit IRC | 14:27 | |
*** markmcclain has joined #openstack-dev | 14:28 | |
*** adalbas has joined #openstack-dev | 14:29 | |
*** AnilV4 has quit IRC | 14:29 | |
*** rods has joined #openstack-dev | 14:31 | |
*** crank has quit IRC | 14:32 | |
*** doude has left #openstack-dev | 14:32 | |
ttx | jpich: if you backport https://review.openstack.org/25196 and https://review.openstack.org/24966 , I can accept them to milestone-proposed | 14:36 |
*** olaph has joined #openstack-dev | 14:37 | |
*** crank has joined #openstack-dev | 14:37 | |
jpich | ttx: Ok, will do | 14:38 |
*** raycloud has joined #openstack-dev | 14:38 | |
ttx | jpich: thx! That should put us relatively close to an horizon rc2 | 14:38 |
*** mrodden has joined #openstack-dev | 14:41 | |
*** zoresvit has quit IRC | 14:43 | |
*** corXi has quit IRC | 14:45 | |
*** boris-42 has quit IRC | 14:45 | |
*** cjoelrun has joined #openstack-dev | 14:48 | |
*** alexxu has quit IRC | 14:49 | |
*** mrodden1 has joined #openstack-dev | 14:51 | |
*** lloydde has joined #openstack-dev | 14:53 | |
*** mrodden has quit IRC | 14:53 | |
*** devoid has joined #openstack-dev | 14:53 | |
*** devoid has quit IRC | 14:53 | |
*** devoid has joined #openstack-dev | 14:54 | |
*** yamahata_ has quit IRC | 14:57 | |
*** terryh has joined #openstack-dev | 14:57 | |
*** andrewbogott_afk is now known as andrewbogott | 14:57 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Update to latest openstack.common.setup. https://review.openstack.org/25590 | 14:58 |
*** datsun180b has joined #openstack-dev | 14:58 | |
*** gargya has joined #openstack-dev | 14:59 | |
*** navid has joined #openstack-dev | 14:59 | |
*** dripton_ is now known as dripton | 15:00 | |
*** zoresvit has joined #openstack-dev | 15:00 | |
*** sirushti has quit IRC | 15:01 | |
*** rnirmal has joined #openstack-dev | 15:04 | |
*** vipul|away is now known as vipul | 15:04 | |
*** vipul is now known as vipul|away | 15:04 | |
jpich | ttx: Done, https://review.openstack.org/#/c/25621/ and https://review.openstack.org/#/c/25620/ . Let me know if something is weird, I'm kinda new to poking at the milestone-proposed branch :) | 15:05 |
*** dhellmann-away is now known as dhellmann | 15:06 | |
*** jdurgin1 has joined #openstack-dev | 15:06 | |
*** yidclare has joined #openstack-dev | 15:07 | |
ttx | jpich: checking | 15:07 |
ayoung | dolphm, so I've been thinking about delegation and compute nodes. Assuming that A) there are going to be a huge number of compute nodes and that B) we want to be ultra-cautious about what happens if (heaven forbid) a VM can take over its hypervisor, we probably want to be able to set up a delegation agreement between a non-user and a Keystone user. IN this case, the non-user would be the nova-compute node | 15:08 |
ttx | jpich: approved both | 15:08 |
ttx | jpich: thx | 15:08 |
jpich | ttx: Great, cheers. Only one missing for Horizon RC2 now | 15:08 |
*** jasdeepH has joined #openstack-dev | 15:12 | |
*** blamar has joined #openstack-dev | 15:14 | |
*** diogogmt has joined #openstack-dev | 15:16 | |
*** imsplitbit has joined #openstack-dev | 15:21 | |
*** sirushti has joined #openstack-dev | 15:23 | |
*** pabelanger has joined #openstack-dev | 15:23 | |
*** dosaboy has quit IRC | 15:24 | |
*** navid has quit IRC | 15:25 | |
openstackgerrit | A change was merged to openstack/nova: Remove race condition (in InstanceTypes) https://review.openstack.org/22477 | 15:27 |
*** koert has quit IRC | 15:27 | |
*** gyee has joined #openstack-dev | 15:27 | |
openstackgerrit | A change was merged to openstack/nova: Add missing tests for db.instance_type_access_* methods https://review.openstack.org/25253 | 15:28 |
*** portante|afk is now known as portante | 15:31 | |
*** pabelanger has quit IRC | 15:33 | |
*** yaguang has quit IRC | 15:33 | |
*** sirushti has quit IRC | 15:34 | |
*** dolphm has quit IRC | 15:34 | |
*** cp16net is now known as cp16net|away | 15:41 | |
*** cp16net|away is now known as cp16net | 15:42 | |
*** dosaboy has joined #openstack-dev | 15:42 | |
*** sirushti has joined #openstack-dev | 15:42 | |
*** sirushti has quit IRC | 15:43 | |
*** alexpilotti has joined #openstack-dev | 15:44 | |
*** devoid has quit IRC | 15:44 | |
*** doude has joined #openstack-dev | 15:44 | |
*** devoid has joined #openstack-dev | 15:45 | |
*** sirushti has joined #openstack-dev | 15:45 | |
*** lloydde has quit IRC | 15:46 | |
*** cp16net is now known as cp16net|away | 15:48 | |
*** danwent has joined #openstack-dev | 15:48 | |
*** dguitarbite has quit IRC | 15:49 | |
*** JonnyNomad has quit IRC | 15:50 | |
*** bdpayne has quit IRC | 15:52 | |
*** pcm_ has quit IRC | 15:52 | |
*** cp16net|away is now known as cp16net | 15:54 | |
*** bdpayne has joined #openstack-dev | 15:54 | |
*** Mandell has joined #openstack-dev | 15:56 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Ensure shell tests use isolated env variables set https://review.openstack.org/25606 | 15:57 |
*** chandanc has joined #openstack-dev | 15:59 | |
*** gargya has quit IRC | 16:00 | |
*** colinmcnamara has joined #openstack-dev | 16:01 | |
*** reidrac has quit IRC | 16:02 | |
*** pcm_ has joined #openstack-dev | 16:03 | |
*** zoresvit has quit IRC | 16:06 | |
*** lloydde has joined #openstack-dev | 16:08 | |
*** avishay has quit IRC | 16:09 | |
ttx | notmyname: ping / how about tagging 1.8.0-rc2 ? | 16:10 |
*** bswartz has quit IRC | 16:10 | |
EmilienM | arosen: ping | 16:15 |
*** safchain has joined #openstack-dev | 16:15 | |
*** oubiwann has joined #openstack-dev | 16:19 | |
*** markwash has joined #openstack-dev | 16:19 | |
*** JonnyNomad has joined #openstack-dev | 16:20 | |
*** yidclare has quit IRC | 16:20 | |
*** mrodden1 has quit IRC | 16:21 | |
*** mrodden has joined #openstack-dev | 16:22 | |
*** pmyers has quit IRC | 16:22 | |
*** JonnyNomad has quit IRC | 16:23 | |
*** yaguang has joined #openstack-dev | 16:25 | |
*** dolphm has joined #openstack-dev | 16:25 | |
arosen | EmilienM: Pong | 16:25 |
*** trapni has quit IRC | 16:26 | |
EmilienM | arosen: hey, I'm with safchain and we have an issue when we want to connect 2 routers together | 16:27 |
*** JStoker has quit IRC | 16:27 | |
*** doude has quit IRC | 16:27 | |
arosen | EmilienM: I don't believe quantum allows this | 16:27 |
*** torandu has joined #openstack-dev | 16:27 | |
EmilienM | arosen: it try to create an interface with an existing IP | 16:27 |
arosen | EmilienM: as in two routers on the same lswitch? | 16:28 |
*** JStoker has joined #openstack-dev | 16:28 | |
EmilienM | arosen: yes | 16:28 |
*** JonnyNomad has joined #openstack-dev | 16:28 | |
*** renner has quit IRC | 16:29 | |
*** pfreund has quit IRC | 16:29 | |
arosen | EmilienM: Let me try I don't believe we allow that though. | 16:29 |
EmilienM | arosen: I'm looking for a way to connect net1 to net2 | 16:30 |
EmilienM | we have r1 & r2 | 16:30 |
arosen | you'd have to connect them both to the same router | 16:30 |
*** dolphm has quit IRC | 16:30 | |
*** alop has joined #openstack-dev | 16:30 | |
EmilienM | arosen: oh, I see ok | 16:30 |
arosen | EmilienM: to do what you are trying to do you'd have to inject host routes so that the hosts know which router to send to | 16:31 |
arosen | EmilienM: not all dhcp clients support this. | 16:31 |
*** dolphm has joined #openstack-dev | 16:31 | |
arosen | EmilienM: but if you just want to connect net1 & net2 the right approach is to just attach a router in between | 16:32 |
EmilienM | arosen: so if we want to make communicate two differents networks, we need to create several subnets inside a network | 16:32 |
arosen | I'm not clear what you mean by "create several subnets inside a network" | 16:33 |
*** egallen has quit IRC | 16:33 | |
arosen | A network can have 1 or more subnets on it | 16:33 |
arosen | If you want to communicate between subnets you need a router | 16:33 |
arosen | doh sorry that's not exactly true* | 16:34 |
*** sandywalsh has joined #openstack-dev | 16:34 | |
arosen | but not usually done. You can communicate between subnets as long as you are on the same network without a router* | 16:35 |
arosen | But typically you'd put each subnet on it's own network with a router | 16:35 |
*** pfreund has joined #openstack-dev | 16:35 | |
*** egallen has joined #openstack-dev | 16:35 | |
EmilienM | arosen: perfect, we have understand | 16:35 |
arosen | EmilienM: cool stuff | 16:36 |
EmilienM | arosen: we have created one router, and connected both networks and it's working | 16:36 |
arosen | Nice | 16:36 |
EmilienM | arosen: thx for support :) | 16:36 |
safchain | arosen: thx | 16:36 |
*** torandu has quit IRC | 16:37 | |
EmilienM | arosen: is that a limitation for not be able to connect two routers together | 16:37 |
*** egallen has quit IRC | 16:37 | |
*** boris-42 has joined #openstack-dev | 16:37 | |
EmilienM | arosen: I mean, does it deserve a blueprint ? | 16:37 |
*** steveg_afk has quit IRC | 16:38 | |
*** egallen has joined #openstack-dev | 16:38 | |
*** jbr_ has quit IRC | 16:39 | |
*** terryh has quit IRC | 16:39 | |
*** sandywalsh has quit IRC | 16:40 | |
arosen | EmilienM: The limitation is connecting two routers to the same subnet with different routes. You can't connect two routers. | 16:40 |
arosen | EmilienM: imo there isn't a large use case for being able to do that though | 16:40 |
EmilienM | arosen: ok, we take note about that with safchain | 16:40 |
*** doude has joined #openstack-dev | 16:41 | |
shardy | keystoneclient folks: I'm about to start implementing the ec2signer-v4signatures BP, since we need v4 signature support to allow recent boto versions to work with heat | 16:41 |
shardy | the BP has not yet been approved, so wanted to check there are no objections before I start | 16:41 |
*** lmatter has joined #openstack-dev | 16:42 | |
*** clarkb2 is now known as clarkb | 16:44 | |
*** jbr_ has joined #openstack-dev | 16:44 | |
openstackgerrit | A change was merged to openstack/nova: Fix typo in the XML serialization os-services API. https://review.openstack.org/22419 | 16:44 |
*** alop has quit IRC | 16:44 | |
*** alop has joined #openstack-dev | 16:45 | |
*** lloydde has quit IRC | 16:46 | |
*** cp16net is now known as cp16net|away | 16:47 | |
*** cp16net|away is now known as cp16net | 16:47 | |
*** vipul|away is now known as vipul | 16:47 | |
*** xga has joined #openstack-dev | 16:47 | |
*** vipul is now known as vipul|away | 16:47 | |
*** lloydde has joined #openstack-dev | 16:47 | |
*** adjohn has joined #openstack-dev | 16:48 | |
*** adjohn has quit IRC | 16:49 | |
*** adjohn has joined #openstack-dev | 16:50 | |
*** david-lyle has joined #openstack-dev | 16:51 | |
*** SergeyLukjanov has quit IRC | 16:51 | |
*** amerine has joined #openstack-dev | 16:51 | |
*** kutija has joined #openstack-dev | 16:51 | |
*** jog0 has joined #openstack-dev | 16:52 | |
*** jlk has joined #openstack-dev | 16:57 | |
jlk | Hey all, does anybody have an example of searching for instances and limiting results based on instance metadata ? | 16:57 |
jlk | is that something I can toss in search_opts ? | 16:57 |
vishy | boris-42: did you ping me? | 16:58 |
*** santanel has quit IRC | 16:59 | |
*** vipul|away is now known as vipul | 17:00 | |
*** ladquin is now known as ladquin_brb | 17:01 | |
*** psedlak has quit IRC | 17:01 | |
*** kbringard has quit IRC | 17:02 | |
*** kbringard has joined #openstack-dev | 17:02 | |
*** afazekas_ has quit IRC | 17:03 | |
*** doude has left #openstack-dev | 17:05 | |
*** torandu has joined #openstack-dev | 17:05 | |
*** cp16net is now known as cp16net|away | 17:05 | |
*** torandu has quit IRC | 17:07 | |
*** torandu has joined #openstack-dev | 17:07 | |
*** esp1 has joined #openstack-dev | 17:09 | |
*** sandywalsh has joined #openstack-dev | 17:09 | |
*** markmcclain has quit IRC | 17:10 | |
*** dolphm has quit IRC | 17:11 | |
*** dolphm has joined #openstack-dev | 17:12 | |
*** yidclare has joined #openstack-dev | 17:12 | |
*** rnirmal has quit IRC | 17:12 | |
*** adjohn has quit IRC | 17:13 | |
*** nati_ueno has joined #openstack-dev | 17:13 | |
*** dolphm has quit IRC | 17:14 | |
*** devoid has quit IRC | 17:15 | |
*** torandu has quit IRC | 17:17 | |
*** alexpilotti has quit IRC | 17:19 | |
*** lloydde has quit IRC | 17:19 | |
*** safchain has left #openstack-dev | 17:21 | |
*** alunduil has quit IRC | 17:21 | |
*** lloydde has joined #openstack-dev | 17:22 | |
*** rmohan has quit IRC | 17:22 | |
*** rmohan has joined #openstack-dev | 17:23 | |
marun | jaypipes: ping | 17:23 |
sandywalsh | jaypipes: hey! thanks for the detailed response to my email. I'm at @monitorama this week and will tackle your suggestions on Monday. | 17:23 |
*** gyee has quit IRC | 17:23 | |
*** jab416171 has quit IRC | 17:24 | |
sandywalsh | jaypipes: (I'm glad you responded, I was hoping you would and was going to address my email "Dear Jay, ..." :) | 17:24 |
*** epim has joined #openstack-dev | 17:25 | |
*** vipul is now known as vipul|away | 17:26 | |
jaypipes | marun: pong | 17:28 |
*** fbo has quit IRC | 17:28 | |
jaypipes | sandywalsh: lol :) | 17:28 |
jaypipes | sandywalsh: no worries, mate, been swamped myself. | 17:28 |
*** markmc has quit IRC | 17:28 | |
marun | jaypipes: I'd like to talk tempest if you have a moment. | 17:30 |
*** yidclare has quit IRC | 17:30 | |
marun | jaypipes: sorry, *when* you have a moment | 17:30 |
*** vipul|away is now known as vipul | 17:30 | |
jaypipes | marun: sure thing... want to head over to #openstack-qa to involve others? | 17:31 |
*** lmatter has quit IRC | 17:31 | |
marun | jaypipes: surely | 17:31 |
*** yidclare has joined #openstack-dev | 17:32 | |
*** chandanc_ has joined #openstack-dev | 17:34 | |
*** chandanc has quit IRC | 17:36 | |
*** chandanc_ is now known as chandanc | 17:36 | |
*** japage has joined #openstack-dev | 17:37 | |
*** henrynash has joined #openstack-dev | 17:38 | |
*** SergeyLukjanov has joined #openstack-dev | 17:40 | |
*** iartarisi has quit IRC | 17:41 | |
*** otherwiseguy has quit IRC | 17:43 | |
*** pfreund has quit IRC | 17:43 | |
*** lcheng has quit IRC | 17:44 | |
*** dolphm has joined #openstack-dev | 17:45 | |
*** cp16net|away is now known as cp16net | 17:45 | |
*** vipul is now known as vipul|away | 17:45 | |
*** henrynash has quit IRC | 17:48 | |
*** danpb has quit IRC | 17:49 | |
*** jab416171 has joined #openstack-dev | 17:50 | |
*** arbrandes has joined #openstack-dev | 17:53 | |
*** dolphm has quit IRC | 17:53 | |
*** bknudson has quit IRC | 17:54 | |
*** AnilV4 has joined #openstack-dev | 17:55 | |
*** sandywalsh has quit IRC | 17:55 | |
adalbas | hi. a little help with git review: I want to send my review against the origin/stable/folsom branch. I rebase my devel branch with it and it works fine. | 17:57 |
*** rnirmal has joined #openstack-dev | 17:58 | |
adalbas | when i send the "git review", it tries to rebase and fail. Are those the right steps to add a review against a non-master branch? | 17:58 |
zigo_ | ttx: Because we need to use 2013.1~rc2 instead of 2013.1.rc2 in the packages, I'm always re-tagging as 2013.1_rc2, so that later on, I can have a logic that transforms the underscores into ~. Would you consider using my versionning scheme with the underscore for the RC releases? | 17:58 |
clarkb | adalbas: how are you running git review? | 17:58 |
*** afazekas has joined #openstack-dev | 17:58 | |
*** afazekas_ has joined #openstack-dev | 17:58 | |
clarkb | adalbas: to push to stable/folsom you should be doing something like `git review stable/folsom` | 17:59 |
*** tomoe_ has quit IRC | 17:59 | |
clarkb | otherwise it will push against master and rebase and that may be causing the rebase failures | 17:59 |
*** tomoe_ has joined #openstack-dev | 18:00 | |
*** afazekas_ has quit IRC | 18:00 | |
adalbas | clarkb, it show me some failures as well, like git review origin/stable/folsom | 18:00 |
adalbas | Errors running git rebase -i remotes/gerrit/origin/stable/folsom | 18:00 |
adalbas | fatal: Needed a single revision | 18:00 |
clarkb | adalbas: I think you need to drop the origin/ | 18:01 |
harlowja | russellb: yt | 18:01 |
adalbas | i pulled the branch in my development env from "git checkout -b origin/stable/folsom stable/folsom | 18:01 |
clarkb | adalbas: try just `git review stable/folsom` | 18:01 |
*** psarpol has joined #openstack-dev | 18:02 | |
russellb | harlowja: yeah | 18:02 |
*** markmcclain has joined #openstack-dev | 18:02 | |
russellb | what's up | 18:02 |
adalbas | clarkb, it looks better now. Just a missing Change-Id error. Let me figure it out. Tks! | 18:02 |
harlowja | was looking @ https://github.com/openstack/nova/commit/42f3d0b and was wondering if that could be the servicegroup stuff somehow (someday..) | 18:03 |
*** derekh has quit IRC | 18:03 | |
harlowja | seeing that the servicegroup/matchmaker stuff seems similar in general | 18:03 |
openstackgerrit | A change was merged to openstack/glance: Fallback to inferring image_members unique constraint name https://review.openstack.org/25515 | 18:04 |
openstackgerrit | A change was merged to openstack/glance: Add image_size_cap documentation https://review.openstack.org/25125 | 18:04 |
marun | markmcclain: ping | 18:04 |
markmcclain | pong | 18:04 |
harlowja | '1.21 GigaWatts', lol btw | 18:04 |
openstackgerrit | A change was merged to openstack/nova: xenapi: fix support for iso boot https://review.openstack.org/24895 | 18:05 |
harlowja | i can't wait for OPs here @ y! to be like what the heck is that string on the MQ, lol | 18:05 |
marun | markmcclain: I've been talking with jaypipes on #openstack-qa about what does and does not belong in tempest. | 18:05 |
*** xga has quit IRC | 18:05 | |
marun | markmcclain: We're going to document it and hopefully it can be helpful in guiding that part of quantum's testing strategy. | 18:06 |
marun | markmcclain: I'm also hoping to formulate some guidelines about how to do testing in quantum itself more effectively, and hopefully produce something that other core developers can review. | 18:06 |
*** vipul|away is now known as vipul | 18:07 | |
marun | markmcclain: I | 18:07 |
*** Brad_K has joined #openstack-dev | 18:08 | |
*** Brad_K has joined #openstack-dev | 18:08 | |
marun | markmcclain: I'm hoping for for a clear delineation between what testing is done in quantum and how, and what belongs in tempest. Once some documentation is available, then it should be possible to review with that criteria in mind. | 18:08 |
*** sandywalsh has joined #openstack-dev | 18:08 | |
marun | markmcclain: Any questions or concerns? | 18:09 |
harlowja | also maybe a general question, but is there any central page listing what projects are accepting havana contributions and which ones aren't yet? | 18:09 |
*** lmatter has joined #openstack-dev | 18:10 | |
harlowja | russellb: let me know if i should just email the main list instead, thoughts welcome | 18:11 |
harlowja | i was just thinking that said 'pinging' will be an interesting scale issue, but unsure if it is/isnt yet | 18:12 |
russellb | harlowja: sorry, missed the messages since you hadn't said my nick :) | 18:13 |
harlowja | :-p | 18:13 |
*** Mandell has quit IRC | 18:14 | |
russellb | harlowja: so there's a complication with this, in that servicegroup relies on conductor to operate | 18:14 |
russellb | harlowja: since nova-compute can't talk to the db directly | 18:14 |
russellb | harlowja: so that's why it falls back to this approach | 18:14 |
harlowja | in all cases does servicegroup rely on conductor? maybe thats something that can be fixeD? | 18:14 |
russellb | harlowja: I don't think we need to worry about this ping() thing, it does zero processing on the conductor side. so compared to everything else conductor is used for, it should be negligible | 18:14 |
*** johnthetubaguy has quit IRC | 18:15 | |
*** bswartz has joined #openstack-dev | 18:15 | |
*** bknudson has joined #openstack-dev | 18:15 | |
harlowja | russellb: sure, on the conductor side, just was thinking about compute nodes going up and down in the extreme case, and say if zookeeper or something doesn't need to use the DB, then u could actually move that ping into a zookeeper check | 18:15 |
russellb | harlowja: if we could change how servicegroup works ... | 18:15 |
russellb | yeah, that'd work | 18:16 |
*** alunduil has joined #openstack-dev | 18:16 | |
harlowja | russellb: k, will see what happens, gotta get this grrizzly stuff in our lab | 18:16 |
russellb | yeah, would love to hear what problems you guys hit when you get the chance | 18:16 |
russellb | hopefully none! | 18:16 |
harlowja | russellb: maybe its not a problem to begin with, was just looking at that, and more pings make me sad :-p | 18:16 |
russellb | harlowja: yes it's a hack. | 18:17 |
harlowja | russellb: ya, will let u know when it falls over and how, haha | 18:17 |
russellb | would love to see it abstracted and optionally more efficient when possible | 18:17 |
russellb | cool :) | 18:17 |
*** devoid has joined #openstack-dev | 18:17 | |
*** jab416171 has quit IRC | 18:17 | |
harlowja | russellb: the NTT guys have been doing some nice state management stuff also, they are a little shy i think, but can hpoefully get that out for 'looking at' soon | 18:18 |
russellb | harlowja: yeah, would be good to discuss it | 18:19 |
harlowja | def | 18:19 |
russellb | harlowja: speaking of that ... you proposed a session on it | 18:19 |
*** Mandell has joined #openstack-dev | 18:19 | |
harlowja | russellb: right o | 18:19 |
harlowja | russellb: it will be a fun one, lol | 18:20 |
russellb | harlowja: you mentioned that it may be mergable with another | 18:20 |
* russellb pulls it up | 18:20 | |
russellb | hmm ... | 18:20 |
harlowja | russellb: ya, another group of people doing scheduling referenced mine :-p | 18:20 |
harlowja | so maybe combine or not, idk | 18:20 |
russellb | i really need things to merge to make more room, how do you feel about this? | 18:21 |
russellb | do think they could be merged and it would be ok? | 18:21 |
harlowja | let me check again | 18:21 |
devoid | Can someone point me at an outside project that makes use of the nova api-extensions functionality? | 18:21 |
russellb | harlowja: http://summit.openstack.org/cfp/details/72 | 18:21 |
russellb | harlowja: i think this is different enough from yours that we shouldn't merge them | 18:21 |
harlowja | russellb: so this is sorta similar to a session i did last summit, splitting out scheduling | 18:21 |
*** markmcclain has quit IRC | 18:22 | |
russellb | yeah, we have like 12 scheduler proposals that overlap in some ways but not others, it's fun | 18:22 |
*** markmcclain has joined #openstack-dev | 18:22 | |
harlowja | russellb: https://wiki.openstack.org/wiki/SchedulingSplitout, which led me down the path of getting orchestration fixed, haha | 18:22 |
russellb | so i don't think i'm going to merge these ... unless you want me to | 18:22 |
*** bknudson has quit IRC | 18:22 | |
*** otherwiseguy has joined #openstack-dev | 18:22 | |
harlowja | russellb: thats fine, i agree, theres is more focused on scheduling, with the caveat that scheduling in advanced ways is hard with adhoc states | 18:23 |
*** cp16net is now known as cp16net|away | 18:23 | |
*** cp16net|away is now known as cp16net | 18:23 | |
*** cp16net is now known as cp16net|away | 18:23 | |
markmcclain | marun: I think that make good sense | 18:23 |
harlowja | devoid: what do u mean, outside project, like someone adding on new extensions? | 18:24 |
harlowja | devoid: y! did this for a few extensions, but its not public :-p | 18:24 |
*** cp16net|away is now known as cp16net | 18:24 | |
russellb | markmcclain: i moved nova+quantum - part 1 to the networking track | 18:24 |
*** vipul is now known as vipul|away | 18:25 | |
*** vipul|away is now known as vipul | 18:25 | |
markmcclain | russellb: cool.. thanks | 18:25 |
*** yidclare has quit IRC | 18:26 | |
devoid | harlowja: yea, I'm trying to understand the extension mechanism. Like do you need to maintain patches against the nova codebase or can you keep extensions cleanly separated. | 18:29 |
openstackgerrit | A change was merged to openstack/glance: Return 413 when image_size_cap exceeded https://review.openstack.org/25123 | 18:29 |
harlowja | devoid: we have patches, the extension mechansim is slightly bizaare in general, so thats the confusing part | 18:29 |
harlowja | devoid *patches that make new files | 18:30 |
harlowja | devoid: one of my goals to make the exstension mechanism not so bizaare | 18:30 |
devoid | harlowja: I'm looking at different scheduling / resource-management issues for private-cloud operators and trying to scope out how we could add new features. | 18:31 |
*** yaguang has quit IRC | 18:32 | |
harlowja | i think extensions will work, although i think u'll have to patch some stuff in, if u are doing anything complex, due to how the nova manager code actually activates extensions | 18:32 |
devoid | for the api extensions does that reside in the nova configuration file? | 18:33 |
harlowja | there is a setting, i forget the name, but that setting basically is used to find extensions | 18:34 |
harlowja | this is the bigger problem i think for u, https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L776 | 18:34 |
harlowja | stuff like that | 18:35 |
harlowja | having the nova api code know about extensions and what they are sorta makes it difficuilt i think to not patch | 18:35 |
harlowja | beb | 18:35 |
harlowja | *brb | 18:35 |
*** afazekas has quit IRC | 18:35 | |
*** bknudson has joined #openstack-dev | 18:36 | |
*** morganfainberg has joined #openstack-dev | 18:37 | |
*** lloydde_ has joined #openstack-dev | 18:37 | |
*** lloydde_ has quit IRC | 18:37 | |
*** lloydde_ has joined #openstack-dev | 18:37 | |
*** blamar has quit IRC | 18:38 | |
devoid | harlowja: oh that is interesting. I just assumed things got hooked in through the ExtensionDescriptor class + some magic in the configuration files. | 18:38 |
*** psarpol has quit IRC | 18:39 | |
*** vipul is now known as vipul|away | 18:40 | |
*** ndipanov has quit IRC | 18:40 | |
*** lloydde has quit IRC | 18:40 | |
*** jpich has quit IRC | 18:43 | |
openstackgerrit | A change was merged to openstack/glance: Pin SQLAlchemy to 0.7.x https://review.openstack.org/24072 | 18:43 |
*** burris has quit IRC | 18:44 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:44 | |
*** rnirmal has quit IRC | 18:44 | |
*** zzs has joined #openstack-dev | 18:45 | |
*** jaypipes has quit IRC | 18:45 | |
*** sulo_ has quit IRC | 18:46 | |
*** AnilV4 has quit IRC | 18:47 | |
*** rnirmal has joined #openstack-dev | 18:47 | |
*** vipul|away is now known as vipul | 18:48 | |
*** jaypipes has joined #openstack-dev | 18:48 | |
*** chandanc has quit IRC | 18:50 | |
*** networkstatic has joined #openstack-dev | 18:51 | |
*** zaitcev has joined #openstack-dev | 18:56 | |
*** terryh has joined #openstack-dev | 18:59 | |
*** yidclare has joined #openstack-dev | 18:59 | |
dansmith | dtroyer: around? | 18:59 |
dansmith | sdague: ? | 19:00 |
dtroyer | dansmith: here | 19:01 |
dansmith | dtroyer: hey, so when I run devstack on a box that boots from iscsi, | 19:01 |
*** colinmcnamara has quit IRC | 19:01 | |
dansmith | running stack.sh nukes all my sessions and thus neuters the box in place :) | 19:02 |
dtroyer | oooh….bad things happen? | 19:02 |
dtroyer | yup | 19:02 |
dansmith | xargs sudo iscsiadm --mode node --logout | 19:02 |
*** stevemar has quit IRC | 19:02 | |
dansmith | that seems to not take target names as a parameter, according to the manpage, | 19:02 |
dansmith | and in fact just yanks everything I've got, instead of just the volume- one | 19:02 |
*** Brad_K has quit IRC | 19:03 | |
dansmith | I haven't tried yet, but I think the right thing might be to kill the associated *session* instead of the logout | 19:03 |
dansmith | er, correction, | 19:03 |
dansmith | mode node takes target name as a parameter, but only with -T | 19:03 |
dansmith | so, actually, since you do || true at the end of each of those, I think maybe just adding -T might be enough to make it work | 19:04 |
dansmith | but I wanted to see if you (likely) knew more than me on this before I start poking... | 19:04 |
*** boden_ has joined #openstack-dev | 19:05 | |
dtroyer | sorry, I don't. I've never booted from iSCSI and don't have anything handy to try it on ATM | 19:05 |
*** melwitt has joined #openstack-dev | 19:06 | |
dansmith | dtroyer: okay, anyone else responsible for that bit of devstack, or was this just likely guessed to be working since it nukes all iscsi connections anyway? | 19:06 |
*** melwitt has joined #openstack-dev | 19:06 | |
*** boden has quit IRC | 19:06 | |
dtroyer | I think jgriffith has touched that stuff; and I know we assumed that all iscsi could be nuked | 19:07 |
dtroyer | so that does need to be changed to be a bit finer grained | 19:07 |
dansmith | okay, well the code seems to imply that it's only getting run on targets matching the volume name, but I just don't think it's doing what the author expected | 19:08 |
dansmith | maybe I'll cook something up and add him to the review :) | 19:08 |
dansmith | just wanted to check first | 19:08 |
harlowja | devoid: i wish it was like that :) | 19:09 |
*** pabelanger has joined #openstack-dev | 19:10 | |
devoid | harlowja: :) And I wish there was a way to listen or re-route normal messaging within an extension. | 19:10 |
harlowja | devoid: i wish so also, thats why i want to fix this, its just a big thing to adjust... | 19:11 |
harlowja | devoid: making our extension flow more like paste and similar | 19:11 |
dtroyer | dansmith: he may have tried to make it more selectinve, i know my original bit was really blunt. | 19:11 |
dansmith | okay | 19:11 |
dansmith | jgriffith: around? | 19:11 |
termie | uh, we are definitely adding this to openstack: http://log.michaelbrooks.ca/post/qr-code-terminal | 19:12 |
*** matiu has joined #openstack-dev | 19:12 | |
*** sandywalsh has quit IRC | 19:12 | |
*** dprince has quit IRC | 19:13 | |
*** sandywalsh has joined #openstack-dev | 19:13 | |
devoid | harlowja: I'm looking at your SchedulingSplitout wiki. One thing I see missing from the current scheduler implementation that isn't mentioned in the wiki: currently the scheduler can only react to incoming requests. It has no power to reclaim resources or make future plans. | 19:14 |
*** ladquin_brb is now known as ladquin | 19:15 | |
*** dosaboy has quit IRC | 19:15 | |
*** egallen has quit IRC | 19:15 | |
*** vkmc has quit IRC | 19:16 | |
*** joesavak has quit IRC | 19:17 | |
*** blamar has joined #openstack-dev | 19:17 | |
harlowja | devoid: yes i know, thats where my super thing comes in, haha | 19:18 |
harlowja | harlowja: https://etherpad.openstack.org/the-future-of-orch | 19:18 |
harlowja | devoid: which is sort of needed for doing advanced scheduleing (the ability to undo decisions and orchestrate) | 19:19 |
*** vkmc has joined #openstack-dev | 19:19 | |
*** yaguang has joined #openstack-dev | 19:19 | |
harlowja | devoid: if u can't undo scheduling descions (And have scheduler be an api u can ask things of, instead of a proxy) lots becomes harder | 19:20 |
harlowja | devoid: which is why the current schedule reacting and proxying is not so good imho | 19:20 |
*** blamar has quit IRC | 19:21 | |
*** vipul is now known as vipul|away | 19:23 | |
*** vipul|away is now known as vipul | 19:23 | |
jgriffith | dansmith: yo | 19:25 |
dansmith | jgriffith: hey, I got impatient and wrote this: https://review.openstack.org/#/c/25649/ | 19:26 |
harlowja | devoid: so ya, i want to try to make extensions better, more easier to understand, maybe i can get around to helping out, haha, or writing something up at least , i think its an ongoing 'attempt' to do it by many people :-p | 19:26 |
jgriffith | dansmith: oh cool... | 19:26 |
jgriffith | dansmith: avisha and xyang will be very interested in this as well | 19:26 |
dansmith | jgriffith: it's not enough lines to be "very interested" in, but okay :D | 19:27 |
dansmith | jgriffith: it seems to work (and still do proper cleanup) on my machine, but definitely would be good for more eyes | 19:27 |
*** vkmc has quit IRC | 19:27 | |
jgriffith | dansmith: well, they were complaining to me the other day about Nova killing all connections for the target | 19:27 |
sdague | jgriffith: if it looks good to you, I'll push it through | 19:27 |
*** colinmcnamara has joined #openstack-dev | 19:27 | |
dansmith | jgriffith: ah, cool, well, my box is iscsi boot, which makes it non-optional for me :D | 19:27 |
jgriffith | sdague: dansmith I'd like to test it if you're not in a time crunch | 19:28 |
dansmith | jgriffith: nope, that would be appreciated | 19:28 |
jgriffith | dansmith: k... | 19:28 |
jgriffith | dansmith: code wise it looks fine to me, but I've made that mistake before ;) | 19:28 |
dansmith | surely :) | 19:28 |
devoid | harlowja: awesome, this is something I'm very interested in. | 19:29 |
*** egallen has joined #openstack-dev | 19:29 | |
harlowja | russellb: is there any session that talks about trying to rework extensions into more of a 'paste' like way of extending stuff, at least to start api extensions, i remember there being similar stuff before, just can never remember what happened with it :-p | 19:29 |
harlowja | russellb: make it more of a 'pipeline' of extensions (or similar) | 19:30 |
russellb | there is a session on a new extension framework | 19:30 |
russellb | not sure about details | 19:30 |
harlowja | kk | 19:30 |
*** sandywalsh has quit IRC | 19:30 | |
*** darraghb has quit IRC | 19:30 | |
harlowja | devoid: https://wiki.openstack.org/wiki/Novaplugin is something i've seen i think at previous summits | 19:31 |
harlowja | just might require someone to get in and get dirty, ha | 19:31 |
harlowja | devoid: http://summit.openstack.org/cfp/details/192 | 19:31 |
harlowja | devoid: i think if it was 'strategically' focused on just fixing the api extensions, instead of fixing all the 'plugins/drivers' that might gain more success | 19:32 |
*** sarob_ has quit IRC | 19:33 | |
*** boris-42 has quit IRC | 19:34 | |
sdague | russellb, harlowja: that's about an attempt to turn nova api extensions into proper entry points, with a more well defined hook interface, so we aren't constantly having to put things like this into core code | 19:35 |
sdague | https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L811 | 19:35 |
*** baba has quit IRC | 19:35 | |
*** megha has joined #openstack-dev | 19:35 | |
*** andrewbogott is now known as andrewbogott_afk | 19:36 | |
openstackgerrit | A change was merged to openstack/horizon: Release notes on Quantum Brocade plugin incompatibility. https://review.openstack.org/25645 | 19:36 |
harlowja | sdague: yes, so i think thats a great start/way to go | 19:36 |
harlowja | and might just be what devoid and i want, but we'll see :-p | 19:37 |
*** vkmc has joined #openstack-dev | 19:37 | |
*** alexpilotti has joined #openstack-dev | 19:37 | |
*** vipul is now known as vipul|away | 19:38 | |
harlowja | sdague hopefully can make it happen if help is needed | 19:38 |
*** egallen has quit IRC | 19:40 | |
jgriffith | dansmith: I'm fine with that, I was actually looking for something in Nova, not devstack :) | 19:40 |
dansmith | jgriffith: cool, thanks :) | 19:41 |
jgriffith | dansmith: certainly | 19:41 |
*** vipul|away is now known as vipul | 19:41 | |
*** rkukura has quit IRC | 19:45 | |
*** yaguang has quit IRC | 19:45 | |
*** FunnyLookinHat has joined #openstack-dev | 19:49 | |
FunnyLookinHat | Anyone here working on devstack? I think I may have found a bug - but wanted to confirm before I wasted everyone's time w/ an issue on the github page :D | 19:49 |
FunnyLookinHat | I'm trying to setup devstack in a VirtualBox VM - using a host-only adapter as the main interface for everything... so far seems to work good. However, when I set FIXED_RANGE=192.168.56.128/25 - it seems to not be able to assign IPs to new instances that are created | 19:50 |
*** dolphm has joined #openstack-dev | 19:50 | |
FunnyLookinHat | in fact - when I look at the nova.conf - fixed_range is defined as: fixed_range = (blank) | 19:50 |
*** voliveirajr has quit IRC | 19:51 | |
*** martine has quit IRC | 19:53 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Use example settings in horizon repo as local_settings.py https://review.openstack.org/25510 | 19:53 |
dtroyer | FunnyLookinHat: hmmm…I see that too, hadn't noticed it before. Please open a bug in launchpad, we don't use github pull requests. | 19:54 |
dtroyer | https://bugs.launchpad.net/devstack | 19:54 |
FunnyLookinHat | dtroyer, right on - thanks. | 19:54 |
*** dolphm has quit IRC | 19:55 | |
harlowja | qq, does anyone know whats up with this, https://github.com/openstack/oslo-incubator/commit/a60367820d8 and https://github.com/openstack/oslo-incubator/commit/c312fd6742c03 seem like duplicated work ? | 19:55 |
FunnyLookinHat | dtroyer, in the meantime - hopefully to help you guys out even - do you know how I can manually reload nova after I've started stack.sh ? the goal being to manually edit nova.conf and see if that's a solid fix, etc. | 19:55 |
dtroyer | attach to the screen process, switch to the nova process you want to restart, Ctrl-C and hen up-arrow to recall the command line and restart | 19:57 |
*** maoy has joined #openstack-dev | 19:57 | |
dtroyer | depending on what you're changing you don't need to do all of the nova processes | 19:57 |
FunnyLookinHat | dtroyer, right on I'll give it a try | 19:59 |
*** alop has quit IRC | 19:59 | |
*** timello_ has quit IRC | 19:59 | |
*** ayoung has quit IRC | 19:59 | |
*** timello has joined #openstack-dev | 20:00 | |
*** openstackgerrit has quit IRC | 20:02 | |
*** openstackgerrit has joined #openstack-dev | 20:03 | |
*** mkollaro has joined #openstack-dev | 20:05 | |
*** jab416171 has joined #openstack-dev | 20:08 | |
*** vartom has quit IRC | 20:09 | |
*** martine_ has joined #openstack-dev | 20:09 | |
*** alop has joined #openstack-dev | 20:10 | |
*** jaypipes has quit IRC | 20:10 | |
*** rnirmal has quit IRC | 20:10 | |
*** otherwiseguy has quit IRC | 20:10 | |
*** mkollaro has quit IRC | 20:11 | |
*** mkollaro has joined #openstack-dev | 20:12 | |
*** mkollaro has quit IRC | 20:14 | |
*** alop has quit IRC | 20:14 | |
*** alop has joined #openstack-dev | 20:17 | |
ttx | zigo_: trick is we want our versioning to be compatible with Pypi limitations | 20:18 |
*** jlk has left #openstack-dev | 20:19 | |
*** networkstatic has quit IRC | 20:21 | |
*** luis__ has joined #openstack-dev | 20:22 | |
*** pcm_ has quit IRC | 20:23 | |
ttx | notmyname: around ? | 20:27 |
*** vkmc has quit IRC | 20:29 | |
*** vkmc has joined #openstack-dev | 20:29 | |
*** gyee has joined #openstack-dev | 20:30 | |
*** andrewbogott_afk is now known as andrewbogott | 20:30 | |
*** fubada- is now known as fubada | 20:32 | |
*** sarob has joined #openstack-dev | 20:32 | |
*** sulo_ has joined #openstack-dev | 20:32 | |
*** sarob_ has joined #openstack-dev | 20:33 | |
FunnyLookinHat | I know this might sound ridiculous - but what is the default password for the "sudo" user on instances that are spun up on devstack? I set everything in localrc to "password" and it doesn't seem to work - | 20:33 |
*** colinmcnamara1 has joined #openstack-dev | 20:33 | |
*** colinmcnamara has quit IRC | 20:33 | |
*** Nachi has joined #openstack-dev | 20:33 | |
*** lcheng has joined #openstack-dev | 20:35 | |
dansmith | FunnyLookinHat: if you mean the cirros image, then the user is "cirros" and the password is "cubswin:)" | 20:35 |
*** nati_ueno has quit IRC | 20:36 | |
FunnyLookinHat | dansmith, lol got it - where was that doc'd ? | 20:36 |
* FunnyLookinHat googles... :) | 20:36 | |
FunnyLookinHat | ah got it | 20:36 |
FunnyLookinHat | http://docs.openstack.org/trunk/openstack-compute/admin/content/booting-a-test-image.html | 20:36 |
*** sarob has quit IRC | 20:37 | |
*** romcheg has joined #openstack-dev | 20:37 | |
dansmith | http://docs.openstack.org/trunk/openstack-compute/admin/content/booting-a-test-image.html | 20:37 |
*** romcheg has left #openstack-dev | 20:38 | |
lmatter | Since yesterday I am getting "DatabaseError at / no such table: django_session" from horizon when using devstack. I see that my dashboard_openstack.sqlite3 file has zero bytes after running stack.sh. Any ideas why it's not getting intiallized? | 20:38 |
*** sandywalsh has joined #openstack-dev | 20:42 | |
openstackgerrit | A change was merged to openstack-dev/grenade: Fail rm gracefully https://review.openstack.org/25631 | 20:44 |
openstackgerrit | A change was merged to openstack-dev/grenade: Add tempest to grenade runs. https://review.openstack.org/25638 | 20:44 |
*** radez is now known as radez_g0n3 | 20:45 | |
*** adalbas has quit IRC | 20:45 | |
*** eharney has quit IRC | 20:46 | |
*** rkukura has joined #openstack-dev | 20:46 | |
*** ayoung has joined #openstack-dev | 20:47 | |
*** diogogmt has quit IRC | 20:50 | |
*** vipul is now known as vipul|away | 20:55 | |
*** diogogmt has joined #openstack-dev | 20:56 | |
*** romcheg has joined #openstack-dev | 20:56 | |
*** SergeyLukjanov has quit IRC | 20:57 | |
*** burris has joined #openstack-dev | 21:00 | |
*** vipul|away is now known as vipul | 21:00 | |
*** romcheg has left #openstack-dev | 21:01 | |
*** blamar has joined #openstack-dev | 21:01 | |
*** nunosantos has joined #openstack-dev | 21:02 | |
*** alunduil has quit IRC | 21:04 | |
*** sarob_ has quit IRC | 21:05 | |
*** sarob has joined #openstack-dev | 21:06 | |
*** melwitt1 has joined #openstack-dev | 21:06 | |
*** pinky has quit IRC | 21:06 | |
*** henrynash has joined #openstack-dev | 21:07 | |
*** henrynash has quit IRC | 21:07 | |
*** jlk has joined #openstack-dev | 21:08 | |
*** jlk has left #openstack-dev | 21:08 | |
*** melwitt1 has quit IRC | 21:08 | |
*** melwitt2 has joined #openstack-dev | 21:08 | |
*** melwitt has quit IRC | 21:09 | |
*** japage has quit IRC | 21:09 | |
*** martine_ has quit IRC | 21:09 | |
*** melwitt has joined #openstack-dev | 21:10 | |
*** melwitt2 has quit IRC | 21:10 | |
*** blamar has quit IRC | 21:11 | |
*** melwitt has quit IRC | 21:11 | |
*** melwitt1 has joined #openstack-dev | 21:11 | |
*** boden_ has quit IRC | 21:11 | |
*** melwitt has joined #openstack-dev | 21:13 | |
*** melwitt1 has quit IRC | 21:13 | |
lmatter | to answer my own question, it appears I had to add /opt/stack/horizon/openstack_dashboard/ to my PYTHONPATH. Horizon is working now. | 21:13 |
*** pinky has joined #openstack-dev | 21:14 | |
vkmc | lmatter, Good to know! Thanks for sharing | 21:16 |
*** shardy has quit IRC | 21:18 | |
zykes- | vkmc: ping | 21:21 |
vkmc | zykes-, pong | 21:23 |
*** blamar has joined #openstack-dev | 21:24 | |
*** blamar has joined #openstack-dev | 21:25 | |
*** colinmcnamara1 has quit IRC | 21:25 | |
*** colinmcnamara has joined #openstack-dev | 21:25 | |
jd__ | russellb: around? | 21:28 |
russellb | jd__: in nova meeting atm | 21:28 |
jd__ | russellb: ok nevermind, that can wait a bit -- we just noticed http://summit.openstack.org/cfp/details/63 have been refused, and that was actually us asking for help, to quote dhellmann; are you sure we don't need that session? | 21:30 |
*** alop has quit IRC | 21:31 | |
*** alop has joined #openstack-dev | 21:32 | |
*** mohits has joined #openstack-dev | 21:36 | |
*** mohits has joined #openstack-dev | 21:36 | |
*** halj has joined #openstack-dev | 21:37 | |
*** egallen has joined #openstack-dev | 21:38 | |
*** topol has quit IRC | 21:41 | |
*** yidclare has quit IRC | 21:42 | |
*** yidclare has joined #openstack-dev | 21:43 | |
*** nati_ueno has joined #openstack-dev | 21:45 | |
*** yidclare1 has joined #openstack-dev | 21:45 | |
*** soody has joined #openstack-dev | 21:45 | |
*** yidclare has quit IRC | 21:46 | |
*** sandywalsh has quit IRC | 21:46 | |
*** Nachi has quit IRC | 21:48 | |
*** jaypipes has joined #openstack-dev | 21:48 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Make $BASE owned by stack. https://review.openstack.org/25626 | 21:48 |
*** gordc has quit IRC | 21:52 | |
*** jaypipes has quit IRC | 21:52 | |
*** nati_ueno has quit IRC | 21:52 | |
*** cjoelrun has quit IRC | 21:53 | |
*** torandu has joined #openstack-dev | 21:53 | |
*** colinmcnamara has quit IRC | 21:54 | |
*** kbringard has quit IRC | 21:55 | |
bknudson | If I get a token using the V3 identity API, should that work with nova, just like if I'd gotten a token using the V2 API? | 21:55 |
russellb | jd__: we've got a session on cells, i was hoping we could discuss it there | 22:02 |
*** colinmcnamara has joined #openstack-dev | 22:02 | |
russellb | jd__: i put in the notes when i marked it that way, hopefully you got it, or the submitter got it | 22:02 |
jd__ | russellb: I didn't get it, nijaba might have get it then yeah, thanks! we'll join you at that session then; maybe you could merge them? otherwise that's not a big deal anyway | 22:04 |
*** epim has quit IRC | 22:05 | |
*** vkmc has quit IRC | 22:06 | |
*** dhellmann is now known as dhellmann-away | 22:06 | |
*** jruzicka has quit IRC | 22:07 | |
*** Gordonz has quit IRC | 22:07 | |
russellb | jd__: yeah that was what my intention was. i left a note in the other one, not the ceilometer one, but i just added the note saying it was merged with the other | 22:07 |
russellb | jd__: sound good? | 22:07 |
jd__ | russellb: perfect | 22:07 |
russellb | thanks! | 22:07 |
*** markmcclain has quit IRC | 22:09 | |
*** nati_ueno has joined #openstack-dev | 22:10 | |
bknudson | Seeing this in nova-api log: KeyError: 'expires' | 22:10 |
*** diogogmt has quit IRC | 22:12 | |
*** digitalsanctum has quit IRC | 22:13 | |
*** diogogmt has joined #openstack-dev | 22:14 | |
*** Ritz-Laptop has quit IRC | 22:16 | |
*** hattwick has quit IRC | 22:16 | |
*** datsun180b has quit IRC | 22:17 | |
*** vkmc has joined #openstack-dev | 22:18 | |
*** hattwick has joined #openstack-dev | 22:20 | |
*** maoy has quit IRC | 22:22 | |
*** vipul is now known as vipul|away | 22:25 | |
*** vipul|away is now known as vipul | 22:26 | |
*** cjoelrun has joined #openstack-dev | 22:27 | |
*** koolhead17 has joined #openstack-dev | 22:28 | |
*** pabelanger has quit IRC | 22:29 | |
*** gongysh has quit IRC | 22:29 | |
*** esheffield has quit IRC | 22:29 | |
*** bswartz has quit IRC | 22:30 | |
*** henrynash has joined #openstack-dev | 22:31 | |
*** FunnyLookinHat has quit IRC | 22:31 | |
*** topol has joined #openstack-dev | 22:32 | |
*** portante has quit IRC | 22:36 | |
harlowja | russellb: got sometime for another question about conductor stuff? | 22:40 |
*** vipul is now known as vipul|away | 22:41 | |
sdague | bknudson: you got a longer stack trace? (and hopefully a tempest test that triggers it) | 22:41 |
bknudson | sdague: I opened a bug that has the stack trace: https://bugs.launchpad.net/keystone/+bug/1161633 ... investigating | 22:42 |
uvirtbot | Launchpad bug 1161633 in keystone "V3 token fails with KeyError 'expires'" [Undecided,Incomplete] | 22:42 |
bknudson | I could have sworn I just reviewed auth_token middleware change, so I don't see how a problem could have gotten past. | 22:44 |
*** lloydde_ has quit IRC | 22:45 | |
*** diogogmt has quit IRC | 22:45 | |
*** vipul|away is now known as vipul | 22:45 | |
*** lloydde has joined #openstack-dev | 22:46 | |
*** markmcclain has joined #openstack-dev | 22:46 | |
sdague | bknudson: so the best thing to do is create a tempest test that implements it, because we'll be tracking for stack traces soon there | 22:46 |
sdague | then we can ensure it never comes back | 22:47 |
*** READ10 has quit IRC | 22:47 | |
bknudson | sdague: I'll look into it... haven't done it before. | 22:47 |
bknudson | (changed tempest | 22:47 |
*** Mandell has quit IRC | 22:48 | |
topol | Ryan_Lane, I am adding TLS support to keystone LDAP driver. I have my code written and my openldap configured for TLS. When I my code enters the start_tls code in the python ldap module it is essentially doing a no-op and returning. I suspect my python ldap that devstack installed did not configure it to use TLS. Do you know how to enable this? | 22:50 |
Ryan_Lane | topol: python-ldap should come with tls support | 22:53 |
Ryan_Lane | it's likely that the system isn't configured to trust the CA | 22:53 |
Ryan_Lane | it can be configured explicitly for the user running it, if the user has a shell | 22:54 |
*** lmatter has quit IRC | 22:54 | |
Ryan_Lane | normally you'd want to configure the system wide openldap config | 22:55 |
*** lmatter has joined #openstack-dev | 22:55 | |
Ryan_Lane | I think you may also be able to configure the system wide CA trust, as long as you link hash the cert | 22:55 |
topol | Ryan_Lane, I hit a point where it wont let me step into code and it just returns back to the keystone code. Was hoping it would it at least thrown an exception | 22:56 |
Ryan_Lane | hm. I'd imagine it should return an exception | 22:56 |
*** jasdeepH has quit IRC | 22:57 | |
Ryan_Lane | ds = ldap.initialize(self.ldapHost); ds.protocol_version=ldap.VERSION3; ds.start_tls_s(); | 22:57 |
Ryan_Lane | are you setting the version to 3? | 22:57 |
*** markmcclain has quit IRC | 22:58 | |
Ryan_Lane | "If TLS could not be started an exception will be raised." | 22:59 |
Ryan_Lane | the docs imply an exception should be raised | 22:59 |
*** cjoelrun has quit IRC | 22:59 | |
*** devoid has quit IRC | 23:00 | |
Ryan_Lane | http://www.python-ldap.org/doc/html/ldap.html#ldap.LDAPObject.start_tls_s | 23:01 |
Ryan_Lane | "an exception" what a bunch of dicks, why not specify which one? | 23:01 |
*** cjoelrun has joined #openstack-dev | 23:01 | |
*** burris has quit IRC | 23:02 | |
*** burris has joined #openstack-dev | 23:02 | |
*** vkmc has quit IRC | 23:03 | |
*** ijw has quit IRC | 23:03 | |
*** jasdeepH has joined #openstack-dev | 23:03 | |
*** ijw has joined #openstack-dev | 23:03 | |
*** joesavak has joined #openstack-dev | 23:04 | |
*** maxiz has quit IRC | 23:05 | |
openstackgerrit | A change was merged to openstack-dev/grenade: set xtrace to figure out CI fail https://review.openstack.org/25625 | 23:05 |
*** vkmc has joined #openstack-dev | 23:05 | |
*** vkmc has quit IRC | 23:05 | |
*** vkmc has joined #openstack-dev | 23:05 | |
*** jaybuff has joined #openstack-dev | 23:07 | |
*** jsavak has joined #openstack-dev | 23:07 | |
*** jaybuff has left #openstack-dev | 23:07 | |
*** joesavak has quit IRC | 23:10 | |
*** beagles has quit IRC | 23:10 | |
*** beagles has joined #openstack-dev | 23:10 | |
topol | Ryan_Lane, the other thing I forgot to mention is that whether I pass in a real certificate or a bogus one I am always able to connect to my openldap and perform operations on it. That is why I think the start_tls is stubbed out | 23:14 |
*** alunduil has joined #openstack-dev | 23:15 | |
Ryan_Lane | not necessarily | 23:15 |
Ryan_Lane | it may not be doing strict certificate checking | 23:15 |
Ryan_Lane | did you sniff the traffic? | 23:15 |
*** soody has quit IRC | 23:15 | |
*** soody has joined #openstack-dev | 23:17 | |
*** jsavak has quit IRC | 23:18 | |
*** lloydde has quit IRC | 23:19 | |
*** jasdeepH has quit IRC | 23:19 | |
topol | Ryan_Lane, I did not sniff the traffic. I did set required_cert to 'demand'. I do make my call differently though: | 23:20 |
topol | self.conn = ldap.initialize(url) | 23:20 |
topol | if use_tls is True: | 23:20 |
topol | self.conn.start_tls_s() | 23:20 |
*** egallen has quit IRC | 23:20 | |
*** giulivo has quit IRC | 23:20 | |
Ryan_Lane | ah | 23:20 |
Ryan_Lane | well, it should break on that, then | 23:20 |
Ryan_Lane | have you tried ldaps, yet? | 23:21 |
Ryan_Lane | it's usually easier to start with that | 23:21 |
bknudson | does tempest run_tests.sh test tempest or does it run the tempest test suite? | 23:21 |
*** jasdeepH has joined #openstack-dev | 23:21 | |
*** stevemar has joined #openstack-dev | 23:22 | |
*** burris has quit IRC | 23:22 | |
topol | Ryan_Lane, have not tried ldaps yet. To do that can I just add an s to url = ldap://localhost ? | 23:23 |
topol | ie url = ldaps://localhost ? | 23:23 |
Ryan_Lane | yep | 23:23 |
*** jasdeepH has quit IRC | 23:24 | |
*** koolhead17 has quit IRC | 23:25 | |
*** jhesketh has joined #openstack-dev | 23:25 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Don't clobber all iSCSI connections during nova cleanup https://review.openstack.org/25649 | 23:25 |
jhesketh | mikal: ping | 23:26 |
*** esp1 has left #openstack-dev | 23:27 | |
*** diogogmt has joined #openstack-dev | 23:28 | |
*** blamar has quit IRC | 23:30 | |
*** jdurgin1 has quit IRC | 23:31 | |
*** cjoelrun has quit IRC | 23:32 | |
*** soody has quit IRC | 23:33 | |
*** jdurgin1 has joined #openstack-dev | 23:34 | |
*** lcheng has quit IRC | 23:34 | |
openstackgerrit | A change was merged to openstack/quantum: Support for SSL in wsgi.Server https://review.openstack.org/20459 | 23:36 |
*** Yada has quit IRC | 23:36 | |
*** cjoelrun has joined #openstack-dev | 23:38 | |
mikal | jhesketh: pong | 23:38 |
jhesketh | mikal: I was going to ask which mailing list you recommended I should send a dev query too re bug #1028494 | 23:39 |
uvirtbot | Launchpad bug 1028494 in nova "Flavors list results not limited on database server-side" [Low,In progress] https://launchpad.net/bugs/1028494 | 23:39 |
*** tserong has quit IRC | 23:39 | |
jhesketh | mikal: but I ended up just putting my query into that thread | 23:39 |
*** colinmcnamara has quit IRC | 23:40 | |
mikal | jhesketh: ahhh, ok cool | 23:40 |
*** pabelanger has joined #openstack-dev | 23:40 | |
mikal | jhesketh: openstack-dev@lists.openstack.org is the mailing list you're looking for | 23:40 |
jhesketh | ah, excellent, thanks | 23:41 |
mikal | NP | 23:41 |
*** lloydde has joined #openstack-dev | 23:41 | |
jhesketh | mikal: how does that differ from https://launchpad.net/~openstack | 23:41 |
mikal | That's the main mailing list for general discussion | 23:42 |
mikal | Its the only one that hasn' | 23:42 |
mikal | t yet been moved off LP | 23:42 |
jhesketh | okay, thanks | 23:42 |
*** terryh has quit IRC | 23:44 | |
*** lloydde_ has joined #openstack-dev | 23:46 | |
*** Ryan_Lane has quit IRC | 23:47 | |
openstackgerrit | A change was merged to openstack/quantum: Add VIRTUAL_ENV key to enviroment passed to patch_tox_env https://review.openstack.org/25618 | 23:48 |
*** lmatter has quit IRC | 23:48 | |
*** david-lyle has quit IRC | 23:49 | |
*** anteaya has left #openstack-dev | 23:50 | |
*** lloydde has quit IRC | 23:50 | |
*** bswartz has joined #openstack-dev | 23:50 | |
*** vipul is now known as vipul|away | 23:52 | |
*** vipul|away is now known as vipul | 23:52 | |
*** yidclare1 has quit IRC | 23:54 | |
*** lloydde has joined #openstack-dev | 23:54 | |
*** sarob has quit IRC | 23:55 | |
*** otherwiseguy has joined #openstack-dev | 23:56 | |
*** dabo has quit IRC | 23:57 | |
*** lloydde_ has quit IRC | 23:57 | |
*** agentle_ has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!