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 :)