<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello everybody,</div>

<div> </div>

<div>my name is Johnny and I have Problems with heat and ceilometer.</div>

<div> </div>

<div>I want to autoscale with ceilometer and heat. The example in the Heat-quick-start guide works. I used the following:</div>

<div>https://raw.github.com/openstack/heat-templates/master/hot/F18/WordPress_Native.yaml</div>

<div> </div>

<div>For this example, I get datas with the "ceilometer statistics -m cpu_util"-command.</div>

<div> </div>

<div>Then I wrote my own Autoscaling-Template, which I posted here:</div>

<div>https://gist.github.com/anonymous/7767732</div>

<div> </div>

<div>The AutoScaling-templates didn't work. I shortened my Template to find the Problem. As I comment in the AutoScaling-Resources I get the following:
<div> </div>

<div>
<div>ERROR: Missing required credential: X-Auth-User<br/>
Traceback (most recent call last):</div>

<div>  File "/opt/stack/heat/heat/openstack/common/rpc/amqp.py", line 461, in _process_data<br/>
    **args)</div>

<div>  File "/opt/stack/heat/heat/openstack/common/rpc/dispatcher.py", line 172, in dispatch<br/>
    result = getattr(proxyobj, method)(ctxt, **kwargs)</div>

<div>  File "/opt/stack/heat/heat/engine/service.py", line 60, in wrapped<br/>
    return func(self, ctx, *args, **kwargs)</div>

<div>  File "/opt/stack/heat/heat/engine/service.py", line 279, in create_stack<br/>
    self._validate_deferred_auth_context(cnxt, stack)</div>

<div>  File "/opt/stack/heat/heat/engine/service.py", line 229, in _validate_deferred_auth_context<br/>
    raise exception.MissingCredentialError(required='X-Auth-User')</div>

<div>MissingCredentialError: Missing required credential: X-Auth-User</div>

<div> </div>

<div>I tried the example below with AutoScaling too and get the same error:</div>

<div>
<div>https://raw.github.com/openstack/heat-templates/master/cfn/F17/AutoScalingCeilometer.yaml</div>

<div> </div>
</div>

<div>Hope you can help me. Many thanks in advance!</div>

<div> </div>

<div>Johnny</div>
</div>
</div></div></body></html>