First time here? Check out the FAQ!
![]() | 1 | initial version |
This is normally a networking setup issue.
Log in to your vm and see if you can ping your server running heat-api-cfn. If you can't you need to solve that problem.
Are you using nova-networking or neutron?
I'll explain how this works for the record:
So the only things you can really check are: - is heat_waitcondition_server_url set correctly - has cfn-signal been called - did the call make it to heat-api-cfn (check the logs)
As I said earlier, if you have this issue it is normally because cfn-signal was called but it did not make it to heat-api-cfn because of networking issues.
-Angus
![]() | 2 | No.2 Revision |
This is normally a networking setup issue.
Log in to your vm and see if you can ping your server running heat-api-cfn. If you can't you need to solve that problem.
Are you using nova-networking or neutron?
I'll explain how this works for the record:
So the only things you can really check are:
- are:
As I said earlier, if you have this issue it is normally because cfn-signal was called but it did not make it to heat-api-cfn because of networking issues.
-Angus