summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ec2 credentials help textDean Troyer2015-06-033-39/+57
| | | | | | | Re-sync the text in v2 and v3 help and the docs Depends-On: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275 Change-Id: Iabef2f271fcf46748295c29713fea1811dcab29c
* Add domain support for ec2creds in v3 identitySteve Martinelli2015-06-032-47/+129
| | | | | | | | | | A follow up work item from I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f to support domain scoped users and projects for ec2creds in the v3 identity api. Related-Bug: 1236326 Change-Id: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275
* Add EC2 support for identity v3 APIJamie Lennox2015-06-032-0/+201
| | | | | | | | | | | | EC2 support is provided for the v2 identity API and is available in almost exactly the same format in the v3 API and enabled by default. Supporting EC2 in the v3 identity API in OSC will make it much easier to transition devstack to a v3 only state. Closes-Bug: 1236326 Change-Id: I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f
* Merge "Add support for volume v2 API"Jenkins2015-05-3113-1/+771
|\
| * Add support for volume v2 APIAmey Bhide2015-05-3013-1/+771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands for volume V2 API: volume show volume delete volume type show volume type delete snapshot show snapshot delete backup show backup delete Implements: blueprint volume-v2 Change-Id: I68bd303c194f304ad15f899d335b72a8bf3ebe10
* | add domain scope arguments to v3 role add in docGuojian Shao2015-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | There are optional domain scope arguments --user-domain, --group-domain and --project-domain to filter user, group and project for command 'os role add', however, the doc is missing them. Closes-Bug: #1460296 Change-Id: Ie7c7707d183da042c51e98b6cd4003c89efc4032
* | Merge "Add cli tests for --verify and friends"Jenkins2015-05-292-3/+55
|\ \
| * | Add cli tests for --verify and friendsDean Troyer2015-05-282-3/+55
| |/ | | | | | | | | | | | | | | | | | | The tests that will change after the verify-always-true bug is fixed are currently commented out. The commented asserts show where we want to go. Also fixes --verify parser value Change-Id: I891e3ead5fc3da3ed2ecba5d2befd9e910778655
* | Merge "Use ostestr for test runs"Jenkins2015-05-292-2/+3
|\ \
| * | Use ostestr for test runsMatthew Treinish2015-05-292-2/+3
| |/ | | | | | | | | | | | | | | This commit switches to use ostestr for running tests. ostestr integrates the subunit-trace output that other projects use for test output. (in addition to some other ui niceties) Change-Id: Ib5b5225b2a7bfb7897e1efe55181389d1ae095cb
* | Merge "Small tweaks to osc plugin docs"Jenkins2015-05-291-5/+5
|\ \ | |/ |/|
| * Small tweaks to osc plugin docsSteve Martinelli2015-05-281-5/+5
| | | | | | | | Change-Id: Ifbc63871e60e8ee843fdfefd8026dc4224fe4e13
* | Fix shell testsTerryHowe2015-05-281-9/+9
|/ | | | | | | | Personally, I think these tests should be removed, they are testing OCC. An internal OCC change on a private method broke this test. Change-Id: I760bf90ef8bd97e30be7838874337be695d45285
* Merge "Create 1.3.0 release notes"1.3.0Jenkins2015-05-271-0/+31
|\
| * Create 1.3.0 release notesDean Troyer2015-05-271-0/+31
| | | | | | | | Change-Id: I1bd91490487b4c5eb6de7ea2aa09848b063071f1
* | Merge "Add support for v2 image set command"Jenkins2015-05-273-0/+188
|\ \
| * | Add support for v2 image set commandAmey Bhide2015-05-273-0/+188
| |/ | | | | | | | | Partial-Bug: #1405562 Change-Id: Ie30802d720a247748c45099c38450cc6c76bbc2a
* | Merge "Remove checks for None dates in keypair functional tests"Jenkins2015-05-271-3/+2
|\ \
| * | Remove checks for None dates in keypair functional testsTerry Howe2015-05-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Steve made a comment about this and I agree, we should try and keep these tests and simple as possible and this kind of thing doesn't add much value. Change-Id: I1eb73e5f38904ee6c74f6c7e27fc66cfe198619d
* | | Merge "Remove oslo incubator config"Jenkins2015-05-271-7/+0
|\ \ \
| * | | Remove oslo incubator configTerryHowe2015-05-261-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think we are using oslo incubator right now, if it is needed, this file can be added back. This will make tab complete more pleasant as well. Change-Id: I41957c1449f8278f23ec07bce920524caea01280
* | | | 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
|\ \ \