Heat stack operation CLI

  • List all heat stacks in one Openstack project

heat stack-list

  • create a new heat stacks

heat stack-create stackname -f template.yml

  • update a existing heat stacks

heat stack-update stackname -f template.yml

  • update a existing heat stacks

heat stack-delete stackname

  • check stack create/update/delete progress

heat event-list stackname

  • display stack information

heat stack-show stackname

  • display resource information for a stack

heat resource-list stackname

  • display all VM in all tenants/projects

nova list –all-tenants

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s