summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix "sevice show" cannot catch NoUniqueMatch ExceptionMin Min Ren2015-12-091-0/+5
| | | | | | | Fix a bug for "service show" subcommand cannot cache NoUniqueMatch Exception Change-Id: I393c5417de0fef424618b08119ddbc8fea27e114 Closes-Bug: #1524305
* Remove cliff-tablib from requirements.txtDean Troyer2015-10-131-1/+0
| | | | | | No longer needed Change-Id: I07c72fd34e9a7429d6fb910e254f91e888070009
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: I400cce4dfd840bba2d4f368a5d7f057f28b435ab
* Updated from global requirementsOpenStack Proposal Bot2015-10-132-2/+2
| | | | Change-Id: I60a7bd4cd9527cf3b54ab5d2968dff5134711bff
* Merge "Fix a typo in commands.rst"Jenkins2015-10-121-1/+1
|\
| * Fix a typo in commands.rstDaisuke Fujita2015-10-081-1/+1
| | | | | | | | | | | | 1. "ec2 cedentials" to "ec2 credentials" Change-Id: I9a17c0d592f9a4d6e53e6dd786cba405468a3e09
* | Merge "Add test for role list --inherited"Jenkins2015-10-121-0/+33
|\ \
| * | Add test for role list --inheritedDean Troyer2015-10-071-0/+33
| | | | | | | | | | | | Change-Id: I216ab6c8ac903720ec67870a5171ae57a8f293aa
* | | Merge "Fix typos in authentication.rst"Jenkins2015-10-121-2/+2
|\ \ \
| * | | Fix typos in authentication.rstDaisuke Fujita2015-10-081-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | 1. "inital" to "initial" 2. "set of of environment variables" to "set of environment variables" Change-Id: I7040792c1a03a9a3ac873f9a0428bfa1178fd550
* | | Merge "Updated from global requirements"Jenkins2015-10-081-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-10-081-1/+1
| |/ / | | | | | | | | | Change-Id: I30b638f4f04d0fbf4ffc2fac965306ce99faacf1
* | | Merge "image set should not show the resource"Jenkins2015-10-086-34/+27
|\ \ \
| * | | image set should not show the resourceSteve Martinelli2015-10-066-34/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the rest of OSC set commands do not show the resource after it has been updated. unless the update fails then we report back a failure, otherwise the user should assume everything went fine. Change-Id: I2bd4188450c3853b4a1bc25f80fc9450cda32bdd
* | | | Merge "Evaluate --inherited in role list"Jenkins2015-10-082-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Evaluate --inherited in role listRudolf Vriend2015-10-062-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the --inherited option was not being passed into keystoneclient Closes-Bug: #1502822 Change-Id: I48170dc67b23cc9b0665b1e0f38118eea952f131
* | | | Merge "Fix non-ascii issue with object commands"Jenkins2015-10-081-13/+22
|\ \ \ \
| * | | | Fix non-ascii issue with object commandslin-hua-cheng2015-10-061-13/+22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Escape the container and object name whenever it is used as URL. Change-Id: I2343c1e67843ab53773b3fca6e258dc329cd9573 Closes-Bug: #1503508
* | | | unwedge the gateSteve Martinelli2015-10-082-1/+3
|/ / / | | | | | | | | | | | | | | | | | | devstack defaults to v3 and makes some janky assumptions in the generated rc files Change-Id: I4b0b3eb6ab2aa9be2ac4c2404b2f9655e3ed564e
* | | Merge "Add ID column to compute service list"Jenkins2015-10-071-0/+1
|\ \ \
| * | | Add ID column to compute service listAlex Schultz2015-10-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the ID to the compute service list command so that the ID can be leveraged by scripts trying to remove or update a specific service. Change-Id: I446b4c0071988133195eb2382313b3918b7ffa72 Closes-Bug: #1503430
* | | | Merge "Add tags to `image set`"Jenkins2015-10-075-10/+122
|\ \ \ \ | | |_|/ | |/| |
| * | | Add tags to `image set`NiallBunting2015-10-065-10/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds --tag to the v2 version of `image set`. This is another step to compatability between the osc image api. Added merge of tags into existing tags and handling duplicates, and tests for same. Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Ie800fcbf8bbc0978c54ace3278750a18023e8ce4
* | | | Merge "Clean up Image v2 image set command"Jenkins2015-10-063-144/+284
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Clean up Image v2 image set commandDean Troyer2015-10-063-144/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the Image v2 image set command meet at the intersection of the v1 image set command and the v2 image create command: * Add visibility to the deadopts list and remove the option * Put the options in the same order as v1 image set * Make the help text match * Add --properties * Move the additional options that do not appear in either v1 image set or v2 image create after --property as they are really pre-defined properties * Add tests for v2 image set to match v1 and then some * Put the SetImage class in v2/image.py in alphabetical order Change-Id: I102b914e8ad09a014f6fdd846c5766b6c2eaadb8
* | | Merge "Update the plugin docs"Jenkins2015-10-061-6/+6
|\ \ \
| * | | Update the plugin docsSteve Martinelli2015-10-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been some changes as to the status of OSC plugins, highlight these changes in the table. Change-Id: Iff6520d35b34ae5d7bf88a128ebdf05f3681d643
* | | | Merge "Set object store arg order in docs"Jenkins2015-10-062-20/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Set object store arg order in docsDean Troyer2015-10-062-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | argparse displays positional args last in the help output, our docs should match. Change-Id: I01e8d62cb8c1b537ea0441b8bdf8880a4c856b32
* | | | Merge "Image fix bug with --volume"Jenkins2015-10-061-12/+14
|\ \ \ \
| * | | | Image fix bug with --volumeNiallBunting2015-09-181-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently after calling the cinderclient to create an image from a volume, it also then tries to create another image. This fails as the keyword volume is unexpected. This add checks so the image is not created in this case. Allowing --volume to not throw an error when it has worked. Change-Id: I67e650eb0b8c331d86515e3e326c39a5d6dad5e1 Closes-Bug: 1497221
* | | | | Merge "Add shields.io version/downloads links/badges into README.rst"Jenkins2015-10-061-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add shields.io version/downloads links/badges into README.rstSteve Martinelli2015-09-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's handy to have appear in the pypi page Change-Id: I142da7d194d719f3b8218ad84e32e19bf0071c63
* | | | | add set/unset support for objects in object storeSteve Martinelli2015-10-064-0/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add docs and command support to set and unset metadata of objects that are stored in an object store (swift). Closes-Bug: #1501945 Change-Id: If838a4b3343b6ddb97cd4bd1cb63f0ba1c1a00a1
* | | | | add support for set/unset of container propertiesSteve Martinelli2015-10-064-16/+166
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | include docs and commands to set and unset container properties Partial-Bug: #1501945 Change-Id: I8d7e8cf356a2321a37ed940c4e10cae411b94dfd
* | | | Merge "Updated from global requirements"Jenkins2015-10-051-2/+2
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I5b898fc5444688bde538fbccda6e3c189a66f701
* | | | | Merge "Add one parenthesis"Jenkins2015-10-051-1/+1
|\ \ \ \ \
| * | | | | Add one parenthesisAtsushi SAKAI2015-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the following help message, last parenthesis is missing. $ openstack --os-volume-api-version 2 help volume delete usage: openstack volume delete [-h] [--force] <volume> [<volume> ...] Delete volume(s) positional arguments: <volume> Volume(s) to delete (name or ID) optional arguments: -h, --help show this help message and exit --force Attempt forced removal of volume(s), regardless of state (defaults to False Change-Id: I45c4030abf076cba14450019c379d333eb6530d6
* | | | | | Merge "cleanup account ids from container commands"Jenkins2015-10-054-6/+12
|\ \ \ \ \ \
| * | | | | | cleanup account ids from container commandsSteve Martinelli2015-10-024-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use a common function to determine account ID instead of different ways - depending on the response and command Change-Id: I95adc5dc7d5a82a2cffc570d1ded24d1fc754a11
* | | | | | | Merge "Rename swift account commands"Jenkins2015-10-052-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Rename swift account commandsSteve Martinelli2015-10-012-18/+18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename `os account` to `os object store account` Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Closes-Bug: #1501943 Change-Id: I54fdcea7a48df16f20e17605110f8d33a20f713c
* | | | | | | Merge "Add support for showing account details"Jenkins2015-10-054-1/+45
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add support for showing account detailsSteve Martinelli2015-10-024-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add the command `openstack account show` that lists details about the object store account that the user authenticated against. Partial-Bug: #1501943 Change-Id: I1246dafee812b63a41d43be4e3598224364a2c11
* | | | | | | Merge "Add support for updating swift account properties"Jenkins2015-10-054-0/+155
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Add support for updating swift account propertiesSteve Martinelli2015-10-014-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch adds support for creating/updating and removing properties (nee: metadata) for object store accounts. Partial-Bug: #1501943 Change-Id: I3ed70a5d8bd8920fedb79adc60cdc602261d5eef
* | | | | | Merge "Add tests for find_resource()"Jenkins2015-10-011-0/+54
|\ \ \ \ \ \
| * | | | | | Add tests for find_resource()Dean Troyer2015-10-011-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a couple of tests for utils.find_resource() for the odd resources and managers without resource_class. Change-Id: I2ed9b491d1361b5259b3a5f80b4fac787a7087c1
* | | | | | | Imported Translations from ZanataOpenStack Proposal Bot2015-10-012-7/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ida5289f0229020953ec715c4a547ab030fbf75e7