Monday, 2015-08-03

*** dims_ has joined #heat00:02
*** chlong has joined #heat00:04
*** dimsum__ has quit IRC00:04
*** shadower has quit IRC00:23
*** shadower has joined #heat00:23
*** cing has quit IRC00:42
asalkeldback00:42
*** dims_ has quit IRC00:50
asalkeldstevebaker: this one would be nice-> https://review.openstack.org/#/c/206796/00:51
asalkeldone of the 2 last failures: http://logs.openstack.org/73/198273/9/check/gate-heat-dsvm-functional-convg-mysql/315b93c/console.html.gz#_2015-08-01_05_34_09_30000:52
asalkeldneed to check on that tag one now00:52
*** dimsum__ has joined #heat00:53
*** ricolin has joined #heat00:55
*** zpatten has joined #heat00:57
*** zpatten has joined #heat00:57
ricolinhi guys01:04
ricolinhow can I ask this review to start gate verify?01:05
ricolinhttps://review.openstack.org/#/c/200277/01:05
asalkeldricolin: you might just have to wait a bit01:06
asalkeldbut normally you do "reverify bug #<bug number>"01:06
ricolinasalkeld: That bug has stay in that status for few days01:07
asalkeld(the bug that caused the gate to break)01:07
asalkeldnot the bug you are fixing01:07
*** jamielennox is now known as jamielennox|away01:08
openstackgerritMerged openstack/heat: Add tenant_id to heat cache key  https://review.openstack.org/20600601:09
*** haigang has joined #heat01:10
ricolinasalkeld: may I ask whcih bug you refer to?01:12
asalkeldricolin: don't worry, should be fine this time01:13
openstackgerritMerged openstack/heat: py34: test_environment*  https://review.openstack.org/20145401:14
ricolinasalkeld: okey, thx!01:14
*** zhonghua-lee has joined #heat01:18
* asalkeld working on bug 148073901:22
openstackbug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged] https://launchpad.net/bugs/148073901:22
uvirtbotLaunchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged] https://launchpad.net/bugs/148073901:22
uvirtbotLaunchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged]01:22
*** huangtianhua has joined #heat01:23
*** achanda has joined #heat01:25
*** dimsum__ has quit IRC01:25
*** dimsum__ has joined #heat01:28
sirushtimorning all01:28
stevebakerasalkeld: looks fine01:29
asalkeldta01:29
*** Qiming has joined #heat01:33
ricolinmorning01:35
*** haigang has quit IRC01:35
sirushticould any of the cores approve https://review.openstack.org/#/c/204353/5, we should get a working convergence gate then01:35
*** haigang has joined #heat01:36
asalkeldsirushti: a good job for a certain new core :-)01:36
sirushtiasalkeld, heh :-) then I'll wait till he's around01:37
asalkeldstevebaker: you going to add the newbies to https://review.openstack.org/#/admin/groups/114,members01:38
*** Yanyanhu has joined #heat01:38
asalkeld(assuming we have enough +1's)01:38
stevebakerI always have to look up how many +1s we need01:43
*** erkules has joined #heat01:54
*** erkules_ has quit IRC01:56
*** dimsum__ has quit IRC02:02
openstackgerritMerged openstack/heat: Use OS_TEST_PATH for integration tests  https://review.openstack.org/20825602:15
*** steveg_afk has quit IRC02:16
openstackgerritMerged openstack/heat: Integration test check for OS_PROJECT_NAME too  https://review.openstack.org/20825702:21
asalkeldha! "StackTagTest-45457223 updated_time 2015-08-03 02:16:37 -> 2015-08-03 02:16:37.200563"02:22
*** sergmelikyan has joined #heat02:23
asalkeldsame'ish update time02:23
asalkeldseems like subsecond timestamps are not kept02:23
stevebakera well known limitation of the mysql datetime type02:26
asalkeldreally?02:27
asalkeldwas just looking for that02:27
stevebakeryep, in the past we've had out-of-order events due to that02:28
asalkeldok, maybe I can just bump the timestamp to the next second02:28
stevebakernow we also sort on an autoincrement02:28
stevebakerback to the future?!02:29
asalkeldhttp://stackoverflow.com/questions/29711102/sqlalchemy-mysql-millisecond-or-microsecond-precision02:29
asalkeldColumn(DATETIME(fsp=6))02:30
asalkeldmaybe we just need fsp=602:30
*** yuanying has quit IRC02:30
stevebakerwhat we should do is not rely on the update timestamp to confirm an action has happened. looking for new events would be better02:32
asalkeldew02:32
asalkeldreally slow02:32
asalkeldalso this is used by templateResource02:32
asalkeldand hunting and storing events is going to be a pita02:33
asalkeldofcource in convergence we have "current_traversal"02:34
asalkeld#solvedbyconvergence02:34
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/resources/stack_resource.py#L338-L35602:34
stevebakeryeah, thar be dragons02:36
asalkeldi'll give a schema change a go02:37
stevebakerit looks like fsp=6 would be a good idea02:37
openstackgerritSirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Manual override  https://review.openstack.org/19326902:40
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT  https://review.openstack.org/20827102:40
*** KanagarajM has joined #heat02:47
*** ananta_ has joined #heat02:47
*** jpeeler has joined #heat02:49
*** KanagarajM has quit IRC02:49
*** Qiming_ has joined #heat02:57
*** Qiming has quit IRC02:59
*** sergmelikyan has quit IRC03:06
*** zengyingzhe has joined #heat03:09
asalkeld updated_time 2015-08-03 03:10:49.547416 -> 2015-08-03 03:10:54.26223203:11
asalkeldoo stevebaker , now stored03:11
asalkeld^03:11
sirushtinice03:11
*** yuanying has joined #heat03:13
openstackgerritAngus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds  https://review.openstack.org/20827603:17
openstackgerrithuangtianhua proposed openstack/heat: Use default client name for glance image resource  https://review.openstack.org/20728503:18
*** pal has joined #heat03:19
ramishramorning all!03:23
*** ccrouch has left #heat03:25
stevebakerasalkeld: nice. I think created_at should be hi-res too03:26
asalkeldmaybe, but it is only written once03:26
sirushtiasalkeld, shouldn't https://review.openstack.org/#/c/208276/1 have a change in db/sqla/models.py too?03:26
openstackgerritMerged openstack/heat: py34: heat.tests.db.*  https://review.openstack.org/20813803:26
asalkeldsirushti: problem with that is this is a dilect change (mysql only)03:27
asalkeldthat could get messy03:27
sirushtibecause someday when we squash migrations, we'd eventually want to remove this and then we'd lose this change03:27
asalkeldwell we shouldn't loose the change03:28
sirushtithe then base migration script would handle this then?03:28
asalkeldsure03:29
asalkeldif migrate_engine.name == 'mysql':03:29
asalkeldbla bla03:29
sirushtimaybe updated_at = Column(DATETIME(fsp=6)) would only take fsp=6 for mysql and ignore for postgresql, I'd assume sqlalchemy would take care of that03:30
*** liusheng has joined #heat03:30
sirushtiI don't know, have to try it out03:30
asalkeldit might fail to as the module is dialects.mysql.DATETIME(fsp=6)03:31
sirushtigotcha, thanks!03:33
*** jecarey has joined #heat03:33
asalkeldi'll add a migtration test03:34
openstackgerritMerged openstack/heat: py34: heat.tests.test_resource  https://review.openstack.org/20813903:34
*** zhonghua-li has joined #heat03:34
*** pal has quit IRC03:34
openstackgerritMerged openstack/heat: py34: heat.tests.neutron  https://review.openstack.org/20814003:34
*** sergmelikyan has joined #heat03:35
*** zhonghua-lee has quit IRC03:37
*** coolsvap|away is now known as coolsvap03:40
*** hdd has joined #heat03:40
*** hdd has quit IRC03:46
openstackgerritAngus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds  https://review.openstack.org/20827603:49
*** FL1SK has quit IRC03:52
openstackgerritMerged openstack/heat: collect common constraints  https://review.openstack.org/20753803:54
*** KanagarajM has joined #heat03:55
KanagarajMgood morning all !03:56
asalkeldhi04:02
openstackgerritKanagaraj Manickam proposed openstack/heat: Adds python-magnumclient>=0.2.1  https://review.openstack.org/20700104:07
openstackgerritKanagaraj Manickam proposed openstack/heat: Import magnum python client directly  https://review.openstack.org/20700204:07
asalkeldKanagarajM: can i bug you to review this one: https://review.openstack.org/#/c/206796/04:11
asalkeldand this one: https://review.openstack.org/#/c/204353/04:12
stevebakerI've added KanagarajM and Ethan to heat-core04:12
asalkeldthanks stevebaker04:13
KanagarajMasalkeld: sure04:13
KanagarajMstevebaker: thank you04:13
stevebakerKanagarajM: you deserve it :)04:13
asalkeldKanagarajM: you might need to login again to see the +2/+A options04:13
stevebakerlets hope Ethan has been gone for a month due to being on leave rather than some other reason04:13
KanagarajMasalkeld: sure. I will check now04:13
sirushticongrats KanagarajM :)04:14
KanagarajMsirushti: thank you :-)04:14
asalkeldstevebaker: yikes, this looks cold  http://www.abc.net.au/news/2015-08-03/snow-across-tasmania-forces-many-key-road-closures/666683804:15
*** zhonghua-li has quit IRC04:15
asalkelddon't think i have seen snow on the beach04:15
stevebakerheh04:16
KanagarajMasalkeld: I could see the +2/+A now. thanks.04:16
asalkeldcool04:16
sirushtihttps://review.openstack.org/#/c/206796/ https://review.openstack.org/#/c/208276/ and https://review.openstack.org/#/c/208271/ should get the convergence gate passing for both functional and scenario tests \o/04:17
*** jecarey has quit IRC04:17
*** boris-42 has joined #heat04:18
asalkeldsirushti: what test does this one fix? https://review.openstack.org/#/c/20827104:18
asalkeld(the INIT one)04:19
sirushtiyeah, it fixes that one scenario test which was failing previously04:19
sirushtiasalkeld, it's disabled for now but I re-enabled it in teh dependent DNM patch and tested it, seems to work04:19
asalkeldi see04:20
sirushtiasalkeld, http://paste.openstack.org/show/406161/04:20
asalkeldsirushti: i think we need some unit tests for that one04:21
sirushtiasalkeld, cool, will do04:21
*** zhonghua-li has joined #heat04:31
*** Kennan has quit IRC04:35
*** Kennan has joined #heat04:36
*** jamielennox|away is now known as jamielennox04:38
*** daneyon has joined #heat04:43
*** daneyon has quit IRC04:43
*** daneyon has joined #heat04:44
*** FL1SK has joined #heat04:45
*** pal has joined #heat04:48
*** sergmelikyan has quit IRC04:51
sirushtiasalkeld, working on this? https://review.openstack.org/#/c/204793/104:51
sirushtithat seems like the last functional piece left of convergence04:56
openstackgerritRabi Mishra proposed openstack/heat: Add config entries to skip integration tests  https://review.openstack.org/20816504:56
*** sergmelikyan has joined #heat04:57
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT  https://review.openstack.org/20827105:00
*** elynn has joined #heat05:04
KanagarajMstevebaker: thanks :-)05:06
openstackgerritMerged openstack/heat: Convergence: fix functional test test_nested_stack_adopt_fail  https://review.openstack.org/20679605:09
*** pal has quit IRC05:15
*** huangtianhua has quit IRC05:18
*** pal has joined #heat05:19
asalkeldsirushti: yes, needs a bit of work05:19
*** hdd has joined #heat05:20
openstackgerritRico Lin proposed openstack/heat: move network constraints from neutron to common constraint  https://review.openstack.org/20753905:20
openstackgerritRico Lin proposed openstack/heat: move ceilometer constraints to common constraint  https://review.openstack.org/20830905:20
sirushtiasalkeld, cool, two things I faced back when I was debugging it in a DNM patch, construct_input_data should call rsrc._resolve_attribute and not FnGetAtt and also I think I saw an anomaly with get_dep_attrs returning itertool chains than the attribute itself, not sure about this one though05:22
sirushtiyou might want to look at those when you're debugging it05:23
*** zhonghua-li has quit IRC05:23
asalkeldi'll post what i have - haven't worked on it for a couple of days05:24
sirushtiasalkeld, cool05:25
*** hdd has quit IRC05:27
*** Qiming_ is now known as Qiming05:30
openstackgerritAnant Patil proposed openstack/heat: Convergence: Implementation of timeout  https://review.openstack.org/20596505:31
*** pal_ has joined #heat05:35
*** pal has quit IRC05:37
openstackgerritRabi Mishra proposed openstack/heat: Add config entries to skip integration tests  https://review.openstack.org/20816505:39
openstackgerritRico Lin proposed openstack/heat: resource failure causes nested stacks to be rolled back  https://review.openstack.org/20650605:40
openstackgerritRico Lin proposed openstack/heat: refectering update_task  https://review.openstack.org/20774505:40
*** harlowja has quit IRC05:44
*** zhonghua-li has joined #heat05:47
openstackgerritRico Lin proposed openstack/heat: refectoring update_task  https://review.openstack.org/20774505:48
*** daneyon has quit IRC05:48
*** daneyon has joined #heat05:49
asalkeldricolin: s/refectoring/refactoring05:49
asalkeldor even, just "refactor update_task"05:50
*** vijayagurug has joined #heat05:58
*** daneyon has quit IRC05:58
*** ishant has joined #heat06:00
*** liusheng has quit IRC06:00
ricolinasalkeld: got it06:02
*** liusheng has joined #heat06:02
*** daneyon has joined #heat06:02
*** haigang has quit IRC06:03
openstackgerritRico Lin proposed openstack/heat: refactor update_task  https://review.openstack.org/20774506:03
openstackgerritMerged openstack/heat: Convergence: Don't try to unlock a resource after the DB row is deleted  https://review.openstack.org/20435306:04
openstackgerritMerged openstack/heat: Make convergence functional  https://review.openstack.org/19827306:04
*** haigang has joined #heat06:04
*** daneyon has quit IRC06:08
*** daneyon has joined #heat06:09
*** Kennan has quit IRC06:09
skraynevasalkeld: hi. maybe we can jut add something more heavy (new random string resource) to update for fixing this bug https://bugs.launchpad.net/bugs/1480739  ?06:10
openstackLaunchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress] - Assigned to Angus Salkeld (asalkeld)06:10
uvirtbotLaunchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress]06:10
uvirtbotLaunchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress] https://launchpad.net/bugs/148073906:10
*** Kennan has joined #heat06:11
skraynevasalkeld: oops. now I see your patch ;) it fixes root issue, so please ignore my previous comment ;)06:12
*** huangtianhua has joined #heat06:13
*** jprovazn has joined #heat06:14
*** sergmelikyan has quit IRC06:15
*** haigang has quit IRC06:16
*** haigang has joined #heat06:20
*** zhonghua-li has quit IRC06:21
*** vijayagurug has left #heat06:21
*** sergmelikyan has joined #heat06:22
asalkelddoes anyone know how to run the migrate tests for mysql? what env variables do i need for the unit tests?06:23
asalkeldi have mysql running (devstack is working), should be easy06:23
*** daneyon_ has joined #heat06:25
*** daneyon has quit IRC06:28
openstackgerritMerged openstack/python-heatclient: add with_detail parameter in heat resource-list request  https://review.openstack.org/20027706:30
asalkeldOS_TEST_DBAPI_ADMIN_CONNECTION=mysql://openstack_citest:openstack_citest@localhost/06:31
asalkeldincase anyone was wondering06:31
*** jprovazn has quit IRC06:37
*** daneyon_ has quit IRC06:41
*** sabeen has joined #heat06:46
*** sabeen has quit IRC06:46
openstackgerritSergey Kraynev proposed openstack/heat: Use base attributes with attribute_schema of class  https://review.openstack.org/20501806:49
*** tspatzier has joined #heat06:54
*** sabeen has joined #heat06:58
openstackgerritMerged openstack/heat: move network constraints from neutron to common constraint  https://review.openstack.org/20753907:02
*** e0ne has joined #heat07:06
*** jprovazn has joined #heat07:07
openstackgerritRabi Mishra proposed openstack/heat: Remove inheritance and refactor common functions to utility  https://review.openstack.org/19609107:07
openstackgerritRabi Mishra proposed openstack/heat: Add rolling_update to ResourceGroup  https://review.openstack.org/19405207:07
openstackgerritRabi Mishra proposed openstack/heat: Change native ASG to inherit from ResourceGroup  https://review.openstack.org/19405407:07
*** boris-42 has quit IRC07:10
*** achanda has quit IRC07:13
*** jtomasek has joined #heat07:16
*** achanda has joined #heat07:17
*** e0ne has quit IRC07:21
*** xottabich has joined #heat07:22
*** jcoufal has joined #heat07:26
*** pal_ has quit IRC07:28
*** zhonghua-li has joined #heat07:29
*** achanda has quit IRC07:36
*** chlong has quit IRC07:38
*** zeih has joined #heat07:39
*** pas-ha has joined #heat07:42
openstackgerritKairat Kushaev proposed openstack/heat: Add test for template resource suspend/resume  https://review.openstack.org/20790007:44
*** bdossant has joined #heat07:46
*** e0ne has joined #heat07:52
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Don't use rich objects is servers update  https://review.openstack.org/20424807:55
*** e0ne has quit IRC07:55
*** Drago1 has joined #heat07:55
*** jamielennox is now known as jamielennox|away07:57
elynnHi guys, I encounter a error when using ec2tokens under keystone v307:57
*** Drago2 has joined #heat07:58
elynnI always got aws authentication failure when setting auth_uri to v3 when doing a scale out/in for a autoscaling group07:58
elynnBut if I change auth_uri to v2.0 then autoscaling group should work07:59
elynnIs there any special configure for ec2tokens works in keystone v3?07:59
*** Drago1 has quit IRC08:00
openstackgerritMerged openstack/heat: Adds python-magnumclient>=0.2.1  https://review.openstack.org/20700108:01
*** shadower has quit IRC08:06
openstackgerritMerged openstack/heat: Import magnum python client directly  https://review.openstack.org/20700208:06
*** jistr has joined #heat08:15
*** zhonghua-li is now known as zhonghua-lee08:18
*** yassine has joined #heat08:20
pas-hamorning all08:20
*** inc0 has joined #heat08:21
*** shadower has joined #heat08:24
cmystermorning08:27
*** zhenguo has joined #heat08:29
*** sorantis has joined #heat08:32
*** pal has joined #heat08:33
openstackgerritAngus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds  https://review.openstack.org/20827608:37
*** tspatzier has quit IRC08:37
*** erkules has quit IRC08:56
*** erkules has joined #heat08:56
*** inc0_ has joined #heat09:00
*** sergmelikyan has quit IRC09:01
*** inc0_ has quit IRC09:02
*** inc0_ has joined #heat09:03
*** inc0 has quit IRC09:03
*** inc0_ is now known as inc009:03
*** tlashchova has joined #heat09:04
openstackgerritMerged openstack/heat: Use default client in nova  https://review.openstack.org/20354109:06
*** e0ne has joined #heat09:08
*** tspatzier has joined #heat09:12
*** sergmelikyan has joined #heat09:13
bdossantmorning09:14
bdossantim getting this error "Error: Nested stack UPDATE failed: Error: Resource CREATE failed: Forbidden: Policy doesn't allow volume:create to be performed."09:14
bdossantwhen heat tries to apply a policy it uses heat_stack_owner or heat_stack_user ?09:14
bdossanti probably need to enable that role on cinder09:15
therveheat doesn't apply a policy09:15
thervecinder does09:15
thervePresumably if you can run cinder create with your user it should work in heat09:16
bdossantyeah its weird09:17
bdossantit worked in the stack creation09:17
openstackgerrithuangtianhua proposed openstack/heat: Fix incorrect resource's information while describing  https://review.openstack.org/20838609:24
bdossanttherve: but when a scaling policy is triggered is not the user generated by heat that does the action?09:30
thervebdossant, Right, that one is different09:31
kairatbdossant, are you using trusts for autoscaling?09:33
therveheat_stack_user_role is the option controlling that09:34
*** Drago2 has quit IRC09:34
therveYou may want to add more roles in there, if you think that's appropriate09:34
*** rakesh_hs has joined #heat09:37
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT  https://review.openstack.org/20827109:38
bdossantkairat: yes09:38
bdossanttherve: but for heat_stack_user_role you can only specify one role no?09:40
therveIndeed09:41
therveThat's unfortunate :)09:41
huangtianhuabdossant: what's your 'trusts_delegated_roles' option?09:42
bdossanttrusts_delegated_roles=heat_stack_owner09:42
bdossanti have to try trusts_delegated_roles=heat_stack_owner,Member09:42
huangtianhuabdossant: leave it to []09:42
bdossanthum09:43
huangtianhuabdossant: if you don't want to specify special roles for trustee, just leave it []09:44
bdossantthe ideia is to remove it yes09:44
bdossantbut some policies in keystone are only assigned to heat_stack_owner right now09:45
*** sergmelikyan has quit IRC09:45
bdossantif [] it tries all roles right?09:46
huangtianhuabdossant: yes09:46
*** inc0_ has joined #heat09:48
*** zeih has quit IRC09:50
*** inc0 has quit IRC09:50
*** jprovazn has quit IRC09:56
*** zengyingzhe_ has joined #heat10:01
*** jcoufal_ has joined #heat10:02
*** rakesh_hs_ has joined #heat10:03
*** KanagarajM_ has joined #heat10:03
*** KanagarajM has quit IRC10:04
*** steveg_afk has joined #heat10:04
*** ananta_ has quit IRC10:04
*** ananta__ has joined #heat10:04
*** rakesh_hs has quit IRC10:05
*** Qiming has quit IRC10:05
*** Kennan has quit IRC10:07
*** FL1SK has quit IRC10:07
*** dsneddon has quit IRC10:08
*** jcoufal has quit IRC10:08
*** zengyingzhe has quit IRC10:08
*** logan2 has quit IRC10:08
*** jpeeler has quit IRC10:08
*** logan2 has joined #heat10:08
*** jpeeler has joined #heat10:08
*** jpeeler has joined #heat10:08
*** Kennan has joined #heat10:09
*** dsneddon has joined #heat10:10
*** elynn has quit IRC10:13
*** Yanyanhu has quit IRC10:13
*** Yanyanhu has joined #heat10:13
*** rdo has quit IRC10:14
*** sara_ has joined #heat10:14
sara_hello there10:14
sara_plz i'm trying to build a disk image with heat agents10:15
sara_when I do10:15
sara_diskimage-builder/bin/disk-image-create vm \ > centos7 selinux-permissive \ >    os-collect-config \ > os-refresh-config \ >   os-apply-config \ >    heat-config-ansible \ > heat-config-script \ >    heat-config-cfn-init \ >    -o centos7-software-config.qcow210:15
sara_i got this10:16
*** rdo has joined #heat10:16
sara_--------------------- END PROFILING --------------------- dib-run-parts Mon Aug 3 10:07:13 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-fix-requiretty /etc/sudoers: parsed OK dib-run-parts Mon Aug 3 10:07:13 UTC 2015 00-fix-requiretty completed dib-run-parts Mon Aug 3 10:07:13 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path dib-run-parts Mon Aug 3 10:07:13 UTC 2015 00-usr-local-bin-secure-path complet10:16
sara_ Running /tmp/in_target.d/pre-install.d/01-override-yum-arch /tmp/in_target.d/pre-install.d/01-override-yum-arch: line 28: DIB_RELEASE: unbound variable10:16
*** e0ne has quit IRC10:16
sara_and this image is never created10:16
*** jprovazn has joined #heat10:17
sara_can anyone help plz10:17
*** e0ne has joined #heat10:17
*** Yanyanhu has quit IRC10:18
*** daneyon has joined #heat10:18
*** jprovazn has quit IRC10:20
*** jprovazn has joined #heat10:20
thervesara_, Not sure dib supports centos710:21
sara_agh10:22
sara_ok i'll try with fedora10:22
sara_and see if it helps10:22
sara_thx for your reply10:22
thervesara_, Ah sorry it ought to work10:23
therveMaybe there is a bug though10:23
*** cmyster has quit IRC10:23
therveThere may be something missing in the centos7 environment file10:23
*** daneyon has quit IRC10:23
sara_euh, and how can I check if there's something missing?10:24
sara_this is what I did10:24
*** ricolin has quit IRC10:25
sara_git clone https://git.openstack.org/openstack/diskimage-builder.git git clone https://git.openstack.org/openstack/tripleo-image-elements.git git clone https://git.openstack.org/openstack/heat-templates.git git clone https://git.openstack.org/openstack/dib-utils.git export PATH="${PWD}/dib-utils/bin:$PATH" export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements10:25
sara_and right after that10:25
sara_i ordered the image build10:25
*** ananta__ has quit IRC10:27
*** dimsum__ has joined #heat10:34
*** zhonghua-lee has quit IRC10:35
*** cmyster has joined #heat10:36
*** zhonghua-lee has joined #heat10:37
*** rakesh_hs has joined #heat10:41
*** KanagarajM_ has quit IRC10:43
*** haigang has quit IRC10:44
*** rakesh_hs_ has quit IRC10:44
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca client plugin  https://review.openstack.org/19569710:45
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin  https://review.openstack.org/20287910:45
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin  https://review.openstack.org/20288010:45
*** haigang has joined #heat10:48
*** zeih has joined #heat10:49
*** e0ne has quit IRC10:50
*** __mimir has joined #heat10:53
*** coolsvap is now known as coolsvap|away11:06
*** sabeen has quit IRC11:07
*** Marga__ has quit IRC11:13
*** huangtianhua has quit IRC11:13
thervesara_, Try adding DIB_RELEASE to elements/centos7/environment.d/10-centos7-distro-name.bash11:14
*** dims_ has joined #heat11:18
*** dimsum__ has quit IRC11:20
*** pal has quit IRC11:23
*** zeih has quit IRC11:24
*** Qiming has joined #heat11:25
*** zhonghua-lee has quit IRC11:25
*** ochuprykov has joined #heat11:27
*** jaypipes has joined #heat11:27
sara_ok i'll try that thank you11:29
sara_:)11:29
*** rdo has quit IRC11:41
*** rdo has joined #heat11:42
*** pas-ha has quit IRC11:44
*** dims_ has quit IRC11:54
*** hdd has joined #heat11:55
*** dimsum__ has joined #heat11:55
*** jdob has joined #heat11:57
*** htruta_ has joined #heat11:58
*** coolsvap|away is now known as coolsvap11:58
*** pas-ha has joined #heat11:59
*** radez_g0n3 is now known as radez12:00
*** FL1SK has joined #heat12:03
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin  https://review.openstack.org/20288012:04
*** Marga_ has joined #heat12:05
bdossant  File "/usr/lib/python2.7/site-packages/heat/engine/stack.py", line 835, in delete12:05
bdossant2015-08-03 14:04:02.172 20305 TRACE heat.engine.resource     current_resource = self.resources[key]12:05
bdossant2015-08-03 14:04:02.172 20305 TRACE heat.engine.resource KeyError: u'm2oxrq5buoux'12:05
bdossantim having a hard time deleting a nested stack. I get this error12:05
bdossantanyone know how to solve this12:05
bdossantabandon doesnt work as well12:05
*** skraynev has quit IRC12:06
*** pas-ha has quit IRC12:07
*** daneyon has joined #heat12:07
*** dimsum__ has quit IRC12:08
cmystersara_: hi, did you see progress from yesterday ?12:08
cmysterbdossant: just from looking at it it seems buggish12:08
bdossanti opened a bug12:09
cmysterbdossant: where are you failing exactly ?12:09
cmysterbdossant: bug # please?12:09
bdossantdeleting an autoscaling group12:10
bdossanthttps://bugs.launchpad.net/heat/+bug/148083712:10
openstackLaunchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New]12:10
uvirtbotLaunchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New]12:10
uvirtbotLaunchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New] https://launchpad.net/bugs/148083712:10
bdossantcool bots12:10
*** daneyon has quit IRC12:12
thervebdossant, Looks like https://bugs.launchpad.net/heat/+bug/138475012:12
openstackLaunchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released] - Assigned to Pavlo Shchelokovskyy (pshchelo)12:12
uvirtbotLaunchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released]12:12
uvirtbotLaunchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released] https://launchpad.net/bugs/138475012:12
*** skraynev has joined #heat12:13
cmysterbdossant: thanks for the bug, could you please add the version number as well? maybe some more info like what are you trying to delete, what the original template was etc'12:13
bdossanttemplates are there12:14
bdossanti can put the exact version12:14
*** Qiming has quit IRC12:17
bdossanttherve: i dont know if is the same case because i was not updating the stack12:18
thervebdossant, In any case, I think the fix should work12:18
*** pas-ha has joined #heat12:19
thervebdossant, Are you running juno?12:19
bdossantyes12:19
bdossantthe problem is i dont see a workaround :?12:19
therveIt doesn't seem there is one12:20
bdossantbut its supposed to be in kilo already right?12:21
therveYes12:22
*** dimsum__ has joined #heat12:22
*** sorantis has quit IRC12:23
*** e0ne has joined #heat12:24
*** zeih has joined #heat12:25
openstackgerritSergey Kraynev proposed openstack/heat: Add base resolve method for attributes  https://review.openstack.org/19560912:27
*** dims_ has joined #heat12:27
*** zaneb has joined #heat12:28
*** dims__ has joined #heat12:29
*** dimsum__ has quit IRC12:29
openstackgerritRakesh H S proposed openstack/heat: DNM : convergence scenario tests  https://review.openstack.org/20366112:29
openstackgerritRakesh H S proposed openstack/heat: Convergence: Fix concurrent update resource cleanup  https://review.openstack.org/20727112:29
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Nova resources (1)  https://review.openstack.org/19561012:30
*** Marga_ has quit IRC12:30
openstackgerritSergey Kraynev proposed openstack/heat: Add show_resource function to Glance resources (2)  https://review.openstack.org/19959612:31
*** dimsum__ has joined #heat12:32
*** dims_ has quit IRC12:32
*** dims__ has quit IRC12:34
*** hdd has quit IRC12:35
*** chlong has joined #heat12:36
*** zeih has quit IRC12:36
*** zengyingzhe_ has quit IRC12:37
bdossanttherve: cmyster: i applied the fix manually and i think it worked12:42
therveThat's one workaround :)12:43
*** zhenguo has quit IRC12:43
* cmyster nods12:44
bdossant:)12:45
*** dims_ has joined #heat12:45
bdossantnow the stack is stuck because i deleted a nova instance manually :(12:45
*** dimsum__ has quit IRC12:46
openstackgerritMerged openstack/heat: Add a functional test option to skip notification tests  https://review.openstack.org/20679312:46
*** bleepbloop has joined #heat12:48
openstackgerritMerged openstack/heat: move ceilometer constraints to common constraint  https://review.openstack.org/20830912:48
sara_cmyster: yeah12:48
sara_I changed my template and added the config part and the softwaredeployment part12:49
sara_now i'm trying to build an image with the heat agents to do some tests12:49
sara_i already parsed my template and i had no error12:49
sara_heat seams to take into account my request12:50
sara_i'll keep you updated12:50
cmystersara_: cool12:50
openstackgerritMerged openstack/heat: Use default client name for glance image resource  https://review.openstack.org/20728512:51
*** dims_ has quit IRC12:53
*** dimsum__ has joined #heat12:54
*** dimsum__ is now known as dims12:55
*** zigo has joined #heat13:02
zigoClient requirements for heat in Librety b2 are wrong, it needs updated clients.13:02
zigoOtherwise lots of unit tests are failing.13:03
zigoI noticed it for: neutron, nova, trove, manila and ceilometer at least.13:03
sirushtizigo, I think there's a requirements job that constraints Heat to be in sync with g-r.13:05
zigosirushti: Sure, but global-requirements are outdated too.13:05
*** rakesh_hs has quit IRC13:06
zigosirushti: https://review.openstack.org/#/c/208195/13:06
zigoI may update this one later with more bumps.13:07
*** jonesbr has joined #heat13:07
*** e0ne has quit IRC13:08
sirushtizigo, cool, that should eventually update it for Heat then, I'm not sure though on what we should do about L-213:09
*** e0ne has joined #heat13:10
*** haigang has quit IRC13:17
*** spzala has joined #heat13:21
*** jasond has joined #heat13:21
*** boris-42 has joined #heat13:22
*** Qiming has joined #heat13:25
*** pal has joined #heat13:27
sirushtizigo, so, I made the clients in Heat's requirements equal to the lower bounds and it seems like at a glance, heatclient, manilaclient, barbicanclient need bumps13:29
sirushtizigo, http://paste.openstack.org/show/406751/13:29
sirushtithose are the failing tests^13:29
sirushtiif it helps13:29
zigoHere's the current unit test result in Debian Experimental: http://paste.debian.net/288659/13:29
zigoI'm guessing I also need to bump python-testtools to 1.4.0.13:30
zigoI'll add the clients you wrote about above in my code review.13:30
*** bdossant_ has joined #heat13:32
*** bdossant has quit IRC13:33
sirushtisure, also, add ceilometerclient to that list -> http://paste.openstack.org/show/406752/ This is taking into account the lower bounds of your existing requirements patch.13:33
sirushtizigo^ and thanks a lot13:33
*** bdossant_ has quit IRC13:37
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org has been restarted in an attempt to improve performance.13:39
*** bdossant has joined #heat13:40
*** lapalm has joined #heat13:41
*** sdake has joined #heat13:41
*** jistr is now known as jistr|mtg13:41
*** tonisbones has quit IRC13:41
*** hdd has joined #heat13:42
*** Marga_ has joined #heat13:42
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT  https://review.openstack.org/20827113:43
*** aweiteka has joined #heat13:43
*** bdossant has quit IRC13:44
*** sorantis has joined #heat13:46
*** sorantis has quit IRC13:47
*** h00327910__ has quit IRC13:48
*** sergmelikyan has joined #heat13:51
openstackgerritKairat Kushaev proposed openstack/heat: Add test for template resource suspend/resume  https://review.openstack.org/20790013:51
zigoafter upgrading testools, I'm down to only 3 unit test failures: http://paste.debian.net/288677/13:52
*** sorantis has joined #heat13:54
*** neelashah has joined #heat13:55
zigoHum... in fact heat.tests.test_software_deployment.SoftwareDeploymentTest.test_get_temp_url should be working, it failed due to a Debian patch which I just removed.13:56
*** daneyon has joined #heat13:56
*** jdob has quit IRC13:57
sirushtizigo, so heat.tests.test_provider_template.ProviderTemplateTest.test_attributes_not_parsable is fixed by https://review.openstack.org/#/c/206862/13:58
zigoCool, thanks ! :)13:59
*** zeih has joined #heat14:01
*** daneyon has quit IRC14:01
sirushtizigo, and I thought the other one - heat.tests.clients.test_nova_client.NovaClientPluginTests.test_create was fixed by https://review.openstack.org/#/c/198018/ but I don't know :-)14:01
zigosirushti: Ah, thanks, that's super helpful! :)14:02
sirushtizigo, sure, no problem!14:02
*** tonisbones has joined #heat14:04
*** ccrouch has joined #heat14:05
*** ccrouch has left #heat14:05
zigosirushti: Liberty b2 already contains that last one.14:08
sirushtizigo, yeah, which is why I wasn't sure why that failed14:08
*** pal_ has joined #heat14:08
*** sjmc7 has joined #heat14:08
zigoAnyway, I think it's good enough for a beta, I know heat isn't completely fucked-up, so I'll upload to Debian Experimental and move to the next package! :)14:09
*** pal has quit IRC14:10
*** zeih has quit IRC14:11
*** ccrouch has joined #heat14:11
*** ccrouch has left #heat14:11
sirushtizigo, sure, I'll see if I can find out why that happened. Thanks for the requirements bumps anyway :)14:12
*** sdake has quit IRC14:16
*** jdob has joined #heat14:17
*** jistr|mtg is now known as jistr14:20
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Add functional test for resource exposure  https://review.openstack.org/20204214:21
*** kencjohnston has joined #heat14:24
*** sdake has joined #heat14:24
*** jdob has quit IRC14:25
*** __mimir has quit IRC14:31
*** tspatzier__ has joined #heat14:36
*** jdob has joined #heat14:36
*** jecarey has joined #heat14:37
openstackgerritBryan Jones proposed openstack/heat: Add Keystone User/Group RoleAssignment resources  https://review.openstack.org/20711814:37
openstackgerritBryan Jones proposed openstack/heat: Add keystone.user custom constraint  https://review.openstack.org/20711714:37
*** Drago has joined #heat14:38
*** rpothier has joined #heat14:39
*** tspatzier has quit IRC14:39
*** pal_ has quit IRC14:40
*** pal has joined #heat14:43
*** vijendar has joined #heat14:43
*** jdob has quit IRC14:48
*** jdob has joined #heat14:49
*** bleepbloop has quit IRC14:49
*** achanda has joined #heat14:53
openstackgerritMerged openstack/heat: ReST API: Refactor error handler as a context manager  https://review.openstack.org/20676814:54
*** xottabich has quit IRC14:55
*** jpparkin has joined #heat14:55
*** barra204 has joined #heat14:58
*** sjmc7 has quit IRC14:59
*** sergmelikyan has quit IRC15:01
*** zeih has joined #heat15:01
*** kencjohnston has quit IRC15:02
*** achanda has quit IRC15:04
*** sjmc7 has joined #heat15:05
*** bdossant has joined #heat15:05
*** zeih has quit IRC15:06
*** ddaskal has joined #heat15:07
*** barra204 has quit IRC15:09
*** crose has joined #heat15:14
*** thumpba has joined #heat15:14
*** shakamunyi has joined #heat15:14
*** shakamunyi is now known as barra20415:16
*** bdossant has quit IRC15:24
*** barra204 has quit IRC15:26
*** sorantis has quit IRC15:28
*** thedodd has joined #heat15:28
*** vijayagurug has joined #heat15:33
*** vijayagurug has left #heat15:33
*** jpparkin has quit IRC15:34
*** ishant has quit IRC15:36
*** Qiming has quit IRC15:41
*** barra204 has joined #heat15:41
*** daneyon has joined #heat15:45
*** daneyon has quit IRC15:50
*** inc0_ has quit IRC15:50
*** daneyon has joined #heat15:51
*** daneyon has quit IRC15:51
*** daneyon has joined #heat15:51
*** rwsu has joined #heat15:53
*** daneyon_ has joined #heat15:54
*** openstackgerrit_ has joined #heat15:54
openstackgerritOleksii Chuprykov proposed openstack/heat: Add show_resource function to Trove resources (7)  https://review.openstack.org/20784615:56
openstackgerritOleksii Chuprykov proposed openstack/heat: Add show_resource function to Magnum resources (8)  https://review.openstack.org/20785415:56
*** daneyon has quit IRC15:56
openstackgerritOleksii Chuprykov proposed openstack/heat: Add show_resource function to Ceilometer resources (9)  https://review.openstack.org/20788215:56
openstackgerritOleksii Chuprykov proposed openstack/heat: Add show_resource function to Manila resources (5)  https://review.openstack.org/20123015:57
*** wendar has quit IRC15:57
*** wendar has joined #heat15:57
*** Raj1 has joined #heat16:01
*** Raj1 has quit IRC16:02
*** Raj1 has joined #heat16:02
*** ccrouch has joined #heat16:04
*** ccrouch has left #heat16:04
*** tspatzier__ has quit IRC16:04
*** tspatzier__ has joined #heat16:04
*** rdo has quit IRC16:07
*** rdo has joined #heat16:08
*** crose has quit IRC16:11
*** lsmola has quit IRC16:11
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles  https://review.openstack.org/20148816:15
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Fix pre_test_hook.sh  https://review.openstack.org/20854716:15
*** sdake has quit IRC16:16
*** Marga_ has quit IRC16:16
*** sdake has joined #heat16:21
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Add functional test for resource exposure  https://review.openstack.org/20204216:21
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles  https://review.openstack.org/20148816:21
*** vahidh has quit IRC16:23
*** Marga_ has joined #heat16:27
*** jistr has quit IRC16:28
*** jdandrea has joined #heat16:29
*** jcoufal_ has quit IRC16:30
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles  https://review.openstack.org/20148816:30
* jdandrea wanders back in from vacay ... "what'd I miss?" :-p16:31
*** crose has joined #heat16:32
*** pal_ has joined #heat16:37
*** cmyster has quit IRC16:37
*** crose has quit IRC16:38
*** e0ne has quit IRC16:38
*** pal has quit IRC16:40
*** pal_ has quit IRC16:42
*** sdake has quit IRC16:43
openstackgerritRico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm  https://review.openstack.org/20149816:45
*** sdake has joined #heat16:47
pas-habtw, re requirements problem - we have quite a mismatch between stable/kilo heatclient and stable/kilo global-requirements in regards of hacking version16:51
pas-haand I do not actually remember any bot-proposed reviews for that16:51
*** lapalm has quit IRC16:52
pas-haactually such a mismatch for hacking version specifically exists in several projects for stable/kilo (I personally encountered Ironic and cinderclient)16:52
pas-hakind of defies the purpose of global-requirements in the first place16:53
*** lapalm has joined #heat16:53
*** Marga_ has quit IRC16:55
*** Marga_ has joined #heat16:56
sirushtipas-ha, agree, perhaps we could just manually update it now? and also add the current requirements job that checks for consistency between g-r and local requirements, maybe it already exists16:56
*** rdo has quit IRC16:57
pas-hasirushti, there is such job, but AFAIU it is triggered only if change-set makes changes to *requirements.txt16:57
*** lapalm has quit IRC16:58
*** coolsvap is now known as coolsvap|away16:58
pas-hano backward changes, but what most strange, there are no bot-proposed commits for hacking..16:58
*** Berezin has joined #heat16:58
sirushtiyeah, which is what I was just looking at -> https://review.openstack.org/#/q/owner:%22OpenStack+Proposal+Bot%22+branch:stable/kilo,n,z16:59
*** rdo has joined #heat16:59
sirushtipas-ha, perhaps, you want to ask -infra?17:00
pas-hasirushti, yes, was thinking of a ML post, but that's for tomorrow already - heading off17:00
pas-habye all17:00
*** pas-ha has quit IRC17:01
*** sergmelikyan has joined #heat17:02
*** harlowja has joined #heat17:03
*** Berezin has quit IRC17:03
*** jprovazn has quit IRC17:04
*** sergmelikyan has quit IRC17:06
*** pal has joined #heat17:07
openstackgerritSirushti Murugesan proposed openstack/heat: Include base_attributes_schema in resource_schema  https://review.openstack.org/20856417:17
*** e0ne has joined #heat17:22
*** achanda_ has joined #heat17:26
*** chlong has quit IRC17:31
*** yassine has quit IRC17:31
*** e0ne has quit IRC17:31
*** andersonvom has joined #heat17:33
*** sabeen has joined #heat17:38
*** e0ne has joined #heat17:42
openstackgerritSirushti Murugesan proposed openstack/heat: py34: heat.tests.test_template  https://review.openstack.org/20815817:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: test_auth_*  https://review.openstack.org/20814317:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: test_sahara/software_deployment  https://review.openstack.org/20815917:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: test_engine_*  https://review.openstack.org/20814217:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: heat.tests.test_engine_service  https://review.openstack.org/20814117:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: heat.tests.nova  https://review.openstack.org/20816117:43
openstackgerritSirushti Murugesan proposed openstack/heat: py34: heat.tests.autoscaling  https://review.openstack.org/20816017:43
*** sjmc7 has quit IRC17:44
*** liusheng has quit IRC17:48
*** liusheng has joined #heat17:48
*** Marga_ has quit IRC18:00
*** Marga_ has joined #heat18:01
*** lapalm has joined #heat18:05
*** lapalm has quit IRC18:06
*** lapalm has joined #heat18:07
*** openstackgerrit_ has quit IRC18:07
*** jtomasek has quit IRC18:11
*** Marga_ has quit IRC18:11
*** achanda has joined #heat18:14
*** achanda_ has quit IRC18:16
*** harlowja has quit IRC18:21
*** Kennan has quit IRC18:21
*** harlowja has joined #heat18:21
*** pal has quit IRC18:22
*** Kennan has joined #heat18:29
*** htruta_ has quit IRC18:32
*** Raj1 has quit IRC18:33
*** htruta_ has joined #heat18:44
*** shakamunyi has joined #heat18:46
*** jtomasek has joined #heat18:50
*** kencjohnston has joined #heat18:51
*** Marga_ has joined #heat18:52
*** ochuprykov has quit IRC18:53
*** rpothier has quit IRC18:58
*** pm90_ has joined #heat19:04
*** e0ne has quit IRC19:11
*** markvan has quit IRC19:12
*** tlashchova has quit IRC19:13
*** markvan has joined #heat19:14
*** Raj1 has joined #heat19:24
*** sabeen has quit IRC19:24
*** sdake has quit IRC19:28
*** Qiming has joined #heat19:45
*** Raj1 has quit IRC19:49
*** Raj1 has joined #heat19:50
*** jtomasek has quit IRC19:52
*** sdake has joined #heat20:01
*** lapalm has quit IRC20:08
*** lapalm has joined #heat20:08
*** sdake_ has joined #heat20:10
*** lapalm has quit IRC20:12
*** sdake has quit IRC20:13
*** Qiming has quit IRC20:15
*** lapalm has joined #heat20:17
*** chuckcarmack has joined #heat20:19
*** chuckcarmack has left #heat20:21
*** zaneb has quit IRC20:22
*** Berezin has joined #heat20:22
*** zaneb has joined #heat20:23
*** pm90__ has joined #heat20:24
*** pm90_ has quit IRC20:26
*** alexpilotti has joined #heat20:37
openstackgerritJoe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints  https://review.openstack.org/20382320:42
*** tspatzier__ has joined #heat20:48
*** lapalm has quit IRC20:52
*** thumpba has quit IRC20:56
*** sorantis has joined #heat21:04
*** sjmc7 has joined #heat21:13
*** daneyon_ has quit IRC21:14
*** daneyon has joined #heat21:15
*** Marga_ has quit IRC21:25
*** kencjohnston has quit IRC21:27
*** randallburt has joined #heat21:28
*** jonesbr has left #heat21:32
*** jasond has quit IRC21:38
*** tspatzier__ has quit IRC21:39
*** Raj1 has quit IRC21:53
*** jecarey has quit IRC21:56
*** zaneb has quit IRC21:56
jdandreaRequesting peer review of https://review.openstack.org/#/c/203823/ when able. See the comment in patch set _4_ as well. Thx!21:57
*** vijendar has quit IRC22:03
*** hdd has quit IRC22:03
*** thedodd has quit IRC22:04
*** Raj1 has joined #heat22:05
*** Raj1 has quit IRC22:08
*** Raj1 has joined #heat22:13
randallburtjdandrea:  reviewed. I think it needs an integration test if at all possible22:17
*** sabeen has joined #heat22:17
*** neelashah has quit IRC22:18
*** thumpba has joined #heat22:19
*** sorantis has quit IRC22:25
*** thumpba has quit IRC22:29
*** thumpba has joined #heat22:41
*** thumpba has quit IRC22:41
*** andersonvom has quit IRC22:44
*** Berezin has quit IRC22:44
asalkeldmorning22:45
*** Raj1 has quit IRC22:45
*** zaneb has joined #heat22:45
*** sjmc7 has quit IRC22:50
*** shakamunyi has quit IRC22:51
*** dims_ has joined #heat22:51
*** dims has quit IRC22:52
*** dims has joined #heat22:53
*** dims_ has quit IRC22:56
*** steveg_afk has quit IRC22:57
sdake_rabi around?23:19
sdake_asalkeld what is rabi misrha's nick?23:19
asalkeldhi sdake_23:23
asalkeldramishra:23:23
sdake_ramishra around re https://bugs.launchpad.net/python-openstackclient/+bug/143419223:24
openstackLaunchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid]23:24
uvirtbotLaunchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid]23:24
uvirtbotLaunchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid] https://launchpad.net/bugs/143419223:24
sdake_yuo have a workaround but it isn't quite clear what the workaround i23:24
sdake_s23:24
*** dims has quit IRC23:29
*** ddaskal has quit IRC23:38
openstackgerritAngus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds  https://review.openstack.org/20827623:39
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca client plugin  https://review.openstack.org/19569723:47
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin  https://review.openstack.org/20287923:47
openstackgerritKanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin  https://review.openstack.org/20288023:47
*** Raj1 has joined #heat23:48
*** Raj1 has quit IRC23:48
*** Raj1 has joined #heat23:49

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!