summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Transfer "ip floating add/remove" to "server add/removeTang Chen2016-07-042-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | floating ip" This patch does the following things to transfer "ip floating add/remove" to "server add/remove floating ip": * Add new command "server add/remove floating ip", and unit tests and doc. * Deprecate "ip floating add/remove" command. compute/v2/floatingip.py is not removed because the arguments' positions are different between the new and old commands. * ip floating add <ip-address> <server> server add floating ip <server> <ip-address> * ip floating remove <ip-address> <server> server remove floating ip <server> <ip-address> Change-Id: Ic0dd22ca6fb7b7bc3e820fd5a14d7c551e7ab963 Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
* | | | | | Merge "Transfer "ip floating pool list" to "floating ip pool list""Jenkins2016-07-062-0/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Transfer "ip floating pool list" to "floating ip pool list"Tang Chen2016-07-042-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does the following things to transfer "ip floating pool list" to "floating ip pool list": * Add a new command "floating ip pool list" to deprecate "ip floating pool list". The source code is in network/v2 dir. * Add doc for "floating ip pool list". * Add floating ip pool unit tests. Change-Id: Id410f4e4a96cf589a6e8def209574da71395b55f Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
* | | | | | Merge "Add command to unset information from ports"Jenkins2016-07-061-0/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add command to unset information from portsreedip2016-07-011-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``port unset`` command to clear the fixed-ip and binding:profile information from the ports. Implements: blueprint network-property-unset Change-Id: I9dba309234105af477e7618a8a437b7fa3b13cd7
* | | | | | Add missing '(name only)' message for keypair in computev2Huanxuan Ao2016-07-041-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 'keypair show' command. One help message had '(name only)' but the doc had not. And another had not '(name only)' but the doc had. This patch Fixs them and keeps the consistent between doc and help message. Change-Id: Ic88219ae25a6f545a1db39e6b585e1857ae9e2e0
* | | | | Merge "Add command to unset information from Subnet-pools"Jenkins2016-07-011-0/+22
|\ \ \ \ \
| * | | | | Add command to unset information from Subnet-poolsreedip2016-06-301-0/+22
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``subnet pool unset`` command to clear the pool prefix information from the subnet-pools. Change-Id: I84b7259d6e26e695343d41cea6d807396faaf69a Implements: blueprint network-property-unset
* | | | | Merge "Add "--snapshot" option to "backup create" command in volumev2"Jenkins2016-07-011-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add "--snapshot" option to "backup create" command in volumev2Huanxuan Ao2016-07-011-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--snapshot" option to "backup create" command to support backing up a snapshot. Change-Id: Ibecbf1902599875f422d372d529835f73211d3ec Closes-Bug: #1597184
* | | | Merge "Fix doc issue for "compute agent list" command"Jenkins2016-06-301-3/+2
|\ \ \ \
| * | | | Fix doc issue for "compute agent list" commandHuanxuan Ao2016-06-301-3/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | "--hypervisor" is a optional argument but in the doc it was wrong format, this patch modify it. Change-Id: I527feff73eca5834b2fee4efb2462562581210ed
* | | | Merge "Add "--property" option to "flavor create" command"Jenkins2016-06-301-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add "--property" option to "flavor create" commandHuanxuan Ao2016-06-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--property" option to "flavor create" command to support adding properties to a new falvor. Change-Id: I4f06b364375d5a81584fe41122d48e9568fa712a Closes-Bug: #1596798
* | | | Merge "Add "--device-owner" option to "port list""Jenkins2016-06-291-2/+10
|\ \ \ \
| * | | | Add "--device-owner" option to "port list"Richard Theis2016-06-201-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--device-owner" option to the "port list" command to enable listing ports based on device owner. Change-Id: I0a538ec41800b9f842e86dceb6ca4180ef239c95 Implements: blueprint neutron-client
* | | | | Merge "Add command to unset information from Subnets"Jenkins2016-06-291-0/+38
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add command to unset information from Subnetsreedip2016-06-291-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``subnet unset`` command to clear the host-routes, allocation-pools and dns-nameservers from subnets. Implements: blueprint network-property-unset Change-Id: I31324a2423f6d2315eed27445dfdcfe863e0b550
* | | | | Merge "Add command to unset information from Routers"Jenkins2016-06-281-0/+24
|\ \ \ \ \
| * | | | | Add command to unset information from Routersreedip2016-06-271-0/+24
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the ``router unset`` command to clear the routing information from the routers. Implements: blueprint network-property-unset Change-Id: Iac8d32ca42fb28878805b4b58ab411b67fa6555b
* | | | | Merge "Add "--force" option to "volume qos delete" command"Jenkins2016-06-281-0/+5
|\ \ \ \ \
| * | | | | Add "--force" option to "volume qos delete" commandHuanxuan Ao2016-06-281-0/+5
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ``--force`` option to ``volume qos delete`` command in volume v1 and v2 to allow users to delete in-use QoS specification(s). Change-Id: I46036e5f55ced8b8a1be54c521f2a5c242b89160 Closes-Bug: #1596821
* | | | | Merge "Add "--force" option to "backup create" command in volumev2"Jenkins2016-06-281-0/+5
|\ \ \ \ \
| * | | | | Add "--force" option to "backup create" command in volumev2Huanxuan Ao2016-06-271-0/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cinder V2 API supports creating volume backup with "--force" option. However, OSC doesn't support this argument. So this patch add the "--force" option to allow users to back up a in-use volume. Change-Id: I326f8d6172b2830da4cf1317348af50142cc5490 Closes-Bug: #1596443
* | | | | Merge "Support bulk deletion for delete commands in computev2"Jenkins2016-06-282-5/+5
|\ \ \ \ \
| * | | | | Support bulk deletion for delete commands in computev2Huanxuan Ao2016-06-272-6/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support bulk deletion and error handling for "keypair delete" and "service delete" commands in computev2. Up to now, all the delete commands in computev2 support bulk deletion. Change-Id: I6d5c960e9716188e56615514d0921618a15a88ec Partially-Implements: blueprint multi-argument-compute Partial-Bug: #1592906
* | | | | Merge "Change "ID only" to "name or ID" for backup commands"Jenkins2016-06-281-3/+3
|\ \ \ \ \
| * | | | | Change "ID only" to "name or ID" for backup commandsHuanxuan Ao2016-06-271-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested "find_resulce()" can find a backup by name or ID. But some help messages and doc were "ID only", this patch modify them. Change-Id: I22dcc3a0b40f2bafabb6d26498158e2468037312
* | | | | Merge "Fix typo in openstackclient/network/v2"Jenkins2016-06-282-5/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo in openstackclient/network/v2Cao Xuan Hoang2016-06-232-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the missing "." to some docstring/text. Trivial fix Change-Id: Iffb470dcce7200ddc9e439c465adc652a8322708
* | | | | Modify some unusual help messages in computev2Huanxuan Ao2016-06-273-7/+7
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some command help messages are unusual, for example: common help message for a list command: "list objects" unusual help message: "list obejcets command" I think we should keep help message consistent, so I modify the unusual help messages in computev2. Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
* | | | Merge "Support multi-delete for commands in identity V2"Jenkins2016-06-243-8/+8
|\ \ \ \
| * | | | Support multi-delete for commands in identity V2sunyajing2016-06-233-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands are "ec2 credentials delete", "service delete", "endpoint delete". Also update their unit tests and functional tests. Partial-Bug: #1592906 Change-Id: I1a0b7160b803a523646d09d030e6f112c81c4c24
* | | | | Fix the problem of router deleteSongmingYan2016-06-241-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Change "Remove" to "Delete" when using it in route-interface-delete. Change-Id: I9ebc38c787acbcb42d2f8efeee41f6cb943e4b9b Related-bug: #1560446
* | | | Merge "Support JSON data for port binding profile"Jenkins2016-06-231-2/+4
|\ \ \ \
| * | | | Support JSON data for port binding profileRichard Theis2016-06-201-2/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the "--binding-profile" option on the "port create" and "port set" commands to support both <key>=<value> and JSON input for the port custom binding profile data. The JSON input is sometimes needed to maintain the value type (e.g. integer) for more advanced data. The port custom binding profile data is unique across neutron so a custom argparse.Action class was created instead of writting a generic class in osc-lib. Change-Id: I82ac6d4f95afdc866f5282fc00d390f850f54d21 Implements: blueprint neutron-client
* | | | Merge "support multi-delete for volume-type"Jenkins2016-06-231-3/+3
|\ \ \ \
| * | | | support multi-delete for volume-typeSteve Martinelli2016-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to delete multiple volume types at once. Note there are no unit tests exist for v1 volume-types, so instead a functional test was created. Partial-Bug: #1592906 Change-Id: I99f3f22901ab35252b91a3072b14de7d19cb17ca
* | | | | Merge "Fix errors for "host set" command"Jenkins2016-06-231-1/+1
|\ \ \ \ \
| * | | | | Fix errors for "host set" commandHuanxuan Ao2016-06-221-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Host set" command cannot work. Because: 1.Host has no 'ID' attribute, so 'ID' attribute cannot be found in "host set" command. 2.value "True" and "Flase" are invalid in updata() method of host. 3.Some update functionalities is not supported in host API now. This patch solves the problems 1 and 2 in OSC. But the problem 3 is a API problem and can't be solved in OSC, only XenServer driver support to set enable/disable and maintenance host, it is a normal problem. After this patch the output of "host set" command is: The requested functionality is not supported. (HTTP 501) (Request-ID: req-14031fce-8c90-48a0-8492-dc8e3dd349f3) Just the same as the "host-update" command in novaclient. Change-Id: Ibe94c4d3d492d3d63355de803810edb988e1b4e9 Closes-Bug: #1594689
* | | | | Merge "Support bulk deletion for "flavor/aggregate delete""Jenkins2016-06-222-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Support bulk deletion for "flavor/aggregate delete"Huanxuan Ao2016-06-212-6/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support bulk deletion and error handling for "aggregate delete" and "flavor delete" commands. Change-Id: I3f6105cbeeab1c9f8cd571c63ce0e7ac3d4252b3 Partially-Implements: blueprint multi-argument-compute Partial-Bug: #1592906
* | | | Add "--project" option to the "flavor create" command.Huanxuan Ao2016-06-211-0/+12
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Add ``--project`` and ``--project-domain`` options to the ``flavor create`` command. We can use these options to add the flavor access to a givin project when we create the flavor. Change-Id: Ic1907272c1d1ae526f9c9e86f32ba06c6da147c0
* | | Merge "Add "--network-segment" option to "subnet create""Jenkins2016-06-201-0/+9
|\ \ \ | |_|/ |/| |
| * | Add "--network-segment" option to "subnet create"Richard Theis2016-06-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--network-segment" option to the "subnet create" command. This is a beta command option and subject to change. Use global option "--os-beta-command" to enable this option. This patch set also provides a devref update for beta command options. Change-Id: I4d0fbe079b2a873307364c41c22ce9ba88e632e6 Partially-Implements: blueprint routed-networks
* | | Modify help msg and docs in identitysunyajing2016-06-172-2/+2
| |/ |/| | | | | | | | | | | | | Migrate 'change', 'update' to 'modify', migrate 'user to delete' to 'user(s) to delete', migrate '(name or ID)' to '(type, name or ID)'. Change-Id: Ie425e178bb5ddf773e6e793fcd91c78e9c4a5053
* | Merge "Support bulk deletion for delete commands in networkv2"Jenkins2016-06-162-6/+6
|\ \
| * | Support bulk deletion for delete commands in networkv2Huanxuan Ao2016-06-162-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch support bulk deletion for delete commands below: 1.subnet delete 2.subnet pool delete Up to now, all the delete commands in networkv2 support bulk deletion. Change-Id: I63f6d1d02bad1fcc26e72b7028b53958a68ce2dc Partially-Implements: blueprint multi-argument-network Partial-Bug: #1592906
* | | Merge "Add "--password-prompt" to user.rst"Jenkins2016-06-161-0/+1
|\ \ \
| * | | Add "--password-prompt" to user.rstsunyajing2016-06-161-0/+1
| |/ / | | | | | | | | | Change-Id: I2e86114698887a6343c248783c343f269bf4988d