Comment 2 for bug 1534423

Revision history for this message
Steve Baker (steve-stevebaker) wrote : Re: [Bug 1534423] [NEW] Could not fetch remote template 'template.yaml': Invalid URL scheme

Is this something to do with the difference between Third_template.yaml
and Third.template.yaml

How about renaming the file to Third_template.yaml and specifying "type:
Third_template.yaml"

On 15/01/16 15:45, Jeffrey G wrote:
> Public bug reported:
>
> On the following heat 0.2.8 version, I tried to create stack by the following command:
> heat stack-create -f ./templeate.hot.yaml -e ./templeate.env.yaml stack1
>
> I received such error:
> ERROR: Could not fetch remote template 'Third_template.yaml': Invalid URL scheme
>
>
> Part of the template.hot.yaml is as follows:
>
> resources:
> Third-networking:
> type: Third.template.yaml
> properties:
> eth0: {get_param: INTERNALnet0}
> internal_create_cnt: {get_param: gen_internal_net}
>
>
> all the template are at the same directory.
>
> ** Affects: python-heatclient
> Importance: Undecided
> Status: New
>