Skip to content

Commit

Permalink
Merge pull request #1437 from stackhpc/heat-delete-endpoints
Browse files Browse the repository at this point in the history
2024.1 upgrade docs: delete Heat endpoints
  • Loading branch information
Alex-Welsh authored Jan 6, 2025
2 parents ca37c7d + 0b75a17 commit 479792c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Then from the OpenStack CLI:
openstack user delete heat
openstack domain set --disable heat_user_domain
openstack domain delete heat_user_domain
openstack endpoint list --service heat -c ID -f value | xargs openstack endpoint delete
openstack endpoint list --service heat-cfn -c ID -f value | xargs openstack endpoint delete
You can drop the ``heat`` database too, unless you want to keep historical content.

Expand Down

0 comments on commit 479792c

Please sign in to comment.