Comment 0 for bug 1467781

Revision history for this message
Ma Bo (mabo-1) wrote : get file not work in horizon

Steps to reproduce the problem:
1. files list
    # filename: f.yaml
    heat_template_version: 2013-05-23
    resources:
     s:
       type: s.yaml
    # filename: s.yaml
    heat_template_version: 2013-05-23
2. Put above two files in a http server, use horizon to create stack

Beside the tempalte-validate error, horizon will say `s.yaml' not found so can not create stack.

While below command works:
heat stack-create -u http://.../f.yaml f