Skip to content

Commit 479792c

Browse files
authored
Merge pull request #1437 from stackhpc/heat-delete-endpoints
2024.1 upgrade docs: delete Heat endpoints
2 parents ca37c7d + 0b75a17 commit 479792c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Then from the OpenStack CLI:
8282
openstack user delete heat
8383
openstack domain set --disable heat_user_domain
8484
openstack domain delete heat_user_domain
85+
openstack endpoint list --service heat -c ID -f value | xargs openstack endpoint delete
86+
openstack endpoint list --service heat-cfn -c ID -f value | xargs openstack endpoint delete
8587
8688
You can drop the ``heat`` database too, unless you want to keep historical content.
8789

0 commit comments

Comments
 (0)