summaryrefslogtreecommitdiff
path: root/quantumclient/quantum/v2_0
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Don't query the agent with name"Jenkins2013-03-271-0/+1
|\
| * Don't query the agent with namegongysh2013-03-261-0/+1
| | | | | | | | | | | | Bug #1160332 Change-Id: I4da1df900ff29f75e11b91186200d7841602bff4
* | Update --remote-group-id metavar to REMOTE_GROUPAaron Rosen2013-03-261-1/+1
|/ | | | | | | | The metavar value for --remote-group-id was left out in the patch that renamed source_(group_id|ip_prefix) to remote. This patch renames this instance of SOURCE to REMOTE. Change-Id: I99d538e1cdc0b29e62b499c9c8ba8b3a31d77f7a
* remove remainder argumentgongysh2013-03-262-23/+16
| | | | | | Bug #1160203 Change-Id: I01c6aed18ccd7fe61a5ea4562c79d47222175147
* Fix a description of floatingip-id in (dis)associate commands2.2.0Akihiro MOTOKI2013-03-072-9/+9
| | | | | | | | Fixes bug 1151328 Also makes positional parameters of Show/Update/Delete commands upper. Change-Id: Ifc6b76954ad987379f765f346167bb73556034f1
* Add support for security group quotasGary Kotton2013-03-061-6/+13
| | | | | | Fixes bug 1149286 Change-Id: I7db9416c00296dfefdbf8fef880154c05fa2445a
* Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)Aaron Rosen2013-03-041-13/+13
| | | | | | Fixes bug 1144426 Change-Id: I3c5ac92f583ffce19f5ed38219d796bc6585e123
* Add pagination support for clientHe Jie Xu2013-03-0111-0/+95
| | | | | | | | | | 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
* Merge "Client for agent scheduler extension"Jenkins2013-02-282-4/+246
|\
| * Client for agent scheduler extensiongongysh2013-02-282-4/+246
| | | | | | | | | | | | blueprint quantum-scheduler Change-Id: I5bad096d4892ebf1d309fc0a625dca4b2407bc94
* | rename port to port_protocol for lbaas cliMark McClain2013-02-272-8/+13
|/ | | | | | fixes bug 1133057 Change-Id: Ic4b35e0c6335e3fc65022203a56ea2cce89f975c
* CLI support for network gateway feature2.2.0a1Salvatore Orlando2013-02-201-0/+160
| | | | | | | | | | 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
* Merge "Allow known options after unknown ones in list and update command"Jenkins2013-02-193-31/+41
|\
| * Allow known options after unknown ones in list and update commandgongysh2013-02-193-31/+41
| | | | | | | | | | | | blueprint known-options-location-in-list-update-commands Change-Id: Icad4fbc0d9f1751bd36573b37ac7fe32987fada9
* | Client for agent extensiongongysh2013-02-192-3/+69
|/ | | | | | blueprint quantum-scheduler Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
* Add nvp queue support to clientAaron Rosen2013-02-141-0/+90
| | | | | | | This patch adds the nvp_qos_queue commands to the client Implements blueprint nvp-qos-extension-client Change-Id: Ic6d2a13ecb82e7e68b52b3143befb2f34b5e759f
* Allow ability to remove security groups from portsAaron Rosen2013-02-052-9/+25
| | | | | | | | | 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
* The change implements LBaaS CLI commands.Ilya Shakhat2013-01-286-4/+522
| | | | | | | | | | | | | | | | | 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
* Display security group name in security-group-rule-listAkihiro MOTOKI2013-01-151-0/+49
| | | | | | | | | | | | 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
* Merge "Display subnet cidr information in net-list"Jenkins2013-01-142-15/+39
|\
| * Display subnet cidr information in net-listAkihiro MOTOKI2013-01-112-15/+39
| | | | | | | | | | | | | | | | | | | | 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
* | Allow known options defined after position arguments.gongysh2013-01-137-33/+67
|/ | | | | | | | | | | 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
* Fix import order nitsZhongyue Luo2012-12-311-1/+1
| | | | Change-Id: I7c95fa2db1d719f6ed34468ad12b7a9e4c9e794d
* Merge "Add --security-group option to port-create"Jenkins2012-12-311-0/+13
|\
| * Add --security-group option to port-createAkihiro MOTOKI2012-12-171-0/+13
| | | | | | | | | | | | | | | | | | [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
* | Merge "Add --dns-nameserver, --host-route, --disable-dhcp to subnet-create"Jenkins2012-12-171-12/+26
|\ \ | |/ |/|
| * Add --dns-nameserver, --host-route, --disable-dhcp to subnet-createAkihiro MOTOKI2012-12-131-12/+26
| | | | | | | | | | | | Fixes bug 1042982 Change-Id: I71f7e54a0982ac5fd188986d902667bd3fd6b219
* | Support dash-style options for security-group commands.Akihiro MOTOKI2012-12-141-6/+22
|/ | | | | | | | | Fixes bug 1090233 underscore-stype options are still supported for backward compatibility. Also add secgroup name support for --source-group-id. Change-Id: I5947ae510e074db612dae1431487fe9ca195a467
* Merge "Add --router and --floatingip to quota-update options."Jenkins2012-12-041-1/+7
|\
| * Add --router and --floatingip to quota-update options.Akihiro MOTOKI2012-12-031-1/+7
| | | | | | | | | | | | Fixes bug 1085820 Change-Id: I333b21414ec159cbf8474d47bd8ba3c6bd3cf8ad
* | Display columns in the order of -c optionsAkihiro MOTOKI2012-12-031-1/+3
|/ | | | | | Fixes bug 1085785 Change-Id: Ifd8ddfbb7fa5e32be96febe981a6baf57b5e58c7
* Correct the verbose output formatting when creating routers.Kyle Mestery2012-11-202-30/+19
| | | | | | fixes bug 1070460 Change-Id: Id9157e7226f906ec608aa95766eeed1e62b5cc50
* Merge "Convenience cmds for l3"Jenkins2012-11-162-1/+43
|\
| * Convenience cmds for l3ivan-zhu2012-11-132-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Adds securitygroup implementationAaron Rosen2012-10-311-0/+158
|/ | | | | | Implements blueprint quantum-client-security-groups API Change-Id: I9b6ad8525909688915fadefc75075406b8380327
* clean the descriptions for quota cli commands.gongysh2012-09-201-4/+4
| | | | | | | | | Bug #1053099 By default, the quotas for all tenants will use defaults from quantum.conf. Admin can use the cli commands to define different quotas for tenants. Change-Id: Ifb0ef3ce2680245ccb2c2872bed1cbef3bb9629b
* Support shared option in CLISalvatore Orlando2012-09-111-1/+8
| | | | | | | | Fix bug 1049386 Add the 'shared' attribute to known parameters Change-Id: Ica3b00c6b4108a328748025f94ceebf8c935e662
* Limit list command for router and floating ipGary Kotton2012-09-113-1/+4
| | | | | | | | Fixes bug 1047751 Also removes tenant id from network list output Change-Id: I5302b97ed784580508d2ca2170ab3c240053c1a1
* Merge "Send all options with CreateFloatingIP"Jenkins2012-09-101-3/+7
|\
| * Send all options with CreateFloatingIPSalvatore Orlando2012-09-091-3/+7
| | | | | | | | | | | | Fix Bug 1048081 Change-Id: I87a66e80a42304508e3e9bc3afbe275b41918404
* | prevent floatingip-show and floatingip-delete from querying by "name"Dan Wendlandt2012-09-092-7/+25
|/ | | | | | | | | | | bug 1048088 floating IPs do not have names, but the show and delete commands inherited logic that implied that they did, leading to very odd results that would result is "floating-ip show X" return a result even if X was not a valid UUID for any floating IP. Change-Id: I5939a2a28ae4abf94d44fadb75a657fe706f1295
* router/floating commands support resource reference by nameAkihiro MOTOKI2012-09-062-11/+26
| | | | | | Fixes bug 1046855. Change-Id: I7cc578246019a895c020e822e2d636625363fdde
* update error message to make clear that we were search for a name.Dan Wendlandt2012-09-041-2/+3
| | | | Change-Id: I0abce71fbb8964d7dee74a904167db76c9f65e67
* *-list command shows only limited fields normally.yong sheng gong2012-09-014-0/+11
| | | | | | | | | Bug #1036051 We add list_columns in list commands to limit the output columns. The behaviour is overriden if we use -c in command. Change-Id: I0fa6c73cd7270d86aff01d3790d59c8d4e8a235a
* Fix printout of dns name servers and host routesGary Kotton2012-08-291-1/+19
| | | | | | Fixes bug 1043105 Change-Id: I20e9310088767a57f078554025728ae2eb1953e2
* Change '_' to '-' in optionsDean Troyer2012-08-248-27/+95
| | | | | | | | | | This changes every command-line option with a '_' in its name and changes them to '-'. The old option names are maintained for backward compatibility but are no longer in the help text. BP command-options Change-Id: I94daea544ab613321c0a1c4de45092be6dc8471d
* initial client + CLI support for routers + floating ipsDan Wendlandt2012-08-223-0/+322
| | | | | | | | | | bp quantum-client-l3-floating-ip The task also does the following: 1. Fixes alignment of the --help output 2. Ensures that a show command prints a dictionary correctly Change-Id: Ib61b3e8748a7bd476ec008ab6ce20ab852e92f58
* Merge "add ext list and show commands."Jenkins2012-08-141-0/+95
|\
| * add ext list and show commands.Yong Sheng Gong2012-08-121-0/+95
| | | | | | | | Change-Id: I3bdf1a3b066ee12572468b8d7abee96eb07f9257
* | Support --no-gateway optionNachi Ueno2012-08-141-0/+11
| | | | | | | | | | | | | | if --no-gateway is specified, null is used for gateway value. Fixs bug 1035987 Change-Id: I6b9e00563cc2993f40de204e2c399218f00b88c4