Bug 1302567

Summary: Running neutron net-list in Mitaka returns "list index out of range"
Product: [Community] RDO Reporter: Udi Kalifon <ukalifon>
Component: python-neutronclientAssignee: lpeer <lpeer>
Status: CLOSED EOL QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: unspecified    
Version: LibertyCC: chrisw, srevivo
Target Milestone: ---   
Target Release: Kilo   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 15:34:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Udi Kalifon 2016-01-28 08:16:59 UTC
Description of problem:
I deployed a Mitaka overcloud on CentOS 7. It was the testday version from the delorian packages installed according to https://www.rdoproject.org/testday/mitaka/milestone2/ and https://www.rdoproject.org/rdo-manager/. The overcloud was deployed with 3 controllers and 1 compute without network isolation. There were no neutron networks defined in the overcloud yet. I ran:

[stack@undercloud ~]$ neutron net-list
list index out of range


Version-Release number of selected component (if applicable):
python-neutron-8.0.0.0b3-dev37.el7.centos.noarch
python-neutronclient-4.0.1-dev31.el7.centos.noarch
python-openstackclient-2.0.1-dev190.el7.centos.noarch


How reproducible:
100%


Steps to Reproduce:
1. Install according to the instructions in https://www.rdoproject.org/testday/mitaka/milestone2/ and https://www.rdoproject.org/rdo-manager/
2. Deploy an overcloud without network isolation: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --ntp-server clock.redhat.com -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml
3. Source the overcloudrc file
4. Run "neutron net-list"


Actual results:
list index out of range


Expected results:
An empty net list

Comment 1 Chandan Kumar 2016-05-19 15:34:20 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.