summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge "Revert "WIP: Skip broken functional tests...""Jenkins2016-12-306-20/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Revert "WIP: Skip broken functional tests..."Dean Troyer2016-12-296-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDK 0.9.11 caused some failures, its blocked now. Revert those breakages that occurred in 0.9.10 -> 0.9.11. This partially reverts commit 188e32f9e642fc5eaaec83d5c231aa890354671a. Change-Id: I8b350250dbdcbf5c4599dfb55f6685c0db18bb30
* | | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9fbd59f515a49e881fa8927c880087e3c814c362
* | | | | | | | Merge "Fix a spelling error"Jenkins2016-12-281-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a spelling errorJingLiu2016-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265
* | | | | | | | | Merge "Fix typo in release notes"Jenkins2016-12-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo in release notesHa Van Tu2016-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replace a typo "proprty" with "property". Change-Id: Idf228afd8827e6b33d6eb657c1f3e0cb35286a45
* | | | | | | | | | Merge "Add unit tests for usage commands in compute v2"Jenkins2016-12-262-0/+244
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add unit tests for usage commands in compute v2jiahui.qiang2016-12-262-0/+244
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests and fakes for command below in compute v2: usage list usage show Change-Id: Ie533e23375ca6b8ba4cb7e865d39fac652cc0195
* | | | | | | | | Merge "Add '--type'and other options to network rbac list"Jenkins2016-12-264-2/+119
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add '--type'and other options to network rbac listguiyanxing2016-12-214-2/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--type','--action','--long' filtering options to network rbac list command Change-Id: I21846820ab223bb7832e89eb2d7658bbec271aec Closes-Bug: #1648307 Partially-Implements: blueprint network-commands-options
* | | | | | | | | | 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