summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Convert 2.0 release notes to reno format"2.0.0Jenkins2015-12-0310-33/+51
|\
| * Convert 2.0 release notes to reno formatDean Troyer2015-12-0210-33/+51
| | | | | | | | Change-Id: I3706f78152c77837ba17218d68b57ac10563bfa7
* | Merge "Add reno for release notes management"Jenkins2015-12-0210-0/+336
|\ \ | |/
| * Add reno for release notes managementDean Troyer2015-12-0210-0/+336
| | | | | | | | Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07
* | Trivial: Reorder doc of "server shelve" command to keep alphabetic order.Tang Chen2015-12-041-15/+15
|/ | | | Change-Id: I616154a8c958b6980233014c7ae1c4544283d72d
* Merge "Add release notes for 2.0.0"Jenkins2015-12-021-0/+35
|\
| * Add release notes for 2.0.0Steve Martinelli2015-12-011-0/+35
| | | | | | | | Change-Id: I878609870701abaef60d49813b3184f473d936bf
* | Merge "Switch to ksa Session"Jenkins2015-12-0215-39/+41
|\ \
| * | Switch to ksa SessionDean Troyer2015-12-0215-39/+41
| | | | | | | | | | | | | | | | | | | | | | | | * Change session imports to keystoneauth1 * Change keystoneclient.exception imports to keystoneauth1 * Change exceptions raised from internal API from keystoneclient to openstack.common Change-Id: I046d89f561d6fe04baae53726f9749d2e7fe2056
* | | Merge "Add class TestServerList to provide basic unit test for "server list" ↵Jenkins2015-12-021-0/+81
|\ \ \ | | | | | | | | | | | | command."
| * | | Add class TestServerList to provide basic unit test for "server list" command.Tang Chen2015-12-021-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch provide a class to test "server list" command. Only one simplest case in this patch. Some of the options in "server list" are complicated. And the server object contains lots of attributes need to be handled in specific ways. So other test cases will be added in other patches. Change-Id: Id9fdba8f149bd74187aa42516067dacebc6962b5 Implements: blueprint osc-unit-test-framework-improvement
* | | | Merge "Enable setup_servers_mock() to take attributes param."Jenkins2015-12-021-1/+5
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Enable setup_servers_mock() to take attributes param.Tang Chen2015-12-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup_servers_mock() is now able to set methods to the fake servers. But it cannot set attributes. This patch enable it to do so. This will be useful in "server list" test cases. Change-Id: Ic30d750ebe4650244707a368cdd5d622a8f1b8ed Implements: blueprint osc-unit-test-framework-improvement
* | | Merge "autodocument commands from plugins using stevedore.sphinxext"Jenkins2015-12-015-1/+47
|\ \ \ | |/ / |/| |
| * | autodocument commands from plugins using stevedore.sphinxextSteve Martinelli2015-12-015-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | conflicting command names are a painpoint, so is manually updating a list. let's autodocument the commands that are being use by existing osc supporters. Change-Id: If37d81dfd57cc79803668b64be1ccd776e319572
* | | Merge "Introduce FakeVolume class"Jenkins2015-12-011-0/+84
|\ \ \
| * | | Introduce FakeVolume classxiexs2015-11-301-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce FakeVolume to improve the current volume unittest framework with following two advantages: 1. generate more than one faking volumes 2. all faking volumes generated by random Change-Id: I9d56efa4fd4f03c82cd4e29622b6312566dbc453 Implements: blueprint improve-volume-unittest-framework
* | | | Merge "Add --limit option to "server list" command."Jenkins2015-12-012-1/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add --limit option to "server list" command.Tang Chen2015-12-012-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | This option will limit the total amount of items the command will list up. Change-Id: I46af0d479d795ebb6a74585d0f76629dd940b117
* | | | Merge "Updated from global requirements"Jenkins2015-12-011-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Updated from global requirementsOpenStack Proposal Bot2015-11-301-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ia957c7f6023e1ac976a291fd081538c90870c802
* | | | Merge "Add a changelog to see all changes into tagged releases"Jenkins2015-12-012-1/+10
|\ \ \ \
| * | | | Add a changelog to see all changes into tagged releasesSteve Martinelli2015-11-302-1/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | in addition to release notes, it'll be nice to also see the changelog that happened between releases. Change-Id: I4548be22c377ec12f0398a248391384126506715
* | | | Merge "Remove LICENSE APPENDIX"Jenkins2015-12-011-26/+0
|\ \ \ \
| * | | | Remove LICENSE APPENDIXAtsushi SAKAI2015-11-181-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From seeing other OpenStack modules, APPENDIX:How to apply the Apache License to your work. is not written. Change-Id: I6fe0968e2281ef4f60e7c41f5621f552efc8a349
* | | | | Merge "Add unit testcases for "openstack flavor delete""Jenkins2015-12-011-0/+46
|\ \ \ \ \
| * | | | | Add unit testcases for "openstack flavor delete"xiexs2015-11-301-0/+46
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: If23a71c678193e5c9c91300fddd17e79f674bf82
* | | | | Merge "Consistency of the --all argument for snapshots"Jenkins2015-12-014-3/+61
|\ \ \ \ \
| * | | | | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-304-3/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by the volume.py. It allow the user to use openstack snapshot list --all. Closes-Bug: #1517386 Change-Id: I72a53fcd0c5c5af539cd88b37e71b4331fa67473
* | | | | | Merge "Add project name/ID validation for "openstack quota show""Jenkins2015-12-013-3/+132
|\ \ \ \ \ \
| * | | | | | Add project name/ID validation for "openstack quota show"xiexs2015-11-293-3/+132
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A validation is necessary to check the existence of project. This patch is similar to Ia2d8c96527820e25b074e6486d3f39c5ad7eae60. Change-Id: Id8895ba7a21ecad05942619a82a87c0dc68eae53
* | | | | | Merge "Add status column for "openstack image list""Jenkins2015-11-304-20/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add status column for "openstack image list"xiexs2015-11-294-20/+36
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually, the status column is useful for the user. So, it`s better to output this info by default (or, user had to specify the extra option, i.e. --long). Change-Id: Id2a9f86f0de5310f8f5ff9a46bf1b7411094b519 Closes-Bug: #1519181
* | | | | Merge "Remove py26 support"Jenkins2015-11-302-2/+1
|\ \ \ \ \
| * | | | | Remove py26 supportSteve Martinelli2015-11-242-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I66d168ecc755a3ea0e01d5b6344d06d9e0d1378b Closes-Bug: 1519510
* | | | | | Merge "Add --marker option to "server list" command."Jenkins2015-11-302-1/+22
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Add --marker option to "server list" command.Tang Chen2015-12-012-1/+22
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This option will give user a chance to display the server list from wherever they want. Change-Id: I92cca5e98cd473f1113a9106eb9d1f490694b1fe
* | | | | Merge "Add testcases for compute.v2.service"Jenkins2015-11-302-5/+109
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add testcases for compute.v2.servicexiexs2015-12-012-5/+109
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a set of testcases to test the classes of ListService and SetService in the compute.v2.service. And to be consistent with cinder term, use service_binary to represent the service binary. Change-Id: I9fe740f07c9ce3afdba7b7cca152d614170abb96
* | | | Merge "Use is_public to set access of volume type"Jenkins2015-11-302-5/+5
|\ \ \ \
| * | | | Use is_public to set access of volume typeXi Yang2015-11-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the 'public' and 'private' keys does not work when creating volume type, 'is_public' should be used. Change-Id: If34a66053ea6c192882a1b9d8bbb1d3666be3f83 Closes-bug: 1520115
* | | | | Merge "Add "openstack server unshelve" into OSC"Jenkins2015-11-305-46/+108
|\ \ \ \ \
| * | | | | Add "openstack server unshelve" into OSCxiexs2015-11-285-46/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unshelve operation is not supported by OSC, and this patch tries to add it. Change-Id: Ic60a4616cb63ad21c1a3c8e02611da8bad3a8bd0 Implements: blueprint introduce-shelve-into-osc
* | | | | | Merge "Add command wrapper doc"Jenkins2015-11-302-0/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add command wrapper docDean Troyer2015-11-202-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to I6c750730963615895f5d9953487d2d5a905885a8 that removed a command deprecation warning wrapper. This documents the technique for later use. Change-Id: Ieaa1e6b7eed4e5b037b4bfb6cf488e1290fc69f7
* | | | | | Merge "Remove old fake flavor data."Jenkins2015-11-291-12/+0
|\ \ \ \ \ \
| * | | | | | Remove old fake flavor data.Tang Chen2015-11-281-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new class FakeFlavor has been introduced to fake one or more flavors. So use it and remove the old fake flavor data. Change-Id: Ie3a33b36ae6e597c6a0b1d17ad13c73cf4b73bc9 Implements: blueprint improve-flavor-unit-test
* | | | | | | Merge "Use FakeFlavor in TestServerCreate."Jenkins2015-11-291-11/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use FakeFlavor in TestServerCreate.Tang Chen2015-11-281-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib82f845258b1ad78cbc8b23d28fa42e7ccc8097a Implements: blueprint improve-flavor-unit-test
* | | | | | | Merge "User FakeFlavor in TestServerResize."Jenkins2015-11-291-8/+5
|\ \ \ \ \ \ \ | |/ / / / / /