| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixed bug 1134163
Change-Id: I2bae8dee2f95f5372bb1b513a40da31fdd7962b2
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |/
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Set up proper source and omit options.
Change-Id: Icbda7894072f3589502ba2c4b5dcdf7f68b053af
Implements: blueprint update-coveragerc
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|
|
|
|
| |
Part of blueprint grizzly-testtools
Change-Id: Ia53b0987b1e890a96b190f4b1a47dde4bf84fb6f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Bug #1106936
Change-Id: I6a7ee694a916af3f0268884ce28ca12e5efdc025
|
| |/
|
|
| |
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
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
The file is missing from tarballs released at tarballs.openstack.org.
Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
|
| |\ \ \
| |/ /
|/| | |
|
| | |/
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
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 #1087806
Change-Id: Id39cac821922ca6adea296335f2395fabb011754
|
| |
|
|
|
|
| |
Fixes bug 1086770
Change-Id: I6fa3edea83783e274d78e0c0195bca69d63b6e04
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1085820
Change-Id: I333b21414ec159cbf8474d47bd8ba3c6bd3cf8ad
|
| |/
|
|
|
|
| |
Fixes bug 1085785
Change-Id: Ifd8ddfbb7fa5e32be96febe981a6baf57b5e58c7
|