python-contrail requires amqp and kombu python packages
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0 |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
R3.1 |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
Trunk |
Fix Committed
|
High
|
Ignatious Johnson Christopher |
Bug Description
When contrail-analytics is provisioned in separate host, contrail-alarm-gen fails to come up
because of dependency issue in python-contrail package
root@a5s193:~# contrail-status
== Contrail Analytics ==
supervisor-
contrail-alarm-gen failed
contrail-
contrail-
contrail-collector active
contrail-
contrail-
contrail-topology active
module = __import_
File "/usr/lib/
from alarmgen_
File "/usr/lib/
from config_handler import ConfigHandler
File "/usr/lib/
from cfgm_common.
File "/usr/lib/
import amqp.exceptions
ImportError: No module named amqp.exceptions
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
return get_distributio
File "/usr/lib/
return ep.load()
File "/usr/lib/
return self.resolve()
File "/usr/lib/
module = __import_
File "/usr/lib/
from alarmgen_
File "/usr/lib/
from config_handler import ConfigHandler
File "/usr/lib/
from cfgm_common.
File "/usr/lib/
import kombu
ImportError: No module named kombu
information type: | Proprietary → Public |
Review in progress for https:/ /review. opencontrail. org/21925
Submitter: Ignatious Johnson Christopher (<email address hidden>)