Neutron version is missing from pip list

Bug #1681920 reported by Satya Sanjibani Routray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
Undecided
Unassigned

Bug Description

With the stable ocata the neutron version is not showing up in the kolla deployment and getting 0.0.0

pip list information is in the below link
http://paste.openstack.org/show/606198/

description: updated
Revision history for this message
Eduardo Gonzalez (egonzalez90) wrote :

Cannot reproduce this issue in centos source.
Can you provide more information of your environment?

From Master branch (centos source)

()[root@eb330cbc5220 /]# pip freeze | grep -i neutron
neutron==11.0.0.dev526
neutron-dynamic-routing==10.0.1.dev12
neutron-fwaas==10.0.0.0rc2.dev74
neutron-lbaas==10.0.1.dev69
neutron-lib==1.3.0
neutron-vpnaas==10.0.1.dev26
python-neutronclient==6.1.0

From stable ocata from dockerhub images (centos source)
()[root@88b84e7e5ec0 /]# pip freeze | grep -i neutron
neutron==10.0.0
neutron-fwaas==10.0.0
neutron-lbaas==10.0.0
neutron-lib==1.1.0
neutron-vpnaas==10.0.0
python-neutronclient==6.1.0

From stable ocata from dockerhub images (ubuntu source)
()[root@dfa1194afc72 /]# pip freeze | grep -i neutron
neutron==10.0.0
neutron-fwaas==10.0.0
neutron-lbaas==10.0.0
neutron-lib==1.1.0
neutron-vpnaas==10.0.0
python-neutronclient==6.1.0

Revision history for this message
Satya Sanjibani Routray (satroutr) wrote :

i am using oracle linux

and yesterday inc0 and SamYaple also confirmed the same issue

Revision history for this message
Eduardo Gonzalez (egonzalez90) wrote :

Oracle source tag 4.0.0 in dockerhub also have correct version.

Status: Downloaded newer image for kolla/oraclelinux-source-neutron-server:4.0.0
()[root@bbe73393d9e3 /]# pip freeze | grep -i neutron
neutron==10.0.0
neutron-fwaas==10.0.0
neutron-lbaas==10.0.0
neutron-lib==1.1.0
neutron-vpnaas==10.0.0
python-neutronclient==6.1.0

Just to verify if different information was provided by pip list and pip freeze.
I see the same version too.

[root@controller ~]# docker run -ti -u 0 kolla/oraclelinux-source-neutron-server:4.0.0 bash
()[root@e5ae8f86e560 /]# pip list | grep -i neutron
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
neutron (10.0.0)
neutron-fwaas (10.0.0)
neutron-lbaas (10.0.0)
neutron-lib (1.1.0)
neutron-vpnaas (10.0.0)
python-neutronclient (6.1.0)

Revision history for this message
zhubingbing (zhubingbing) wrote :

agree Eduardo Gonzalez, i can't reproduce too.

Changed in kolla:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.