0

I was trying to learn Heat Orchestration Templates and using Openstack Template Guide I tried to make a very simple YAML template similar to the one provided here.

But the problem is every time I try to run:

 heat stack-create -f new.yaml mystack

I end up with this error:

 INFO heat.engine.stack [-] Stack CREATE FAILED (mystack): Resource CREATE failed: NotImplementedError: Unrecognized auth response

or simply Unrecognized auth response

I've tried to google this error, but no expected match. :( Is there someone who has faced the same problem and resolved it? If yes, do provide the solution. Thanks in advance :)

Dushyant Gupta
  • 507
  • 1
  • 5
  • 24
  • Are you able to use the most basic services? For example, "keystone user-list", or "nova boot ..."? Also, please add your openrc file. – Miguel Grinberg Sep 20 '14 at 18:22
  • Thanks @Miguel for your comment. A few hours later I realized that I was using Heat's Icehouse setup on Openstack's Havana version. Maybe that's a problem (idk)?? And yes, basic services like "heat stack-list" and "keystone user-list" were working fine. – Dushyant Gupta Sep 22 '14 at 06:57

0 Answers0