Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicboiz
Hi I'm testing this simple template: https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml But please notice that Fuel Health Test autoscale also fails.so I guess those trusts and domains might not be correctly deployed... :( Regards J. De: Pavlo

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread Pavlo Shchelokovskyy
Hi, no, "heat_stack_owner" role is actually not needed in MOS 8.0. Earlier it was used as a special role to pass via trusts, but now all roles are passed via trust by default. You also do not have to be "admin" either, priviledge "escalation" is handled by Heat using Keystone V3 trusts and

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi again, these are the roles I have : #openstack role list +--+-+ | ID | Name| +--+-+ | 0d77782f1ae54fa799b0585b267fb746 | ResellerAdmin | |

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi Raghavendra, how can I check those privileges? Even with "admin" user, I get the same error. :( Best regards J. On 10/05/16 13:23, raghavendra@accenture.com wrote: Hi Mag, Please check if you have provided the *heat-stack-owner* and *admin *privileges to the tenant then try

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread raghavendra.lad
Hi Mag, Please check if you have provided the heat-stack-owner and admin privileges to the tenant then try to spin up the Heat stack. Regards, Raghavendra Lad From: magicb...@hotmail.com [mailto:magicb...@hotmail.com] Sent: Tuesday, May 10, 2016 4:30 PM To: openstack@lists.openstack.org

[Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi testing Openstack Mitaka (deployed with Mirantis FUEL 8.0), when testing Heat Autoscaling, I get this error: /heat.engine.resource Forbidden: You are not authorized to perform the requested action./ Any ideas on what's going on? Thanks in advance. J