Quantcast
Channel: Ask OpenStack: Q&A Site for OpenStack Users and Developers - Individual question feed
Browsing latest articles
Browse All 5 View Live

Answer by zaneb for I've heat : heat_template_version: 2017-09-01 resources:...

The problem here is actually on the client side. You can get the file name from a parameter, but the client isn't smart enough to automatically upload it for you like it usually does. Heat won't allow...

View Article



Comment by Bernd Bausch for I've heat : heat_template_version: 2017-09-01...

Unfortunately my wisdom ends here. Perhaps you need to quote the value?

View Article

Comment by kristoferson for I've heat : heat_template_version: 2017-09-01...

Add file:// to the default parameters: files_yaml: description: Name file type: string default: file:///home/user/openstack/file.yaml and still the same error

View Article

Comment by Bernd Bausch for I've heat : heat_template_version: 2017-09-01...

I think you need to prepend the scheme `file://` and use the absolute pathname. When you put a string there, Heat automatically adds scheme and current directory during a template preprocessing phase,...

View Article

Type in ResourceGroup and get_param

I've heat : heat_template_version: 2017-09-01 resources: cluster_nodes: type: OS::Heat::ResourceGroup properties: count: 5 resource_def: type: file.yaml when i change type : get_param parameters:...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images