summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Implement trust in identity v3 api"Jenkins2015-02-105-1/+582
|\ \ \ | |_|/ |/| |
| * | Implement trust in identity v3 apiSteve Martinelli2015-02-085-1/+582
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new module in identity v3 api to handle create, read, and delete operations of trust resources. Co-Authored-By: Lance Bragstad <lbragstad@gmail.com> Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: #1413718 Change-Id: I2b360b141ff70d4f396466abede859a3db6644f4
* | | Skip functional tests until they are fixedSteve Martinelli2015-02-091-0/+4
| |/ |/| | | | | | | | | | | | | Newest python-keystoneclient broke some of our tests, this patch is just to get the gate less broken. Change-Id: I8961c63d094e9effde73f6d4088d8626a46e1f3d Related-Bug: #1420080
* | Merge "Add sort support to image list"Jenkins2015-02-077-0/+184
|\ \
| * | Add sort support to image listzhiyuan_cai2015-02-067-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sort support to image list by sorting items in the client side. The parameter syntax follows this spec[1]. [1] https://review.openstack.org/#/c/145544/ Change-Id: I42b487d18f00f937db1938daa46487cea2a896ab Closes-Bug: #1410251
* | | Merge "Change volume create --snapshot-id to --snapshot"Jenkins2015-02-072-6/+15
|\ \ \
| * | | Change volume create --snapshot-id to --snapshotlin-hua-cheng2015-02-062-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping the option --snapshot-id hidden for backward compatibility. Change-Id: Iefa0aed9be255a5626a9bbb7db77911ef5ca8595 Closes-Bug: #1418742
* | | | Imported Translations from TransifexOpenStack Proposal Bot2015-02-072-220/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Id788908b4cbf5de8e8b17cd30f62a4d528a4587a
* | | | Merge "Add network support to quota show"Jenkins2015-02-071-6/+30
|\ \ \ \
| * | | | Add network support to quota showzhiyuan_cai2015-01-281-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently quota show only lists quotas of Nova and Cinder, we should make it also support Neutron resources. Also, Nova and Neutron may have conflicts in the quotas of the following resources: floating ip, security group and security group rule. When Neutron is enabled, we should display the quotas of the above resouces in Neutron, not Nova. Change-Id: I6e508d2077b6cda41ca93d81a82f39aee0ebfb4c Closes-Bug: #1411160
* | | | | Merge "Begin low-level API for Network v2"Jenkins2015-02-077-121/+422
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Begin low-level API for Network v2Dean Troyer2015-01-227-121/+422
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | api.network.APIv2 starts with network_list() support to flush out the skeleton of the Network API. list_dhcp_agent() supports the --dhcp option of 'network list' Change-Id: I9a2b90cde84eced1f2ea6a014b769e2bae668211
* | | | Merge "Adding default user_domain_id parameter only when using password auth"Jenkins2015-02-061-0/+1
|\ \ \ \
| * | | | Adding default user_domain_id parameter only when usingIgor_Bolotin2015-02-051-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | password auth Change-Id: I31943739cc1b535cbd402c5e9245b2f7a19cfa32 Closes-Bug: #1418810
* | | | Merge "Check volume status before extending size"Jenkins2015-02-065-10/+220
|\ \ \ \
| * | | | Check volume status before extending sizelin-hua-cheng2015-02-065-10/+220
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Added test for Volume Set as well. Change-Id: I8e6794f67b160ca328fcafa8f1d67138b4f3becd Closes-Bug: #1415182
* | | | Merge "Added capabilities/options to 'openstack flavor list' command to ↵Jenkins2015-02-063-6/+344
|\ \ \ \ | |/ / / |/| | | | | | | match capabilities already provided by 'nova flavor-list':"
| * | | Added capabilities/options to 'openstack flavor list'Igor_Bolotin2015-02-033-6/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to match capabilities already provided by 'nova flavor-list': —public | --private | --all options allows to list public only (default), private only or all flavors. —long displays more field. This option also fetches properties (extra-specs) for each flavor using separate API call for each flavor and it’s too slow to be done by default. However as an administrator - sometimes I need to be able to see them for all flavors. Removed empty “Extra Specs” column as well as "Swap" and "RXTX Factor" from default output. DocImpact Closes-Bug: #1416780 Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37
* | | | tenant_id to project_id in server showMarcos Fermin Lobo2015-02-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The result of 'server show VM_NAME' command shows tenant_id instead of project_id. All openstack components are moving from 'tenant' to 'project' naming when we are talking about openstack projects. Change-Id: I50053b72e79e1ff3167fa573728da1a81a8e5ed8 Closes-Bug: #1417614
* | | | Merge "Improving the help of the lock command."Jenkins2015-02-022-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Improving the help of the lock command.Pedro Navarro2015-02-012-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lock command allows you to block the actions on the server for the non-admin users. Improving the help so that api users understands better what locking a server implies. Change-Id: I925c946751602dc0f6bd1d31b514bc20bca585fa Closes-Bug: #1366279
* | | | Updated from global requirementsOpenStack Proposal Bot2015-01-281-2/+2
| | | | | | | | | | | | | | | | Change-Id: I2512e4e43f53392fe0c1f8ee4d326688e0cad9c5
* | | | Change test order to avoid incompatibliityTerry Howe2015-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If py26 or py27 tests are run first, there is a incompatibility in the .testrepository that breaks several tests. To get around this, you need to run the py33 tests first. This change was made over in the cliff project. Before: (.venv)terry@brat:~/cli$ rm -rf .testrepository/ (.venv)terry@brat:~/cli$ tox ... py26: commands succeeded py27: commands succeeded ERROR: py33: commands failed ERROR: py34: commands failed pep8: commands succeeded After: (.venv)terry@brat:~/cli$ rm -rf .testrepository/ (.venv)terry@brat:~/cli$ tox ... py33: commands succeeded py34: commands succeeded py26: commands succeeded py27: commands succeeded pep8: commands succeeded congratulations :) (.venv)terry@brat:~/cli$ Change-Id: Ie1717efd6827eae36683f2e7fe7ff8ec58ff4aa8
* | | | Merge "Add filter to image list"Jenkins2015-01-2811-130/+606
|\ \ \ \
| * | | | Add filter to image listDean Troyer2015-01-2711-130/+606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hides previously broken --page-size option * Adds --property to image list for filtering on properties * Adds Visibility, Protected, Owner, Properties/Tags to --long output * Adds api.utils.simple_filter() for selecting matches out of a list of objects * Adds tests for all of the above * Updates image docs There are additional filtering options to be added in later reviews. Change-Id: I32feff0ad61aae749b33621c817658d7dc90c3aa Closes-bug: 1401902
* | | | | Merge "Add the ability to extend volumes in `osc volume set`"Jenkins2015-01-282-1/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add the ability to extend volumes in `osc volume set`Steve Martinelli2015-01-272-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a --size option for volume set, so the user may extend a volume's size. Change-Id: Ic8d3396d788a14ea1e10bf1da73edfd7f5d85070 Closes-Bug: #1413954
* | | | | Merge "fix the wrong order of assertEqual args"Jenkins2015-01-2727-283/+283
|\ \ \ \ \
| * | | | | fix the wrong order of assertEqual argswanghong2015-01-2727-283/+283
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Let's fix them thoroughly. Change-Id: I8a1f042fb614b05c9836a49041f3883638b870b0
* | | | | Add 'find by name' to --nic for creating serverzhiyuan_cai2015-01-273-1/+117
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Add 'find by name' feature to --nic option for creating server. Closes-Bug: #1353040 Change-Id: Idd0a30415d8360a57e33efedf2467593652683d4
* | | | Remove ignore portion of tox.iniSteve Martinelli2015-01-261-1/+0
|/ / / | | | | | | | | | | | | | | | | | | In the latest hacking update a few rules were dropped, and we no longer have to ignore these rules in our tox.ini. Change-Id: Id38a1497019c7fe2d4ad8567f1c0c8d229951751
* | | fix object list command namingJimmy McCrory2015-01-241-1/+1
| |/ |/| | | | | Change-Id: I30a62c9b9eb1eeac29f32286ac18c0caed4f380d
* | Merge "Command docs: network"Jenkins2015-01-222-24/+174
|\ \
| * | Command docs: networkDean Troyer2015-01-212-24/+174
| |/ | | | | | | Change-Id: Ia88b6c0ca5205fa5bfc3efa06ac7f84c4a9e5d4e
* | Merge "Add region name for identity and volume clients"Jenkins2015-01-212-0/+2
|\ \
| * | Add region name for identity and volume clientsSteve Martinelli2015-01-212-0/+2
| |/ | | | | | | | | | | | | | | | | We do not take into account region names for identity and volume clients. Change-Id: I4263e9013226b0adc6b9ad7540d6ad3efb42e809 Co-Authored-By: Eric Helgeson <erichelgeson@gmail.com> Related-Bug: #1405416
* | Begin low-level API for Image v1 and v2Dean Troyer2015-01-2011-60/+623
|/ | | | | | | | | image list for v1 and v2: * Add --public|--private to command parsers * Implement local public/private filtering for v1 image_list() * Pass public/private filter to server for v2 image_list() Change-Id: Ie7c24ea2d1bf2b3b1b7fa342eb45fee45894634d
* Merge "Create 1.0.2 release notes"1.0.2Jenkins2015-01-192-1/+69
|\
| * Create 1.0.2 release notesSteve Martinelli2015-01-192-1/+69
| | | | | | | | | | | | | | Also move the release notes to the bottom of the ToC, no need for it to be at the top, that's prime real estate. Change-Id: Ib3094a390a7214b320d02f77229f368aa4432c4e
* | Merge "Fix doc building errors"Jenkins2015-01-196-28/+50
|\ \
| * | Fix doc building errorsSteve Martinelli2015-01-196-28/+50
| |/ | | | | | | | | | | Addresses some of the issues that appeared when running tox -edocs Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
* | Merge "Add version url config workaround"Jenkins2015-01-192-1/+46
|\ \
| * | Add version url config workaroundDean Troyer2015-01-152-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This subclasses KSC's generic Password plugin to allow version discovery with default Keystone configurations that leave admin_endpoint and public_endpoint at the default values (http://localhost:xxxx). This patch copies the scheme and netloc from the original auth_url into the URL returned from version discovery if the returned netloc begins with 'localhost'. Due to the specific nature of this review, the Keystone team is not inclned to include it in keystoneclient so it is addressed here. Closes-bug: #1410364 Change-Id: I877fe74d86aab3a63122a07b77d1302a007f5b30
* | | Imported Translations from TransifexOpenStack Proposal Bot2015-01-192-4/+32
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ic0553e48357f444da72693bdfcc8bd393df7659e
* | | Add missing oslo-config to requirementsAbhishek Chanda2015-01-181-0/+1
| |/ |/| | | | | | | | | | | | | openstackclient uses these oslo-config but it is not in list of requirements. That results in a stacktrace while using the cli. Change-Id: I9b3c8e491ce09624524cf8b3ddcafcf5953d9ab6
* | Merge "Add helpful messages when authN'ing with password"Jenkins2015-01-164-4/+31
|\ \
| * | Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-164-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting up auth options can be complicated, and we currently don't do any checking before we build all our auth parameters to send off to keystoneclient. We should do some basic checking to guide new users. Change-Id: I9c88f1c9637b3870c151952ecc797aaf65be271a Closes-Bug: #1400531
* | | Merge "Update service clist commands for v2 and v3"Jenkins2015-01-165-24/+48
|\ \ \
| * | | Update service clist commands for v2 and v3Dean Troyer2015-01-165-24/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to the 'service list' commands for Identity v2 and v3: * Document support for --long * Add Description to v3 output with --long * v3 output is now (ID, Name, Type), with (Description, Enabled) added with --long * Change v2 output to match v3 output, with the absense of Enabled. * Update doc to match Closes-Bug: #1411337 Change-Id: I999e3df22f61350cdeba63bbb7d01145c2ffeeaf
* | | | Merge "Default user domain id and project domain id"Jenkins2015-01-163-0/+24
|\ \ \ \ | |_|/ / |/| | |