openstack-python-openstackc.../openstackclient
Tang Chen ada06f4dc3 Add MultiKeyValueAction to custom parser action
Class MultiKeyValueAction will be used to parse arguments like this:

--route destination=xxx,gateway=xxx --route destination=yyy,gateway=yyy

The result is a list like this:

[{destination:xxx, gateway:xxx}, {destination:yyy, gateway:yyy}]

This action also contain validation of the parameters.

Change-Id: Ie3aa8635c6a13fc2e429fe6922acd681dc7244cf
2016-02-27 03:53:32 +08:00
..
api Py3 replace dict.iteritems with six.iteritems 2016-02-24 10:14:56 +08:00
common Add MultiKeyValueAction to custom parser action 2016-02-27 03:53:32 +08:00
compute Defaults are ignored with flake8 2016-02-23 11:08:36 -06:00
identity Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
image Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Merge "Floating IP: Neutron support for "ip floating show" command" 2016-02-25 21:15:47 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Add MultiKeyValueAction to custom parser action 2016-02-27 03:53:32 +08:00
volume Fixed a bunch of spacing 2016-02-23 10:38:58 -06: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 Merge "Add shell --profile option to trigger osprofiler from CLI" 2016-02-26 19:49:21 +00:00