We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5827 commit 2fc0e4dCopy full SHA for 2fc0e4d
doc/source/operations/upgrading-openstack.rst
@@ -82,6 +82,10 @@ Then from the OpenStack CLI:
82
openstack user delete heat
83
openstack domain set --disable heat_user_domain
84
openstack domain delete heat_user_domain
85
+ # Gather the heat endpoint UUIDs
86
+ openstack endpoint list | grep heat
87
+ openstack endpoint delete <external-heat-cfn-uuid>
88
+ openstack endpoint delete <internal-heat-cfn-uuid>
89
90
You can drop the ``heat`` database too, unless you want to keep historical content.
91
0 commit comments