Friday, 2018-08-24

openstackgerritZane Bitter proposed openstack/heat master: Add functional test for resource condition during updates  https://review.openstack.org/59591500:04
*** livelace has quit IRC00:23
*** livelace has joined #heat00:23
*** zaneb has joined #heat00:36
*** ChanServ has quit IRC01:00
*** ChanServ has joined #heat01:03
*** barjavel.freenode.net sets mode: +o ChanServ01:03
*** hjensas has quit IRC01:07
*** hjensas has joined #heat01:08
*** ramishra has joined #heat01:15
*** dbecker has quit IRC01:15
*** hongbin has joined #heat02:21
*** nicolasbock has quit IRC02:28
*** mnaser has quit IRC02:28
*** TheJulia has quit IRC02:28
*** dopplergange has quit IRC02:28
*** mordred has quit IRC02:28
*** aluria has quit IRC02:28
*** sshnaidm|off has quit IRC02:28
*** nicolasbock has joined #heat02:30
*** mnaser has joined #heat02:30
*** TheJulia has joined #heat02:30
*** dopplergange has joined #heat02:30
*** aluria has joined #heat02:30
*** mordred has joined #heat02:30
*** sshnaidm|off has joined #heat02:30
*** dopplergange has quit IRC02:31
*** dopplergange has joined #heat02:31
*** openstack has joined #heat13:23
*** ChanServ sets mode: +o openstack13:23
*** pbourke has quit IRC14:26
*** pbourke has joined #heat14:28
*** mbuil has joined #heat15:08
mbuilhey guys, we have just started using heat from Rocky. We are using the same config as in Queens and we are getting weird AWS errors coming from "heat.api.aws.ec2token". I guess we are missing a parameter in the config because we are not using AWS but plain openstack. Can anybody give us a hint on what might the problem? Thx15:12
*** nicolasbock has joined #heat15:21
zanebmbuil: Heat uses AWS-compatible auth for some things. what are the errors you're getting?15:21
mbuilzaneb: No AWS Signature found15:22
mbuilzaneb: and the service which is using heat API (tacker) has in the logs: HTTPBadRequest: ERROR: <ErrorResponse><Error><Message>The request signature does not conform to AWS standards</Message><Code>IncompleteSignature</Code><Type>Sender</Type></Error></ErrorResponse>15:23
mbuilzaneb: I am trying to create a VM into my local openstack environment using tacker15:23
zanebmbuil: so looking at the code it looks like it reports this error if there's no X-Auth-User header15:24
zanebi.e. if there's no Keystone auth info it assumes you're trying to auth with an AWS signature, and if that isn't there either then it fails with an error15:24
*** ramishra has quit IRC15:25
mbuilzaneb: aaah ok, thanks. Could you point me to that part of the code? I guess I'll need to talk to the tacker guys :)15:26
zanebhttps://git.openstack.org/cgit/openstack/heat/tree/heat/api/aws/ec2token.py#n16515:27
zanebit's part of the middleware pipeline15:27
mbuilzaneb: ok, so if X-Auth-User exists (which should be the keystone info), it does return self.application and starts keystone auth?15:29
zanebyes, it continues to the next thing in the middleware pipeline (one of which will be the keystone auth) without modifying anything15:30
*** livelace has quit IRC15:30
mbuilzaneb: thanks! I might come back next week for more info :)15:33
zanebmbuil: happy weekend :)15:34
*** shardy has quit IRC15:37
*** gkadam has quit IRC16:38
*** gkadam has joined #heat16:52
*** gkadam has quit IRC18:30
*** jcoufal has quit IRC18:41
openstackgerritZane Bitter proposed openstack/heat master: Ignore conditions when reparsing ResourceDefinition  https://review.openstack.org/59591520:29
*** EvilienM is now known as EmilienM21:39
*** pbourke has quit IRC22:35
*** pbourke has joined #heat22:37
*** slagle has joined #heat23:19

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