summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow int version numbers in the clouds.yamlTerryHowe2015-11-041-1/+1
| | | | | | | | OSC blows up if you try to use for example identity_api_version: 2 in the clouds.yaml. It will only work with a string '2'. This fixes that. Change-Id: I785d37a288126a1582464e907c7f9c9947bac27c
* Merge "Mark arguments for 'credential' commands as required"Jenkins2015-11-043-16/+131
|\
| * Mark arguments for 'credential' commands as requiredSean Perry2015-09-303-16/+131
| | | | | | | | | | | | | | | | | | | | | | According to the [1], 'user_id', 'type', and 'blob' are all required arguments for 'credential set' but the code treats them as optional. Set the 'required' flag and remove logic supporting missing arguments. [1]: https://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3.rst#credentials-v3credentials "spec" Change-Id: I597c9616ad744385fc6dd92379feb03daec54458 Closes-Bug: #1418837
* | Imported Translations from ZanataOpenStack Proposal Bot2015-11-043-28/+15
| | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ibaa8ba0e2fd013b0cc48e2c4fe8737299b64ea48
* | Merge "Trivial clean up: do not use plural form in command arguments."Jenkins2015-11-022-5/+5
|\ \
| * | Trivial clean up: do not use plural form in command arguments.Tang Chen2015-10-242-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | It is a general rule that we don't use plural form for the name of command arguments. But class DeleteServer() is still using "servers". So use "server instead". Change-Id: I2d76de14ec34b88547b9f728b41e9bd93b2a22c5
* | | Merge "Rename context.py to logs.py"Jenkins2015-10-303-36/+34
|\ \ \
| * | | Rename context.py to logs.pyTerry Howe2015-10-303-36/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At one point this file contained the context for logging, but the reason for its existence is now for logging. Implements: blueprint logging-migration Change-Id: I4ba42bbef97b09d31236ac8c01b6fb23827b8bee
* | | | Merge "Allow debug to be set in configuration file"Jenkins2015-10-301-0/+6
|\ \ \ \ | |/ / /
| * | | Allow debug to be set in configuration fileTerryHowe2015-10-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current default value for debug in cliff is False. Cloud config assumes that it was set that way on the command line and does not overlay it with the value from the configuration file. Cliff bug: https://bugs.launchpad.net/python-cliff/+bug/1483378 Change-Id: I66d82b489b2241dbcd1e1350e94259a54ce09de7
* | | | Merge "Updated from global requirements"Jenkins2015-10-301-3/+3
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-10-281-3/+3
| | |/ / | |/| | | | | | | | | | Change-Id: Iee71a3906069245cee8ec9edd68b4f22a8e006bc
* | | | Merge "remove url from v3 regions"Jenkins2015-10-296-110/+23
|\ \ \ \
| * | | | remove url from v3 regionsSteve Martinelli2015-10-216-110/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the parameter "url" was removed from Keystone, it was only added for one release as part of an experimental support for adding service providers. BackwardsIncompatibleImpact Closes-Bug: 1506841 Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
* | | | | Trivial clean up: Add doc for "osc server lock/unlock".Tang Chen2015-10-281-2/+2
| |/ / / |/| | | | | | | | | | | | | | | | | | | There is no doc for "server lock/unlock" in doc/source/commands.rst. Change-Id: Ibabc260f6269a452c3de0d032839f63938bd348e
* | | | Merge "Support pagination params for flavor list"Jenkins2015-10-233-6/+37
|\ \ \ \
| * | | | Support pagination params for flavor listliyingjun2015-10-213-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing 'marker' and 'limit' params for `openstack flavor list` shell command. It would be nice to have this when there are many flavors. Closes-bug: #1505874 Change-Id: I088ac5d24f0d7595f5cbce14f063e296a449eb26
* | | | | Merge "Change Identity API default version to 3"Jenkins2015-10-211-1/+1
|\ \ \ \ \
| * | | | | Change Identity API default version to 3Steve Martinelli2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Devstack now issues all v3 OSC commands for our CI, and since v3 has everything v2 has, we should be able to switch to v3. Furthermore, most OSC users were initially using OSC since they were looking to exploit v3 keystone capabilities. Change-Id: If7de86946f6dd0f148aa5f526155cccf90adfcc3
* | | | | | Merge "Move session and fixtures to keystoneauth1"Jenkins2015-10-208-7/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move session and fixtures to keystoneauth1Steve Martinelli2015-10-148-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in an effort to start consuming keystoneauth1, we can move our sesssion and fixture code over to use keystoneauth1 instead of keystoneclient. Change-Id: Ibcbd588ce2e3d864f87ff1eb6e1c3c071a1e06f6
* | | | | | Merge "Add release notes for 1.8.0"1.8.0Jenkins2015-10-191-0/+33
|\ \ \ \ \ \
| * | | | | | Add release notes for 1.8.0Dean Troyer2015-10-191-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends-On: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8 Change-Id: I9bdee1b932bcefd3c802461f6f7ac6d9266110ce
* | | | | | | Merge "Follow-on for volume list - add tests, clean help"Jenkins2015-10-196-26/+365
|\ \ \ \ \ \ \
| * | | | | | | Follow-on for volume list - add tests, clean helpDean Troyer2015-10-166-26/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add volume list tests for v1 (a copy of the v2 tests) * Converts volume v2 tests to use Identity v3 so domains can be tested * Add volume list (v2) tests for new options * Re-orders volume list options (both v1 and v2) to match * MArks the new volume list (v2) options as v2-only in doc Change-Id: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
* | | | | | | | Updated from global requirementsOpenStack Proposal Bot2015-10-171-2/+2
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Change-Id: Ic779c64e11691b48638ebd973723da2af28d5b96
* | | | | | | Merge "Add filtering by project/user for 'openstack volume list'"Jenkins2015-10-172-11/+58
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Add filtering by project/user for 'openstack volume list'kafka2015-10-152-11/+58
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added project, user and domain options for filtering results, also cleaned up the order to match the docs. Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closed-bug: #1483976 Change-Id: I9d955094d31d4a28e215d24f7521a11c62bee8db
* | | | | Merge "Add a table showing all the openstack plugin objects"Jenkins2015-10-141-0/+34
|\ \ \ \ \
| * | | | | Add a table showing all the openstack plugin objectsSteve Martinelli2015-10-081-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need a spot that highlights the `objects` used by OpenStack based `plugins`. The sooner we have this information out, the sooner we reduce the chance of a name collision. Change-Id: If9f07e19adea4aaa813eecdd0bce1fbfe616e306
* | | | | | Merge "Fix up object-store show commands"Jenkins2015-10-147-38/+48
|\ \ \ \ \ \
| * | | | | | Fix up object-store show commandsSteve Martinelli2015-10-107-38/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Change metadata to appear under a common 'properties' key, and use the utility to format them, this applied to object, account and container. 2) Clean up container and object output, which were setting the x-container-meta-owner property, but this is metadata only for the container, so it's pointless to have, removed it. 3) Container show was showing read/write ACLs and sync stuff, but these are not being returned by my swift by default, so I moved these to be checks, so we don't clutter the output. Change-Id: Ife7521fe9c2724035b06963c118bd6016ba2f5b5
* | | | | | | Merge "Mask the sensitive values in debug log"Jenkins2015-10-142-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Mask the sensitive values in debug loglin-hua-cheng2015-10-122-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0eb11a648c3be21749690f079229c8e63a678e6c Closes-Bug: #1501598
* | | | | | | | Merge "Fix functional tests for Python 3.4"Jenkins2015-10-142-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix functional tests for Python 3.4Sirushti Murugesan2015-10-122-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shlex.split() expects a string. Not bytes. * decode the bytestring result of subprocess's communicate() to a string. Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
* | | | | | | | | Updated from global requirementsOpenStack Proposal Bot2015-10-141-1/+1
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie32abbbe6bb5ace5f1178fb266b9f1c60f625d72
* | | | | | | | 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