kolla-ansible fails to deploy heat if the heat_user_domain already exists in keystone
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Medium
|
Radosław Piliszek |
Bug Description
I am deploying openstack Stein with kolla on Ubuntu 18.04. I have a keystone with data I want to keep from a previous Openstack installation. I already had a heat version installed and when I try to deploy Heat I get the following error:
+++ CURRENT_
heat'
+++ [[ heat_user_domain != \\h\\e\
\\
\\h\\e\\a\\t ]]
+++ openstack domain create heat_user_domain
Conflict occurred attempting to store domain - Duplicate Entry (HTTP 409) (Request-ID: req-c2e725bb-
", "stderr_lines": ["+ sudo -E kolla_set_configs", "INFO:_
\\", "\\h\\e\\a\\t ]]", "+++ openstack domain create heat_user_domain", "Conflict occurred attempting to store domain - Duplicate Entry (HTTP 409) (Request-ID: req-c2e725bb-
The work around is to delete the heat_user_domain in Keystone.
summary: |
- ansible-kolla fails to deploy heat if the groue heat_user_domain already + ansible-kolla fails to deploy heat if the heat_user_domain already exists in keystone |
Changed in kolla-ansible: | |
assignee: | nobody → Fabian Bermel (fbermel) |
affects: | kolla-ansible → kolla |
Changed in kolla: | |
assignee: | Fabian Bermel (fbermel) → nobody |
assignee: | nobody → Fabian Bermel (fbermel) |
Changed in kolla: | |
assignee: | Fabian Bermel (fbermel) → Radosław Piliszek (yoctozepto) |
Changed in kolla: | |
milestone: | none → 10.2.0 |
As a complementary information, this error also happen when Heat is deployed and "kolla-ansible -i inventory reconfigure" is run.
The work around is to remove the domain again:
openstack domain set --disable heat_user_domain
openstack domain delete heat_domain_admin