oslo_reports is an undeclared dependency
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Artur Zarzycki | ||
Liberty |
Fix Released
|
Critical
|
Steven Dake | ||
Mitaka |
Fix Released
|
Critical
|
Artur Zarzycki |
Bug Description
We get an error 409 after heat-api fails the first time. This should probably be two bugs.
[sdake@bigiron tools]$ sudo docker logs 06
ERROR: keystone is not available @ http://
ERROR: keystone is not available @ http://
[sdake@bigiron tools]$ sudo docker logs 31
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
creating new user heat
created user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
removing role _member_ from user heat in tenant admin
adding role admin to user heat in tenant admin
created new service heat/orchestration (479b8b0ce23e49
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
+------
| Property | Value |
+------
| id | b60116c81f0841a
| name | heat_stack_user |
+------
Traceback (most recent call last):
File "/usr/bin/
from oslo_reports import guru_meditation
ImportError: No module named oslo_reports
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-032017e7-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-f9105c83-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-3c945193-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-6905f695-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-26f9b998-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-97e1d1d4-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-1b8c9416-
database is active @ 192.168.1.100
keystone is active @ http://
using existing tenant admin (6cf3c771c23144
using existing user heat (35e1cd7e67bf4c
using existing role admin (66186308ee1c4d
user heat already has role admin in tenant admin
using existing service heat/orchestration (479b8b0ce23e49
deleting endpoint internalurl=http://
created new endpoint internalurl=http://
ERROR: openstack 'NoneType' object does not support item assignment
/usr/lib/
'python-
Conflict occurred attempting to store role - Duplicate Entry (HTTP 409) (Request-ID: req-d0c9c4d7-
Changed in kolla: | |
importance: | Undecided → Critical |
status: | New → Triaged |
assignee: | nobody → Steven Dake (sdake) |
milestone: | none → liberty-2 |
Changed in kolla: | |
status: | Triaged → In Progress |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
Reviewed: https:/ /review. openstack. org/200298 /git.openstack. org/cgit/ stackforge/ kolla/commit/ ?id=89176acbbad 28b875c74c034ce fb3fa6711ff7ac
Committed: https:/
Submitter: Jenkins
Branch: master
commit 89176acbbad28b8 75c74c034cefb3f a6711ff7ac
Author: Steven Dake <email address hidden>
Date: Thu Jul 9 15:41:20 2015 -0700
Add oslo.reports as a global dependency
oslo.reports is needed by several services. I suspect more services
will need this package as time passes.
Change-Id: I306d03bb9fb62e 2aed16113c1b547 257a398cd1d
Closes-Bug: #1473232