summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Convert 2.0 release notes to reno format"2.0.0Jenkins2015-12-031-33/+2
|\
| * Convert 2.0 release notes to reno formatDean Troyer2015-12-021-33/+2
| | | | | | | | Change-Id: I3706f78152c77837ba17218d68b57ac10563bfa7
* | Merge "Add reno for release notes management"Jenkins2015-12-021-0/+35
|\ \ | |/
| * Add reno for release notes managementDean Troyer2015-12-021-0/+35
| | | | | | | | 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 "autodocument commands from plugins using stevedore.sphinxext"Jenkins2015-12-014-1/+36
|\ \
| * | autodocument commands from plugins using stevedore.sphinxextSteve Martinelli2015-12-014-1/+36
| |/ | | | | | | | | | | | | | | 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 "Add --limit option to "server list" command."Jenkins2015-12-011-0/+7
|\ \ | |/ |/|
| * Add --limit option to "server list" command.Tang Chen2015-12-011-0/+7
| | | | | | | | | | | | This option will limit the total amount of items the command will list up. Change-Id: I46af0d479d795ebb6a74585d0f76629dd940b117
* | 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 "Consistency of the --all argument for snapshots"Jenkins2015-12-011-0/+5
|\ \ \ | |/ / |/| |
| * | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 --marker option to "server list" command."Jenkins2015-11-301-0/+6
|\ \ \ | |/ / |/| / | |/
| * Add --marker option to "server list" command.Tang Chen2015-12-011-0/+6
| | | | | | | | | | | | | | This option will give user a chance to display the server list from wherever they want. Change-Id: I92cca5e98cd473f1113a9106eb9d1f490694b1fe
* | Merge "Add "openstack server unshelve" into OSC"Jenkins2015-11-302-1/+17
|\ \
| * | Add "openstack server unshelve" into OSCxiexs2015-11-282-1/+17
| |/ | | | | | | | | | | | | | | 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
* | Change 'Object Store' to 'Object Storage'Xi Yang2015-11-265-6/+6
| | | | | | | | | | | | | | Because the official documents uses 'Object Storage', so change it in this project. Change-Id: I87c0996b48c452b3ff619b8214676ae377e6d0af
* | Merge "Add "openstack server shelve" into OSC"Jenkins2015-11-242-0/+16
|\ \
| * | Add "openstack server shelve" into OSCxiexs2015-11-242-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Currently, the shelve operation is not supported by OSC. So, this patch attempts to add it into OSC. Change-Id: I92545300bef006a069338168d2de800e8a58af69 Implements: blueprint introduce-shelve-into-osc
* | | Merge "Doc: Update and add IP address"Jenkins2015-11-244-23/+84
|\ \ \
| * | | Doc: Update and add IP addressRichard Theis2015-11-244-23/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the 'ip floating' command documentation file name. Add missing command list documentation for the 'ip fixed' and 'ip floating pool' commands. In addition, update the command description and argument help to fix minor issues and use consistent terminology. And finally, cleanup the Network command object formatting. Change-Id: I0168891bc674c9f0d4df4062f7e93f497dc8fe6f
* | | | Merge "Doc: Add security group and security group rule"Jenkins2015-11-242-0/+160
|\ \ \ \ | |/ / / |/| | |
| * | | Doc: Add security group and security group ruleRichard Theis2015-11-242-0/+160
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add missing command list documentation for the 'security group' and 'security group rule' commands. In addition, update the command description and argument help to fix minor issues and use consistent terminology. Change-Id: I9f4a3fbac5637289f19511874e16391d3fe27132
* | | Enable "openstack server resume" command to take multiple servers.Tang Chen2015-11-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Current "openstack server resume" command could only resume one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I726eb86bfa3df3a9911f45770e6641264dbc1e0b Implements: blueprint cmd-with-multi-servers
* | | Enable "openstack server suspend" command to take multiple servers.Tang Chen2015-11-242-4/+4
|/ / | | | | | | | | | | | | | | | | Current "openstack server suspend" command could only suspend one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ic0417ee28f46c9198a35744c0180342e61966b26 Implements: blueprint cmd-with-multi-servers
* | Merge "Add release notes for 1.9.0"1.9.0Jenkins2015-11-171-0/+58
|\ \ | |/ |/|
| * Add release notes for 1.9.0Steve Martinelli2015-11-161-0/+58
| | | | | | | | | | | | Sum up the latest bug fixes for the latest release. Change-Id: I4f6e9e9d5062e5ccb94f088abdc270fc40373d16
* | Merge "Enable "openstack server unlock" command to take multiple servers."Jenkins2015-11-172-4/+4
|\ \ | |/ |/|
| * Enable "openstack server unlock" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | Current "openstack server unlock" command could only unlock one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ibf57b2021a504da950a491d63139a438087aed0b Implements: blueprint cmd-with-multi-servers
* | Merge "Enable "openstack server lock" command to take multiple servers."Jenkins2015-11-162-4/+4
|\ \ | |/
| * Enable "openstack server lock" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | Current "openstack server lock" command could only lock one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ifcf103b1c32e6c547ac09f688b887b1c03f92b09 Implements: blueprint cmd-with-multi-servers
* | Merge "Enable "openstack server unpause" command to take multiple servers."Jenkins2015-11-162-4/+4
|\ \ | |/
| * Enable "openstack server unpause" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | Current "openstack server unpause" command could only unpause one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I069ebdd6dcd121f6e55c2bf40d42197f93830e0c Implements: blueprint cmd-with-multi-servers
* | Add capability to update description of an IdPlin-hua-cheng2015-11-121-0/+5
|/ | | | | Change-Id: I854067642bbfde6fdf84b22b9cc1de8afc7767c0 Closes-Bug: #1515815
* Merge "Add --owner to `image create`"Jenkins2015-11-121-2/+0
|\
| * Add --owner to `image create`NiallBunting2015-11-061-2/+0
| | | | | | | | | | | | | | This adds --owner to `image create`. This is backwards compatable with v1. Change-Id: I9e79cf880c91a1386419db729818d23dfe632179 Depends-On: I8d572a070bbb04dccdd051b8e0ad199c5754746e
* | Merge "Add Command Options guideline doc"Jenkins2015-11-112-0/+136
|\ \
| * | Add Command Options guideline docDean Troyer2015-10-212-0/+136
| | | | | | | | | | | | | | | | | | | | | Add a developer guideline for command options to define the options used across multiple commands and make them behave consistently. Change-Id: I1dbbafe8061e10b271cd55cac056731508c52204
* | | Merge "Add compute service delete"Jenkins2015-11-112-0/+173
|\ \ \
| * | | Add compute service deleteAlex Schultz2015-10-162-0/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds 'compute service delete <service>' to the openstack client. This is the equivalent of 'nova service-delete <id>' Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367 Closes-Bug: #1503510
* | | | Merge "Trivial cleanup: Use plural format for "server delete" doc."Jenkins2015-11-102-2/+2
|\ \ \ \
| * | | | Trivial cleanup: Use plural format for "server delete" doc.Tang Chen2015-11-102-2/+2
| | |_|/ | |/| | | | | | | | | | Change-Id: I4dca25f1933d5925db443eca75f602a39a833413
* | | | Enable "openstack server pause" command to take multiple servers.Tang Chen2015-11-092-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Current "openstack server pause" command could only pause one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I809f77f0720457c9cdc1028a70b391c75885984c Implements: blueprint cmd-with-multi-servers
* | | Add "server stop" command to osc.Tang Chen2015-11-052-1/+17
| | | | | | | | | | | | | | | | | | | | | There is no stop command in osc. Add it. Change-Id: Ia11a8f3b1245c884f7da442292009342d2ffde1e Implements: blueprint cmd-with-multi-servers
* | | Add "server start" command to osc.Tang Chen2015-11-052-0/+16
| | | | | | | | | | | | | | | | | | | | | There is no start command in osc. Add it. Change-Id: Ic50f83413ab17c53396065aabb3f5a1506b52959 Implements: blueprint cmd-with-multi-servers