summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove oslo serialization requirement"Jenkins2015-05-272-2/+2
|\
| * Remove oslo serialization requirementSteve Martinelli2015-05-262-2/+2
| | | | | | | | | | | | | | | | | | Recently oslo serialization has started to also include python-msgpack. Since we were only using it for json support, we should just use python's json support. Especially since it's only used by our tests. Change-Id: I0f8d939d6fca7608eaa3eea7ea4ca93296aaab3a
* | Merge "Adds python-tuskarclient to list of plugins"Jenkins2015-05-271-0/+1
|\ \
| * | Adds python-tuskarclient to list of pluginsPetr Blaho2015-05-271-0/+1
| | | | | | | | | | | | Change-Id: Ie3468d14186f69ec9203f11302b8a07dc93dcc5a
* | | Merge "Add some comments about current plugin support"Jenkins2015-05-271-1/+33
|\ \ \ | |/ /
| * | Add some comments about current plugin supportSteve Martinelli2015-05-221-1/+33
| | | | | | | | | | | | Change-Id: Ida9ac9956c611fec783ff98a01628c3d38e7b58f
* | | Merge "Add missing properties to image set command"Jenkins2015-05-263-1/+51
|\ \ \ | |_|/ |/| |
| * | Add missing properties to image set commandAmey Bhide2015-05-253-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | Enable user to update the following image properties from OSC: container-format, disk-format, size Closes-Bug: #1446362 Change-Id: Id9f40f15702e8f14f0327a37fcc7d7971338c258
* | | Merge "Fix client error while rescuing an instance"Jenkins2015-05-231-3/+3
|\ \ \ | |/ / |/| |
| * | Fix client error while rescuing an instanceAmey Bhide2015-05-221-3/+3
| |/ | | | | | | | | | | | | | | Typo server._info -> server Closes-Bug: #1457983 Change-Id: I606505d73b3aae90bac636e960275926284b4ea6
* | Merge "Enable specifing domains in "role add""Jenkins2015-05-223-44/+95
|\ \
| * | Enable specifing domains in "role add"Juan Antonio Osorio Robles2015-05-123-44/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users, projects or groups are provided by name, there is a possibility of the existence other users/projects/groups with the same name in other domain. Even though this is not a problem if the actual ID is given instead of a name; this is mostly a usability enhancement. So, three options were added, one for specifying the domain where the user belongs, another one to specify the project's domain, and finally one to specify the group's domain. Change-Id: Iab04b0e04fa75ea5aa3723b8ea42a45f58a6cdb2 Closes-Bug: #1421328
* | | Merge "Fix insecure/verify options"Jenkins2015-05-221-11/+5
|\ \ \
| * | | Fix insecure/verify optionsTerry Howe2015-05-171-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The insecure and verify options are broken so that verify always gets set to True. One problem was that the parsed args not defaulted so os_cloud_config thinks there was always a command line specified. The other problem was getattr was called on cloud config instead of get. Closes-Bug: #1450855 Change-Id: Ib5f004f51a7453cc8f5a89759e2031ec42e04a30
* | | | Add support for keypair functional testsTerryHowe2015-05-173-0/+44
| |_|/ |/| | | | | | | | Change-Id: I5d4730f8229b50d2b162864c74d8eabfef6c0991
* | | Use format options for functional testsTerryHowe2015-05-173-2/+72
| | | | | | | | | | | | | | | | | | | | | Use the format options for functional tests so we can have more assertEquals and less assertIn. Change-Id: I34e6c76b42964f7b596ea35e6b0354a242611cb4
* | | Fix functional test gateTerryHowe2015-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
* | | Merge "Updated from global requirements"Jenkins2015-05-121-2/+2
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-05-121-2/+2
| | | | | | | | | | | | | | | | Change-Id: I432b3224f23616a5181412f01d31d6cedcc2ff84
* | | | Send the correct user-agent to KeystoneRoxana Gherle2015-05-111-0/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we execute an Openstack CLI command, keystone should log in Keystone access log that the user-agent that made the request was 'python-openstackclient' instead of the default 'python-keystoneclient'. Therefore, when we create the authentication session we need to send the explicit user-agent. Closes-Bug: #1453995 Change-Id: I75087fd4bb1ff1e6f2a911bc70bf8008268276bb
* | | Merge "Add os-client-config cli tests"Jenkins2015-05-111-1/+255
|\ \ \
| * | | Add os-client-config cli testsDean Troyer2015-05-011-1/+255
| |/ / | | | | | | | | | | | | | | | | | | Add tests for --os-cloud handling and precedence between CLI, env vars and clouds.yaml. Change-Id: I91d96f483d395f19ffcf74ec0187718ba01a1c41
* | | Updated from global requirementsOpenStack Proposal Bot2015-05-071-1/+1
| | | | | | | | | | | | Change-Id: I94752657b7753d277950168f9efcea7074fb25ec
* | | Merge "Security group rule delete broken"Jenkins2015-05-072-35/+16
|\ \ \
| * | | Security group rule delete brokenTerryHowe2015-05-072-35/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova client was changed to take a rule id for security group rule delete. https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/security_group_rules.py#L72 Change-Id: I0a69f3f196a36f267ee85a651b09aa8d3c328121 Closes-Bug: #1450872
* | | Updated from global requirementsOpenStack Proposal Bot2015-05-061-1/+1
| |/ |/| | | | | Change-Id: Ica958638a86fe3f740aaa37b3d40d57680afd103
* | Merge "Don't create empty quota set requests"Jenkins2015-05-061-2/+3
|\ \
| * | Don't create empty quota set requestsJamie Lennox2015-05-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way that getattr is called with the None default you will always create a compute_kwargs dictionary with key: None values. This means that we will always send these empty requests to the servers. Change so that only actually changed values end up in the quota set requests and get sent. Change-Id: I33bc3f4e1a8013ec672e995648d27513064baf26 Closes-Bug: #1451640
* | | Merge "Imported Translations from Transifex"Jenkins2015-05-062-502/+54
|\ \ \
| * | | Imported Translations from TransifexOpenStack Proposal Bot2015-05-052-502/+54
| |/ / | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I0d706cdce7c4cb49c4bfa84d2d0ab92d591de71b
* | | Merge "Add docs for service provider CRUD"Jenkins2015-05-063-16/+144
|\ \ \
| * | | Add docs for service provider CRUDSteve Martinelli2015-04-153-16/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds service providers to command-objects, and makes a few changes to the help text, to align it more with the already established identity provider resource. Change-Id: Ibf3d2bc04bf5588d1fc9c37b8ca28c007496c021
* | | | Merge "Federation Service Providers CRUD operations"Jenkins2015-05-064-0/+650
|\ \ \ \ | |/ / /
| * | | Federation Service Providers CRUD operationsMarek Denis2015-04-154-0/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds CRUD support for service providers as it's now available through keystoneclient Closes-Bug: 1435962 Depends-On: If802e8a47e45ae00112de3739334b4b5482d0500 Change-Id: Ic55101e50209070aa49ca2adc91c89ba754c8c68
* | | | Updated from global requirementsOpenStack Proposal Bot2015-05-041-3/+3
| |/ / |/| | | | | | | | Change-Id: I1d339589a5ed94c726a6478318651b9db9765fdd
* | | Merge "Add image show tests"Jenkins2015-05-014-8/+166
|\ \ \
| * | | Add image show testsDean Troyer2015-05-014-8/+166
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Image v2 uses warlock objects rather than the usua Resource objects so we need to test for those. This adds a subset of the Image v2 schema that should be enough to test for proper warlock image handling. Depends-On: Ic95db2f63d9f5f37e29f0d7e048397da311fbf8c Change-Id: Ib89cce87f110a554f40e726718e31d39b500a6ae
* | | minor syntax error in tox.iniTerryHowe2015-05-011-1/+1
| | | | | | | | | | | | Change-Id: I476ea8f2cf4370e62b6b6b15d72b97beabe6677e
* | | Minor fix to openstack image show commandAmey Bhide2015-05-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | image show using V2 api was failing. openstack --os-image-api-version 2 image show <image_id> ERROR: openstack _info Closes-Bug: #1450829 Change-Id: Ic95db2f63d9f5f37e29f0d7e048397da311fbf8c
* | Merge "Create 1.2.0 release notes"1.2.0Jenkins2015-04-301-0/+34
|\ \
| * | Create 1.2.0 release notesDean Troyer2015-04-301-0/+34
| | | | | | | | | | | | Change-Id: I82dcd075960d9a4ed8b89471a31a951b274de4fa
* | | Fix tiny typo in comment messageLin Yang2015-04-302-2/+2
| | | | | | | | | | | | | | | | | | | | | compatability => compatibility Change-Id: I3181fb2b83df1e2cb60a9eedf319f2ad0a487dba Signed-off-by: Lin Yang <lin.a.yang@intel.com>
* | | Merge "Add parent field to project creation"Jenkins2015-04-304-2/+129
|\ \ \
| * | | Add parent field to project creationRodrigo Duarte2015-03-234-2/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the possibility to create projects hierarchies by adding the parent field in the create project call. Co-Authored-By: Victor Silva <victor@lsd.ufcg.edu.br> Implements: bp hierarchical-multitenancy Change-Id: I4eac4f5bc067634cc38c305dacc59ab1da63c153
* | | | Merge "Redo 1.1.0 release notes"Jenkins2015-04-291-12/+23
|\ \ \ \ | | |/ / | |/| |
| * | | Redo 1.1.0 release notesDean Troyer2015-04-281-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 1.1.0 release went out without the release notes commit, this fleshed out the text properly. Change-Id: I72811689c14a89c8468077d2cc3ab531acb7563b
* | | | Merge "Remove unique class names because they are scoped"Jenkins2015-04-293-9/+11
|\ \ \ \
| * | | | Remove unique class names because they are scopedTerryHowe2015-04-273-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unique class names because they are module scoped. Also, add cleanup of the tmp file in the object test. Change-Id: I8107a02b13ff87793ba1e56e0f0ad26890f24369
* | | | | Merge "Functional tests run in many environments"Jenkins2015-04-296-81/+17
|\ \ \ \ \ | |/ / / /
| * | | | Functional tests run in many environmentsTerryHowe2015-04-256-81/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have the functional tests running with less customization and less shell. This change will allow the functional tests to be run against any cloud set up in the environment. Change-Id: I24f621fbace62273e5a0be24e7af9078c0fc8550