ERROR: Authorization Failed: The resource could not be found. (HTTP 404)
Hi,
While creating a stack through heat we are getting this error (we are getting the same error from admin and demo users . The command is -
# heat stack-create mystack --template-
and this is my.template , just to create a single instance -
# cat my.template
heat_template_
description: Simple template to deploy a single compute instance
resources:
my_instance:
type: OS::Nova::Server
properties:
key_name: heat_key
image: F17
flavor: m1.small
Below is our heat-engine.log -
2013-11-08 11:57:57.918 6896 INFO heat.engine.service [-] template is {u'heat_
2013-11-08 11:57:57.944 6896 INFO heat.engine.
2013-11-08 11:57:57.986 6896 INFO urllib3.
2013-11-08 11:57:57.990 6896 ERROR heat.engine.parser [-] Authorization Failed: The resource could not be found. (HTTP 404)
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser Traceback (most recent call last):
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser result = res.validate()
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser nova_utils.
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser return self.stack.
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser management_url = self.url_
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser return self.keystone(
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser return self.client_
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser self._client_v2 = self._v2_
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser client_v2 = kc.Client(**kwargs)
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser self.authenticate()
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser resp, body = self.get_
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser File "/usr/lib/
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser "%s" % e)
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser AuthorizationFa
2013-11-08 11:57:57.990 6896 TRACE heat.engine.parser
2013-11-08 11:57:57.990 6896 ERROR heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.990 6896 TRACE heat.openstack.
2013-11-08 11:57:57.991 6896 ERROR heat.openstack.
2013-11-08 11:57:57.991 6896 ERROR heat.openstack.
Any help is appreciated.
Regards,
Tapash
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- tapash raha
- Solved:
- Last query:
- Last reply: