dict argument recognition error because of backspace

Bug #1475101 reported by yalei wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
Invalid
Undecided
Unassigned

Bug Description

stack@yaleiopen-OptiPlex-9020:~/job/dev_stack2$ neutron port-update 7edc5dbd-144c-451a-86e4-ed653b614beb --fixed-ips type=dict {subnet_id=21fca618-363e-4475-a214-53e5c3e06cf0 ,ip_address=192.168.101.13}
usage: neutron [--fixed-ips FIXED_IPS [FIXED_IPS ...]]
neutron: error: argument --fixed-ips: invalid key-value '', expected format: key=value

stack@yaleiopen-OptiPlex-9020:~/job/dev_stack2$ neutron port-update 7edc5dbd-144c-451a-86e4-ed653b614beb --fixed-ips type=dict {subnet_id=21fca618-363e-4475-a214-53e5c3e06cf0, ip_address=192.168.101.14}
usage: neutron [--fixed-ips FIXED_IPS [FIXED_IPS ...]]
neutron: error: argument --fixed-ips: invalid key-value '', expected format: key=value

stack@yaleiopen-OptiPlex-9020:~/job/dev_stack2$ neutron port-update 7edc5dbd-144c-451a-86e4-ed653b614beb --fixed-ips type=dict {subnet_id=21fca618-363e-4475-a214-53e5c3e06cf0,ip_address=192.168.101.13}
Updated port: 7edc5dbd-144c-451a-86e4-ed653b614beb

I think it's ok to remove the limitation of space.

yalei wang (yalei-wang)
Changed in python-neutronclient:
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.