summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless dest of option in "snapshot create" commandHuanxuan Ao2016-07-041-1/+0
| | | | | | | | The option is '--force' and the default argument is 'force', so the 'dest=force' is useless and unnecessary. This patch remove it. Change-Id: If8fd5270e4e36b5361127f4a91bdf347f29341c2
* Merge "Add command to unset information from Subnet-pools"Jenkins2016-07-015-0/+109
|\
| * Add command to unset information from Subnet-poolsreedip2016-06-305-0/+109
| | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2016-07-012-3/+3
| | | | | | | | Change-Id: I0954807ccd7be3256627eb330a66c9fb539d639f
* | Merge "Add "--snapshot" option to "backup create" command in volumev2"Jenkins2016-07-015-1/+33
|\ \
| * | Add "--snapshot" option to "backup create" command in volumev2Huanxuan Ao2016-07-015-1/+33
| |/ | | | | | | | | | | | | | | Add "--snapshot" option to "backup create" command to support backing up a snapshot. Change-Id: Ibecbf1902599875f422d372d529835f73211d3ec Closes-Bug: #1597184
* | update plugin documentationSteve Martinelli2016-06-303-18/+45
| | | | | | | | | | | | | | | | - add watcher, gnocchi and aodh - organize sphinx docs based on alphabetical order of the library Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
* | 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-306-12/+53
|\ \ | |/ |/|
| * Add "--property" option to "flavor create" commandHuanxuan Ao2016-06-296-12/+53
| | | | | | | | | | | | | | | | 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-294-4/+66
|\ \
| * | Add "--device-owner" option to "port list"Richard Theis2016-06-204-4/+66
| | | | | | | | | | | | | | | | | | | | | | | | 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-295-0/+234
|\ \ \
| * | | Add command to unset information from Subnetsreedip2016-06-295-0/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-285-0/+126
|\ \ \ \
| * | | | Add command to unset information from Routersreedip2016-06-275-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-286-5/+60
|\ \ \ \ \
| * | | | | Add "--force" option to "volume qos delete" commandHuanxuan Ao2016-06-286-5/+60
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Tox prerequisites and installation"Jenkins2016-06-281-19/+43
|\ \ \ \ \
| * | | | | Add Tox prerequisites and installationzhang.xiuhua2016-06-071-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I48f4c571d1f1ae26ac930d8abad0cfbcb826ae46
* | | | | | Merge "Make set/unset command in volume pass normally when nothing specified"Jenkins2016-06-281-3/+0
|\ \ \ \ \ \
| * | | | | | Make set/unset command in volume pass normally when nothing specifiedsunyajing2016-06-271-3/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Change-Id: Iac2d1b4ba9fa6358dc9317054af970eae8d49e84
* | | | | | Merge "Add "--force" option to "backup create" command in volumev2"Jenkins2016-06-284-3/+25
|\ \ \ \ \ \
| * | | | | | Add "--force" option to "backup create" command in volumev2Huanxuan Ao2016-06-274-3/+25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-288-23/+172
|\ \ \ \ \ \
| * | | | | | Support bulk deletion for delete commands in computev2Huanxuan Ao2016-06-278-25/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Change "ID only" to "name or ID" for backup commandsHuanxuan Ao2016-06-273-7/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-284-10/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix typo in openstackclient/network/v2Cao Xuan Hoang2016-06-234-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the missing "." to some docstring/text. Trivial fix Change-Id: Iffb470dcce7200ddc9e439c465adc652a8322708
* | | | | | | Merge "Update Fakes.py and unit tests for commands in identity V2.0"Jenkins2016-06-276-383/+319
|\ \ \ \ \ \ \
| * | | | | | | Update Fakes.py and unit tests for commands in identity V2.0sunyajing2016-06-276-383/+319
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update remaining commands:role, service, user, token. Change-Id: I06eed60dd2f312bad6076c78b53cd07bcd4cd55c Partially-Implements: blueprint refactor-identity-unit-test
* | | | | | | Merge "Modify few words and change output format for command "ip floating list""Jenkins2016-06-273-25/+40
|\ \ \ \ \ \ \
| * | | | | | | Modify few words and change output format for command "ip floating list"zhang.xiuhua2016-06-273-25/+40
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to OpenStack Documentation, preferred word choice: Link: http://docs.openstack.org/contributor-guide/writing-style/word-choice.html Change from 'etc.' to 'and so on' Change-Id: Id8a5cc99a8bba8ac7531636248edaca8f98da917
* | | | | | | Merge "Modify some unusual help messages in computev2"Jenkins2016-06-276-15/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Modify some unusual help messages in computev2Huanxuan Ao2016-06-276-15/+15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | skip image tag testsSteve Martinelli2016-06-271-0/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the command ``image set tag <tag> <image>`` is now failing skip the test so our gate isn't broken. Change-Id: I05e415b212e76aef62c1b0b966863573eff338e9 Partial-Bug: #1596573
* | | | | Merge "Support multi-delete for commands in identity V2"Jenkins2016-06-2412-22/+108
|\ \ \ \ \
| * | | | | Support multi-delete for commands in identity V2sunyajing2016-06-2312-22/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands are "ec2 credentials delete", "service delete", "endpoint delete". Also update their unit tests and functional tests. Partial-Bug: #1592906 Change-Id: I1a0b7160b803a523646d09d030e6f112c81c4c24
* | | | | | Merge "Fix several flake8 code style issues in compute tests."Jenkins2016-06-244-12/+12
|\ \ \ \ \ \
| * | | | | | Fix several flake8 code style issues in compute tests.Kyrylo Romanenko2016-06-244-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues: H402 one line docstring needs punctuation, W503 line break before binary operator. Change-Id: Ie93430898403f137e7b647a97a28b0d7a4ebb463
* | | | | | | Merge "Make code more compact for get_list_opts function"Jenkins2016-06-241-3/+1
|\ \ \ \ \ \ \
| * | | | | | | Make code more compact for get_list_opts functionKyrylo Romanenko2016-06-241-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do it like in get_show_opts done. Change-Id: If6b115c35a41997627660830fb8e5d299e8fb8e9
* | | | | | | | Merge "Remove code forgotten in cb28fb55884a9be7cd70c37343181116cf000a42"Jenkins2016-06-242-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove code forgotten in cb28fb55884a9be7cd70c37343181116cf000a42Vincent Legoll2016-06-242-6/+0
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2abc75c94c1b6450f56bfcf2d8b1135e5caa3598 Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
* | | | | | | | Merge "Fix the problem of router delete"Jenkins2016-06-242-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix the problem of router deleteSongmingYan2016-06-242-2/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "Remove" to "Delete" when using it in route-interface-delete. Change-Id: I9ebc38c787acbcb42d2f8efeee41f6cb943e4b9b Related-bug: #1560446
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I43d04f2cbb0543d55783252d8618ddafdda3a66c
* | | | | | Merge "Support JSON data for port binding profile"Jenkins2016-06-234-8/+136
|\ \ \ \ \ \