Beatrix Kiddo
Beatrix Kiddo

Reputation: 45

Openstack: Nested Stack creation via dashboard

I have a heat template containing nested stack resources, which i am able to deployed successfully via heat-api. Can the same yaml (nested stack creation be done) be used via dashboard??

Upvotes: 2

Views: 458

Answers (2)

hakkican
hakkican

Reputation: 426

Yes it is possible to upload yaml file or URL referring to yaml file.You can also upload environment variable on dashboard horizon.In my case I create cluster with similar computes with a single file.

Upvotes: 0

user5777975
user5777975

Reputation:

No.

When we are launching the stack with nested heat templates, the heat service will search for nested heat templates in the current directory. So if we launch the stack through dashboard with nested templates it will throw the error "Unable to find the nested file". So we need to use only CLI and API for launching stack with nested templates.

Upvotes: 0

Related Questions