summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Updated from global requirements"Jenkins2016-12-241-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-12-241-1/+1
| | | | | | | | Change-Id: I673f91955be4dfde1eea54b48cc7e9a554447fcd
* | Merge "Test-requirements.txt: Bump Hacking to 0.12"Jenkins2016-12-241-1/+1
|\ \
| * | Test-requirements.txt: Bump Hacking to 0.12Jordan Pittier2016-12-241-1/+1
| |/ | | | | | | | | | | We already pass all the checks. Change-Id: I9af2eb26dfb1ecf296753dcfc505768d534929ea
* | WIP: Skip broken functional tests...Dean Troyer2016-12-239-0/+28
|/ | | | | | | | | ...so we don't have to fix them all in one review. Do not merge this until https://review.openstack.org/#/c/414649 is merged and funtional tests pass. Change-Id: I4f187111d3e4d8c4a613c20a946d6b5d3562e879
* Merge "Should support 'auto' and 'none' as network parameter when boot ↵Jenkins2016-12-233-32/+49
|\ | | | | | | instances"
| * Should support 'auto' and 'none' as network parameter when boot instancesKevin_Zheng2016-12-223-32/+49
| | | | | | | | | | | | | | | | | | | | Nova added support using 'auto' and 'none' as network parameters since microversion 2.37: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/rest_api_version_history.rst#n389 we should also add support for this in OSC. Change-Id: I6e5f616dfa48895ebd13144effe9fda7cb94c649 Closes-bug: #1651288
* | Add support for QoS rule type commandsRodolfo Alonso Hernandez2016-12-228-0/+204
| | | | | | | | | | | | | | | | | | Added following commands: - network qos rule type list Closes-Bug: 1612194 Depends-On: Iecf7bc7acd244a842aae963993f37a64a26b43b9 Change-Id: I38af823c726ceaba9d0b45488fa48e2d93971c92
* | Update earliest-version number format in release notesRodolfo Alonso Hernandez2016-12-221-1/+1
|/ | | | | Change-Id: I67deca8d2ff1f63d272b8d5b78cb31efd6e6d4df Closes-Bug: #1652054
* Merge "Introduce overwrite functionality in ``osc router set``"Jenkins2016-12-214-28/+60
|\
| * Introduce overwrite functionality in ``osc router set``Reedip2016-12-194-28/+60
| | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the routes of a specific router. Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc partially-implements: blueprint allow-overwrite-set-options
* | Merge "Fix all missing "os to openstack" transformation"Jenkins2016-12-215-5/+5
|\ \
| * | Fix all missing "os to openstack" transformationHuanxuan Ao2016-12-215-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Checked and fix all missing of the review: https://review.openstack.org/#/c/412669/ https://review.openstack.org/#/c/412673/ https://review.openstack.org/#/c/412678/ Change-Id: Ice85958874121eeb574d0b4cfa58e1590b014ed6
* | | Merge "Modified API calls in os usage"Jenkins2016-12-211-1/+1
|\ \ \
| * | | Modified API calls in os usagejiahui.qiang2016-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We usually call v3 keystoneclient APIs for V2 OSC, this patch modified 'tenants' to 'projects'. Change-Id: Idbf74f098cd1386aa675c081480b89bbc11c8534
* | | | Merge "Add one test for "backup set" command"Jenkins2016-12-211-0/+24
|\ \ \ \
| * | | | Add one test for "backup set" commandzhiyong.dai2016-12-191-0/+24
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | The former tests for "backup set" command miss a test for '--description' option. In this patch, one relative test is added. Change-Id: Ie755d56a68a666d48751ab1ad20c8edb50e69b94
* | | | Fix the missing os in command in example3.6.0ZhaoBo2016-12-211-1/+1
| |_|/ |/| | | | | | | | | | | | | | This patch correct the missing one 'os example'. Change-Id: I7c2cb01082f1eff1a7a607508f166dd54a450f44
* | | Merge "change os in command example to openstack(3)"Jenkins2016-12-2026-135/+135
|\ \ \
| * | | change os in command example to openstack(3)Kevin_Zheng2016-12-2026-135/+135
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* | | Merge "change os in command example to openstack(2)"Jenkins2016-12-2035-146/+146
|\ \ \
| * | | change os in command example to openstack(2)Kevin_Zheng2016-12-2035-146/+146
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
* | | Merge "change os in command example to openstack"Jenkins2016-12-2022-76/+76
|\ \ \
| * | | change os in command example to openstackKevin_Zheng2016-12-2022-76/+76
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
* | | Merge "Add support for clearing router gateway"Jenkins2016-12-204-1/+27
|\ \ \
| * | | Add support for clearing router gatewayReedip2016-12-194-1/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the support to clear the gateway information from a router. Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options
* | | Merge "Add doc for Searchlight client"Jenkins2016-12-201-0/+4
|\ \ \ | |/ / |/| |
| * | Add doc for Searchlight clientKevin_Zheng2016-12-191-0/+4
| | | | | | | | | | | | | | | | | | | | | The doc information for python-searchlight client is not good and this patch add some information. Change-Id: I47da1665f5108a4d945b927c134904ab479c144d
* | | Merge "Add support for setting router gateway"Jenkins2016-12-194-7/+189
|\ \ \ | |/ / |/| |
| * | Add support for setting router gatewayReedip2016-12-174-7/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the support to set the gateway information for a router. Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
* | | Tivial:update the description format in volume_snapshot.pyzhiyong.dai2016-12-181-6/+6
| | | | | | | | | | | | | | | | | | Replace the old description format with "_description = _( )" Change-Id: I36d61621309cfceefbd1ab1b930fa94b4bad2036
* | | Merge "Add filtering options to the address scope list command"Jenkins2016-12-184-1/+193
|\ \ \
| * | | Add filtering options to the address scope list commandYan Xing'an2016-12-184-1/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --name, --ip-version, --project, --project-domain, --share, --no-share options to the address scope list command. Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142 Closes-Bug: #1636046 Partially-Implements: blueprint network-commands-options
* | | | Merge "Add --default option to "volume type list""Jenkins2016-12-185-12/+64
|\ \ \ \
| * | | | Add --default option to "volume type list"jiahui.qiang2016-12-065-12/+64
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--default" option to volume v2's "type list" command, it will show which volume type the volume service has set as default. Implements: bp cinder-command-support Change-Id: Iae7ebc633ebe5554cc88390a84361887ec211fb2
* | | | Merge "Add some options to "volume create" command"Jenkins2016-12-166-0/+383
|\ \ \ \ | |/ / / |/| | |
| * | | Add some options to "volume create" commandjiahui.qiang2016-12-066-0/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--bootable", "--non-bootable", "--read-only" and "--read-write" options to "volume create" command for setting some attributes at the time of crration. Change-Id: I71b4e9fccb4ee0ab1a90e7179d6d2d34dbbae909 Implements: bp cinder-command-support
* | | | Merge "SDK refactor: Prepare network commands"Jenkins2016-12-163-33/+100
|\ \ \ \
| * | | | SDK refactor: Prepare network commandsSindhu Devale2016-12-153-33/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network" commands for the SDK refactor. Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a Partially-Implements: blueprint network-command-sdk-support
* | | | | Add ploop to supported disk formatsMikhail Feoktistov2016-12-154-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This format is used for containers for Virtuozzo hypervisor Closes-Bug: 1650342 Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
* | | | | Merge "SDK Refactor: Prepare port commands"Jenkins2016-12-153-24/+35
|\ \ \ \ \
| * | | | | SDK Refactor: Prepare port commandsAbhishek Raut2016-12-133-24/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "port" commands for the SDK refactor. See [1] for details. Also fixed a typo in the UT. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I0e37d6c04f3d8e81fdfd50ac26eea9b5a5fb2ff9 Partially-Implements: blueprint network-command-sdk-support
* | | | | | Updated from global requirementsOpenStack Proposal Bot2016-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1468c3882547d908b92a598cbb53196c139cf8a
* | | | | | Merge "[TrivialFix] Fix typo error"Jenkins2016-12-153-3/+3
|\ \ \ \ \ \
| * | | | | | [TrivialFix] Fix typo errorjeckxie2016-12-143-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
* | | | | | | Merge "SDK Refactor: Prepare router commands"Jenkins2016-12-153-8/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SDK Refactor: Prepare router commandsYan Xing'an2016-12-123-8/+24
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "router" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I2fa12943a65e3981b924e6cea9ed041682ec54b2 Partially-Implements: blueprint network-command-sdk-support
* | | | | | Merge "3.5.0 release note cleanup"3.5.0Jenkins2016-12-146-7/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 3.5.0 release note cleanupDean Troyer2016-12-136-7/+17
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: Ibe5e5a9a212ac483d0cb38bdb3a607d21f32e96d
* | | | | Merge "Updated from global requirements"Jenkins2016-12-131-1/+1
|\ \ \ \ \