summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Implement "consistency group list" command"Jenkins2016-09-291-0/+26
|\ \ \ \ | |/ / /
| * | | Implement "consistency group list" commandHuanxuan Ao2016-09-281-0/+26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group" object in volume v2 (v2 only) and implement "consistency group list" command Change-Id: Ifa90d97f4b223f9a5b00708cff07fa2c5e2635f0 Implements: bp cinder-command-support Partial-Bug: #1613964 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | | Merge "remove square backet to required parameter"Jenkins2016-09-282-8/+8
|\ \ \
| * | | remove square backet to required parameterzheng yin2016-09-252-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Required parameter don't need to square backet, therefore, I remove them. Change-Id: I36517fb782da53b3b973f70f292f25a4f6784077
* | | | Add option "--name" to command "openstack object create"Rajasi Kulkarni2016-09-261-0/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option "--name" can be used to set as the object name of the file to be uploaded in the container. Similar to option "--object-name" in command "swift upload". Added unit test case to ensure an exception is raised when using option "--name" for uploading multiple objects. Change-Id: Ied7827841f6ca1cf9d4b48e304cbe5d62eda38ab Closes-Bug: #1607972
* | | Merge "Add warning message for --state option of set command in volume"Jenkins2016-09-263-3/+8
|\ \ \
| * | | Add warning message for --state option of set command in volumeHuanxuan Ao2016-09-263-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some set commands can set object state, it maybe a danger behavor for users, so add explanation and warning in the help message of the "--state" option to talk users be caution when using (cinderclient have done this too) Change-Id: I6a902887ea98879999c9972f36b1b7ef332173c3
* | | | Merge "Add command option parameter in console-url.rst"Jenkins2016-09-261-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add command option parameter in console-url.rstzheng yin2016-09-261-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | There are options (--rdp,--serial,--mks) in console-url.rst, but it has no these options after "os console url show", therefore, I add them. Change-Id: I4fd6b14f37cb5751021b8d33d4a65dae17e4e4e5
* | | Fix typo in osc docLiuNanke2016-09-251-1/+1
| |/ |/| | | | | Change-Id: I8df73b36378e3de88ebe6d1ec125546c83f707c7
* | Merge "Add --description to Neutron commands"Jenkins2016-09-232-0/+16
|\ \
| * | Add --description to Neutron commandsAnkur Gupta2016-09-232-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added simple option for floating ip description when creating a floating ip. Added option for create and set router as well. Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: Ib8cd8af449e9ff33b980017b2527a6b196894a00
* | | Merge "Introduce overwrite functionality in ``osc port set``"Jenkins2016-09-231-4/+10
|\ \ \
| * | | Introduce overwrite functionality in ``osc port set``reedip2016-09-211-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite either the binding-profile or the fixed-ips of a specific port. Change-Id: I8ec3d04eeaf28972ee545fcdda4d5f7bd9deb915 partially-implements: blueprint allow-overwrite-set-options
* | | | Merge "Overwrite/Clear support for subnets"Jenkins2016-09-231-1/+14
|\ \ \ \
| * | | | Overwrite/Clear support for subnetsReedip2016-09-211-1/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the overwrite/clear functionality for allocation-pool and host-routes in subnets. Change-Id: Idfa41173d0c054c5bfb4eda8c5f614928012555a implements: blueprint allow-overwrite-set-options
* | | | Merge "Add square bracket to option parameter"Jenkins2016-09-231-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add square bracket to option parameterzheng yin2016-09-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Because option parameter is not required. I add [] to option parameter. Change-Id: I27c14c42bf576decff90a4a290dcaad7fab00524
* | | | Merge "Align '=' for image.rst"Jenkins2016-09-221-2/+2
|\ \ \ \
| * | | | Align '=' for image.rstqtang2016-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Iae074a9b6f5ef91738d35e41602c234aab5bed56
* | | | | Merge "Add "volume backup set" command in volume v2"Jenkins2016-09-221-0/+31
|\ \ \ \ \
| * | | | | Add "volume backup set" command in volume v2Huanxuan Ao2016-09-221-0/+31
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume backup set" command in volume v2 (v2 only) to set backup name, description and state Change-Id: If17e8457db9a4704fb5bb9c75921ed82fd0069cf Closes-Bug: #1613261
* | | | | Merge "Add filtering options to os network list command"Jenkins2016-09-221-1/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add filtering options to os network list commandHa Van Tu2016-09-221-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the following filtering options: '--name', '--internal', '--share' and '--no-share', '--enable' and '--disable', '--project' and '--project-domain', '--status'. Change-Id: I7e9dd372ee572c6ee8cdba7fac3182f9dc0a137b Partially-Implements: blueprint network-commands-options Closes-Bug: #1578819
* | | | | Merge "Implement "volume transfer request show/accept" command"Jenkins2016-09-221-0/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Implement "volume transfer request show/accept" commandHuanxuan Ao2016-09-221-0/+37
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume transfer request show" and "volume transfer accept" commands in volume v1 and v2. Also add the unit tests, docs, release note and functional tests Implements: bp cinder-command-support Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com> Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
* | | | Merge "Add network segment create, delete and set support"Jenkins2016-09-221-1/+100
|\ \ \ \ | |/ / / |/| | |
| * | | Add network segment create, delete and set supportRichard Theis2016-09-091-1/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add network segment create, delete and set in support of routed networks. This patch set includes documentation, unit tests and functional tests for the following new commands: - "os network segment create" - "os network segment delete" - "os network segment set" This patch set also includes support for the name and description properties. These new commands are currently marked as beta commands. Change-Id: I86bc223c4adc5b5fe1b1ee5c9253e43ba52fb5ed Depends-On: Ib194125162057fccb4e951587c2fa4ec2e2f098c Partially-Implements: blueprint routed-networks
* | | | Merge "Add --description to Create/Set Network"Jenkins2016-09-201-0/+10
|\ \ \ \
| * | | | Add --description to Create/Set NetworkAnkur Gupta2016-09-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added simple option for network description to create and set network. Change-Id: I90ce4db4e365a56ecddb00d59f4c5aa2ebbd49a3 Partially-Implements: blueprint network-command-options
* | | | | Merge "Add 'description' option to os subnet (pool) create/set cmd"Jenkins2016-09-202-0/+19
|\ \ \ \ \
| * | | | | Add 'description' option to os subnet (pool) create/set cmdCao Xuan Hoang2016-09-202-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--description' option to the commands. Change-Id: Ifc2828670c3c48a87a0493d98686a5babf9b2ae7 Closes-Bug: #1614458 Closes-Bug: #1614823 Partially-Implements: blueprint network-commands-options
* | | | | | Merge "Provide support to list ports by network"Jenkins2016-09-201-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Provide support to list ports by networkReedip2016-09-191-0/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new --network option provides a list of ports connected with the current network. Change-Id: I6a45184887b3e65f792391cb7e91f4ad85f29e03 Partial-Bug:#1562067 Partially-Implements: blueprint network-commands-options
* | | | | Clean up docs and notes for 3.3.0 releaseDean Troyer2016-09-191-1/+2
| |/ / / |/| | | | | | | | | | | Change-Id: I432dcb5e85819d22e6b30758da80d31c9a0db654
* | | | Merge "Add filtering options to os subnet pool list command"Jenkins2016-09-191-0/+38
|\ \ \ \
| * | | | Add filtering options to os subnet pool list commandCao Xuan Hoang2016-09-191-0/+38
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the following filtering options: '--share' and '--no-share', '--default' and '--no-default', '--project' and '--project-domain', '--name', '--address-scope' options to the command. Change-Id: I7ad9ed6842c6b3475ebf316fb5b954c7f5a7d7e3 Closes-Bug: #1613926 Partially-Implements: blueprint network-commands-options
* | | | Add filtering options to os subnet list commandCao Xuan Hoang2016-09-191-0/+31
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the following filtering options: '--project' and '--project-domain', '--network', '--gateway', '--name', '--subnet-range' to the command. Change-Id: I575739486b9548492bd00f50130181b825534226 Partially-Implements: blueprint network-commands-options Closes-Bug: #1610883
* | | Merge "Doc, help and message updates for port unset"Jenkins2016-09-171-4/+4
|\ \ \
| * | | Doc, help and message updates for port unsetRichard Theis2016-09-141-4/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Update port unset based on review comments in [1]. [1] https://review.openstack.org/#/c/306236/ Change-Id: Icae6e3869516f2d53f90ad46efc03f897c00b0e5 Implements: blueprint network-property-unset
* | | Merge "Support mark volume as bootable in volume set"Jenkins2016-09-141-0/+9
|\ \ \
| * | | Support mark volume as bootable in volume setqtang2016-09-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --bootable | --non-bootable option in volume set to mark or unmark volume as bootable. Change-Id: Ifa6c2dd1642202f55b6d50e3b8614d3513d488f6 Closes-Bug:#1535704
* | | | Support listing specified server's portsRui Chen2016-09-141-1/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Add new option "--server" for "port list" command to list all of the ports that are attached on the specified server. Change-Id: I8b5550ea5068405b163711303465b704b5207410 Closes-Bug: #1614385
* | | Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups"Rui Chen2016-09-121-3/+23
|/ / | | | | | | | | | | | | | | | | "per_volume_gigabytes", "backup_gigabytes" and "backups" items can be shown in "openstack quota show" command, but can't be updated by "openstack quota set". This patch fix the issue. Change-Id: I47db5a69d4e4ef6e140f2735257c83e1fb052760 Closes-Bug: #1609767
* | Implement "volume transfer request delete" commandHuanxuan Ao2016-09-111-0/+16
| | | | | | | | | | | | | | | | | | | | Add "volume transfer request delete" command in volume v1 and v2. Also add the unit tests, docs, release note and functional tests Change-Id: Ic3d375bc8df3312fac53c1800d75f48376b8c91c Implements: bp cinder-command-support Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | Implement "volume transfer request create" commandHuanxuan Ao2016-09-111-1/+22
| | | | | | | | | | | | | | | | | | | | Add "volume transfer request create" command in volume v1 and v2. Also add the unit tests, docs, release note and functional tests Change-Id: If362df1acf214efdf6ba129cd917d33eb54e1030 Implements: bp cinder-command-support Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | Add "--limit" and "--marker" options to "volume list" commandHuanxuan Ao2016-09-111-0/+12
|/ | | | | | | | | Add ``--limit`` option to ``volume list`` command in volume v1, add ``--limit`` and ``--marker`` options to ``volume list`` command in volume v2. Change-Id: I327a252aa83ed84166da99cf6aa80334e0e6dd44 Partial-Bug: #1612484
* Merge "Add Subnet service-types to subnets"Jenkins2016-09-081-0/+31
|\
| * Add Subnet service-types to subnetsBrian Haley2016-08-191-0/+31
| | | | | | | | | | | | | | | | Add '--service-type' to subnet arguments to support Subnet service-types. Change-Id: I215d83e4d4cf53e03fa35041c5e41a328641b3a9 Partially-implements: blueprint service-subnets
* | Merge "Add "volume service set" command"Jenkins2016-09-061-0/+34
|\ \