| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Fixes bug 1151328
Also makes positional parameters of Show/Update/Delete commands upper.
Change-Id: Ifc6b76954ad987379f765f346167bb73556034f1
|
| |
|
|
|
|
| |
Fixes bug 1149286
Change-Id: I7db9416c00296dfefdbf8fef880154c05fa2445a
|
| |
|
|
|
|
| |
Fixes bug 1144426
Change-Id: I3c5ac92f583ffce19f5ed38219d796bc6585e123
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove unused methods in quantumclient.common.serializer.XMLDeserializer
that tries to access non existing attributes of xml node:
* find_first_child_named
* extract_text
* find_children_named
Change-Id: I0aff5933fa75e50748e9d0325d898c2f6836fa58
Fixes: bug #1132850
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes bug 1130625
Add pagination params: -P, --page-size SIZE
Add sorting params: --sort-key FIELD --sort-dir {asc,desc}
Add xml support
Change-Id: I76abb6335f53176feade216413a8cabaaefe42be
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
blueprint quantum-scheduler
Change-Id: I5bad096d4892ebf1d309fc0a625dca4b2407bc94
|
| |/
|
|
|
|
| |
fixes bug 1133057
Change-Id: Ic4b35e0c6335e3fc65022203a56ea2cce89f975c
|
| |
|
|
|
|
|
|
|
|
| |
Blueprint nvp-nwgw-extension-client
Adds commands for gateway management, and for connecting
networks to gateways. These commands use the nicira-specific
extension 'nvp-network-gateway'
Change-Id: Iefcba201bc9fd8dce35762514af0f56b29430ccd
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
blueprint known-options-location-in-list-update-commands
Change-Id: Icad4fbc0d9f1751bd36573b37ac7fe32987fada9
|
| |/
|
|
|
|
| |
blueprint quantum-scheduler
Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
This patch adds the nvp_qos_queue commands to the client
Implements blueprint nvp-qos-extension-client
Change-Id: Ic6d2a13ecb82e7e68b52b3143befb2f34b5e759f
|
| |/
|
|
|
|
| |
Fixes bug 1125137
Change-Id: Id79d11fb515a7af3b4e5cbe87bc717880fdb268b
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By storing the quantum commands list to
the variable, the subclass can depend
the quantum shell to parse the command.
Fixes: bug 1116837
Change-Id: I0a6f3226d326cf015e262e4ddf364d6f9a91d041
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
blueprint quantum-client-xml
Change-Id: I9db8ea7c395909def00d6f25c9c1a98c07fdde68
|
| |/
|
|
|
|
|
|
|
| |
This commit adds the option --no-security-groups to port-update
in order to remove security groups from a port.
Fixes bug 1112089
Change-Id: I43a5cc2c8b443f2d34fffe66b442925a5ae312ac
|
| |
|
|
|
|
| |
fix bug 1097628
Change-Id: Ic6f2dfb4593fa507fb788786616bff6af3cbb896
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implements: blueprint lbaas-cli
New commands:
* Vip: lb-vip-create, lb-vip-list, lb-vip-show, lb-vip-update,
lb-vip-delete
* Pool: lb-pool-create, lb-pool-list, lb-pool-show, lb-pool-update,
lb-pool-delete, lb-pool-stats
* Member: lb-member-create, lb-member-list, lb-member-show,
lb-member-update, lb-member-delete
* Health Monitor: lb-healthmonitor-create, lb-healthmonitor-list,
lb-healthmonitor-show, lb-healthmonitor-update, lb-healthmonitor-delete,
lb-healthmonitor-associate, lb-healthmonitor-disassociate
Change-Id: Idaa569024c24955886a836e3dfedd009fed87007
|
| |
|
|
| |
Change-Id: I3715160a18cc2facdb8978ec97bf0f7ece1c3f05
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1103330
Change-Id: Ia706a76429027a4627ea7d12eeee3badae8c16b5
|
| |/
|
|
|
|
|
| |
Example references an incorrect method.
list_net() should be list_networks()
Change-Id: Ia1f4e13898964da63cb9c9da75270236aa6587b6
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is useful to display security group name rather than its id
for security_group_id and source_group_id.
Also add '--no-nameconv' option to disable conversion from
security group id to its name. When security-group-rule-list is executed
by admin user it is likely more than one groups have same name.
This option is useful for such cases.
Change-Id: I7fd0f1fb26fce8ed24e0f710666866607e681bc8
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix bug 1023260
All other OpenStack clients (nova, keystone, glance, ....) accepts
just "help" which displays a list of subcommands. This commit makes
quantum command consist with other OpenStack projects.
After this change help behavior of quantum command becomes as follows:
Show general help message:
quantum --help
quantum help
Show help message of subcommand
quantum help <subcommand>
quantum <subcommand> --help
Change-Id: I34ca0df809da04f9b9b9275c697e6aafca312cfe
|
| | |
| |
| |
| |
| |
| | |
Part of blueprint grizzly-testtools
Change-Id: If92ba40209cb45905220df8c72501f33cdc4e1fc
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes bug 1074415
This commit introduces extend_list() in ListCommand class. This method
can be used to update a retrieved list (e.g., add additional information
or convert some field to more human-readable value).
Change-Id: Icf5ab616ab4d9add16c921e1944ba37b376b2ab2
|
| |/
|
|
|
|
|
|
|
|
|
| |
We run the argument parser to split known options and unknown options.
Make '-' work and have the same effect as '_' in both known and unknown
option parts.
Make metavar Uppercase.
blueprint options-location
Change-Id: Ic27b278484133c8b83e3b031a0810a76b050219f
|
| |
|
|
| |
Change-Id: I7c95fa2db1d719f6ed34468ad12b7a9e4c9e794d
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
[Usage] quantum port-create --security-group sg1 --security-group sg2 net1
A security group can be specified by name.
Part of blueprint quantum-client-security-groups
Change-Id: I82126f4839c4c0b265912ac6f5e111f5fbd2f72b
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1042982
Change-Id: I71f7e54a0982ac5fd188986d902667bd3fd6b219
|
| |/
|
|
|
|
|
|
|
| |
Fixes bug 1090233
underscore-stype options are still supported for backward compatibility.
Also add secgroup name support for --source-group-id.
Change-Id: I5947ae510e074db612dae1431487fe9ca195a467
|
| |
|
|
|
|
| |
Fixes bug 1086770
Change-Id: I6fa3edea83783e274d78e0c0195bca69d63b6e04
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1085820
Change-Id: I333b21414ec159cbf8474d47bd8ba3c6bd3cf8ad
|
| |/
|
|
|
|
| |
Fixes bug 1085785
Change-Id: Ifd8ddfbb7fa5e32be96febe981a6baf57b5e58c7
|
| |
|
|
|
|
| |
fixes bug 1070460
Change-Id: Id9157e7226f906ec608aa95766eeed1e62b5cc50
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug #1049551
Add two CLI and unit tests:
quantum net-external-list
(runs net-list with router:external=True filter)
quantum router-port-list <router-id/name>
(runs port-list, filtering with device_id equal to specified router)
Change-Id: I9a9668836ac24d4cbc6a3867ec031611b64ded14
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug #1076968
We print request curl command before HTTP request,
and response information after HTTP request.
Change-Id: I19840e8bd606a30389cd029c0add066c945fcdf6
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes Bug #1052161
"python setup.py build" fails on Windows due to a hardcoded shell path:
/bin/sh
setup.py updated using openstack-common/update.py
Change-Id: I3943725a1f4b067a06f8f850e993c6867399a967
|