summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsliberty-eolstable/libertyOpenStack Proposal Bot2016-05-151-1/+1
| | | | Change-Id: I526cf2e7329917ea0a47a7144e39fb8fa407038a
* Updated from global requirementsOpenStack Proposal Bot2016-04-291-1/+1
| | | | Change-Id: Ic826471279d1f1af85ff760b45a094f17916e749
* Merge "Updated from global requirements" into stable/libertyJenkins2016-04-211-2/+2
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-04-211-2/+2
| | | | | | | | | | Depends-On: Ic7300d1f708339701b5daadbf2c4769b239a2adb Change-Id: I203479c6e834e6fbcfe2e4266a17a6885f4ff248
* | Fix stable/liberty gateRichard Theis2016-04-213-2/+4
|/ | | | | | | | | | | | | | | | | | | **This patch is a merge of 2 patches that needed to be backported** unwedge the gate devstack defaults to v3 and makes some janky assumptions in the generated rc files (cherry picked from commit bd14d078098eb2055c0dae784de892b0b1346ed5) Add all regions to cloud configuration OCC now requires all regions to be listed in the cloud configuration. Update the shell unit tests to list all of the regions being tested. Change-Id: Ic7300d1f708339701b5daadbf2c4769b239a2adb (cherry picked from commit d1311f9742ad93198b9ca72f47d51710e17ced38)
* Updated from global requirements1.7.2OpenStack Proposal Bot2015-11-171-1/+1
| | | | Change-Id: Iddc293476590898e33e52541636a8b5e1daa9d6a
* Updated from global requirementsOpenStack Proposal Bot2015-10-281-2/+2
| | | | Change-Id: Iaa05ab4e7b319c3dbd4f83700c0bdba103c0e18c
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: Ie095fa050c906b5ba95a1752aac7543a0a274955
* Merge "Release notes 1.7.1" into stable/libertyJenkins2015-09-307-17/+132
|\
| * Release notes 1.7.11.7.1Dean Troyer2015-09-301-0/+6
| | | | | | | | Change-Id: Ia0bd230385c2a324b8ca5f5e586b748b5ea915f9
| * Merge "Override the debug default and help text"Jenkins2015-09-241-0/+4
| |\
| | * Override the debug default and help textTerryHowe2015-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cliff sets the default debug value to False and this makes it impossible to override debug with OCC. If we set the default to None, we can override debug in clouds.yaml. Also, OSC changes the meaning of --debug, so modify the help text. Change-Id: I5e6680b2286cd7f55afe4b083fae5f8a4a9567a2 Closes-Bug: #1483378
| * | docs: pip install -e needs an argumentSteve Martinelli2015-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | The arguments to install the development branch is incorrect, since the -e option needs a directory to look for setup.py in. Change-Id: Icfe402e7b79a50ddc885c7eadb6c323c27e36ef3
| * | Merge "Use `discover_extensions` for novaclient"Jenkins2015-09-231-7/+3
| |\ \
| | * | Use `discover_extensions` for novaclientAndrey Kurilin2015-09-111-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | novaclien v2.26.0 includes `discover_extensions` method, which returns list of all nova extensions based of version. Such method allows us to reduce imports of novaclient's modules and construct novaclient instance simpler. Change-Id: Idbe3ed275fb4a7e3918b11669dcfad47b8de4fb9
| * | | Merge "Glance `image set` Resolve Fracturing"Jenkins2015-09-233-9/+118
| |\ \ \
| | * | | Glance `image set` Resolve FracturingNiallBunting2015-09-233-9/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently `image set` uses the new api, where other parts of osc the old api is used. This deprecates the v2 api in favour of the v1 to maintain the same commands across osc. However the functionality now remains there as people could now be using this functionality. This also adds the --unprotected argument, as in the previous version if --protected was not supplied it would just make the argument --unprotected without the users explicit consent. The patch also fixes the documentation for image set as it was outdated. Change-Id: I990d20332c80165102badef7ac94ddbeb7824950 Closes-Bug: 1498092
* | | | | attempt to find resource by listingSteve Martinelli2015-09-301-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a last-ditch effort to find the resource in question by listing all the resources and doing a simply match for name and id. if no match is found then raise an error, if the list call is unsuccessful, raise the same error. we have failed this city. Closes-Bug: #1501362 Change-Id: I0d3d7002e9ac47b17b1ef1a5534406c85b1fc753 (cherry picked from commit 83282bc5e133d8cd1718df524c1fa06add130b8a)
* | | | | Additional exception handling for find_resourceSteve Martinelli2015-09-301-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few things here: 1) we need to check if the client class even has a 'resource_class', in the case of glanceclient, it does not. 2) If everything fails we should print a better error message, rather than a "find" failed, since some clients don't support find. Change-Id: I6277322639e75b1635f9f3d159753efadbce1031 (cherry picked from commit 05f5e043d8cc536c21acb51c5a9e85fac9563f47)
* | | | | Update .gitreview for stable/libertyDoug Hellmann2015-09-221-0/+1
|/ / / / | | | | | | | | | | | | Change-Id: I888928e15788a9acd072cd32797cf5ef98e496d2
* | | | Add release notes for 1.7.01.7.0Dean Troyer2015-09-221-0/+42
| | | | | | | | | | | | | | | | Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d
* | | | Merge "Imported Translations from Zanata"Jenkins2015-09-211-5/+17
|\ \ \ \
| * | | | Imported Translations from ZanataOpenStack Proposal Bot2015-09-211-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I2eadaa91b2a089bc54ab167a1d6e5f7fd7acb228
* | | | | Merge "Use format_list instead of format_dict when listing images"Jenkins2015-09-211-1/+1
|\ \ \ \ \
| * | | | | Use format_list instead of format_dict when listing imagesSteve Martinelli2015-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This currently breaks listing images with --long. Tags are an array and shouldn't be formatted as a dictionary. Change-Id: I6d1d85351b58ae4824498774673ebdc8eaa7e420 Closes-Bug: #1498150
* | | | | | Merge "Format an images properties and tags"Jenkins2015-09-211-3/+35
|\ \ \ \ \ \
| * | | | | | Format an images properties and tagsSteve Martinelli2015-09-211-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, these properties are each top level keys, they should all be under a single 'properties' field. Secondly, the tags are kept as an array, but can be shown as a comma separated string. Change-Id: Ic769c657a86e768fee38acc40434c377de70a7bc
* | | | | | | Merge "Add image create support for image v2"Jenkins2015-09-214-2/+393
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Add image create support for image v2Monty Taylor2015-09-214-2/+393
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have it for v1, but v2 is the future. There are two differences, things in v2 do not go into a properties dict, and the actual image data needs to get uploaded as a second step. Closes-Bug: 1405562 Co-Authored-By: Niall Bunting <niall.bunting@hp.com> Co-Authored-By: Sean Perry <sean.perry@hp.com> Change-Id: If7b81c4a6746c8a1eb0302c96e045fb0f457d67b
* | | | | Change ignore-errors to ignore_errorsMonty Taylor2015-09-211-1/+1
| |/ / / |/| | | | | | | | | | | | | | | | | | | Needed for coverage 4.0 Change-Id: I38a9361df07f290ea3588996462bbbc1a6d7b8d8
* | | | Merge "Set default auth plugin back to 'password'"Jenkins2015-09-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Set default auth plugin back to 'password'Dean Troyer2015-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This was a hack that should be less needed now... Change-Id: Id8cba87ad05b106aa36e356c0d70a568316fd327
* | | | Merge "Remove backticks from help in role commands"Jenkins2015-09-192-10/+10
|\ \ \ \
| * | | | Remove backticks from help in role commandsHidekazu Nakamura2015-09-192-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the docs and code had inconsistencies with how it references other arguments, lets just remove the backticks from around them. Change-Id: I43d17b07364e45387c6b9d86c2aca26eeea8ed93
* | | | | Merge "Move option logging back to start if initialize_app()"Jenkins2015-09-191-2/+2
|\ \ \ \ \
| * | | | | Move option logging back to start if initialize_app()Dean Troyer2015-09-181-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The log for the options should be printed early enough to see what is being passed in to occ. Change-Id: I97b09bc28abcd485b6793d0223b9f8602237fd80
* | | | | Merge "Updated from global requirements"Jenkins2015-09-193-3/+3
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2015-09-183-3/+3
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Id0791447748e9430c995cbab87260e843e8a2819
* | | | | Merge "Add tests for volume quota set"Jenkins2015-09-192-2/+46
|\ \ \ \ \
| * | | | | Add tests for volume quota setTerryHowe2015-08-112-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some tests for volume quota set and get rid of TODO about using the value instead of the key to get the attribute. Change-Id: I57aa57951aeea65965966e63af922cda532d759d
* | | | | | Merge "Support listing users by group name"Jenkins2015-09-191-6/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Support listing users by group nameSteve Martinelli2015-09-071-6/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Listing users within a group is not presently domain scoped. We do not use the domain info at all when the group option is present. A new --group-domain option is not needed since we cannot list users by --project and --group, they are mutually exclusive (as per the identity API). Closes-Bug: 1492916 Change-Id: I50f995ee4a03c2bdb21f2b5722546ab8fe786eb6
* | | | | set image api to 1 for functional testsSteve Martinelli2015-09-161-0/+2
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devstack now defaults to image api v2, but osc does not support v2 image create. set the functional tests to use v1 for now to unwedge the gate. Closes-Bug: #1496337 Change-Id: Ia02ed761446b8de52c932a424b9c423691ebcceb
* | | | Updated from global requirementsOpenStack Proposal Bot2015-09-121-4/+4
| |/ / |/| | | | | | | | Change-Id: I63d1c3bdf6bdd5ff5e1c16af3ee4f095a7d659f1
* | | Imported Translations from TransifexOpenStack Proposal Bot2015-09-112-116/+123
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I000bbddd938d7f83a8a85ccb7a62eb3a23f3dd46
* | | Merge "Use a common decorator to log 'take_action' activation"Jenkins2015-09-1150-212/+242
|\ \ \
| * | | Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-0150-212/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of duplicating the same log statement throughout the code, the same logic can be provided by a shared decorator that abstracts away the logging capability and unifies it behind a common function instead. Change-Id: Icc63bced7347c8bbf0299a4c5821425a10892a79
* | | | Merge "Add filtering by user for 'openstack server list'"Jenkins2015-09-102-1/+25
|\ \ \ \
| * | | | Add filtering by user for 'openstack server list'kafka2015-09-082-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new option to search by user when listing servers, include support for domain scoped users, also update docs Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: #1483974 Change-Id: Ifdade6dc9ca8400fbd85f6b55793ab15ed17b97d
* | | | | Merge "Add support for listing servers of other projects"Jenkins2015-09-102-0/+28
|\ \ \ \ \ | |/ / / /