← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1558392] [NEW] List command in Neutron throws list index out of range error, when there are no entries for a object

 

Public bug reported:

On removing the last entry of a object say network or floatingip ,if neutron list command is issued it throws "list index out of range" error 
stack@hlm:~$ neutron net-list
-----------------------------------------------------------------------------------------
id	name	subnets
-----------------------------------------------------------------------------------------
206d8033-a577-488f-b6bc-5558e37e0e54	n1	ac5353b7-edb5-4138-9be4-b84bc22b9718 1.1.1.0/24
-----------------------------------------------------------------------------------------
stack@hlm:~$ neutron net-delete n1
Deleted network: n1
stack@hlm:~$ neutron net-list
list index out of range
stack@hlm:~$
stack@hlm:~$ neutron floatingip-list
list index out of range
stack@hlm:~$

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: liberty-backport-potential

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1558392

Title:
  List command in Neutron throws list index out of range error,when
  there are no entries for a object

Status in neutron:
  New

Bug description:
  On removing the last entry of a object say network or floatingip ,if neutron list command is issued it throws "list index out of range" error 
  stack@hlm:~$ neutron net-list
  -----------------------------------------------------------------------------------------
  id	name	subnets
  -----------------------------------------------------------------------------------------
  206d8033-a577-488f-b6bc-5558e37e0e54	n1	ac5353b7-edb5-4138-9be4-b84bc22b9718 1.1.1.0/24
  -----------------------------------------------------------------------------------------
  stack@hlm:~$ neutron net-delete n1
  Deleted network: n1
  stack@hlm:~$ neutron net-list
  list index out of range
  stack@hlm:~$
  stack@hlm:~$ neutron floatingip-list
  list index out of range
  stack@hlm:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1558392/+subscriptions


Follow ups