The heatclient.v1.shell Module

heatclient.v1.shell.do_create(hc, args)

DEPRECATED! Use stack-create instead

heatclient.v1.shell.do_delete(hc, args)

DEPRECATED! Use stack-delete instead

heatclient.v1.shell.do_describe(hc, args)

DEPRECATED! Use stack-show instead

heatclient.v1.shell.do_event(hc, args)

DEPRECATED! Use event-show instead

heatclient.v1.shell.do_event_list(hc, args)

List events for a stack

heatclient.v1.shell.do_event_show(hc, args)

Describe the event

heatclient.v1.shell.do_gettemplate(hc, args)

DEPRECATED! Use template-show instead

heatclient.v1.shell.do_list(hc, args={})

DEPRECATED! Use stack-list instead

heatclient.v1.shell.do_resource(hc, args)

DEPRECATED! Use resource-show instead

heatclient.v1.shell.do_resource_list(hc, args)

Show list of resources belonging to a stack

heatclient.v1.shell.do_resource_metadata(hc, args)

List resource metadata

heatclient.v1.shell.do_resource_show(hc, args)

Describe the resource

heatclient.v1.shell.do_stack_create(hc, args)

Create the stack

heatclient.v1.shell.do_stack_delete(hc, args)

Delete the stack

heatclient.v1.shell.do_stack_list(hc, args={})

List the user’s stacks

heatclient.v1.shell.do_stack_show(hc, args)

Describe the stack

heatclient.v1.shell.do_stack_update(hc, args)

Update the stack

heatclient.v1.shell.do_template_show(hc, args)

Get the template for the specified stack

heatclient.v1.shell.do_template_validate(hc, args)

Validate a template with parameters

heatclient.v1.shell.do_update(hc, args)

DEPRECATED! Use stack-update instead

heatclient.v1.shell.do_validate(hc, args)

DEPRECATED! Use template-validate instead

This Page