Tuesday, 2016-01-19

*** sabeen has joined #heat00:03
*** sabeen2 has joined #heat00:06
*** sabeen has quit IRC00:08
*** Drago has quit IRC00:13
*** pradk has quit IRC00:14
*** Qiming has quit IRC00:17
*** mburns has joined #heat00:31
*** pratikmallya has joined #heat00:35
*** achanda has joined #heat00:41
*** ricolin has joined #heat00:41
*** achanda has quit IRC00:43
*** achanda has joined #heat00:43
*** achanda has quit IRC00:44
*** achanda has joined #heat00:45
*** sdake has quit IRC00:46
*** achanda has quit IRC00:47
*** achanda has joined #heat00:50
*** Qiming has joined #heat00:51
*** achanda has quit IRC00:55
*** asalkeld has quit IRC00:57
*** achanda has joined #heat01:00
openstackgerritRico Lin proposed openstack/heat: remove warnings in heat  https://review.openstack.org/26726901:00
*** achanda has quit IRC01:01
*** dims has quit IRC01:01
*** pratikmallya has quit IRC01:03
*** achanda has joined #heat01:05
*** vishwanathj has joined #heat01:06
*** vishwanathj has quit IRC01:07
*** vishwanathj has joined #heat01:12
openstackgerrithuangtianhua proposed openstack/heat: Attempt to delete internal resources if create server fail  https://review.openstack.org/26895601:16
*** sdake has joined #heat01:17
*** achanda has quit IRC01:17
*** achanda has joined #heat01:21
*** pradk has joined #heat01:23
*** dims has joined #heat01:23
*** achanda has quit IRC01:26
*** jlk has joined #heat01:38
jlkHey all, running into something with Heat on Kilo. We're the provider. A user is doing some heat stack creations, and running awry of some keystone middleware we have. Our middleware checks password complexity for users, and it appears their heat stack is causing users to be created in Keystone.01:39
jlkI'm trying to figure out in what scenarios keystone users get created from heat templates (which don't explicitly create any users), and where passwords for these users come from01:39
Qimingjlk, not 100% sure, but it is highly likely that the new users are created as stack users01:40
*** ccard_ has quit IRC01:42
jlkyeah, I'm pretty sure these are heat stack domain users that are getting created, and I'm thinking you get one for every stack, automatically01:42
Qimingjlk, check this link: http://hardysteven.blogspot.com/2014/04/heat-auth-model-updates-part-2-stack.html01:42
jlkor if OS::Nova::Server is used01:43
jlkyes, that's been read :)01:43
jlkso the odd thign is, it doesn't fail the complexity test every time01:43
jlkso I /think/ that there is something doing a random password for the keystone user creation01:43
jlkbut I can't confirm that in the code01:43
Qimingso ... it is not reproducible ? :)01:43
jlkit is, just not 100% of the time01:43
Qimingokay01:43
Qimingjlk, mind file a bug for this?01:46
*** ccard_ has joined #heat01:46
jlkI'm not sure it's a bug, or at least not a bug in heat, more of our incomplete understanding of what heat does as part of normal operation01:46
jlkWe can certainly modify our password complexity checker to avoid checking heat domain users, but I want to understand what the "normal operation" is here01:47
jlkif they're actually randomized passwords somewhere.01:47
jlkthat's what it "feels" like, why some would succeed and some would not, but it could have to do with what the customer is doing01:47
Qiminga quick check of the source01:49
Qimingit seems that sometimes heat may choose to use the admin_pass provided for the Server resource01:49
Qimingsometimes it will use something like this: self.password = uuid.uuid4().hex01:50
jlkthat's what I found too.01:50
*** elynn__ has joined #heat01:52
jlkCould you confirm that every call to create a Nova Server would cause the creation of a stack domain user?01:54
*** elynn__ has quit IRC01:57
*** elynn__ has joined #heat01:58
Qimingjlk, I'm not sure02:00
Qimingbut if you are using software configs02:00
*** elynn__ has quit IRC02:00
Qimingit will always get created02:00
*** elynn has joined #heat02:00
jlkwhat does that look like in a template? I'm very novice to Heat, but I have my customer's templates02:01
jlkoh, OS::Heat::SoftwareConfig02:01
Qimingyes02:04
*** Yanyanhu has joined #heat02:04
*** sdake_ has joined #heat02:05
stevebakerjlk: there are a few resources which create users. maybe you can disable the password check for the heat domain, since it that domain only ever has non-human users in it02:05
stevebakerjlk: alternatively, since heat passwords are failing that could be a good indication that your checker isn't very good at detecting entropy - and may even be encouraging your users to create crumby passwords, but I digress ... ;)02:07
*** sdake has quit IRC02:07
openstackgerritRico Lin proposed openstack/heat: JSON size violation gives a bad error with nested templates  https://review.openstack.org/25220102:11
jlkstevebaker: oh there is no question that our password checker is bullshit. It's a corporate policy thing. ENTERPRISE!02:12
stevebakerheh02:13
jlkstevebaker: and I may be using this as even more reason to roll it back02:13
stevebakergood luck02:13
jlkbut I want to know why heat is tripping it up, if Heat is doing random passwords for these users02:13
stevebakeryes, its random passwords02:13
jlkthey are using SoftwareConfig, which would generate a user, so that bit of the mystery is solved, the next bit is the content for the password02:13
jlkis it that string we found, uuid.hex ?02:13
stevebakerlet me check02:14
stevebakerjlk: yep, all I see is uuid.uuid4().hex02:18
*** tlashchova has quit IRC02:19
*** david-lyle has joined #heat02:22
jlkhuh, I don't see how that would ever return anything with a uppercase letter02:28
openstackgerritMerged openstack/python-heatclient: Include keystone message when authentication failed  https://review.openstack.org/26767402:37
*** bana_k has quit IRC02:52
*** e0ne has quit IRC02:59
*** e0ne has joined #heat03:00
*** e0ne has quit IRC03:01
*** e0ne has joined #heat03:03
*** e0ne has quit IRC03:03
openstackgerrithuangtianhua proposed openstack/heat: Don't update the name of keystone resources if name don't change  https://review.openstack.org/25341303:09
openstackgerrithuangtianhua proposed openstack/heat: Don't check existence of keystone resource for empty value  https://review.openstack.org/25467203:09
*** Marga_ has joined #heat03:10
*** vishwanathj has quit IRC03:10
*** elynn has quit IRC03:11
*** yuanying has quit IRC03:15
*** elynn has joined #heat03:16
*** dims has quit IRC03:20
*** achanda has joined #heat03:21
*** tochi has quit IRC03:25
*** links has joined #heat03:27
*** asalkeld has joined #heat03:28
openstackgerritRico Lin proposed openstack/heat: JSON size violation gives a bad error with nested templates  https://review.openstack.org/25220103:31
*** ccard_ has quit IRC03:31
*** ccard_ has joined #heat03:32
*** gberginc has joined #heat03:34
*** mragupat has joined #heat03:37
*** asalkeld has quit IRC03:39
*** achanda has quit IRC04:00
*** yuanying has joined #heat04:07
*** kebray has joined #heat04:10
*** KanagarajM has joined #heat04:12
*** elynn has quit IRC04:21
*** sdake_ has quit IRC04:22
*** Marga_ has quit IRC04:30
*** achanda has joined #heat04:30
*** Marga_ has joined #heat04:30
*** tochi has joined #heat04:36
*** achanda has quit IRC04:38
*** achanda has joined #heat04:39
*** Marga_ has quit IRC04:44
*** KanagarajM_ has joined #heat04:48
*** sabeen2 has quit IRC04:49
*** KanagarajM has quit IRC04:52
*** pradk has quit IRC04:58
*** KanagarajM__ has joined #heat04:59
*** KanagarajM_ has quit IRC05:03
*** elynn has joined #heat05:04
*** daneyon has joined #heat05:06
*** mragupat has quit IRC05:07
*** daneyon has quit IRC05:11
*** ananta has joined #heat05:33
openstackgerritjaveme proposed openstack/heat: deprecate module heat.api.middleware.ssl  https://review.openstack.org/25831105:34
*** KanagarajM__ has quit IRC05:38
*** akuznetsov has joined #heat05:44
*** sdake has joined #heat05:44
*** jaosorior has joined #heat05:45
*** jtomasek has joined #heat05:50
*** gberginc has quit IRC05:56
*** jamielennox is now known as jamielennox|away05:59
*** ricolin has quit IRC05:59
*** daneyon has joined #heat06:01
*** elynn_ has joined #heat06:02
*** daneyon has quit IRC06:05
*** elynn__ has joined #heat06:06
*** elynn_ has quit IRC06:07
*** daneyon has joined #heat06:12
*** elynn__ has quit IRC06:13
*** daneyon has quit IRC06:17
*** vgridnev has joined #heat06:22
*** GonZo2000 has quit IRC06:22
*** achanda_ has joined #heat06:25
*** achanda has quit IRC06:28
*** akuznetsov has quit IRC06:38
*** gberginc has joined #heat06:40
*** daneyon has joined #heat06:43
*** achanda_ has quit IRC06:43
*** jprovazn has joined #heat06:45
*** vgridnev has quit IRC06:45
*** daneyon has quit IRC06:47
*** kebray has quit IRC06:59
*** jcoufal has joined #heat07:03
openstackgerrithuangtianhua proposed openstack/heat: Use reauth context instead of stored context if enable reauth  https://review.openstack.org/26945607:07
*** vgridnev has joined #heat07:15
*** sshen_ has quit IRC07:27
openstackgerrithuangtianhua proposed openstack/heat: Support neutron address scope  https://review.openstack.org/25926107:27
*** sshen has joined #heat07:27
*** chestack has joined #heat07:34
*** hdd has quit IRC07:35
*** daneyon has joined #heat07:37
*** daneyon has quit IRC07:41
*** hdd has joined #heat07:43
*** vgridnev has quit IRC07:49
*** chestack has quit IRC07:49
*** chestack has joined #heat07:54
*** tochi has quit IRC08:02
*** tochi has joined #heat08:02
*** vgridnev has joined #heat08:19
*** chlong has quit IRC08:27
*** sdake_ has joined #heat08:28
skraynevmorning all08:29
skraynevtherve: I have replied on your comments. Looks like there is one comment, which make sense - mentioned by Randall08:30
*** sdake has quit IRC08:31
*** daneyon has joined #heat08:31
therveskraynev, Yeah08:34
skraynevtherve: thank you for understanding.08:35
*** bana_k has joined #heat08:35
*** daneyon has quit IRC08:36
openstackgerritMerged openstack/heat: Unify workers options for API services  https://review.openstack.org/25472808:44
therveskraynev, https://github.com/openstack/oslo.messaging/blob/master/doc/source/target.rst#target-versions08:46
therveGot the definitive clear answer :)08:46
*** hdd has quit IRC08:50
skraynevthereve: and it looks like we need to bump minor version, what Randall suggested.08:51
*** bana_k has quit IRC08:51
*** rakesh_hs has joined #heat08:59
openstackgerritThomas Herve proposed openstack/heat: Provide software deployment id on create  https://review.openstack.org/26571409:03
*** e0ne has joined #heat09:03
*** sirius_ has joined #heat09:04
*** elynn has quit IRC09:04
*** elynn has joined #heat09:04
*** sdake_ has quit IRC09:07
*** prazumovsky has joined #heat09:08
skraynevelynn: hi. around?09:09
prazumovskyhello all! Could you kindly review https://review.openstack.org/#/c/264906/ (it's just adding docstrings to resource plugins). Sorry for ad:)09:10
*** yassine__ has joined #heat09:11
*** jistr has joined #heat09:20
*** GonZo2000 has joined #heat09:24
*** GonZo2000 has quit IRC09:24
*** GonZo2000 has joined #heat09:24
*** daneyon has joined #heat09:25
*** blues-man has joined #heat09:27
*** blues-man has quit IRC09:28
*** blues-man has joined #heat09:28
*** Marga_ has joined #heat09:29
*** daneyon has quit IRC09:30
*** sorantis has joined #heat09:33
*** e0ne has quit IRC09:34
elynnskraynev: Hi09:39
skraynevelynn: wanted to ask you about fix for unicode names09:40
skraynevI have seen, that zaneb left several comments, so do you plan to resolve it soon or may be will be better to move bug to m3?09:40
elynnskraynev: yes, I saw zaneb's comments but I haven't got hands on it.09:40
skraynevelynn: so m3 is ok for you?09:41
elynnIf it's not blocking , I will solve it at m309:41
elynnthanks skraynev.09:41
skraynevelynn: yes. it's not real blocker and I suppose, we may move to m3 it09:41
*** derekh has joined #heat09:43
*** boris-42 has quit IRC09:43
*** e0ne has joined #heat09:48
*** sdake has joined #heat09:51
openstackgerritPeter Razumovsky proposed openstack/heat: Refactor get_live_state using during update  https://review.openstack.org/26486109:55
*** e0ne has quit IRC09:57
*** kse has quit IRC10:00
*** gberginc has quit IRC10:02
openstackgerritDi XiaoLi proposed openstack/heat: Replace the word "printf'd" with "formatted"  https://review.openstack.org/26876010:04
openstackgerritOleg Khavroshin proposed openstack/heat: Edit backslashes for lines continuation  https://review.openstack.org/26638410:05
*** vgridnev has quit IRC10:06
*** vgridnev has joined #heat10:07
openstackgerritPeter Razumovsky proposed openstack/heat: vpnservice.py get_live_state implementation  https://review.openstack.org/26691010:08
*** mdavidson has joined #heat10:08
*** gberginc has joined #heat10:09
*** Qiming has quit IRC10:12
*** kbyrne has quit IRC10:12
*** elynn has quit IRC10:13
*** vgridnev has quit IRC10:13
*** sdake has quit IRC10:15
*** Marga_ has quit IRC10:18
*** daneyon has joined #heat10:19
*** Yanyanhu has quit IRC10:24
*** daneyon has quit IRC10:24
*** vgridnev has joined #heat10:26
*** zeih has joined #heat10:37
*** gberginc has quit IRC10:44
*** tlashchova has joined #heat10:47
*** dims has joined #heat10:48
*** vgridnev has quit IRC10:49
*** palexster has quit IRC10:49
*** Marga_ has joined #heat10:53
*** yassine__ has quit IRC10:56
*** gberginc has joined #heat11:00
*** ananta has quit IRC11:03
*** tochi has quit IRC11:04
*** sirius_ has quit IRC11:05
*** Qiming has joined #heat11:05
*** blues-man has quit IRC11:11
*** daneyon has joined #heat11:14
*** Marga_ has quit IRC11:15
*** vgridnev has joined #heat11:15
*** zeih has quit IRC11:16
*** daneyon has quit IRC11:18
*** jaosorior has quit IRC11:22
*** sorantis has quit IRC11:22
*** jaosorior has joined #heat11:22
openstackgerritPeter Razumovsky proposed openstack/heat: Cinder::VolumeType get_live_state implementation  https://review.openstack.org/25045111:26
*** blues-man has joined #heat11:27
*** chestack has quit IRC11:28
*** chestack has joined #heat11:34
*** zeih has joined #heat11:35
*** e0ne has joined #heat11:38
*** zeih has quit IRC11:40
openstackgerritPeter Razumovsky proposed openstack/heat: Cinder::VolumeType get_live_state implementation  https://review.openstack.org/25045111:43
openstackgerritPeter Razumovsky proposed openstack/heat: EncryptedVolumeType get_live_state implementation  https://review.openstack.org/25066611:44
dgonzalezHi all, i would appreciate it if somebody could have a look at https://review.openstack.org/#/c/248011/. Its a small senario test for multi-region deployments11:44
*** novegin has joined #heat11:52
noveginhi folks, if i have stack of 10 vms, how to do stack update for one of the vm(change image)11:53
*** zeih has joined #heat11:54
noveginwithout affecting other 9 vms11:55
*** GonZo2000 has quit IRC11:56
openstackgerritPeter Razumovsky proposed openstack/heat: EncryptedVolumeType get_live_state implementation  https://review.openstack.org/25066611:57
*** yassine__ has joined #heat11:57
openstackgerritPeter Razumovsky proposed openstack/heat: Barbican::Order get_live_state implementation  https://review.openstack.org/25297611:59
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/26931912:02
*** palexster has joined #heat12:07
openstackgerritOpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/26851012:07
*** daneyon has joined #heat12:08
openstackgerritPeter Razumovsky proposed openstack/heat: Barbican::Order get_live_state implementation  https://review.openstack.org/25297612:11
openstackgerritPeter Razumovsky proposed openstack/heat: Barbican::Secret get_live_state implementation  https://review.openstack.org/25422612:12
*** daneyon has quit IRC12:13
openstackgerritzhaozhilong proposed openstack/heat:  On branch bug/1535051  Changes to be committed:  https://review.openstack.org/26958912:14
*** elynn has joined #heat12:15
openstackgerritPeter Razumovsky proposed openstack/heat: Barbican::Secret get_live_state implementation  https://review.openstack.org/25422612:16
*** prazumovsky has quit IRC12:20
*** sorantis has joined #heat12:20
*** elynn_ has joined #heat12:28
*** elynn has quit IRC12:30
*** jtomasek__ has joined #heat12:30
*** jtomasek__ has quit IRC12:30
*** jtomasek_ has joined #heat12:30
*** akuznetsov has joined #heat12:32
openstackgerritzhaozhilong proposed openstack/heat: On branch bug1507502 Changes to be committed:  https://review.openstack.org/26959812:39
*** rakesh_hs has quit IRC12:46
*** links has quit IRC12:46
*** chestack has quit IRC12:56
*** daneyon has joined #heat13:02
*** sdake has joined #heat13:06
*** daneyon has quit IRC13:06
*** dprince has joined #heat13:07
*** radez has quit IRC13:10
*** vgridnev has quit IRC13:12
*** vgridnev has joined #heat13:14
*** shakamunyi has joined #heat13:24
*** neelashah has quit IRC13:28
*** akuznetsov has quit IRC13:46
*** crose has joined #heat13:47
*** jaosorior has quit IRC13:48
*** jaosorior has joined #heat13:48
*** liusheng has quit IRC13:55
*** daneyon has joined #heat13:56
*** Marga_ has joined #heat13:57
*** daneyon has quit IRC14:01
*** sabeen1 has joined #heat14:08
*** jonesbr has joined #heat14:09
*** sabeen3 has joined #heat14:11
*** sabeen3 has left #heat14:11
*** elynn_ has quit IRC14:12
*** sabeen1 has quit IRC14:13
*** sirius_ has joined #heat14:19
*** pratikmallya has joined #heat14:27
*** pratikma_ has joined #heat14:29
*** sabeen1 has joined #heat14:31
*** pratikmallya has quit IRC14:32
skraynevstevebaker: I have looked on the queue https://review.openstack.org/#/q/project:openstack/python-heatclient+status:open+-topic:bp/heat-support-python-openstackclient looks like we can introduce 0.9.0 tomorrow (after meeting) I plan to upload patch with skipping ocs registration today later. so when it land I will point his sha1 in commit to releases repo. do you have any objections?14:38
*** neelashah has joined #heat14:47
*** daneyon has joined #heat14:50
*** crose has quit IRC14:54
*** daneyon has quit IRC14:55
openstackgerritZane Bitter proposed openstack/heat: Load template files only from their known source  https://review.openstack.org/26968915:00
*** Raj1 has joined #heat15:01
*** Raj1 has quit IRC15:01
*** Raj1 has joined #heat15:01
*** mragupat has joined #heat15:04
*** jcoufal_ has joined #heat15:06
*** rpothier has joined #heat15:08
*** jcoufal has quit IRC15:09
*** blomquisg has quit IRC15:12
*** jcoufal has joined #heat15:13
*** Raj1 has quit IRC15:16
*** jcoufal_ has quit IRC15:16
*** spotz_zzz is now known as spotz15:20
*** Raj1 has joined #heat15:27
*** achanda has joined #heat15:29
*** sirius_ has quit IRC15:30
*** sdake has quit IRC15:31
*** sirius_ has joined #heat15:32
*** crose has joined #heat15:33
*** jaime49 has joined #heat15:34
*** inc0 has joined #heat15:35
*** Raj1 has quit IRC15:38
*** achanda has quit IRC15:40
*** novegin has quit IRC15:40
*** blues-man has quit IRC15:40
*** sorantis has quit IRC15:43
openstackgerritMark Vanderwiel proposed openstack/python-heatclient: Add openstack client stack snapshot list  https://review.openstack.org/26778615:43
*** daneyon has joined #heat15:44
*** sirius_ has quit IRC15:44
*** wathoom has joined #heat15:47
openstackgerritPratik Mallya proposed openstack/heat: Make ASG resource work when no lb is specified  https://review.openstack.org/26971815:48
*** daneyon has quit IRC15:49
*** blues-man has joined #heat15:51
*** blues-man has quit IRC15:52
*** blues-man has joined #heat15:52
*** hdd has joined #heat15:54
*** Marga_ has quit IRC15:54
*** sirius_ has joined #heat15:58
*** achanda has joined #heat15:59
*** sdake has joined #heat16:01
*** Raj1 has joined #heat16:03
*** boris-42 has joined #heat16:03
*** achanda has quit IRC16:03
*** vijendar has joined #heat16:04
*** zeih has quit IRC16:04
*** hdd has quit IRC16:06
*** Qiming has quit IRC16:09
*** ahelkhou1 has joined #heat16:10
*** blomquisg has joined #heat16:12
openstackgerritPratik Mallya proposed openstack/heat: Make ASG resource work when no lb is specified  https://review.openstack.org/26971816:14
*** Drago has joined #heat16:15
*** Drago has quit IRC16:16
*** Drago has joined #heat16:16
openstackgerritNanke_Liu (lnk) proposed openstack/heat: Remove openstack-common.conf  https://review.openstack.org/26460816:17
openstackgerritOleksii Chuprykov proposed openstack/heat: Add default values for bit_length and alorithm prop  https://review.openstack.org/26973716:17
*** daneyon has joined #heat16:17
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/26931916:21
openstackgerritOleksii Chuprykov proposed openstack/heat: Add default values for bit_length and algorithm prop  https://review.openstack.org/26973716:21
*** daneyon_ has joined #heat16:23
*** daneyon has quit IRC16:26
openstackgerritDrago proposed openstack/heat: Add Rackspace::Cloud::LBNode  https://review.openstack.org/26840016:29
*** asalkeld has joined #heat16:30
*** sridhar_ram has joined #heat16:35
*** vijendar has quit IRC16:35
*** Marga_ has joined #heat16:44
*** kebray has joined #heat16:45
*** kebray has quit IRC16:46
*** kebray has joined #heat16:50
*** kebray has quit IRC16:51
*** kebray has joined #heat16:52
*** jprovazn has quit IRC16:57
*** vishwanathj has joined #heat16:57
*** david-lyle has quit IRC16:58
*** cwolferh has joined #heat17:01
*** e0ne has quit IRC17:01
*** vijendar has joined #heat17:02
*** sdake has quit IRC17:04
*** sdake_ has joined #heat17:04
*** david-lyle has joined #heat17:06
*** hdd has joined #heat17:11
*** bana_k has joined #heat17:12
*** pas-ha has quit IRC17:15
*** yassine__ has quit IRC17:18
*** GonZo2000 has joined #heat17:20
*** GonZo2000 has quit IRC17:20
*** GonZo2000 has joined #heat17:20
*** derekh has quit IRC17:23
*** zeih has joined #heat17:31
*** Marga_ has quit IRC17:37
*** Marga_ has joined #heat17:38
*** pratikma_ has quit IRC17:42
*** sthillma has joined #heat17:43
*** sthillma_ has joined #heat17:44
*** sthillma has quit IRC17:47
*** sthillma_ is now known as sthillma17:47
*** zeih has quit IRC17:48
*** jistr has quit IRC17:48
*** Raj1 has quit IRC17:54
*** akuznetsov has joined #heat18:01
*** blues-man has quit IRC18:02
*** sdake has joined #heat18:03
*** sdake_ has quit IRC18:06
*** Raj1 has joined #heat18:08
openstackgerritDrago proposed openstack/heat: Add Rackspace::Cloud::LBNode  https://review.openstack.org/26840018:09
*** vijendar has quit IRC18:10
*** pratikmallya has joined #heat18:10
*** vijendar has joined #heat18:11
openstackgerritDrago proposed openstack/heat: Add Rackspace::Cloud::LBNode  https://review.openstack.org/26840018:11
*** GonZo2000 has quit IRC18:11
*** zeih has joined #heat18:12
*** jtomasek_ has quit IRC18:14
*** vijendar has quit IRC18:16
*** e0ne has joined #heat18:16
*** sabeen1 has quit IRC18:17
*** vijendar has joined #heat18:18
*** akuznetsov has quit IRC18:30
*** zhiyan has quit IRC18:33
*** sthillma has quit IRC18:36
*** zhiyan has joined #heat18:36
*** akuznetsov has joined #heat18:38
*** Raj1 has quit IRC18:40
*** Tristitia has quit IRC18:42
*** sridhar_ram has quit IRC18:44
*** rwsu has quit IRC18:45
*** vishwanathj has quit IRC18:47
*** akuznetsov has quit IRC18:48
*** boris-42 has quit IRC18:53
*** sdake_ has joined #heat18:55
*** dsneddon has quit IRC18:56
*** sdake has quit IRC18:57
*** neelashah has quit IRC18:58
*** neelashah has joined #heat19:00
*** vijendar has quit IRC19:01
*** vijendar has joined #heat19:02
*** alex_xu has quit IRC19:04
*** sabeen has joined #heat19:04
*** sabeen2 has joined #heat19:06
*** zeih has quit IRC19:06
*** dsneddon has joined #heat19:07
*** alex_xu has joined #heat19:07
*** sabeen has quit IRC19:09
*** akuznetsov has joined #heat19:14
*** crose has quit IRC19:15
*** akuznetsov has quit IRC19:15
*** akuznetsov has joined #heat19:18
*** jcoufal has quit IRC19:19
*** sridhar_ram has joined #heat19:23
*** jaosorior has quit IRC19:25
*** jaosorior has joined #heat19:25
*** rwsu has joined #heat19:26
*** akuznetsov has quit IRC19:26
*** sridhar_ram has quit IRC19:34
*** sridhar_ram1 has joined #heat19:34
stevebakerskraynev: sounds good. You could do a 2 patch series which skip then unskip ocs registration19:36
stevebakerskraynev: I should be able to do a 0.8.1 today19:36
*** neelashah has quit IRC19:42
*** GonZo2000 has joined #heat19:44
*** GonZo2000 has quit IRC19:44
*** GonZo2000 has joined #heat19:44
*** neelashah has joined #heat19:51
openstackgerritPratik Mallya proposed openstack/heat: Make ASG resource work when no lb is specified  https://review.openstack.org/26971819:55
*** PsionTheory has joined #heat19:56
*** sdake_ is now known as sdaake19:57
*** sdaake is now known as sdake19:57
*** sirius_ has quit IRC19:58
*** kebray has quit IRC20:01
*** kebray has joined #heat20:02
*** e0ne has quit IRC20:04
*** jaosorior has quit IRC20:08
*** neelashah has quit IRC20:08
*** dprince has quit IRC20:09
*** neelashah has joined #heat20:11
openstackgerritPratik Mallya proposed openstack/heat: Make ASG resource work when no lb is specified  https://review.openstack.org/26971820:16
openstackgerritPeter Razumovsky proposed openstack/heat: Cinder::Volume get_live_state implementation  https://review.openstack.org/26144520:18
*** e0ne has joined #heat20:22
*** e0ne has quit IRC20:22
*** vijendar has quit IRC20:24
openstackgerritJay Dobies proposed openstack/heat: Add environment retrieval API  https://review.openstack.org/26985120:29
*** sabeen2 has quit IRC20:33
openstackgerritSteve Baker proposed openstack/heat: Push deployments metadata on delete  https://review.openstack.org/25443320:33
*** gberginc has quit IRC20:38
*** vijendar has joined #heat20:38
skraynevstevebaker: awesome. I also plan to release m-2 tomorrow (after meeting) and I already uploaded patch for 5.0120:41
skraynevstevebaker, zaneb: https://review.openstack.org/26985620:42
*** boris-42 has joined #heat20:42
zanebskraynev: great! +1'd thank you20:44
skraynevzaneb: thank you and stevebaker for the help ;)20:45
stevebakerno problem20:45
skraynevFYI: there are three fix for bugs are on review for m-2 https://review.openstack.org/#/c/258311/ , https://review.openstack.org/#/c/265714/5 , https://review.openstack.org/#/c/259657/20:45
skraynevstevebaker ^20:46
skraynevso if somebody has a power for review, please do it ;)20:46
stevebakerlooking20:46
skraynevstevebaker, zaneb: another important thing. Probably you will not attend to the tommorrow meeting (so, please take a look on it )20:49
skraynevhttp://docs.openstack.org/project-team-guide/cross-project.html#cross-project-specification-liaisons20:49
skraynevhttps://wiki.openstack.org/wiki/CrossProjectLiaisons#Cross-Project_Spec_Liaisons20:49
skraynevprobably we need to find volunteer for this role20:50
skraynevin future of course20:50
stevebakersure20:51
skraynevGo to sleep. Good day/night all :)20:52
*** blomquisg has quit IRC20:53
*** vgridnev has quit IRC20:56
zanebdammit, stevebaker you just +A'd that patch as I was in the middle of -1'ing it20:56
stevebakerzaneb: lol, which? will unapprove20:57
zanebhttps://review.openstack.org/#/c/258311/720:57
stevebakerzaneb: I thought we treated api-paste.ini as a source file, not configuration. So downstream can simply distrubute the changed api-paste.ini20:59
*** blomquisg_gone has joined #heat20:59
*** sridhar_ram1 has quit IRC21:01
zanebstevebaker: hmm, that's possible. it's still a problem for any user with a custom pipeline though isn't it21:03
zanebthe change just seem gratuitous21:04
zanebit could easily be done in such a way that that could never become an issue21:04
*** blomquisg_gone is now known as blomquisg21:05
stevebakerzaneb: can't they just keep using their custom pipeline until they are ready to change? then they can use the distributed api-paste.ini as a reference for changes21:05
zanebstevebaker: that was your way of volunteering to be assigned whatever director bugs this causes, right? ;)21:07
stevebakerzaneb: also I wonder if anyone ever used the ssl middleware in production, or do they use their own ssl proxies21:07
*** vgridnev has joined #heat21:07
*** jonesbr has left #heat21:09
stevebakerzaneb: sure thing! (screw you, future Steve)21:10
zaneb"also I wonder if anyone ever used the ssl middleware in production" <- so you're suggesting that substantially everyone will have customised this file?21:12
zanebstevebaker: I just don't understand why we would make a change we think/hope won't cause trouble, when we could just as easily commit a change that we *know* won't. if it were way harder to do it the other way then I might feel differently, but it doesn't look to be21:13
*** sdake has quit IRC21:16
stevebakerzaneb: ok, looking at ssl vs http_proxy_to_wsgi, the latter looks like a drop-in replacement for the former. They just handle any HTTP_X_FORWARDED_PROTO header (except http_proxy_to_wsgi looks more complete and correct)21:18
stevebakerhttps://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/http_proxy_to_wsgi.py21:18
stevebakerhttps://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/ssl.py21:18
*** neelashah has quit IRC21:19
*** vgridnev has quit IRC21:19
*** vgridnev has joined #heat21:19
stevebakerzaneb: Also my understanding is that api-paste.ini is completely self-contained. The only thing which refers to line 81 is the pipelines in lines 14,421:19
*** gberginc has joined #heat21:19
*** jtomasek has quit IRC21:20
*** vgridnev has quit IRC21:20
stevebakerzaneb: so I don't understand your concern, the vast majority of deployments use the distributed api-paste.ini, which will switch to the new pipeline automatically, custom api-paste.ini will continue to work because it is self contained, and even if the old api-paste.ini remains after an upgrade it will continue to work until we delete heat/api/middleware/ssl.py21:21
zanebok, I guess that's true21:22
zanebbut api-paste.ini didn't reference oslo_middleware before, so why should it now?21:23
zanebif it's a drop-in replacement, why not drop it in behind the existing abstraction?21:23
*** e0ne has joined #heat21:23
zaneb(i.e. heat.api.middleware.ssl)21:23
*** vijendar has quit IRC21:24
*** r05c03 has joined #heat21:25
*** bana_k has quit IRC21:25
*** bana_k has joined #heat21:26
*** mbrennan has joined #heat21:26
zanebstevebaker: ok, removed the -121:27
stevebakerzaneb: I don't think heat.api.middleware.ssl is an abstraction, it is copypasted middleware which predates the lib oslo_middleware *and* oslo-incubator21:27
*** vijendar has joined #heat21:28
openstackgerritJay Dobies proposed openstack/heat: Add environment retrieval API  https://review.openstack.org/26985121:33
*** e0ne has quit IRC21:33
*** sridhar_ram has joined #heat21:35
*** sdake has joined #heat21:37
dgonzalezHi all, if somebody has some time to spare, i would appreciate it if you could take a look at https://review.openstack.org/#/c/248011/. Its a small scenario test for multi-region deployments21:39
*** jaime49 has quit IRC21:40
openstackgerritMerged openstack/heat: Support neutron address scope  https://review.openstack.org/25926121:42
openstackgerritMerged openstack/heat: deprecate module heat.api.middleware.ssl  https://review.openstack.org/25831121:45
*** neelashah has joined #heat21:54
*** pratikmallya has quit IRC22:01
*** jaime49 has joined #heat22:05
*** jaime49 has quit IRC22:05
*** sabeen1 has joined #heat22:05
*** jaime49 has joined #heat22:05
*** sabeen3 has joined #heat22:07
openstackgerritMerged openstack/heat: Provide software deployment id on create  https://review.openstack.org/26571422:10
*** sabeen1 has quit IRC22:10
*** sthillma has joined #heat22:10
openstackgerritMerged openstack/heat: Replace the word "printf'd" with "formatted"  https://review.openstack.org/26876022:10
*** sridhar_ram has quit IRC22:15
*** sridhar_ram has joined #heat22:17
*** pratikmallya has joined #heat22:19
*** sridhar_ram has quit IRC22:20
*** sabeen3 has quit IRC22:22
*** sabeen has joined #heat22:22
*** sdake has quit IRC22:30
*** mbrennan has quit IRC22:31
*** rpothier has quit IRC22:34
*** jamielennox|away is now known as jamielennox22:35
*** pratikmallya has quit IRC22:40
cwolferhAnything need to be done to help https://review.openstack.org/#/c/254351/ get merged?22:49
stevebakercwolferh: hmm, this would break any existing scripts that delete stacks.22:52
cwolferhstevebaker, if the scripts use a tty, that's true22:52
cwolferhfor scripts that use a tty, they could add -y to skip the prompt22:53
cwolferhi'm thinking most scripts aren't actually going to pass the isatty() check though22:53
stevebakercwolferh: also we have a soft freeze on changes to heat commands so that features can go into the osc plugins. I'd be happy for this to happen to "openstack stack delete" https://review.openstack.org/#/c/242302/22:54
stevebakercwolferh: maybe Amey wouldn't mind if you took over the change to implement "openstack stack delete"22:58
stevebakercwolferh: also considering this is for tripleo, maybe we should add an overcloud delete command, which does have a prompt. Then tripleo docs can just document that as the recommended way of deleting an overcloud22:59
*** inc0 has quit IRC22:59
stevebakercwolferh: but let me have some lunch and have a play with isatty23:00
cwolferhstevebaker, cool, thanks for the thoughts :-)23:00
*** sdake has joined #heat23:06
*** mragupat has quit IRC23:08
*** spotz is now known as spotz_zzz23:24
*** bana_k has quit IRC23:25
*** r05c03 has quit IRC23:25
*** Drago has quit IRC23:28
*** alex_xu has quit IRC23:30
*** alex_xu has joined #heat23:31
*** Drago has joined #heat23:33
*** kse has joined #heat23:33
*** vijendar has quit IRC23:37
*** tochi has joined #heat23:38
*** neelashah has quit IRC23:40
*** Drago has quit IRC23:48
*** pratikmallya has joined #heat23:48
*** Drago has joined #heat23:51
*** Drago has quit IRC23:51
*** Qiming has joined #heat23:51

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