summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2016-12-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I1b677f708a7c598fc68891226d3ff31aa4cb731a
* | | | | Merge "Add "--remote-source" option to "volume snapshot create" command"Jenkins2016-12-134-7/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add "--remote-source" option to "volume snapshot create" commandHuanxuan Ao2016-12-124-7/+74
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--remote-source" option to "volume snapshot create" command to support creating snapshot from an existing remote snapshot in volume v2 (v2 only), also add the doc, unit tests and release note. Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a Implements: bp cinder-command-support Closes-Bug: #1618676 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | | | update plugins documentationSteve Martinelli2016-12-111-2/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove cueclient from list of supported plugins, it seems like a dead project to me, see [1] for more details. - remove the ** from watcherclient, it is now listed in global requirements [2]. [1] https://review.openstack.org/#/c/409497/ [2] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L232 Change-Id: Ia49436ccdbdf5d84060062b57e4a6286b5906468
* | | Merge "Add extra filtering options to floating ip list"Jenkins2016-12-094-0/+207
|\ \ \
| * | | Add extra filtering options to floating ip listsongminglong2016-12-094-0/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch adds filtering '--long', 'status', '--project', '--project-domain' and '--router' options to floating ip list command. Closes-Bug: #1614379 Partially-Implements: blueprint network-commands-options Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
* | | | Merge "Add unit tests for server create in computev2"Jenkins2016-12-091-0/+151
|\ \ \ \ | |/ / / |/| | |
| * | | Add unit tests for server create in computev2jiahui.qiang2016-11-281-0/+151
| |/ / | | | | | | | | | | | | | | | | | | Unit tests for server create is not completed. Some of the code in take_action has not been tested. Change-Id: Ifd3f42400408d3437e0bc6cd42acbb6db861b1f3
* | | Merge "Correct missspellings of secret"Jenkins2016-12-082-4/+4
|\ \ \
| * | | Correct missspellings of secretDougal Matthews2016-12-082-4/+4
| |/ / | | | | | | | | | Change-Id: Ia00d5cf3a32f534d1c0f40d5b295610f88a777d4
* | | Merge "Add '--force' option to 'volume snapshot delete' command"Jenkins2016-12-084-4/+39
|\ \ \
| * | | Add '--force' option to 'volume snapshot delete' commandHuanxuan Ao2016-12-084-4/+39
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add '--force' option to 'volume snapshot delete' command in volume v2 (v2 only) to allow delete in state other than error or available. Change-Id: Ie8991e9a630d7c7e9ac6c6870aed787bbcebacf2 Closes-Bug: #1597195
* | | Merge "Trivial: update volume-qos.rst"Jenkins2016-12-081-1/+8
|\ \ \
| * | | Trivial: update volume-qos.rstzhiyong.dai2016-12-071-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the ".. describe",some codes are left out. I add them in this patch. In addition, I change "[--property <key> ] to [--property <key> [...] ] Change-Id: I37ae0ba53e2a2d43a4806b318c7776ff2260fd1d
* | | | Merge "Add "consistency group set" command"Jenkins2016-12-085-2/+133
|\ \ \ \
| * | | | Add "consistency group set" commandzhiyong.dai2016-12-065-2/+133
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group set" command in volume v2 (v2 only). Change-Id: I53116015388b7a4b0e15813f52c1246166bb0fc1 Implements: bp cinder-command-support Partial-Bug: #1613964
* | | | Merge "Fix description errors in volume fakes"Jenkins2016-12-081-3/+3
|\ \ \ \