summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge "Fix catalog list when region name is absent"Jenkins2015-03-081-1/+2
|\ \ \ \ \ \
| * | | | | | Fix catalog list when region name is absentDean Troyer2015-03-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some service catalogs in the wild have services without region names defined. Let's be nice and stuff in a default value indicating this state. Closes-Bug: #1429211 Change-Id: I3ebe2534dc6e3438aaeddc7757fb2db4117eae4b
* | | | | | | Merge "Fix identity v2 catalog list"Jenkins2015-03-082-12/+26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix identity v2 catalog listTerryHowe2015-03-042-12/+26
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The v2 catalog list was only printing the last endpoint in the catalog. Change-Id: I5401a11eedb3be1513c86261329de50c8ad82720
* | | | | | Merge "Add 'uptime' in 'hypervisor show'"Jenkins2015-03-081-0/+13
|\ \ \ \ \ \
| * | | | | | Add 'uptime' in 'hypervisor show'lin-hua-cheng2015-03-061-0/+13
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch the 'uptime' by making a call to hypervisor-uptime. Update the help for 'hypervisor show' to mention that it supports by Name or Id. Change-Id: I31060d203e87749cfc05810c2d9db42f2416051d Partial-Bug: #1423748
* | | | | | Imported Translations from TransifexOpenStack Proposal Bot2015-03-082-221/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I938be669e9c25b8aeaeff86f3e08adc90cf86603
* | | | | | Merge "Raise AttributeError for unknown attributes"Jenkins2015-03-062-1/+2
|\ \ \ \ \ \
| * | | | | | Raise AttributeError for unknown attributesJamie Lennox2015-03-052-1/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not returning a value is the same as returning None. In the event that someone asks ClientManager for an attribute that doesn't exist it should raise AttributeError in the same way as other python objects rather than return an empty value. Change-Id: Id0ee825e6527c831c38e3a671958ded362fb96e1
* | | | | | Merge "Fix help messages"Jenkins2015-03-061-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix help messagesRamaraja2015-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update help message for openstack security group rule delete Update help message for openstack security group rule list Change-Id: I017ffd424ca25b6c62193b91068eb1ba7de6c919 Closes-Bug: #1417854
* | | | | | Merge "Add hypervisor docs"Jenkins2015-03-063-8/+44
|\ \ \ \ \ \
| * | | | | | Add hypervisor docslin-hua-cheng2015-03-053-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I444734925316e876afcbfdeffafea9973a837022
* | | | | | | Merge "Don't hack the image url"Jenkins2015-03-062-4/+12
|\ \ \ \ \ \ \
| * | | | | | | Don't hack the image urlMonty Taylor2015-03-052-4/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's actually breaking usage against HP Public Cloud. Change-Id: Ic172786c6d1272798b768078a0bcf246f8d64ca8
* | | | | | | Fix embarrassing typo in man pageZane Bitter2015-03-051-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: Icf1fcd9f7952ebff9da0081ccb4b9272e17e7de4
* | | | | | Merge "Rename --verify for server resize to avoid conflict"Jenkins2015-03-053-11/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Rename --verify for server resize to avoid conflictzhiyuan_cai2015-02-163-11/+11
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently server resize command has a verify argument for user to confirm resize operation. But this argument is also registered by openstack client shell which is used to enable server certificate verification. So verify argument can not be correctly passed to server resize command. This patch renames --verify to --confirm (nova client has a resize-confirm command) to solve this problem. Change-Id: I751aa3df16c3b637b82944dd350afc5cbab62120 Closes-Bug: #1416542
* | | | | Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| |_|/ / |/| | | | | | | | | | | Change-Id: Iadee329dc9ee5bd3b12a040c732965da43895dc4
* | | | Handle novaclient >2.20.0Dean Troyer2015-03-033-11/+19
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | As of 2.21.0 novaclient moved all of the v1_1 classes to v2 with a deprecation warning. The version-non-specific interfaces provided in novaclient.client are insufficient to support a few specific commands in OSC so we need to conditionally import directly from the correct classes. Closes-Bug: #1418024 Change-Id: I864b1908737803069dc1419c9cbca391b985c932
* | | Merge "Fix error msg in sort_items"Jenkins2015-03-021-1/+7
|\ \ \
| * | | Fix error msg in sort_itemszhiyuan_cai2015-02-111-1/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | Include direction users pass in the error msg to help users know which part of the argument is troublesome. Change-Id: I796a85fbf40f6ddf544fb52a61f967e1914abdcc Closes-Bug: #1420732
* | | Merge "Fix auth-required for help command"Jenkins2015-03-025-60/+90
|\ \ \
| * | | Fix auth-required for help commandDean Troyer2015-02-275-60/+90
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | When we got picky with the auth arguments we broke using help without any auth config supplied. This rearranges things a bit to do the argument checking when the deferred auth request to Identity occurs so commands that do not need auth have a chance to live short but useful lives. Closes-Bug: #1399588 Change-Id: I8ceac491cf65e25eddb62ab2713f471fe686756d
* | | Merge "Revert "Skip functional tests until they are fixed""Jenkins2015-02-271-4/+0
|\ \ \
| * | | Revert "Skip functional tests until they are fixed"Steve Martinelli2015-02-171-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3946bf0e0186c8c2897f432029bad7873b6d03a0. Change-Id: Ic21137b208991c9ce738e5bf3ad5e6965b69e166
* | | | Merge "change oslo namespace to avoid warning"Jenkins2015-02-263-3/+3
|\ \ \ \
| * | | | change oslo namespace to avoid warningTerry Howe2015-02-253-3/+3
| | |/ / | |/| | | | | | | | | | Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9
* | | | Updated from global requirementsOpenStack Proposal Bot2015-02-241-4/+4
|/ / / | | | | | | | | | Change-Id: I1ea40d3d9fa0c731c5c25a4dc3981c720d450c45
* | | Merge "Restrict groups and users from changing domains"Jenkins2015-02-105-74/+1
|\ \ \
| * | | Restrict groups and users from changing domainsSteve Martinelli2015-02-095-74/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to projects, we shouldn't allow users and groups to change domains. The server side tosses up an error but osc should restrict that behaviour in the first place. Related-Bug: #1418384 Change-Id: I860291a5859c576021b18e35d1a12c32abfb6ca5
* | | | Merge "Do not allow user to change domain of a project"Jenkins2015-02-102-15/+0
|\ \ \ \ | |/ / /
| * | | Do not allow user to change domain of a projectSteve Martinelli2015-02-092-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keystone Server already surfaces an error for this operation, but we should restrict the user, and not offer --domain to be changed for a project. Change-Id: I48317e8accfea3c285e6ad213e75b783de8070ac Closes-Bug: #1418384
* | | | 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':"