*** ccamacho has joined #heat | 00:02 | |
*** ccamacho1 has quit IRC | 00:03 | |
*** gongysh has joined #heat | 00:22 | |
*** cwolferh has quit IRC | 00:35 | |
*** EricGonczer_ has quit IRC | 00:47 | |
*** gomarivera has joined #heat | 01:22 | |
*** EricGonczer_ has joined #heat | 01:29 | |
*** nicolasbock has joined #heat | 01:33 | |
*** ramishra has joined #heat | 01:38 | |
*** EricGonczer_ has quit IRC | 01:40 | |
*** gongysh has quit IRC | 01:57 | |
*** nicolasbock has quit IRC | 02:20 | |
*** elynn has joined #heat | 02:21 | |
*** nicolasbock has joined #heat | 02:23 | |
*** nicolasbock has quit IRC | 02:34 | |
*** mikal has joined #heat | 02:42 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: WIP enable heat to use uwsgi with devstack https://review.openstack.org/462216 | 03:14 |
---|---|---|
*** khomkrit1499 has joined #heat | 03:18 | |
*** tiantian has quit IRC | 03:26 | |
*** tiantian has joined #heat | 03:27 | |
*** ramishra has quit IRC | 03:29 | |
*** ramishra has joined #heat | 03:30 | |
*** ramishra has quit IRC | 03:56 | |
*** jmlowe has joined #heat | 04:00 | |
*** tiantian has quit IRC | 04:01 | |
*** tiantian has joined #heat | 04:01 | |
*** khomkrit1499 has quit IRC | 04:01 | |
*** fragatin_ has joined #heat | 04:31 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: WIP enable heat to use uwsgi with devstack https://review.openstack.org/462216 | 04:32 |
*** fragatina has quit IRC | 04:34 | |
*** ramishra has joined #heat | 04:35 | |
*** fragatin_ has quit IRC | 04:35 | |
*** jmlowe_ has joined #heat | 04:46 | |
*** jmlowe has quit IRC | 04:47 | |
*** prateek has joined #heat | 04:55 | |
*** ameade has quit IRC | 04:57 | |
*** fragatina has joined #heat | 04:57 | |
*** ameade has joined #heat | 04:57 | |
*** fragatina has quit IRC | 04:57 | |
*** jamielennox is now known as jamielennox|away | 05:12 | |
*** cmyster has quit IRC | 05:13 | |
*** jamielennox|away is now known as jamielennox | 05:18 | |
*** jamielennox is now known as jamielennox|away | 05:20 | |
*** jamielennox|away is now known as jamielennox | 05:23 | |
*** fragatina has joined #heat | 05:28 | |
*** serverascode has quit IRC | 05:28 | |
*** fragatina has quit IRC | 05:28 | |
*** serverascode has joined #heat | 05:29 | |
*** fragatina has joined #heat | 05:29 | |
*** tiantian has quit IRC | 05:41 | |
*** tiantian has joined #heat | 05:42 | |
*** jaosorior_away is now known as jaosorior | 05:59 | |
*** rcernin has joined #heat | 06:06 | |
*** dbecker has joined #heat | 06:12 | |
*** fragatina has quit IRC | 06:15 | |
*** jprovazn has joined #heat | 06:15 | |
*** cmyster has joined #heat | 06:20 | |
*** cmyster has joined #heat | 06:20 | |
*** fragatina has joined #heat | 06:27 | |
*** dbecker has quit IRC | 06:39 | |
*** ltomasbo|away is now known as ltomasbo | 06:42 | |
*** fragatina has quit IRC | 06:56 | |
*** sridhar_ram has quit IRC | 07:12 | |
*** sridhar_ram has joined #heat | 07:12 | |
*** ioggstream has joined #heat | 07:29 | |
*** amoralej|off is now known as amoralej | 07:53 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #heat | 08:01 | |
*** ioggstream has quit IRC | 08:14 | |
*** ioggstream has joined #heat | 08:14 | |
*** root has joined #heat | 08:19 | |
*** jamielennox is now known as jamielennox|away | 08:19 | |
*** root is now known as Guest3898 | 08:19 | |
*** tiantian has quit IRC | 08:23 | |
*** Guest96031 has quit IRC | 08:23 | |
*** tiantian has joined #heat | 08:23 | |
*** cmyster has quit IRC | 08:24 | |
*** jistr is now known as jistr|call | 08:29 | |
*** derekh has joined #heat | 08:40 | |
*** afazekas|pto is now known as afazekas | 08:44 | |
*** jamielennox|away is now known as jamielennox | 08:51 | |
*** Qlawy has left #heat | 09:12 | |
*** nmathew has joined #heat | 09:13 | |
*** ccamacho has quit IRC | 09:19 | |
*** pbourke has quit IRC | 09:23 | |
*** Yangyapeng has joined #heat | 09:24 | |
*** ccamacho has joined #heat | 09:25 | |
*** pbourke has joined #heat | 09:25 | |
*** askb has quit IRC | 09:30 | |
*** nicolasbock has joined #heat | 09:31 | |
*** cmyster has joined #heat | 09:41 | |
*** hogepodge has quit IRC | 09:43 | |
*** hogepodge has joined #heat | 09:43 | |
*** nicolasbock has quit IRC | 09:52 | |
ramishra | therve: hey around? | 09:54 |
therve | ramishra, Yep | 09:54 |
ramishra | do you know why we encode the path separators like in https://github.com/openstack/python-heatclient/blob/master/heatclient/v1/resources.py#L82 ? | 09:54 |
ramishra | It makes it <stack_name>%2F<id> | 09:55 |
ramishra | which is rejected by apache with 404 if AllowEncodedSlashes directive is not turned on | 09:56 |
*** nmathew has quit IRC | 09:57 | |
therve | Yeah I know. Which we set everywhere in theory | 09:58 |
therve | ramishra, https://review.openstack.org/#/c/57621/ apparently | 09:58 |
therve | Not exactly sure from that patch, but it seems like the origin | 09:58 |
ramishra | yeah, I saw that patch earlier but could not find out why? | 09:58 |
therve | It doesn't look like we do it for stack show | 09:59 |
therve | Looks like an error | 09:59 |
ramishra | yeah, ok, I'll fix it | 10:00 |
therve | ramishra, Even then, you probably need to keep supporting it in apache conf... | 10:00 |
therve | That version is going to be around for a while | 10:00 |
therve | I think it was meant to half support i18n stack name | 10:01 |
ramishra | yeah, we will do that. I was trying the uwsgi support and was getting 404 errors and could not understand why and then tracked down to it. | 10:01 |
*** jistr|call is now known as jistr | 10:02 | |
openstackgerrit | Rabi Mishra proposed openstack/python-heatclient master: Don't encode path separators https://review.openstack.org/463510 | 10:03 |
therve | ramishra, Doesn't look like the right fix. You should remove the quote for the stack, and keep it the same for resource names | 10:05 |
therve | AFAIU | 10:05 |
ramishra | so a path separator would be there in the resource names? | 10:05 |
therve | Maybe it works? | 10:06 |
therve | At least there is no reason to change it | 10:06 |
ramishra | It would be converted by apache with that directive? | 10:06 |
ramishra | so before it hits heat-api it would be converted, so I think it's not useful | 10:07 |
Yangyapeng | Hello Guys, if anyone heat core member have time, plz review my patch https://review.openstack.org/#/c/443426 thank you , | 10:07 |
therve | Hum, okay | 10:07 |
ramishra | therve: Does cross dependency on a python-heatclient patches works? We seem to install it from the repo for our dsvm jobs | 10:12 |
therve | ramishra, It should. | 10:16 |
ramishra | yeah, lemme try:) | 10:18 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: WIP enable heat to use uwsgi with devstack https://review.openstack.org/462216 | 10:20 |
*** Yangyapeng has quit IRC | 10:23 | |
*** crazymozart1 has joined #heat | 10:39 | |
*** crazymozart has quit IRC | 10:42 | |
*** ioggstream has quit IRC | 11:07 | |
*** askb has joined #heat | 11:14 | |
*** nicolasbock has joined #heat | 11:18 | |
*** nicolasbock has quit IRC | 11:36 | |
*** nicolasbock has joined #heat | 11:36 | |
*** nicolasbock has quit IRC | 12:05 | |
*** amoralej is now known as amoralej|lunch | 12:21 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Supports string values 'none' and 'auto' for networks https://review.openstack.org/407328 | 12:22 |
therve | ramishra, Ah we need to use LIBS_FROM_GIT I think | 12:35 |
therve | Like we do in the heatclient jobs (with DEVSTACK_PROJECT_FROM_GIT but I think it's the same) | 12:35 |
*** root1 has joined #heat | 12:36 | |
ramishra | therve: Is that different from what we do in https://github.com/openstack/heat/blob/master/devstack/lib/heat#L262? | 12:37 |
therve | ramishra, Well we call use_library_from_git | 12:37 |
*** Yangyapeng has joined #heat | 12:37 | |
therve | So if you don't set the flag, that won't call git | 12:37 |
ramishra | ok | 12:39 |
*** Guest3898 has quit IRC | 12:39 | |
*** nicolasbock has joined #heat | 12:47 | |
ramishra | therve: yeah it's being mapped by devstack-vm-gate https://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-gate.sh#L384, needs project-config change:( | 12:51 |
*** askb has quit IRC | 12:52 | |
*** nicolasbock has quit IRC | 12:54 | |
*** ioggstream has joined #heat | 12:54 | |
*** amoralej|lunch is now known as amoralej | 12:56 | |
*** dbecker has joined #heat | 13:00 | |
*** jnettlet has quit IRC | 13:04 | |
*** jnettlet has joined #heat | 13:04 | |
*** elynn has quit IRC | 13:04 | |
ioggstream | hi@all | 13:07 |
*** nicolasbock has joined #heat | 13:13 | |
*** dbecker has quit IRC | 13:14 | |
*** chlong has joined #heat | 13:15 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: WIP enable heat to use uwsgi with devstack https://review.openstack.org/462216 | 13:16 |
*** elynn has joined #heat | 13:19 | |
*** jmlowe_ has quit IRC | 13:32 | |
*** elynn has quit IRC | 13:35 | |
*** root1 has quit IRC | 13:42 | |
*** root1 has joined #heat | 13:43 | |
*** lujinlu__ has joined #heat | 13:45 | |
*** prateek has quit IRC | 13:47 | |
*** lujinlu__ has quit IRC | 13:49 | |
*** dimtruck is now known as zz_dimtruck | 13:52 | |
*** lujinluo has joined #heat | 13:52 | |
*** EricGonczer_ has joined #heat | 13:55 | |
*** shardy has joined #heat | 13:57 | |
*** EricGonc_ has joined #heat | 14:00 | |
*** EricGonczer_ has quit IRC | 14:01 | |
*** felipemonteiro has joined #heat | 14:05 | |
*** elynn has joined #heat | 14:08 | |
*** lujinluo has quit IRC | 14:12 | |
*** lujinluo has joined #heat | 14:13 | |
*** zz_dimtruck is now known as dimtruck | 14:16 | |
*** lujinluo has quit IRC | 14:19 | |
*** gomarivera has quit IRC | 14:23 | |
*** lujinluo has joined #heat | 14:23 | |
*** lujinluo has quit IRC | 14:26 | |
*** nicolasbock has quit IRC | 14:28 | |
*** EricGonc_ has quit IRC | 14:28 | |
*** elynn has quit IRC | 14:30 | |
*** elynn_ has joined #heat | 14:30 | |
*** Yangyapeng has quit IRC | 14:30 | |
*** EricGonczer_ has joined #heat | 14:31 | |
*** felipemonteiro has quit IRC | 14:40 | |
*** felipemonteiro has joined #heat | 14:40 | |
*** nicolasbock has joined #heat | 14:42 | |
*** crose has joined #heat | 14:45 | |
*** felipemonteiro_ has joined #heat | 14:50 | |
*** shardy has quit IRC | 14:54 | |
*** felipemonteiro has quit IRC | 14:54 | |
*** bnemec has joined #heat | 14:56 | |
*** elynn_ has quit IRC | 15:02 | |
*** elynn_ has joined #heat | 15:03 | |
*** nicolasbock has quit IRC | 15:03 | |
*** rcernin has quit IRC | 15:05 | |
*** jmlowe has joined #heat | 15:08 | |
*** elynn_ has quit IRC | 15:10 | |
*** jmlowe has quit IRC | 15:11 | |
*** jmlowe has joined #heat | 15:15 | |
*** felipemonteiro_ has quit IRC | 15:16 | |
*** elynn has joined #heat | 15:22 | |
*** gomarivera has joined #heat | 15:26 | |
*** elynn has quit IRC | 15:26 | |
*** nicolasbock has joined #heat | 15:27 | |
*** bnemec has quit IRC | 15:27 | |
*** gomarivera has quit IRC | 15:30 | |
*** gongysh has joined #heat | 15:32 | |
*** dbecker has joined #heat | 15:45 | |
*** mikal_ has joined #heat | 15:50 | |
*** mikal has quit IRC | 15:53 | |
*** gomarivera has joined #heat | 16:01 | |
*** jmlowe has quit IRC | 16:02 | |
*** gomarivera has quit IRC | 16:06 | |
*** dyasny has quit IRC | 16:06 | |
*** lujinluo has joined #heat | 16:10 | |
*** dbecker has quit IRC | 16:10 | |
*** nicolasbock has quit IRC | 16:13 | |
*** lujinluo has quit IRC | 16:14 | |
*** dyasny has joined #heat | 16:17 | |
*** mannam has joined #heat | 16:22 | |
mannam | I'm trying to create a basic heat stack (ocata release),but, i ended-up with following error : ERROR: Missing required credential: roles ['heat_stack_owner'] | 16:23 |
mannam | anybody has any idea abot it ? | 16:24 |
*** NewBie_ has joined #heat | 16:29 | |
NewBie_ | Hi All, | 16:30 |
NewBie_ | I am new to cloud orchestration | 16:30 |
NewBie_ | Can anyone tell me about it? and give a brief introduction about heat and what it does? | 16:31 |
*** gongysh has quit IRC | 16:32 | |
*** NewBie_ has quit IRC | 16:33 | |
*** derekh has quit IRC | 16:34 | |
*** dimtruck is now known as zz_dimtruck | 16:35 | |
*** ltomasbo is now known as ltomasbo|away | 16:37 | |
*** ramishra has quit IRC | 16:39 | |
*** lujinluo has joined #heat | 16:42 | |
*** gomarivera has joined #heat | 16:44 | |
*** lujinluo has quit IRC | 16:44 | |
*** ioggstream has quit IRC | 16:54 | |
*** ioggstream has joined #heat | 16:54 | |
*** fragatina has joined #heat | 17:01 | |
*** fragatina has quit IRC | 17:03 | |
*** fragatina has joined #heat | 17:03 | |
*** SmearedBeard has joined #heat | 17:08 | |
*** SmearedBeard has quit IRC | 17:08 | |
*** jaosorior is now known as jaosorior_away | 17:10 | |
*** mannam has quit IRC | 17:13 | |
*** ioggstream has quit IRC | 17:14 | |
*** crose has quit IRC | 17:23 | |
*** gaurav____ has quit IRC | 17:33 | |
*** gomarivera has quit IRC | 17:36 | |
*** felipemonteiro has joined #heat | 17:54 | |
*** felipemonteiro_ has joined #heat | 17:56 | |
*** felipemonteiro has quit IRC | 17:59 | |
*** zz_dimtruck is now known as dimtruck | 18:00 | |
*** lujinluo has joined #heat | 18:05 | |
*** felipemonteiro_ has quit IRC | 18:07 | |
*** lujinluo has quit IRC | 18:11 | |
*** fragatina has quit IRC | 18:23 | |
*** gomarivera has joined #heat | 18:24 | |
*** liusheng has quit IRC | 18:30 | |
*** liusheng has joined #heat | 18:30 | |
*** bnemec has joined #heat | 18:34 | |
*** lujinluo has joined #heat | 18:38 | |
*** fragatina has joined #heat | 18:47 | |
*** lujinluo has quit IRC | 18:47 | |
*** EricGonc_ has joined #heat | 18:52 | |
*** EricGonczer_ has quit IRC | 18:53 | |
*** kaz_shinohara__ has joined #heat | 18:56 | |
*** catintheroof has joined #heat | 19:01 | |
*** annegentle has joined #heat | 19:02 | |
*** bnemec has quit IRC | 19:03 | |
*** amoralej is now known as amoralej|off | 19:08 | |
*** ayoung has joined #heat | 19:10 | |
*** nicolasbock has joined #heat | 19:14 | |
*** root2 has joined #heat | 19:30 | |
*** EricGonczer_ has joined #heat | 19:31 | |
*** EricGonc_ has quit IRC | 19:32 | |
*** root1 has quit IRC | 19:33 | |
*** catintheroof has quit IRC | 19:34 | |
*** jmlowe has joined #heat | 19:40 | |
*** ayoung has quit IRC | 19:42 | |
*** ayoung has joined #heat | 19:45 | |
*** kaz_shinohara__ has quit IRC | 19:50 | |
*** ayoung has quit IRC | 20:14 | |
*** ayoung has joined #heat | 20:18 | |
*** jprovazn has quit IRC | 20:20 | |
*** kaz_shinohara has joined #heat | 20:21 | |
*** jmlowe has quit IRC | 20:23 | |
*** jmlowe has joined #heat | 20:24 | |
*** jmlowe has quit IRC | 20:24 | |
*** ayoung has quit IRC | 20:25 | |
*** kaz_shinohara has quit IRC | 20:32 | |
*** askb has joined #heat | 20:34 | |
*** dimtruck is now known as zz_dimtruck | 20:42 | |
*** dbecker has joined #heat | 20:50 | |
*** bnemec has joined #heat | 20:51 | |
*** prateek has joined #heat | 20:51 | |
*** prateek has quit IRC | 20:57 | |
*** dbecker has quit IRC | 20:57 | |
*** zz_dimtruck is now known as dimtruck | 21:01 | |
*** fragatin_ has joined #heat | 21:04 | |
*** fragatina has quit IRC | 21:07 | |
openstackgerrit | Denes Nemeth proposed openstack/heat-specs master: add specs for efficient API polling https://review.openstack.org/314094 | 21:15 |
*** fragatin_ has quit IRC | 21:26 | |
*** fragatina has joined #heat | 21:26 | |
*** bnemec has quit IRC | 21:28 | |
*** nicolasbock has quit IRC | 21:28 | |
*** nicolasbock has joined #heat | 21:31 | |
*** gongysh has joined #heat | 21:32 | |
*** bnemec has joined #heat | 21:43 | |
*** gomarivera has quit IRC | 21:45 | |
*** nicolasbock has quit IRC | 21:50 | |
*** LanceHaig has joined #heat | 21:54 | |
*** gongysh has quit IRC | 21:58 | |
*** annegentle has quit IRC | 22:02 | |
*** annegentle has joined #heat | 22:02 | |
*** bnemec has quit IRC | 22:13 | |
*** blomquis` is now known as blomquisg_gone | 22:23 | |
*** LanceHaig has quit IRC | 22:26 | |
*** david-lyle has joined #heat | 22:33 | |
*** nicolasbock has joined #heat | 22:34 | |
*** annegentle has quit IRC | 22:42 | |
*** nicolasbock has quit IRC | 22:48 | |
*** david-lyle has quit IRC | 22:57 | |
*** bnemec has joined #heat | 23:07 | |
*** jamielennox is now known as jamielennox|away | 23:07 | |
*** jamielennox|away is now known as jamielennox | 23:11 | |
*** kaz_shinohara has joined #heat | 23:44 | |
*** catintheroof has joined #heat | 23:49 | |
*** kaz_shinohara has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!