openstack-python-openstackc.../openstackclient
ting.wang dc5a8faddd Fix Mutable default argument
Python’s default arguments are evaluated once when the function is defined,
not each time the function is called. This means that if you use a mutable
default argument (like list and dict) and mutate it, you will and have mutated
that object for all future calls to the function as well.

more details about this wrong usage here:
http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments

Change-Id: If187f16bfb305ac4fe6e4177e498a06c49c3f946
2016-02-20 16:35:11 +08:00
..
api Fix a spell typos 2016-02-03 15:47:25 +05:30
common Fix Mutable default argument 2016-02-20 16:35:11 +08:00
compute Merge "Refactor security group rule delete to use SDK" 2016-02-18 09:03:27 +00:00
identity Merge "Return names in list role assignments" 2016-02-17 22:23:51 +00:00
image Add --marker option to "image list" command 2016-02-03 14:04:50 +08:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Merge "Subnet Pool: Add "subnet pool show" command" 2016-02-19 18:17:00 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Merge "Subnet Pool: Add "subnet pool show" command" 2016-02-19 18:17:00 +00:00
volume log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Fix 'openstack --help' fails if clouds.yaml cannot be read 2016-02-14 22:08:01 +09:00