python-pbr package not installed on config nodes
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R1.1 |
Fix Committed
|
High
|
Atul Moghe | |||
Trunk |
Fix Committed
|
High
|
Atul Moghe |
Bug Description
R1.10 34
In Icehouse distribution on CentOS, on config nodes python-pbr package is not installed.
This is resulting neutronclient shell commands to fail.
Workaround is to install the package manually from /opt/contrail/
i.e.
yum install /opt/contrail/
[root@nodec20 ~]# source /etc/contrail/
[root@nodec20 ~]# neutron net-list
Traceback (most recent call last):
File "/usr/bin/neutron", line 6, in <module>
from neutronclient.shell import main
File "/usr/lib/
from neutronclient.
File "/usr/lib/
import pbr.version
ImportError: No module named pbr.version
[root@nodec20 ~]#
tags: | added: releasenote |
This is fixed in mainline not in R1.10 by releasing a new python- neutronclient package with 3contrail