*** randallburt has joined #heat | 00:15 | |
*** jcoufal has quit IRC | 00:19 | |
*** jcoufal has joined #heat | 00:20 | |
*** sdake has quit IRC | 00:23 | |
*** randallburt has quit IRC | 00:26 | |
*** tochi has quit IRC | 00:27 | |
*** jcoufal has quit IRC | 00:28 | |
*** spotz is now known as spotz_zzz | 00:30 | |
*** jcoufal has joined #heat | 00:39 | |
*** tochi has joined #heat | 00:40 | |
*** jamielennox is now known as jamielennox|away | 00:49 | |
*** code-R has joined #heat | 00:53 | |
*** code-R_ has joined #heat | 00:54 | |
*** code-R has quit IRC | 00:58 | |
openstackgerrit | Steve Baker proposed openstack/heat: Explicitly set heat.conf logging_exception_prefix https://review.openstack.org/348564 | 01:00 |
---|---|---|
*** asalkeld has joined #heat | 01:02 | |
*** jcoufal has quit IRC | 01:06 | |
*** jcoufal has joined #heat | 01:08 | |
stevebaker | is anyone else seeing this fail frequently? http://logs.openstack.org/69/348569/1/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2/22fbc70/console.html#_2016-07-29_01_06_41_469689 | 01:11 |
*** zhurong has joined #heat | 01:12 | |
*** sdake has joined #heat | 01:13 | |
*** sdake has quit IRC | 01:13 | |
*** sdake has joined #heat | 01:13 | |
*** ksantoshk has joined #heat | 01:15 | |
*** sdake_ has joined #heat | 01:15 | |
*** yanyanhu has joined #heat | 01:15 | |
asalkeld | :wave: stevebaker | 01:16 |
*** pt_15 has quit IRC | 01:16 | |
stevebaker | asalkeld: heya | 01:16 |
asalkeld | just came by to give zaneb a high five;) | 01:16 |
stevebaker | lol, what are you up to? | 01:16 |
asalkeld | upstream k8s | 01:17 |
asalkeld | or at least trying | 01:17 |
*** sdake has quit IRC | 01:18 | |
stevebaker | asalkeld: are you enjoying Go? | 01:18 |
*** jcoufal has quit IRC | 01:20 | |
asalkeld | zero classes, very typed! verbose | 01:20 |
*** jcoufal has joined #heat | 01:20 | |
asalkeld | and you have to compile, that was weird | 01:21 |
ksantoshk | Hello , when i am trying to create a heat stacck with below template | 01:21 |
ksantoshk | http://paste.openstack.org/show/543460/ | 01:21 |
ksantoshk | i am getting error as 'Error: ERROR: Property "port" is supported only for Neutron.' | 01:22 |
ksantoshk | is there any bug here or some change in functionality | 01:22 |
ksantoshk | ? | 01:22 |
stevebaker | ksantoshk: does your cloud use neutron or nova networking? | 01:23 |
openstackgerrit | gengchc2 proposed openstack/heat: modify the home-page info with the developer documentation https://review.openstack.org/348602 | 01:23 |
ksantoshk | yes | 01:23 |
stevebaker | ksantoshk: that wasn't a yes/no question | 01:23 |
ksantoshk | question sounded like that...its a devstack | 01:24 |
ksantoshk | i guess its neutron | 01:24 |
stevebaker | ksantoshk: neutron is not the default in devstack, you need to modify your local.conf to enable it | 01:25 |
ksantoshk | ok.. | 01:25 |
ksantoshk | what is line/attirbute for that in local.conf | 01:25 |
stevebaker | ksantoshk: I suggest you read the devstack docs | 01:26 |
ksantoshk | stevebaker, thankyou..can you point me to any sample file for local.conf | 01:27 |
stevebaker | ksantoshk: http://docs.openstack.org/developer/devstack/guides/neutron.html | 01:30 |
stevebaker | ksantoshk: but all I have for neutron currently is http://paste.openstack.org/show/543467/ | 01:30 |
ksantoshk | stevebaker: thankyou, just comparing with my local.conf...did not see this error with similar examples last week... | 01:32 |
ksantoshk | thanks again | 01:32 |
stevebaker | ksantoshk: hang on | 01:32 |
*** bana_k has quit IRC | 01:33 | |
stevebaker | ksantoshk: can you confirm if your devstack has screen tags running q-svc, q-agt, etc? | 01:34 |
*** jamielennox|away is now known as jamielennox | 01:34 | |
ksantoshk | stevebaker, yes i have those.. | 01:34 |
stevebaker | ksantoshk: I wonder if you're seeing a regression caused by this change https://review.openstack.org/#/c/348152/ | 01:35 |
ramishra | stevebaker: hey morning https://bugs.launchpad.net/heat/+bug/1607177 FWIW | 01:35 |
openstack | Launchpad bug 1607177 in heat "test_api_reload_on_sighup failure" [Undecided,In progress] - Assigned to Rabi Mishra (rabi) | 01:35 |
stevebaker | ramishra: oh cool | 01:35 |
ramishra | stevebaker: I've increased the timeout | 01:36 |
stevebaker | ramishra: approving | 01:36 |
stevebaker | ksantoshk: could you locally revert https://review.openstack.org/#/c/348152/ and restart heat-engine, and see if you still have that issue? | 01:37 |
ramishra | stevebaker: https://review.openstack.org/#/c/348152/ | 01:40 |
ramishra | is broken | 01:40 |
stevebaker | ramishra: if we do a quick revert it will break the sahara jobs :/ | 01:41 |
ramishra | sorry https://review.openstack.org/#/c/347855/ was broken and the above is the fix | 01:42 |
ramishra | stevebaker: ^^^ | 01:42 |
stevebaker | oh, ok | 01:43 |
ksantoshk | stevebaker, that could be the issue...just tried again after patching that , it worked... | 01:43 |
ramishra | stevebaker: therve has now added a test for it at the gate for it https://review.openstack.org/#/c/348268/ | 01:44 |
ramishra | we don't have enough test coverage at places :/ | 01:45 |
stevebaker | no we don't, especially with neutron. I have this but it has delete races until cwolferh delete retry fixes land https://review.openstack.org/#/c/335740/ | 01:46 |
stevebaker | ramishra: I've +2ed https://review.openstack.org/#/c/348152/3 feel free to approve | 01:47 |
ramishra | yeah I've seen those patches and I think they are good to go, no? | 01:47 |
stevebaker | yep | 01:47 |
*** jcoufal has quit IRC | 01:51 | |
*** jcoufal has joined #heat | 01:52 | |
stevebaker | ksantoshk: so the fix for your problem should land in about 4 hours :) | 01:58 |
ksantoshk | sure thanks stevebaker | 02:03 |
*** KanagarajM has joined #heat | 02:08 | |
*** jcoufal has quit IRC | 02:12 | |
*** jasond has quit IRC | 02:12 | |
*** Drago has quit IRC | 02:16 | |
*** sdake_ has quit IRC | 02:19 | |
*** asalkeld has quit IRC | 02:22 | |
*** zhurong has quit IRC | 02:24 | |
*** zhurong has joined #heat | 02:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/348132 | 02:28 |
*** jamielennox is now known as jamielennox|away | 02:32 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/348671 | 02:34 |
*** elynn has joined #heat | 02:37 | |
*** zz_dimtruck is now known as dimtruck | 02:43 | |
*** yuanying_ has quit IRC | 02:57 | |
*** KanagarajM has quit IRC | 02:59 | |
*** KanagarajM has joined #heat | 03:00 | |
*** spotz_zzz is now known as spotz | 03:01 | |
*** KanagarajM has quit IRC | 03:15 | |
openstackgerrit | Merged openstack/heat: Increase default sighup_timeout https://review.openstack.org/348147 | 03:22 |
openstackgerrit | Merged openstack/heat: Fix get_endpoint() call in is_using_neutron https://review.openstack.org/348152 | 03:23 |
*** bana_k has joined #heat | 03:25 | |
*** tochi has quit IRC | 03:34 | |
*** yuanying has joined #heat | 03:51 | |
*** tochi has joined #heat | 03:57 | |
*** KanagarajM has joined #heat | 04:08 | |
*** links has joined #heat | 04:13 | |
openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/348671 | 04:14 |
*** code-R_ has quit IRC | 04:22 | |
*** code-R has joined #heat | 04:22 | |
*** elynn has quit IRC | 04:33 | |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/348132 | 04:47 |
stevebaker | ramishra: hmm, I'm pretty sure this ran after the fix http://logs.openstack.org/64/348564/2/check/gate-heat-dsvm-functional-convg-mysql-lbaasv2/0c0b9d6/console.html#_2016-07-29_02_34_35_528180 | 04:50 |
ramishra | hmm, let me check | 04:51 |
ramishra | stevebaker: looks like it started before that patch landed no? | 04:55 |
stevebaker | ramishra: I thought I rechecked after it landed. I'll recheck again | 04:56 |
*** NanKe has joined #heat | 04:56 | |
ramishra | I can see in the api logs 2016-07-29 02:21:21.173 8687 ERROR heat.common.wsgi [-] SIGHUP received | 04:57 |
stevebaker | ramishra: oh, duh. I did recheck after they landed. They haven't finished yet | 04:58 |
ramishra | ah, ok, I'll keep a watch too:) | 04:58 |
*** elynn has joined #heat | 05:00 | |
ramishra | stevebaker: It's done now I think | 05:05 |
*** elynn has quit IRC | 05:05 | |
*** elynn has joined #heat | 05:05 | |
*** flwang1 has quit IRC | 05:06 | |
*** GonZo2000 has quit IRC | 05:10 | |
*** ksantoshk has quit IRC | 05:15 | |
*** yanyanhu has quit IRC | 05:19 | |
*** yanyanhu has joined #heat | 05:21 | |
*** mohankumar has joined #heat | 05:22 | |
*** harlowja_at_home has joined #heat | 05:59 | |
*** david-lyle has joined #heat | 06:07 | |
*** code-R has quit IRC | 06:12 | |
*** code-R has joined #heat | 06:13 | |
*** harlowja_at_home has quit IRC | 06:20 | |
*** eldon_ has quit IRC | 06:38 | |
*** eldon_ has joined #heat | 06:38 | |
*** sticker_ has joined #heat | 06:41 | |
openstackgerrit | Merged openstack/heat: Silence swiftclient logging https://review.openstack.org/347111 | 06:42 |
*** sticker has quit IRC | 06:44 | |
*** david-lyle has quit IRC | 06:45 | |
*** sticker_ is now known as sticker | 06:49 | |
*** pt_15 has joined #heat | 06:54 | |
*** ccamacho has joined #heat | 06:59 | |
*** jprovazn has joined #heat | 07:02 | |
*** zhenguo has joined #heat | 07:04 | |
*** spotz is now known as spotz_zzz | 07:12 | |
*** sticker has quit IRC | 07:12 | |
*** yanyanhu has quit IRC | 07:17 | |
*** vishwanathj has quit IRC | 07:21 | |
*** akuznetsov has joined #heat | 07:22 | |
*** jdandrea has joined #heat | 07:25 | |
*** bana_k has quit IRC | 07:28 | |
*** jdandrea_ has quit IRC | 07:29 | |
*** tochi has quit IRC | 07:29 | |
*** tochi has joined #heat | 07:32 | |
*** ccamacho is now known as ccamacho|afk | 07:33 | |
*** flwang1 has joined #heat | 07:34 | |
*** vincentll has joined #heat | 07:39 | |
*** shardy has joined #heat | 07:39 | |
*** code-R has quit IRC | 07:40 | |
*** code-R has joined #heat | 07:40 | |
*** dimtruck is now known as zz_dimtruck | 07:45 | |
*** mohankumar has quit IRC | 07:49 | |
*** ccamacho|afk is now known as ccamacho | 07:51 | |
*** jpich has joined #heat | 07:55 | |
*** dbecker has joined #heat | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #heat | 08:00 | |
*** dbecker has quit IRC | 08:02 | |
*** dbecker has joined #heat | 08:03 | |
*** code-R has quit IRC | 08:06 | |
*** fragatina has quit IRC | 08:09 | |
*** derekh has joined #heat | 08:09 | |
*** Guest39997 has joined #heat | 08:18 | |
*** yassine has joined #heat | 08:18 | |
*** yassine is now known as Guest10470 | 08:19 | |
*** akuznetsov has quit IRC | 08:23 | |
*** akuznetsov has joined #heat | 08:24 | |
openstackgerrit | Merged openstack/heat: Use handle_update_cancel() to cancel nested stack updates https://review.openstack.org/332967 | 08:29 |
*** vincentll has quit IRC | 08:33 | |
*** ochuprykov has joined #heat | 08:39 | |
*** GonZo2000 has joined #heat | 08:41 | |
*** GonZo2000 has quit IRC | 08:41 | |
*** GonZo2000 has joined #heat | 08:41 | |
*** akuznetsov has quit IRC | 08:41 | |
*** NanKe has quit IRC | 08:42 | |
*** NanKe has joined #heat | 08:44 | |
*** ramishra has quit IRC | 08:48 | |
*** mohankumar has joined #heat | 08:49 | |
*** yanyanhu has joined #heat | 08:51 | |
openstackgerrit | Merged openstack/heat-templates: Correct perms of /var/run/heat-config/heat-config https://review.openstack.org/334257 | 09:09 |
*** GonZo2000 has quit IRC | 09:10 | |
*** yanyanhu has quit IRC | 09:20 | |
*** GonZo2000 has joined #heat | 09:33 | |
*** KanagarajM has quit IRC | 09:33 | |
*** permalac has joined #heat | 09:33 | |
*** fragatina has joined #heat | 09:38 | |
*** gmoro has joined #heat | 09:51 | |
*** ramishra has joined #heat | 10:00 | |
*** sorantis has joined #heat | 10:00 | |
*** zhurong has quit IRC | 10:03 | |
*** Qiming has quit IRC | 10:08 | |
*** Qiming has joined #heat | 10:13 | |
*** ochuprykov has quit IRC | 10:14 | |
*** elynn has quit IRC | 10:16 | |
*** GonZo2000 has quit IRC | 10:22 | |
*** Qiming has quit IRC | 10:25 | |
*** sdake has joined #heat | 10:25 | |
*** Qiming has joined #heat | 10:27 | |
*** vincentll has joined #heat | 10:36 | |
*** steveg_afk has quit IRC | 10:41 | |
*** tlashchova has quit IRC | 10:44 | |
*** Qiming has quit IRC | 10:46 | |
*** Qiming has joined #heat | 10:52 | |
*** Qiming has quit IRC | 10:57 | |
*** tlashchova has joined #heat | 10:58 | |
*** fragatina has quit IRC | 11:00 | |
*** Qiming has joined #heat | 11:01 | |
*** jprovazn has quit IRC | 11:09 | |
*** EricGonczer_ has joined #heat | 11:20 | |
*** tosky has joined #heat | 11:24 | |
tosky | hi all, the new heat test image that landed here: http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2 | 11:24 |
tosky | apparently broke sahara testing (we use it for our gating tests with the fake backend) | 11:25 |
tosky | this is the log: http://logs.openstack.org/46/335946/12/check/gate-sahara-tests-dsvm-scenario-nova-heat/5eeff52/logs/screen-sahara-eng.txt.gz?level=WARNING | 11:25 |
tosky | do you have an idea of what could have happened? Problems with the mirrors defined locally? xfsprogs that should be installed by default? | 11:26 |
*** sdake has quit IRC | 11:27 | |
tosky | (I understand that we could use dnf directly, but still yum is supposed to work) | 11:27 |
*** jprovazn has joined #heat | 11:29 | |
*** ochuprykov has joined #heat | 11:33 | |
*** spotz_zzz is now known as spotz | 11:40 | |
*** pradk has joined #heat | 11:55 | |
*** spotz is now known as spotz_zzz | 11:57 | |
therve | tosky, Did someone know that you used that image? | 11:58 |
therve | stevebaker probably updated it | 11:59 |
therve | It looks like there is some issue in the way repositories are defined | 12:00 |
*** mohankumar has quit IRC | 12:18 | |
*** ccamacho is now known as ccamacho|lunch | 12:28 | |
tosky | therve: I'm not sure, it was added quite long time ago when the gates have been set up | 12:28 |
tosky | uhm, and he is not online for sure in this timezone | 12:31 |
tosky | s/timezone/time/ | 12:31 |
*** jdob has quit IRC | 12:33 | |
*** jdob has joined #heat | 12:33 | |
*** sorantis has quit IRC | 12:35 | |
*** sorantis has joined #heat | 12:37 | |
*** NanKe has quit IRC | 12:41 | |
*** NanKe has joined #heat | 12:46 | |
*** sergio_nubeliu has joined #heat | 12:52 | |
*** jcoufal has joined #heat | 12:58 | |
*** dyasny has quit IRC | 13:01 | |
*** pradk has quit IRC | 13:02 | |
*** GonZo2000 has joined #heat | 13:02 | |
*** GonZo2000 has quit IRC | 13:02 | |
*** GonZo2000 has joined #heat | 13:02 | |
*** KanagarajM has joined #heat | 13:02 | |
*** NanKe has quit IRC | 13:05 | |
*** rcrit has left #heat | 13:05 | |
*** fultonj has joined #heat | 13:06 | |
*** links has quit IRC | 13:07 | |
*** ccamacho|lunch is now known as ccamacho | 13:08 | |
*** sorantis has quit IRC | 13:13 | |
*** dyasny has joined #heat | 13:14 | |
*** Tristitia has joined #heat | 13:16 | |
*** blomquisg_gone is now known as blomquisg | 13:23 | |
tosky | therve: do you had any acceptance test for the generation of that image? I see that there is a job for it in project-config | 13:33 |
therve | Oh right we made a change in heat-templates yesterday, probably what triggered it | 13:35 |
therve | tosky, No we don't. We don't even use it at the moment | 13:35 |
tosky | therve: except that it went from fedora 22 (now out of support) to fedora 24 :) | 13:35 |
tosky | uhm, I'm trying to see if we can use a centos image for that test, if not... let's see | 13:36 |
tosky | but still there is something wrong there | 13:36 |
therve | tosky, Can you show me where you use that image? | 13:39 |
tosky | therve: we set it as the guest image used by Sahara to "deploy" a cluster with the fake plugin (so no real Hadoop operations are executed, but some operations like 'add a volume" are executed) on the gate jobs | 13:41 |
*** catintheroof has quit IRC | 13:42 | |
tosky | therve: for example, see the last jenkins vote here: https://review.openstack.org/#/c/335946/ for gate-sahara-tests-dsvm-scenario-neutron-heat | 13:42 |
therve | tosky, But do you use software config in sahara? | 13:43 |
tosky | therve: I'm not aware of that concept :) so probably not, or at least not in that image | 13:43 |
therve | tosky, So why do you use that image? :) | 13:44 |
tosky | good question! As the former PTL is not around right now, and I didn't see traces in the logs and my memory for that time is failing, | 13:44 |
tosky | my rough guess is that it was the smaller image around | 13:44 |
tosky | but I may be wrong | 13:44 |
therve | tosky, It's actually pretty big. I suggest switch to a base fedora image | 13:45 |
tosky | that's another possibility | 13:45 |
tosky | still smaller than centos cloud images, though (they requires a 10GB disk) | 13:45 |
therve | Yeah centos images are huge | 13:45 |
therve | We should also get a image in infra (if I manage to find the time to do it), so that you don't have to download it | 13:46 |
tosky | for fedora, you mean? | 13:48 |
therve | Yes | 13:48 |
tosky | oh, that would be nice | 13:48 |
tosky | but, just to be sure, do you mean that downloading will be faster because inside the openstack infrastructure? | 13:48 |
*** code-R has joined #heat | 13:49 | |
therve | Well it'd be on the shared fs that they have I think | 13:49 |
therve | But yeah something like that | 13:49 |
*** akshai has joined #heat | 13:50 | |
*** code-R_ has joined #heat | 13:55 | |
*** spotz_zzz is now known as spotz | 13:57 | |
*** code-R has quit IRC | 13:58 | |
*** jasond has joined #heat | 14:00 | |
*** fultonj has quit IRC | 14:00 | |
*** pradk has joined #heat | 14:00 | |
*** GonZo2000 has quit IRC | 14:00 | |
*** code-R has joined #heat | 14:01 | |
*** fultonj has joined #heat | 14:04 | |
*** code-R_ has quit IRC | 14:04 | |
*** Drago has joined #heat | 14:05 | |
*** Drago has quit IRC | 14:05 | |
*** Drago has joined #heat | 14:05 | |
*** tochi has quit IRC | 14:06 | |
*** akshai has quit IRC | 14:06 | |
*** akshai has joined #heat | 14:07 | |
*** code-R_ has joined #heat | 14:08 | |
*** code-R has quit IRC | 14:11 | |
*** jasond has quit IRC | 14:11 | |
*** jasond has joined #heat | 14:12 | |
*** EricGonczer_ has quit IRC | 14:26 | |
*** zz_dimtruck is now known as dimtruck | 14:26 | |
*** EricGonczer_ has joined #heat | 14:31 | |
*** dimtruck is now known as zz_dimtruck | 14:36 | |
*** zhurong has joined #heat | 14:40 | |
*** david-lyle has joined #heat | 14:42 | |
*** zz_dimtruck is now known as dimtruck | 14:44 | |
*** jcoufal_ has joined #heat | 14:44 | |
*** zhurong_ has joined #heat | 14:44 | |
*** zhurong has quit IRC | 14:46 | |
*** david-lyle_ has joined #heat | 14:46 | |
*** jcoufal has quit IRC | 14:47 | |
*** david-lyle has quit IRC | 14:47 | |
*** vijendar has joined #heat | 14:47 | |
*** david-lyle__ has joined #heat | 14:48 | |
zaneb | could be a convergence bug here https://bugs.launchpad.net/heat/+bug/1607814 | 14:50 |
openstack | Launchpad bug 1607814 in heat "Error acquiring lock for resource" [Undecided,New] | 14:50 |
*** david-lyle_ has quit IRC | 14:52 | |
*** randallburt has joined #heat | 14:55 | |
*** randallburt1 has joined #heat | 14:57 | |
*** jdob has quit IRC | 14:57 | |
*** jdob has joined #heat | 14:57 | |
*** randallburt has quit IRC | 14:59 | |
*** tlashchova has quit IRC | 15:04 | |
*** vincentll has quit IRC | 15:05 | |
*** ochuprykov has quit IRC | 15:07 | |
*** jdob has quit IRC | 15:07 | |
*** jdob has joined #heat | 15:07 | |
*** jistr is now known as jistr|call | 15:10 | |
*** jcoufal_ has quit IRC | 15:11 | |
*** jcoufal has joined #heat | 15:12 | |
*** KanagarajM has quit IRC | 15:15 | |
*** jistr|call is now known as jistr | 15:17 | |
*** ayoung has joined #heat | 15:22 | |
*** david-lyle has joined #heat | 15:23 | |
*** code-R_ has quit IRC | 15:23 | |
*** david-lyle__ has quit IRC | 15:23 | |
*** zhurong_ has quit IRC | 15:28 | |
*** rwsu has quit IRC | 15:33 | |
*** sdake has joined #heat | 15:39 | |
*** code-R has joined #heat | 15:44 | |
*** vishwanathj has joined #heat | 15:57 | |
*** jcoufal has quit IRC | 15:59 | |
*** jcoufal has joined #heat | 15:59 | |
*** Zer0Byte__ has joined #heat | 16:05 | |
*** bana_k has joined #heat | 16:07 | |
*** spotz is now known as spotz_zzz | 16:12 | |
*** jcoufal has quit IRC | 16:13 | |
*** jcoufal has joined #heat | 16:14 | |
openstackgerrit | Merged openstack/heat: Move cinder api version tests https://review.openstack.org/347701 | 16:22 |
*** jpich has quit IRC | 16:26 | |
*** permalac has quit IRC | 16:31 | |
*** jamielennox|away is now known as jamielennox | 16:32 | |
*** vijendar has quit IRC | 16:38 | |
*** vijendar has joined #heat | 16:40 | |
*** randallburt1 has quit IRC | 16:51 | |
*** spotz_zzz is now known as spotz | 16:52 | |
*** randallburt has joined #heat | 16:52 | |
*** vijendar has quit IRC | 16:54 | |
openstackgerrit | Merged openstack/heat: Add an integration for server using neutron https://review.openstack.org/348268 | 16:54 |
*** derekh has quit IRC | 16:57 | |
*** vijendar has joined #heat | 17:04 | |
*** tosky has quit IRC | 17:14 | |
*** ccamacho has quit IRC | 17:15 | |
openstackgerrit | Merged openstack/heat: Always use upper-constraints https://review.openstack.org/347634 | 17:18 |
openstackgerrit | Merged openstack/heat: Fallback to db for resource show https://review.openstack.org/342613 | 17:19 |
*** adrian_otto has joined #heat | 17:19 | |
*** rwsu has joined #heat | 17:31 | |
openstackgerrit | Dan Prince proposed openstack/heat: heat-all: all-in-one heat launcher https://review.openstack.org/347504 | 17:32 |
openstackgerrit | Dan Prince proposed openstack/heat: Add noauth middleware https://review.openstack.org/347505 | 17:32 |
*** shardy has quit IRC | 17:33 | |
*** jamielennox is now known as jamielennox|away | 17:35 | |
*** bana_k has quit IRC | 17:40 | |
*** spzala has joined #heat | 17:52 | |
*** dyasny_ has joined #heat | 17:52 | |
*** dyasny_ has quit IRC | 17:53 | |
*** dyasny has quit IRC | 17:54 | |
*** links has joined #heat | 17:54 | |
*** dyasny has joined #heat | 17:55 | |
*** jprovazn has quit IRC | 17:59 | |
*** bana_k has joined #heat | 18:01 | |
*** jprovazn has joined #heat | 18:02 | |
*** EricGonc_ has joined #heat | 18:07 | |
*** sabeen has joined #heat | 18:08 | |
*** EricGonczer_ has quit IRC | 18:09 | |
*** vijendar has quit IRC | 18:10 | |
*** EricGonczer_ has joined #heat | 18:12 | |
*** EricGonc_ has quit IRC | 18:16 | |
*** syjulian has joined #heat | 18:16 | |
*** dyasny has quit IRC | 18:19 | |
*** dyasny has joined #heat | 18:31 | |
*** jcoufal has quit IRC | 18:43 | |
*** jcoufal has joined #heat | 18:44 | |
*** sdake has quit IRC | 18:47 | |
*** achanda has joined #heat | 18:55 | |
*** hoonetorg has quit IRC | 18:56 | |
*** adrian_otto has quit IRC | 18:59 | |
*** bks has joined #heat | 19:02 | |
*** tiantian has quit IRC | 19:10 | |
*** tiantian has joined #heat | 19:11 | |
*** bnemec is now known as beekneemech | 19:12 | |
*** vijendar has joined #heat | 19:13 | |
*** vijendar has quit IRC | 19:13 | |
*** Guest10470 has quit IRC | 19:15 | |
*** links has quit IRC | 19:20 | |
*** rwsu has quit IRC | 19:27 | |
*** sdake has joined #heat | 19:35 | |
*** GonZo2000 has joined #heat | 19:42 | |
*** jprovazn has quit IRC | 19:54 | |
*** sdake has quit IRC | 19:59 | |
*** jdob has quit IRC | 20:00 | |
*** adrian_otto has joined #heat | 20:11 | |
*** rwsu has joined #heat | 20:18 | |
*** achanda has quit IRC | 20:34 | |
*** akshai has quit IRC | 20:42 | |
*** EricGonczer_ has quit IRC | 20:50 | |
openstackgerrit | Merged openstack/heat: Don't log ERROR for remote stack exceptions https://review.openstack.org/347560 | 21:01 |
*** EricGonczer_ has joined #heat | 21:19 | |
*** sabeen has quit IRC | 21:23 | |
*** spzala has quit IRC | 21:23 | |
*** sergio_nubeliu has quit IRC | 21:38 | |
*** ayoung has quit IRC | 21:44 | |
*** blomquisg is now known as blomquisg_gone | 21:47 | |
*** randallburt has quit IRC | 21:58 | |
*** spzala has joined #heat | 21:59 | |
*** pradk has quit IRC | 22:04 | |
*** spzala has quit IRC | 22:04 | |
*** bks has quit IRC | 22:08 | |
*** achanda has joined #heat | 22:13 | |
*** daneyon has quit IRC | 22:15 | |
*** fultonj has quit IRC | 22:18 | |
*** jcoufal_ has joined #heat | 22:33 | |
*** jcoufal has quit IRC | 22:34 | |
*** dyasny has quit IRC | 22:38 | |
*** jcoufal_ has quit IRC | 22:43 | |
*** jcoufal has joined #heat | 23:07 | |
*** achanda has quit IRC | 23:17 | |
*** EricGonczer_ has quit IRC | 23:23 | |
*** rwsu has quit IRC | 23:34 | |
*** jcoufal_ has joined #heat | 23:48 | |
*** jcoufal has quit IRC | 23:49 | |
*** vishwanathj has quit IRC | 23:52 | |
*** achanda has joined #heat | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!