Comment 1 for bug 1534423

Revision history for this message
Jeffrey Guan (double12gzh) wrote :

I tried to use the following command to get the debug info: heat --debug stack-create -f ./templeate.hot.yaml -e ./templeate.env.yaml stack1 and got the following errors.

Traceback (most recent call last):
  File "/usr/bin/heat", line 10, in <module>
    sys.exit(main())
  File "/usr/lib/python2.6/site-packages/heatclient/shell.py", line 429, in main
    HeatShell().main(args)
  File "/usr/lib/python2.6/site-packages/heatclient/shell.py", line 385, in main
    args.func(client, args)
  File "/usr/lib/python2.6/site-packages/heatclient/v1/shell.py", line 91, in do_stack_create
    hc.stacks.create(**fields)
  File "/usr/lib/python2.6/site-packages/heatclient/v1/stacks.py", line 109, in create
    data=kwargs, headers=headers)
  File "/usr/lib/python2.6/site-packages/heatclient/common/http.py", line 223, in json_request
    resp = self._http_request(url, method, **kwargs)
  File "/usr/lib/python2.6/site-packages/heatclient/common/http.py", line 188, in _http_request
    raise exc.from_response(resp)