*** shadower has quit IRC | 00:03 | |
*** shadower has joined #heat | 00:03 | |
*** metral is now known as metral_zzz | 00:03 | |
*** metral_zzz is now known as metral | 00:03 | |
*** Qiming has joined #heat | 00:03 | |
*** hondak has joined #heat | 00:05 | |
*** ahonda has quit IRC | 00:05 | |
*** jaypipes has quit IRC | 00:05 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Don't copy exception classes https://review.openstack.org/201377 | 00:08 |
---|---|---|
*** metral is now known as metral_zzz | 00:12 | |
*** metral_zzz is now known as metral | 00:12 | |
*** metral is now known as metral_zzz | 00:18 | |
*** Marga_ has joined #heat | 00:18 | |
*** metral_zzz is now known as metral | 00:18 | |
*** htruta_ has joined #heat | 00:20 | |
*** vijendar1 has joined #heat | 00:22 | |
*** Marga_ has quit IRC | 00:22 | |
*** vijendar has quit IRC | 00:23 | |
*** zaneb has joined #heat | 00:25 | |
*** kebray has joined #heat | 00:25 | |
*** alexpilotti has quit IRC | 00:26 | |
*** metral is now known as metral_zzz | 00:26 | |
*** metral_zzz is now known as metral | 00:27 | |
*** metral is now known as metral_zzz | 00:28 | |
*** hondak has quit IRC | 00:30 | |
*** pas-ha has quit IRC | 00:31 | |
*** Raj2 has joined #heat | 00:33 | |
*** pm90_ has joined #heat | 00:33 | |
*** cody-somerville has joined #heat | 00:34 | |
*** cody-somerville has quit IRC | 00:34 | |
*** cody-somerville has joined #heat | 00:34 | |
*** kebray has quit IRC | 00:37 | |
*** Raj2 has quit IRC | 00:42 | |
*** Qiming has quit IRC | 00:43 | |
*** thedodd has quit IRC | 00:51 | |
openstackgerrit | Merged openstack/heat: convergence: add adopt support https://review.openstack.org/198607 | 00:55 |
*** Marga_ has joined #heat | 00:57 | |
*** Marga_ has quit IRC | 00:58 | |
asalkeld | brb | 00:58 |
*** Marga_ has joined #heat | 00:58 | |
openstackgerrit | Randall Burt proposed openstack/heat: Refactor and correct purge_deleted https://review.openstack.org/201384 | 01:11 |
*** htruta_ has quit IRC | 01:14 | |
*** chlong-afk has joined #heat | 01:16 | |
*** erkules_ has joined #heat | 01:17 | |
*** erkules has quit IRC | 01:20 | |
*** pm90_ has quit IRC | 01:20 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Don't modify exception formatting strings https://review.openstack.org/201389 | 01:21 |
*** randallburt has quit IRC | 01:25 | |
openstackgerrit | Merged openstack/heat: Fix typos in hot_spec documentation https://review.openstack.org/199994 | 01:27 |
openstackgerrit | Merged openstack/heat: Use __iter__ method of Attributes class in __repr__ method https://review.openstack.org/200059 | 01:27 |
*** hans_ has joined #heat | 01:29 | |
*** hdd has joined #heat | 01:30 | |
*** Beetnik has quit IRC | 01:32 | |
*** Qiming has joined #heat | 01:33 | |
*** Qiming_ has joined #heat | 01:34 | |
*** dims__ has joined #heat | 01:34 | |
*** Yanyanhu has joined #heat | 01:35 | |
*** Yanyan has joined #heat | 01:36 | |
*** Qiming has quit IRC | 01:38 | |
*** dims_ has quit IRC | 01:38 | |
*** Yingzhe_Zeng has joined #heat | 01:39 | |
*** Yanyanhu has quit IRC | 01:40 | |
*** sthillma has quit IRC | 01:41 | |
*** sabeen has joined #heat | 01:41 | |
asalkeld | zaneb: around? | 01:44 |
zaneb | in fact I am | 01:44 |
asalkeld | zaneb: https://review.openstack.org/201377 | 01:44 |
asalkeld | that code wasn't really needed | 01:45 |
zaneb | mine seems simpler ;) | 01:45 |
asalkeld | but leaves it more complex | 01:46 |
zaneb | yeah | 01:46 |
zaneb | if we can get rid of all that on master I'm all for it | 01:46 |
zaneb | I needed the most basic thing I could backport to stable | 01:46 |
asalkeld | i don't think the level of complexity is high in either one | 01:47 |
asalkeld | imho | 01:47 |
zaneb | asalkeld: I think it can be even simpler than that, actually. I'll leave a comment | 01:47 |
asalkeld | i got a weird pep failure | 01:48 |
*** zhonghua-lee has joined #heat | 01:48 | |
asalkeld | o, just need to remove the copy import | 01:49 |
zaneb | oh wait, I read an if statement backwards | 01:50 |
zaneb | nm :) | 01:50 |
asalkeld | if not ex.__class__.__name__.endswith('_Remote'): | 01:50 |
asalkeld | if it is not a remote | 01:50 |
asalkeld | then just raise | 01:50 |
asalkeld | else resourceFailuer | 01:50 |
*** jdandrea has quit IRC | 01:51 | |
asalkeld | zaneb: let me know if you want any changes | 01:52 |
* asalkeld about to re-post | 01:52 | |
zaneb | asalkeld: just put the bug in the commit msg | 01:52 |
asalkeld | k | 01:52 |
zaneb | it's #1474153 | 01:52 |
asalkeld | done | 01:52 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Don't copy exception classes https://review.openstack.org/201377 | 01:53 |
asalkeld | that class attribut stuff is really not obvious | 01:53 |
*** sdake_ has joined #heat | 01:55 | |
asalkeld | zaneb: have a read of: http://stackoverflow.com/questions/9541025/how-to-copy-a-python-class | 01:57 |
asalkeld | (re: literals) | 01:57 |
zaneb | asalkeld: yeah, I did already | 01:57 |
asalkeld | so many corner cases | 01:58 |
asalkeld | best avoided | 01:58 |
zaneb | copy basically treats classes as immutable afaict - it returns literally the same object | 01:58 |
asalkeld | genius | 01:59 |
*** jaime49 has quit IRC | 01:59 | |
*** sdake has quit IRC | 01:59 | |
zaneb | a generic copy that works on all kinds of objects, including user-defined ones, is a pipe dream | 02:00 |
zaneb | they should never have tried to implement it | 02:00 |
asalkeld | or it should just raise NotSupported | 02:00 |
zaneb | yeah | 02:01 |
asalkeld | well spotted tho' | 02:02 |
*** ZengYingzhe has joined #heat | 02:05 | |
*** Yingzhe_Zeng has quit IRC | 02:08 | |
*** liusheng has joined #heat | 02:08 | |
*** jruano has quit IRC | 02:08 | |
asalkeld | i wonder if there is a better serialisation mechanism for exceptions in oslo messaging | 02:11 |
*** dims_ has joined #heat | 02:12 | |
*** jruano has joined #heat | 02:13 | |
*** dims__ has quit IRC | 02:13 | |
*** hdd has quit IRC | 02:15 | |
*** liusheng has quit IRC | 02:18 | |
*** dims__ has joined #heat | 02:18 | |
*** liusheng has joined #heat | 02:18 | |
asalkeld | https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/rpc/client.py#L377-L403 | 02:18 |
*** dims_ has quit IRC | 02:19 | |
*** hdd has joined #heat | 02:20 | |
*** sdake has joined #heat | 02:25 | |
*** pm90_ has joined #heat | 02:27 | |
*** ananta_ has joined #heat | 02:27 | |
*** sdake_ has quit IRC | 02:29 | |
*** zhonghua-lee has quit IRC | 02:36 | |
*** pal has joined #heat | 02:39 | |
*** sdake_ has joined #heat | 02:40 | |
*** tobe has joined #heat | 02:42 | |
*** zhonghua-lee has joined #heat | 02:43 | |
*** sdake has quit IRC | 02:44 | |
*** hdd has quit IRC | 02:52 | |
*** jruano has quit IRC | 03:00 | |
*** spzala has quit IRC | 03:00 | |
*** pal has quit IRC | 03:01 | |
*** sdake has joined #heat | 03:02 | |
*** jruano has joined #heat | 03:11 | |
*** dims__ has quit IRC | 03:27 | |
*** sdake has quit IRC | 03:27 | |
*** pm90_ has quit IRC | 03:30 | |
*** jruano has quit IRC | 03:33 | |
*** pm90_ has joined #heat | 03:38 | |
*** achanda has quit IRC | 03:38 | |
*** sdake has joined #heat | 03:47 | |
*** sabeen has quit IRC | 03:47 | |
*** pal has joined #heat | 03:48 | |
*** jruano has joined #heat | 03:48 | |
*** KanagarajM has joined #heat | 03:56 | |
*** sdake has quit IRC | 04:01 | |
*** jruano has quit IRC | 04:02 | |
*** sdake has joined #heat | 04:03 | |
*** sdake_ has quit IRC | 04:07 | |
*** sdake_ has joined #heat | 04:10 | |
*** sdake has quit IRC | 04:13 | |
*** zhonghua-lee has quit IRC | 04:13 | |
*** sdake_ is now known as sdake | 04:13 | |
*** A110602877__ has joined #heat | 04:18 | |
*** ZengYingzhe has quit IRC | 04:18 | |
*** KanagarajM has quit IRC | 04:19 | |
*** sdake has quit IRC | 04:22 | |
*** boris-42 has quit IRC | 04:22 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource-type-show does not report unavialable resource type https://review.openstack.org/201047 | 04:27 |
*** KanagarajM has joined #heat | 04:27 | |
*** gberginc has joined #heat | 04:28 | |
*** A110602877__ has quit IRC | 04:29 | |
*** pm90_ has quit IRC | 04:33 | |
*** sabeen has joined #heat | 04:37 | |
*** sthillma has joined #heat | 04:37 | |
*** sthillma has quit IRC | 04:40 | |
*** zhonghua-lee has joined #heat | 04:40 | |
*** pm90_ has joined #heat | 04:42 | |
KanagarajM | stevebaker: ping | 04:43 |
*** pm90_ has quit IRC | 04:48 | |
asalkeld | KanagarajM: he is on holiday this week | 04:50 |
*** achanda has joined #heat | 04:52 | |
KanagarajM | asalkeld: oh. ok. thanks. | 04:52 |
KanagarajM | asalkeld: stevebaker has given comment on https://review.openstack.org/#/q/status:open+project:openstack/heat+branch:master+topic:bp/heat-designate-resource,n,z and addressed it and he given comment to approve these patches once his comments are addressed. could you kindly approve, if they are fine. | 04:53 |
asalkeld | KanagarajM: ok, no problem | 04:54 |
KanagarajM | asalkeld: thanks. | 04:54 |
asalkeld | KanagarajM: approved both | 04:56 |
*** rakesh_hs has joined #heat | 05:04 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Return support_status in resource type list https://review.openstack.org/147761 | 05:12 |
*** ishant has joined #heat | 05:12 | |
*** zhonghua-lee has quit IRC | 05:16 | |
*** zhonghua-lee has joined #heat | 05:22 | |
*** tshtilma has joined #heat | 05:32 | |
*** sabeen has quit IRC | 05:36 | |
*** inc0 has joined #heat | 05:39 | |
*** tshtilma has quit IRC | 05:42 | |
*** metral_zzz is now known as metral | 05:47 | |
KanagarajM | asalkeld: thanks | 05:55 |
*** A110602877__ has joined #heat | 06:00 | |
*** coolsvap has joined #heat | 06:00 | |
*** Murali has joined #heat | 06:01 | |
*** Kennan has quit IRC | 06:02 | |
*** Kennan has joined #heat | 06:03 | |
*** A110602877__ has quit IRC | 06:05 | |
*** achanda has quit IRC | 06:07 | |
*** ZengYingzhe has joined #heat | 06:07 | |
*** chlong-afk has quit IRC | 06:09 | |
*** coolsvap has quit IRC | 06:13 | |
*** coolsvap|away is now known as coolsvap | 06:13 | |
*** tspatzier has joined #heat | 06:14 | |
*** silvrax has quit IRC | 06:14 | |
*** shardy has joined #heat | 06:19 | |
*** cody-somerville has quit IRC | 06:20 | |
*** achanda has joined #heat | 06:22 | |
*** Raj3 has joined #heat | 06:25 | |
*** sergmelikyan has joined #heat | 06:27 | |
*** Raj3 has quit IRC | 06:30 | |
*** jprovazn has joined #heat | 06:34 | |
*** skraynev has joined #heat | 06:41 | |
*** noa_koffman has quit IRC | 06:52 | |
*** Qiming has joined #heat | 06:57 | |
*** inc0_ has joined #heat | 06:57 | |
skraynev | morning all | 06:57 |
*** Yanyanhu has joined #heat | 06:57 | |
sirushti | morning skraynev | 06:57 |
skraynev | hi sirushti | 06:57 |
*** Qiming_ has quit IRC | 06:58 | |
*** Yanyan has quit IRC | 06:58 | |
*** Yanyan has joined #heat | 06:59 | |
*** inc0 has quit IRC | 07:00 | |
*** Yanyanhu has quit IRC | 07:01 | |
*** achanda has quit IRC | 07:19 | |
*** tlashchova has joined #heat | 07:20 | |
*** jcoufal has joined #heat | 07:30 | |
*** tspatzier has quit IRC | 07:30 | |
*** tspatzier has joined #heat | 07:31 | |
*** inc0__ has joined #heat | 07:31 | |
*** tspatzier has joined #heat | 07:33 | |
*** inc0_ has quit IRC | 07:34 | |
*** ochuprykov has joined #heat | 07:35 | |
*** sthillma has joined #heat | 07:35 | |
*** dkusidlo has joined #heat | 07:36 | |
*** chlong-afk has joined #heat | 07:37 | |
*** jistr has joined #heat | 07:42 | |
*** sdake has joined #heat | 07:45 | |
openstackgerrit | Merged openstack/heat: Wait until child process will be killed https://review.openstack.org/199638 | 07:46 |
*** dkusidlo has quit IRC | 07:46 | |
*** sdake has quit IRC | 07:50 | |
*** sdake has joined #heat | 07:51 | |
*** alex_xu has quit IRC | 07:52 | |
*** vijayagurug has joined #heat | 07:54 | |
*** sthillma has quit IRC | 07:55 | |
*** alex_xu has joined #heat | 07:55 | |
*** sdake has quit IRC | 07:58 | |
*** pal has quit IRC | 08:08 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Get heat.tests.test_stack* working in py34 env https://review.openstack.org/190563 | 08:11 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Get heat.tests.test_stack* working in py34 env https://review.openstack.org/190563 | 08:13 |
*** tshtilma has joined #heat | 08:17 | |
*** gpaz has joined #heat | 08:19 | |
*** kairat_kushaev has joined #heat | 08:24 | |
*** ananta_ has quit IRC | 08:24 | |
*** ananta_ has joined #heat | 08:25 | |
*** bdossant has joined #heat | 08:28 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_environment plus existing passing test files https://review.openstack.org/201454 | 08:28 |
*** erkules_ is now known as erkules | 08:28 | |
*** erkules has quit IRC | 08:28 | |
*** erkules has joined #heat | 08:28 | |
*** derekh has joined #heat | 08:30 | |
*** dkusidlo has joined #heat | 08:32 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support to view all attributes of resource https://review.openstack.org/199392 | 08:33 |
*** hans_ is now known as Beetnik | 08:38 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Get heat.tests.test_stack* working in py34 env https://review.openstack.org/190563 | 08:41 |
*** tshtilma has quit IRC | 08:42 | |
*** noa_koffman has joined #heat | 08:48 | |
*** huangtianhua has joined #heat | 08:48 | |
*** tobe has quit IRC | 08:48 | |
*** tshtilma has joined #heat | 08:49 | |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/201337 | 08:49 |
*** [1]tshtilma has joined #heat | 08:53 | |
*** tshtilma has quit IRC | 08:56 | |
*** [1]tshtilma is now known as tshtilma | 08:56 | |
openstackgerrit | Merged openstack/heat: Don't copy exception classes https://review.openstack.org/201377 | 08:56 |
*** pal has joined #heat | 08:57 | |
*** tobe has joined #heat | 08:58 | |
*** e0ne has joined #heat | 09:02 | |
*** tshtilma has quit IRC | 09:05 | |
*** jcoufal_ has joined #heat | 09:09 | |
*** e0ne is now known as e0ne_ | 09:12 | |
*** jcoufal has quit IRC | 09:12 | |
*** Yanyan has quit IRC | 09:13 | |
*** inc0__ is now known as inc0 | 09:13 | |
*** Yanyan has joined #heat | 09:13 | |
*** Qiming has quit IRC | 09:14 | |
openstackgerrit | Merged openstack/heat: Use mock in test_attributes.py instead of mox https://review.openstack.org/201125 | 09:15 |
openstackgerrit | Rakesh H S proposed openstack/heat: Return EIP resource name during template validation https://review.openstack.org/201469 | 09:15 |
openstackgerrit | Merged openstack/heat: Add missing test for manila share attributes https://review.openstack.org/201253 | 09:15 |
*** e0ne_ is now known as e0ne | 09:16 | |
*** alexpilotti has joined #heat | 09:16 | |
*** ishant|2 has joined #heat | 09:19 | |
*** ishant has quit IRC | 09:23 | |
*** sorantis has joined #heat | 09:23 | |
*** zeih has joined #heat | 09:25 | |
*** gcivitella has joined #heat | 09:34 | |
*** Qiming has joined #heat | 09:34 | |
*** ochuprykov has quit IRC | 09:36 | |
*** sergmelikyan has quit IRC | 09:36 | |
*** zeih has quit IRC | 09:37 | |
*** Qiming has quit IRC | 09:41 | |
*** Yanyan has quit IRC | 09:43 | |
*** pas-ha has joined #heat | 09:45 | |
*** dims_ has joined #heat | 09:48 | |
*** zeih has joined #heat | 09:50 | |
*** huangtianhua has quit IRC | 09:52 | |
*** jcoufal has joined #heat | 09:53 | |
*** vijendar1 has quit IRC | 09:55 | |
*** vijendar has joined #heat | 09:55 | |
*** jcoufal_ has quit IRC | 09:57 | |
*** e0ne is now known as e0ne_ | 09:58 | |
*** e0ne_ is now known as e0ne | 10:01 | |
*** Kennan has quit IRC | 10:03 | |
*** Kennan has joined #heat | 10:03 | |
*** zeih has quit IRC | 10:07 | |
*** Marga_ has quit IRC | 10:12 | |
*** ochuprykov has joined #heat | 10:12 | |
*** Marga_ has joined #heat | 10:13 | |
*** blinky_ghost has joined #heat | 10:15 | |
*** Marga_ has quit IRC | 10:16 | |
*** Marga_ has joined #heat | 10:16 | |
*** Qiming has joined #heat | 10:24 | |
*** ZengYingzhe has quit IRC | 10:26 | |
*** sorantis has quit IRC | 10:26 | |
*** rdo has quit IRC | 10:27 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Role-based resource exposure https://review.openstack.org/201488 | 10:28 |
*** rdo has joined #heat | 10:29 | |
pas-ha | hi all, does anyone have problems with recent devstacks? it seems most of the clients are broken, e.g. "nova list" throws ERROR (DiscoveryFailure): Could not determine a suitable URL for the plugin | 10:33 |
pas-ha | openstack client "server list" seems to work though | 10:34 |
*** tspatzier has quit IRC | 10:38 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-templates: Keystone templates folder name is updated https://review.openstack.org/201494 | 10:39 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-templates: Adds sample designate templates https://review.openstack.org/201495 | 10:39 |
*** sorantis has joined #heat | 10:40 | |
*** zeih has joined #heat | 10:42 | |
*** e0ne is now known as e0ne_ | 10:45 | |
*** ochuprykov has quit IRC | 10:46 | |
*** e0ne_ is now known as e0ne | 10:49 | |
openstackgerrit | Rico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 10:49 |
*** zhonghua-lee has quit IRC | 10:51 | |
*** zeih has quit IRC | 10:52 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add get_attr which returns all attributes https://review.openstack.org/199442 | 10:55 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add information about new get_attr functionality https://review.openstack.org/199443 | 10:55 |
*** zhonghua-lee has joined #heat | 10:57 | |
*** [1]noa_koffman has joined #heat | 10:57 | |
*** noa_koffman has quit IRC | 10:59 | |
*** [1]noa_koffman is now known as noa_koffman | 10:59 | |
*** sergmelikyan has joined #heat | 11:00 | |
*** shardy_ has joined #heat | 11:09 | |
*** openstackgerrit has quit IRC | 11:09 | |
*** jaypipes has joined #heat | 11:09 | |
*** coolsvap is now known as coolsvap_ | 11:09 | |
*** openstackgerrit has joined #heat | 11:10 | |
*** shardy has quit IRC | 11:10 | |
pas-ha | question solved, should not use devstack/accrc/* any more :( | 11:14 |
*** shardy_ has quit IRC | 11:14 | |
*** tspatzier has joined #heat | 11:14 | |
*** shardy has joined #heat | 11:15 | |
*** noa_koffman has quit IRC | 11:21 | |
*** zeih has joined #heat | 11:22 | |
*** zeih has quit IRC | 11:33 | |
*** zeih has joined #heat | 11:36 | |
*** tobe has quit IRC | 11:37 | |
*** tobe has joined #heat | 11:39 | |
*** e0ne is now known as e0ne_ | 11:39 | |
*** ochuprykov has joined #heat | 11:40 | |
*** e0ne_ is now known as e0ne | 11:41 | |
*** tobe has quit IRC | 11:46 | |
*** pal has quit IRC | 11:46 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_environment plus existing passing test files https://review.openstack.org/201454 | 11:48 |
*** noa_koffman has joined #heat | 11:51 | |
*** zeih has quit IRC | 11:52 | |
*** e0ne is now known as e0ne_ | 11:56 | |
*** sergmelikyan has quit IRC | 11:58 | |
*** e0ne_ is now known as e0ne | 11:59 | |
*** ananta_ has quit IRC | 12:01 | |
*** zeih has joined #heat | 12:08 | |
*** openstack has joined #heat | 12:13 | |
*** gberginc has quit IRC | 12:16 | |
*** sorantis has quit IRC | 12:18 | |
*** zeih has quit IRC | 12:18 | |
*** KanagarajM has quit IRC | 12:19 | |
openstackgerrit | JinjingX Li proposed openstack/heat: Add MTU for Neutron https://review.openstack.org/197584 | 12:25 |
*** vijayagurug has left #heat | 12:25 | |
*** tspatzier has quit IRC | 12:26 | |
*** tochi has quit IRC | 12:28 | |
*** sergmelikyan has joined #heat | 12:29 | |
openstackgerrit | JinjingX Li proposed openstack/heat: Add MTU for Neutron https://review.openstack.org/197584 | 12:30 |
*** prazumovsky has joined #heat | 12:30 | |
openstackgerrit | JinjingX Li proposed openstack/heat: Add MTU for Neutron https://review.openstack.org/197584 | 12:32 |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Generate correct names for sahara templates https://review.openstack.org/200159 | 12:34 |
*** zeih has joined #heat | 12:35 | |
*** coolsvap_ is now known as coolsvap|away | 12:39 | |
*** inc0 has quit IRC | 12:40 | |
*** sorantis has joined #heat | 12:40 | |
*** e0ne is now known as e0ne_ | 12:42 | |
*** bnemec has joined #heat | 12:42 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_environment* https://review.openstack.org/201454 | 12:43 |
*** pal has joined #heat | 12:47 | |
*** e0ne_ is now known as e0ne | 12:47 | |
*** zeih has quit IRC | 12:50 | |
*** lkarm has joined #heat | 12:51 | |
*** prazumovsky has quit IRC | 12:56 | |
*** tspatzier has joined #heat | 12:58 | |
*** shardy_ has joined #heat | 12:59 | |
*** kencjohnston has joined #heat | 12:59 | |
*** shardy has quit IRC | 13:00 | |
*** jruano has joined #heat | 13:01 | |
*** pm90_ has joined #heat | 13:03 | |
*** shardy_ has quit IRC | 13:04 | |
*** pm90_ has quit IRC | 13:04 | |
*** crose has joined #heat | 13:04 | |
*** shardy has joined #heat | 13:05 | |
*** pm90_ has joined #heat | 13:05 | |
*** zeih has joined #heat | 13:05 | |
*** jonesbr has joined #heat | 13:07 | |
*** jdob has quit IRC | 13:08 | |
*** dims_ has quit IRC | 13:09 | |
*** dims_ has joined #heat | 13:10 | |
*** sergmelikyan has quit IRC | 13:12 | |
*** zeih has quit IRC | 13:13 | |
*** dims_ has quit IRC | 13:13 | |
*** dims_ has joined #heat | 13:13 | |
openstackgerrit | JinjingX Li proposed openstack/heat: Add MTU for Neutron https://review.openstack.org/197584 | 13:18 |
*** jdob has joined #heat | 13:20 | |
*** zhonghua-lee has quit IRC | 13:21 | |
*** spzala has joined #heat | 13:21 | |
*** tspatzier has quit IRC | 13:22 | |
*** rpothier has joined #heat | 13:24 | |
*** jdandrea has joined #heat | 13:29 | |
*** tspatzier has joined #heat | 13:31 | |
*** sorantis has quit IRC | 13:31 | |
*** aweiteka has joined #heat | 13:33 | |
*** vijendar1 has joined #heat | 13:33 | |
*** crose has quit IRC | 13:34 | |
*** pm90_ has quit IRC | 13:35 | |
*** vijendar has quit IRC | 13:35 | |
*** hdd has joined #heat | 13:38 | |
*** dkusidlo has quit IRC | 13:39 | |
*** e0ne is now known as e0ne_ | 13:40 | |
*** sergmelikyan has joined #heat | 13:40 | |
*** jasond has joined #heat | 13:41 | |
*** vijendar1 has quit IRC | 13:42 | |
*** vijendar has joined #heat | 13:42 | |
*** dkusidlo has joined #heat | 13:43 | |
*** e0ne_ is now known as e0ne | 13:48 | |
*** jecarey has joined #heat | 13:48 | |
*** sergmelikyan has quit IRC | 13:49 | |
*** sergmelikyan has joined #heat | 13:57 | |
*** ochuprykov has quit IRC | 13:59 | |
*** pm90_ has joined #heat | 14:03 | |
*** rakesh_hs has quit IRC | 14:03 | |
*** pas-ha has quit IRC | 14:06 | |
*** Raj2 has joined #heat | 14:08 | |
*** hdd has quit IRC | 14:09 | |
*** ishant|2 has quit IRC | 14:09 | |
*** Kennan2 has joined #heat | 14:10 | |
*** Kennan has quit IRC | 14:10 | |
*** hdd has joined #heat | 14:12 | |
*** Drago has joined #heat | 14:17 | |
*** Drago has quit IRC | 14:18 | |
*** Drago has joined #heat | 14:19 | |
*** pas-ha has joined #heat | 14:21 | |
*** kbyrne has quit IRC | 14:23 | |
*** sdake_ has joined #heat | 14:24 | |
*** jaime49 has joined #heat | 14:27 | |
*** jaime49 has quit IRC | 14:29 | |
*** jaime49 has joined #heat | 14:29 | |
*** sdake_ is now known as sdae | 14:37 | |
*** sergmelikyan has quit IRC | 14:37 | |
*** sdae is now known as sdake | 14:37 | |
skraynev | .фцфн | 14:39 |
*** Murali has quit IRC | 14:39 | |
zaneb | shardy: can I get a review on https://review.openstack.org/#/c/201530/ to unblock the stable gate | 14:40 |
shardy | zaneb: sure, looking | 14:40 |
zaneb | thanks | 14:40 |
*** jcoufal has quit IRC | 14:41 | |
shardy | zaneb: approved | 14:42 |
zaneb | shardy: awesome, cheers | 14:42 |
shardy | Do we use the heat_integrationtests README markup in the gate tests? | 14:42 |
*** sergmelikyan has joined #heat | 14:43 | |
zaneb | idk, I wondered about that | 14:43 |
shardy | I was wondering why it got changed but w/e | 14:43 |
*** kbyrne has joined #heat | 14:43 | |
zaneb | it appears not, there were some additional changes in the master branch to scripts we actually use | 14:44 |
zaneb | presumably those don't appear in kilo | 14:44 |
zaneb | it was a faithful backport of the master patch, so I'm not too worried | 14:44 |
*** inc0 has joined #heat | 14:44 | |
zaneb | ah... actually, those scripts do exist in kilo, so the README change should probably have been dropped as well | 14:46 |
* zaneb was unaware that devstack did stable branches | 14:46 | |
*** sergmelikyan has quit IRC | 14:48 | |
*** pal has quit IRC | 14:49 | |
*** crose has joined #heat | 14:49 | |
*** crose has quit IRC | 14:50 | |
*** crose has joined #heat | 14:50 | |
*** sdake has quit IRC | 14:51 | |
*** sdake has joined #heat | 14:51 | |
*** rwsu has joined #heat | 14:56 | |
*** e0ne is now known as e0ne_ | 14:56 | |
*** rwsu has quit IRC | 14:58 | |
*** rwsu has joined #heat | 14:58 | |
*** achanda has joined #heat | 14:58 | |
*** e0ne_ is now known as e0ne | 14:59 | |
*** inc0 has quit IRC | 14:59 | |
*** ddaskal has joined #heat | 15:00 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Fix filter name inconsistency in stack_list https://review.openstack.org/188411 | 15:01 |
*** coolsvap|away is now known as coolsvap | 15:04 | |
*** randallburt has joined #heat | 15:05 | |
*** pal has joined #heat | 15:05 | |
*** achanda has quit IRC | 15:06 | |
*** randallburt has quit IRC | 15:06 | |
*** randallburt has joined #heat | 15:06 | |
*** alex_xu has quit IRC | 15:09 | |
*** alex_xu has joined #heat | 15:10 | |
*** EricGonczer_ has joined #heat | 15:15 | |
*** shardy_ has joined #heat | 15:17 | |
*** shardy has quit IRC | 15:19 | |
*** shardy_ has quit IRC | 15:22 | |
*** shardy has joined #heat | 15:23 | |
*** Qiming has quit IRC | 15:24 | |
*** Raj2 has quit IRC | 15:25 | |
*** Raj2 has joined #heat | 15:26 | |
*** sabeen1 has joined #heat | 15:27 | |
*** bdossant has quit IRC | 15:29 | |
*** sabeen1 has quit IRC | 15:35 | |
*** ishant has joined #heat | 15:43 | |
*** vijayagurug has joined #heat | 15:45 | |
*** vijayagurug has left #heat | 15:45 | |
*** sergmelikyan has joined #heat | 15:47 | |
*** sorantis has joined #heat | 15:49 | |
*** sergmelikyan has quit IRC | 15:51 | |
*** vijayagurug has joined #heat | 15:53 | |
*** e0ne is now known as e0ne_ | 15:53 | |
*** e0ne_ is now known as e0ne | 15:54 | |
*** sorantis has quit IRC | 15:54 | |
*** vijayagurug has left #heat | 15:55 | |
*** inc0 has joined #heat | 15:57 | |
*** jprovazn has quit IRC | 15:58 | |
*** kencjohnston has quit IRC | 15:59 | |
*** dkusidlo has quit IRC | 15:59 | |
*** pm90__ has joined #heat | 16:02 | |
* jdandrea peeks in, "devstack has stable branches? ooh" | 16:03 | |
*** pm90__ has quit IRC | 16:04 | |
*** pm90__ has joined #heat | 16:04 | |
*** pm90_ has quit IRC | 16:05 | |
*** sthillma has joined #heat | 16:06 | |
*** Drago has quit IRC | 16:10 | |
*** Drago has joined #heat | 16:11 | |
*** gcivitella has quit IRC | 16:11 | |
*** signed8bit has joined #heat | 16:11 | |
*** signed8b_ has joined #heat | 16:11 | |
*** boris-42 has joined #heat | 16:14 | |
*** e0ne is now known as e0ne_ | 16:16 | |
*** ishant has quit IRC | 16:16 | |
*** e0ne_ is now known as e0ne | 16:18 | |
*** dsneddon_away is now known as dsneddon | 16:22 | |
*** Raj2 has quit IRC | 16:24 | |
*** rakesh_hs has joined #heat | 16:25 | |
*** tspatzier has quit IRC | 16:32 | |
*** derekh has quit IRC | 16:34 | |
*** kencjohnston has joined #heat | 16:35 | |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Fix Rackspace nova server addresses attribute https://review.openstack.org/200202 | 16:36 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles https://review.openstack.org/201488 | 16:40 |
htruta | hey guys | 16:41 |
htruta | has any of you ever tried to use python-heatclient CLI with keystone v3? | 16:41 |
*** e0ne has quit IRC | 16:42 | |
*** sabeen1 has joined #heat | 16:46 | |
*** pm90__ has quit IRC | 16:47 | |
*** pm90_ has joined #heat | 16:47 | |
*** sergmelikyan has joined #heat | 16:51 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 16:56 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Make the convergence gate functional https://review.openstack.org/198273 | 16:56 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Allow creating stacks of empty templates https://review.openstack.org/194266 | 16:56 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Fix resource loading on cleanup https://review.openstack.org/201664 | 16:56 |
*** steveg_afk has joined #heat | 16:56 | |
*** vahidh has joined #heat | 17:00 | |
openstackgerrit | Randall Burt proposed openstack/heat: Refactor and correct purge_deleted https://review.openstack.org/201384 | 17:01 |
*** steveg_afk has quit IRC | 17:03 | |
*** sabeen3 has joined #heat | 17:04 | |
*** sabeen1 has quit IRC | 17:07 | |
*** jistr has quit IRC | 17:14 | |
*** inc0 has quit IRC | 17:14 | |
*** jcoufal has joined #heat | 17:15 | |
*** rakesh_hs has quit IRC | 17:15 | |
*** rakesh_hs has joined #heat | 17:15 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:17 | |
*** shardy_ has joined #heat | 17:17 | |
*** shardy has quit IRC | 17:19 | |
*** jcoufal has quit IRC | 17:19 | |
*** coolsvap is now known as coolsvap|afk | 17:20 | |
*** hdd has quit IRC | 17:22 | |
*** shardy_ has quit IRC | 17:22 | |
*** shardy has joined #heat | 17:23 | |
*** achanda has joined #heat | 17:29 | |
*** vijayagurug1 has joined #heat | 17:30 | |
*** pas-ha has quit IRC | 17:30 | |
*** jfluhmann has joined #heat | 17:30 | |
*** ishant has joined #heat | 17:32 | |
*** Raj2 has joined #heat | 17:33 | |
*** sthillma has quit IRC | 17:33 | |
*** metral is now known as metral_zzz | 17:33 | |
ishant | zaneb: Hi, I was working on porting the simulator tests in heat. While doing so I am facing some issues | 17:35 |
*** daneyon_ has quit IRC | 17:35 | |
*** daneyon has joined #heat | 17:35 | |
ishant | zaneb: how will the templates in the simulator tests map to the real heat templates? | 17:36 |
zaneb | ishant: my idea was to write a little shim | 17:37 |
* zaneb is in a meeting atm | 17:37 | |
ishant | zaneb: Please let me know when you have time . I wanted to discuss on this | 17:38 |
*** daneyon_ has joined #heat | 17:38 | |
zaneb | getting near the end I hope... | 17:38 |
ishant | ok :) | 17:38 |
*** hdd has joined #heat | 17:39 | |
*** achanda has quit IRC | 17:41 | |
*** daneyon has quit IRC | 17:41 | |
*** achanda has joined #heat | 17:41 | |
openstackgerrit | Miguel Grinberg proposed openstack/heat: Move signals to SignalResponder class https://review.openstack.org/198183 | 17:42 |
*** metral_zzz is now known as metral | 17:50 | |
*** sthillma has joined #heat | 17:51 | |
*** e0ne has joined #heat | 17:51 | |
*** openstackgerrit has quit IRC | 17:56 | |
*** openstackgerrit has joined #heat | 17:57 | |
*** sthillma has quit IRC | 17:57 | |
*** kencjohnston has quit IRC | 17:58 | |
*** vijayagurug1 has quit IRC | 18:00 | |
*** sergmelikyan has quit IRC | 18:00 | |
*** vijayagurug has joined #heat | 18:00 | |
zaneb | ishant: ok, meeting finally ended :) | 18:01 |
ishant | zaneb: cool | 18:02 |
zaneb | so my idea was this: | 18:02 |
ishant | so how the template in simulator will convert to real template | 18:02 |
zaneb | if you look at the scenario scripts | 18:02 |
zaneb | they have stuff like: | 18:03 |
zaneb | example_template = Template({ | 18:03 |
zaneb | 'A': RsrcDef({'a': 'initial'}, []), | 18:03 |
zaneb | 'B': RsrcDef({}, []), | 18:03 |
zaneb | 'C': RsrcDef({'!a': GetAtt('A', 'a')}, ['B']), | 18:03 |
zaneb | 'D': RsrcDef({'c': GetRes('C')}, []), | 18:03 |
zaneb | 'E': RsrcDef({'ca': GetAtt('C', '!a')}, []), | 18:03 |
zaneb | }) | 18:03 |
*** randallburt has quit IRC | 18:03 | |
zaneb | so you want to write a function that takes data in that format and creates an actual heat.engine.template.Template object out of it | 18:03 |
*** Raj2 has left #heat | 18:04 | |
zaneb | then you pass that function in as the 'Template' value in the equivalent of https://github.com/zaneb/heat-convergence-prototype/blob/master/converge/__init__.py#L34 | 18:04 |
zaneb | and a similar story for all of the other things in that dict | 18:05 |
zaneb | you create a shim that transforms the data where necessary and then calls the actual Heat code | 18:05 |
openstackgerrit | Divakar Padiyar Nandavar proposed openstack/heat: Refactor Adding service_types to client_plugins https://review.openstack.org/193409 | 18:07 |
openstackgerrit | Rakesh H S proposed openstack/heat-templates: Template for server with encrypted volume https://review.openstack.org/199185 | 18:07 |
ishant | okay. this means i will write a parser for scenario test template and the convert that to a hot template with some resource type | 18:07 |
zaneb | you can probably copy most of test_converge.py, the substitutions happen here: https://github.com/zaneb/heat-convergence-prototype/blob/master/test_converge.py#L58 | 18:08 |
zaneb | ishant: ++ | 18:08 |
ishant | these tests call create_stack of engine module. In create stack I will call the actual converge_stack | 18:09 |
zaneb | you'll want to define a test resource type that records its state somewhere, and use that as the 'reality' to compare against | 18:10 |
zaneb | yep | 18:10 |
*** gberginc has joined #heat | 18:10 | |
*** signed8bit_ZZZzz is now known as signed8bit | 18:11 | |
*** rakesh_hs has quit IRC | 18:13 | |
ishant | zaneb: okay so the test template will convert to this fake resource type | 18:14 |
*** sergmelikyan has joined #heat | 18:14 | |
zaneb | yes, you'll register this fake resource type and then use that type in the HOT template when you create it | 18:15 |
ishant | okay cool | 18:16 |
ishant | also the datastore will be sqlite in our case | 18:16 |
*** e0ne is now known as e0ne_ | 18:17 | |
zaneb | ishant: right, yeah, you shouldn't have to reference the datastore at all in the test code, the Heat code will do its own thing | 18:21 |
zaneb | which is to use sqlite | 18:21 |
ishant | zaneb: thanks a lot for your help :) I will work on it and see how it goes | 18:23 |
*** pal has quit IRC | 18:23 | |
*** pleia2_ has joined #heat | 18:24 | |
*** lkarm has quit IRC | 18:25 | |
*** pleia2 has quit IRC | 18:25 | |
*** pleia2_ is now known as pleia2 | 18:25 | |
*** rdo_ has joined #heat | 18:26 | |
*** e0ne_ is now known as e0ne | 18:26 | |
*** pal has joined #heat | 18:28 | |
*** gberginc has quit IRC | 18:29 | |
*** stevebak` has joined #heat | 18:29 | |
*** ishant has quit IRC | 18:29 | |
*** vijayagurug has left #heat | 18:30 | |
*** vahidh has quit IRC | 18:30 | |
*** zz_gondoi has joined #heat | 18:30 | |
*** daneyon_ has quit IRC | 18:30 | |
*** sabeen3 has quit IRC | 18:30 | |
*** Drago has quit IRC | 18:30 | |
*** ddaskal has quit IRC | 18:30 | |
*** aweiteka has quit IRC | 18:30 | |
*** jdandrea has quit IRC | 18:30 | |
*** jdob has quit IRC | 18:30 | |
*** rdo has quit IRC | 18:30 | |
*** Marga_ has quit IRC | 18:30 | |
*** blinky_ghost has quit IRC | 18:30 | |
*** chlong-afk has quit IRC | 18:30 | |
*** lpmulligan has quit IRC | 18:30 | |
*** zhiyan has quit IRC | 18:30 | |
*** sparr has quit IRC | 18:30 | |
*** stevebaker has quit IRC | 18:30 | |
*** sileht has quit IRC | 18:30 | |
*** gondoi has quit IRC | 18:30 | |
*** zz_gondoi is now known as gondoi | 18:31 | |
*** hdd has quit IRC | 18:34 | |
*** hdd has joined #heat | 18:36 | |
*** pas-ha has joined #heat | 18:38 | |
*** ParsectiX has joined #heat | 18:39 | |
*** gberginc has joined #heat | 18:40 | |
*** pal has quit IRC | 18:48 | |
*** sgordon has quit IRC | 18:55 | |
*** openstackgerrit has quit IRC | 18:56 | |
*** openstackgerrit has joined #heat | 18:56 | |
*** sgordon has joined #heat | 18:57 | |
*** jdob has joined #heat | 18:57 | |
*** pas-ha has quit IRC | 19:00 | |
*** dsneddon has quit IRC | 19:01 | |
*** gberginc has quit IRC | 19:04 | |
*** pas-ha has joined #heat | 19:08 | |
*** radez_g0n3 is now known as radez | 19:09 | |
*** Raj3 has joined #heat | 19:09 | |
*** achanda has quit IRC | 19:17 | |
*** achanda has joined #heat | 19:17 | |
*** dsneddon has joined #heat | 19:21 | |
*** kebray has joined #heat | 19:26 | |
*** randallburt has joined #heat | 19:31 | |
*** randallburt has quit IRC | 19:32 | |
*** randallburt has joined #heat | 19:32 | |
*** achanda has quit IRC | 19:34 | |
*** achanda has joined #heat | 19:35 | |
*** achanda has quit IRC | 19:47 | |
*** aweiteka has joined #heat | 19:49 | |
*** daneyon has joined #heat | 19:49 | |
*** Marga_ has joined #heat | 19:49 | |
*** Drago has joined #heat | 19:49 | |
*** ddaskal has joined #heat | 19:49 | |
*** sileht has joined #heat | 19:49 | |
*** chlong-afk has joined #heat | 19:50 | |
*** sparr has joined #heat | 19:51 | |
*** radez is now known as radez_g0n3 | 19:52 | |
*** hdd has quit IRC | 19:55 | |
*** sabeen1 has joined #heat | 19:57 | |
*** zhiyan has joined #heat | 20:02 | |
*** hdd has joined #heat | 20:03 | |
*** sergmelikyan has quit IRC | 20:06 | |
*** sergmelikyan has joined #heat | 20:07 | |
*** sergmelikyan has quit IRC | 20:12 | |
*** tspatzier has joined #heat | 20:16 | |
openstackgerrit | James Combs proposed openstack/heat: Adding functional integration test for encrypted parameters. https://review.openstack.org/196846 | 20:17 |
*** coolsvap|afk is now known as coolsvap|away | 20:25 | |
*** huangtianhua has joined #heat | 20:25 | |
*** e0ne has quit IRC | 20:28 | |
*** huangtianhua has quit IRC | 20:31 | |
*** jdandrea has joined #heat | 20:32 | |
*** sdake has quit IRC | 20:36 | |
*** achanda has joined #heat | 20:38 | |
*** kebray has quit IRC | 20:38 | |
*** sabeen1 has quit IRC | 20:49 | |
*** kencjohnston has joined #heat | 20:55 | |
*** kebray has joined #heat | 20:57 | |
*** jaypipes has quit IRC | 21:02 | |
*** Raj3 has quit IRC | 21:04 | |
*** jaime49 has quit IRC | 21:04 | |
*** metral is now known as metral_zzz | 21:06 | |
*** sabeen has joined #heat | 21:07 | |
*** kebray has quit IRC | 21:08 | |
*** steveg_afk has joined #heat | 21:10 | |
*** metral_zzz is now known as metral | 21:11 | |
*** hdd has quit IRC | 21:17 | |
*** ParsectiX has quit IRC | 21:18 | |
*** kebray has joined #heat | 21:19 | |
*** ParsectiX has joined #heat | 21:19 | |
*** sdake has joined #heat | 21:21 | |
*** metral is now known as metral_zzz | 21:27 | |
*** ParsectiX has quit IRC | 21:30 | |
*** hdd has joined #heat | 21:30 | |
*** coolsvap has joined #heat | 21:31 | |
*** jaime49 has joined #heat | 21:33 | |
*** kebray has quit IRC | 21:36 | |
*** jonesbr has left #heat | 21:38 | |
*** sdake_ has joined #heat | 21:40 | |
*** sdake has quit IRC | 21:41 | |
*** EricGonczer_ has quit IRC | 21:41 | |
*** steveg_afk has quit IRC | 21:43 | |
*** tspatzier has quit IRC | 21:46 | |
*** pm90_ has quit IRC | 21:47 | |
*** ParsectiX has joined #heat | 21:48 | |
*** rpothier has quit IRC | 21:49 | |
*** signed8b_ has quit IRC | 21:59 | |
*** signed8bit has quit IRC | 21:59 | |
*** shakamunyi has joined #heat | 21:59 | |
*** jasond has quit IRC | 22:00 | |
*** ddaskal has quit IRC | 22:02 | |
openstackgerrit | Graeme Gillies proposed openstack/heat-templates: Modified puppet hook to add option to specify modulepath https://review.openstack.org/201792 | 22:09 |
*** steveg_afk has joined #heat | 22:10 | |
*** kebray has joined #heat | 22:11 | |
*** daneyon has left #heat | 22:13 | |
*** Raj2 has joined #heat | 22:13 | |
*** steveg_afk has quit IRC | 22:15 | |
*** sorantis has joined #heat | 22:16 | |
*** crose has quit IRC | 22:18 | |
*** jecarey has quit IRC | 22:19 | |
*** kencjohnston has quit IRC | 22:20 | |
*** ParsectiX has quit IRC | 22:20 | |
*** sorantis has quit IRC | 22:21 | |
*** pm90_ has joined #heat | 22:21 | |
*** hdd has quit IRC | 22:22 | |
*** vijendar has quit IRC | 22:25 | |
*** metral_zzz is now known as metral | 22:30 | |
*** signed8bit has joined #heat | 22:31 | |
*** signed8b_ has joined #heat | 22:31 | |
*** signed8bit is now known as signed8bit_ZZZzz | 22:31 | |
*** sdake_ is now known as sdake | 22:34 | |
*** signed8b_ has quit IRC | 22:34 | |
*** signed8bit_ZZZzz has quit IRC | 22:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/201801 | 22:39 |
*** Raj2 has quit IRC | 22:47 | |
*** Raj2 has joined #heat | 22:50 | |
*** tsandall has joined #heat | 22:51 | |
*** bnemec has quit IRC | 22:59 | |
*** Raj2 has left #heat | 23:03 | |
*** jruano has quit IRC | 23:09 | |
*** metral is now known as metral_zzz | 23:12 | |
*** metral_zzz is now known as metral | 23:13 | |
*** steveg_afk has joined #heat | 23:14 | |
*** dims__ has joined #heat | 23:17 | |
*** sorantis has joined #heat | 23:17 | |
*** pm90_ has quit IRC | 23:17 | |
*** pm90_ has joined #heat | 23:19 | |
*** dims_ has quit IRC | 23:19 | |
*** signed8bit has joined #heat | 23:20 | |
*** signed8b_ has joined #heat | 23:20 | |
*** sorantis has quit IRC | 23:22 | |
openstackgerrit | Graeme Gillies proposed openstack/heat-templates: Modified puppet hook to add option to specify modulepath https://review.openstack.org/201792 | 23:22 |
*** shardy has quit IRC | 23:23 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 23:27 | |
*** signed8bit_ZZZzz has quit IRC | 23:27 | |
*** signed8bit has quit IRC | 23:27 | |
*** tochi has joined #heat | 23:27 | |
*** metral is now known as metral_zzz | 23:27 | |
*** pm90__ has joined #heat | 23:27 | |
*** jruano has joined #heat | 23:30 | |
*** pm90_ has quit IRC | 23:30 | |
*** bitblt has joined #heat | 23:31 | |
*** kebray has quit IRC | 23:32 | |
*** LimorStotland has quit IRC | 23:34 | |
*** shakamunyi has quit IRC | 23:36 | |
*** barra204 has joined #heat | 23:36 | |
*** pm90__ has quit IRC | 23:37 | |
*** LimorStotland has joined #heat | 23:38 | |
*** randallburt has quit IRC | 23:40 | |
*** alexpilotti has quit IRC | 23:40 | |
*** jruano has quit IRC | 23:45 | |
*** Qiming has joined #heat | 23:45 | |
asalkeld | morning | 23:47 |
*** signed8bit has joined #heat | 23:53 | |
*** signed8b_ has joined #heat | 23:53 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 23:55 | |
*** signed8bit has quit IRC | 23:55 | |
*** signed8bit_ZZZzz has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!