Fuel CLI nodegroup --delete affects only for first entry in list

Bug #1483314 reported by Alexander Gubanov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Fuel Python (Deprecated)

Bug Description

Fuel version http://pastebin.com/G7yGnPcJ

[root@nailgun ~]# fuel --env 2 nodegroup
DEPRECATION WARNING: /etc/fuel/client/config.yaml exists and will be used as the source for settings. This behavior is deprecated. Please specify the path to your custom settings file in the FUELCLIENT_CUSTOM_SETTINGS environment variable.
id | cluster | name
---|---------|--------
2 | 2 | default
92 | 2 | test1
95 | 2 | test3
97 | 2 | test2
98 | 2 | test4
[root@nailgun ~]# fuel --env 2 nodegroup --delete --group 92,95,97
DEPRECATION WARNING: /etc/fuel/client/config.yaml exists and will be used as the source for settings. This behavior is deprecated. Please specify the path to your custom settings file in the FUELCLIENT_CUSTOM_SETTINGS environment variable.
{}
[root@nailgun ~]# fuel --env 2 nodegroup
DEPRECATION WARNING: /etc/fuel/client/config.yaml exists and will be used as the source for settings. This behavior is deprecated. Please specify the path to your custom settings file in the FUELCLIENT_CUSTOM_SETTINGS environment variable.
id | cluster | name
---|---------|--------
2 | 2 | default
95 | 2 | test3
97 | 2 | test2
98 | 2 | test4

Seems, it stop running after line https://github.com/stackforge/python-fuelclient/blob/master/fuelclient/cli/actions/nodegroup.py#L91

Changed in fuel:
importance: Undecided → Medium
assignee: nobody → Fuel Python Team (fuel-python)
status: New → Confirmed
milestone: 7.0 → 8.0
Revision history for this message
Sylwester Brzeczkowski (sbrzeczkowski) wrote :

I cannot reproduce it: http://paste.openstack.org/show/473836/

Please check if it still occurs

Changed in fuel:
status: Confirmed → Incomplete
status: Incomplete → Invalid
Revision history for this message
Alexander Gubanov (ogubanov) wrote :

I've checked it on IOS 7.0 (iso 310 RC4 ) - all works fine. Seems problem was only on old ISO.

Dmitry Pyzhov (dpyzhov)
tags: added: area-python
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.