summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update cliff dependency (1.3.1)2.1.2Gary Kotton2013-02-271-1/+1
| | | | | | Fixed bug 1134163 Change-Id: I2bae8dee2f95f5372bb1b513a40da31fdd7962b2
* CLI support for network gateway feature2.2.0a1Salvatore Orlando2013-02-205-2/+340
| | | | | | | | | | 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-199-76/+136
|\
| * Allow known options after unknown ones in list and update commandgongysh2013-02-199-76/+136
| | | | | | | | | | | | blueprint known-options-location-in-list-update-commands Change-Id: Icad4fbc0d9f1751bd36573b37ac7fe32987fada9
* | Merge "Client for agent extension"Jenkins2013-02-194-3/+108
|\ \
| * | Client for agent extensiongongysh2013-02-194-3/+108
| |/ | | | | | | | | | | blueprint quantum-scheduler Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
* | Match other python-*client prettytable dependencyBrian Waldon2013-02-181-1/+1
|/ | | | | | | The other openstack clients use prettytable>=0.6,<0.7. For several reasons (primarily a lack of support in pip), we will match that here. Change-Id: Id4fb08ae48a65666014c96a22baefe46a771b002
* Merge "Add nvp queue support to client"Jenkins2013-02-175-1/+210
|\
| * Add nvp queue support to clientAaron Rosen2013-02-145-1/+210
| | | | | | | | | | | | | | This patch adds the nvp_qos_queue commands to the client Implements blueprint nvp-qos-extension-client Change-Id: Ic6d2a13ecb82e7e68b52b3143befb2f34b5e759f
* | Add exceptions messages for authenticationGary Kotton2013-02-141-3/+4
|/ | | | | | Fixes bug 1125137 Change-Id: Id79d11fb515a7af3b4e5cbe87bc717880fdb268b
* Merge "Add .coveragerc"3.0.a1Jenkins2013-02-121-0/+7
|\
| * Add .coveragercAlessio Ababilov2013-02-101-0/+7
| | | | | | | | | | | | | | Set up proper source and omit options. Change-Id: Icbda7894072f3589502ba2c4b5dcdf7f68b053af Implements: blueprint update-coveragerc
* | Merge "Stored the quantum commands list to the variable."Jenkins2013-02-121-2/+3
|\ \
| * | Stored the quantum commands list to the variable.Jason Zhang2013-02-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Support XML request format"Jenkins2013-02-129-176/+789
|\ \ \ | |_|/ |/| |
| * | Support XML request formatgongysh2013-02-069-176/+789
| |/ | | | | | | | | | | blueprint quantum-client-xml Change-Id: I9db8ea7c395909def00d6f25c9c1a98c07fdde68
* | Allow ability to remove security groups from portsAaron Rosen2013-02-053-9/+33
|/ | | | | | | | | 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
* Merge "Remove gettext.install from quantumclient.__init__"Jenkins2013-02-056-7/+34
|\
| * Remove gettext.install from quantumclient.__init__He Jie Xu2013-02-056-7/+34
| | | | | | | | | | | | fix bug 1097628 Change-Id: Ic6f2dfb4593fa507fb788786616bff6af3cbb896
* | Migrate from nose to testrMonty Taylor2013-02-035-28/+40
|/ | | | | | Part of blueprint grizzly-testtools Change-Id: Ia53b0987b1e890a96b190f4b1a47dde4bf84fb6f
* The change implements LBaaS CLI commands.Ilya Shakhat2013-01-2815-5/+1409
| | | | | | | | | | | | | | | | | 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
* Merge "Delete network with id in sample code using API."Jenkins2013-01-281-1/+5
|\
| * Delete network with id in sample code using API.gongysh2013-01-271-1/+5
| | | | | | | | | | | | Bug #1106936 Change-Id: I6a7ee694a916af3f0268884ce28ca12e5efdc025
* | Remove multiple white spacesgongysh2013-01-264-7/+7
|/ | | | Change-Id: I3715160a18cc2facdb8978ec97bf0f7ece1c3f05
* Merge "Exception should raise with status code"Jenkins2013-01-251-1/+2
|\
| * Exception should raise with status codeAaron Rosen2013-01-221-1/+2
| | | | | | | | | | | | Fixes bug 1103330 Change-Id: Ia706a76429027a4627ea7d12eeee3badae8c16b5
* | Fix quantum client examplesthakkar2013-01-231-1/+1
|/ | | | | | | Example references an incorrect method. list_net() should be list_networks() Change-Id: Ia1f4e13898964da63cb9c9da75270236aa6587b6
* Merge "Display security group name in security-group-rule-list"Jenkins2013-01-162-0/+149
|\
| * Display security group name in security-group-rule-listAkihiro MOTOKI2013-01-152-0/+149
| | | | | | | | | | | | | | | | | | | | | | | | 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 "Make "quantum help" to show a list of subcommands."Jenkins2013-01-151-0/+6
|\ \ | |/ |/|
| * Make "quantum help" to show a list of subcommands.Akihiro MOTOKI2013-01-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Migrate from unittest to testtoolsMonty Taylor2013-01-145-26/+22
| | | | | | | | | | | | Part of blueprint grizzly-testtools Change-Id: If92ba40209cb45905220df8c72501f33cdc4e1fc
* | Merge "Display subnet cidr information in net-list"Jenkins2013-01-143-28/+127
|\ \
| * | Display subnet cidr information in net-listAkihiro MOTOKI2013-01-113-28/+127
| |/ | | | | | | | | | | | | | | | | | | 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-1312-38/+174
|/ | | | | | | | | | | 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-319-39/+30
| | | | Change-Id: I7c95fa2db1d719f6ed34468ad12b7a9e4c9e794d
* Merge "Add --security-group option to port-create"Jenkins2012-12-312-0/+45
|\
| * Add --security-group option to port-createAkihiro MOTOKI2012-12-172-0/+45
| | | | | | | | | | | | | | | | | | [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 file 'ChangeLog' to MANIFEST.in"Jenkins2012-12-212-0/+2
|\ \
| * | Add file 'ChangeLog' to MANIFEST.inSascha Peilicke2012-12-192-0/+2
| | | | | | | | | | | | | | | | | | The file is missing from tarballs released at tarballs.openstack.org. Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
* | | Merge "bug 1091028"Jenkins2012-12-191-1/+1
|\ \ \ | |/ / |/| |
| * | bug 1091028Ben Andrews2012-12-161-1/+1
| |/ | | | | | | | | | | | | sets version that pip can use for pyparser to one that is for python 2.X. 2.0.0 is only for python 3 Change-Id: I8e23e576032290a71ba929af5f5c729ae3dffca6 Fixes: bug #1091028
* | Merge "Add --dns-nameserver, --host-route, --disable-dhcp to subnet-create"Jenkins2012-12-172-12/+114
|\ \ | |/ |/|
| * Add --dns-nameserver, --host-route, --disable-dhcp to subnet-createAkihiro MOTOKI2012-12-132-12/+114
| | | | | | | | | | | | 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
* Fix a wrong substition for '-h' in bash completionAkihiro MOTOKI2012-12-111-1/+1
| | | | | | Fixes bug #1087806 Change-Id: Id39cac821922ca6adea296335f2395fabb011754
* Ensures that help alignment is not hard codedGary Kotton2012-12-051-1/+6
| | | | | | Fixes bug 1086770 Change-Id: I6fa3edea83783e274d78e0c0195bca69d63b6e04
* 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