mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_availability_zone.py | ||
| test_clientmanager.py | ||
| test_command.py | ||
| test_commandmanager.py | ||
| test_configuration.py | ||
| test_extension.py | ||
| test_logs.py | ||
| test_module.py | ||
| test_parseractions.py | ||
| test_quota.py | ||
| test_timing.py | ||
| test_utils.py | ||