summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Format volume type properties when showingSteve Martinelli2015-07-193-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the properties of a volume type are unformatted. Use the formatter to keep things consistent with the way properties are represented in OSC. Change-Id: I81c6bd3fdbc30568c269e501c740473b2a1ffb4e
* | | | | | | | Merge "add image member commands for image API"Jenkins2015-07-205-0/+306
|\ \ \ \ \ \ \ \
| * | | | | | | | add image member commands for image APIchengkunye2015-07-205-0/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the following commands: image project add image project remove Closes-Bug: 1402420 Change-Id: I07954e9fa43a3ad6078dd939ecedf9f038299e7b
* | | | | | | | | Merge "Fix the way auth_type default value is overriden"Jenkins2015-07-201-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix the way auth_type default value is overridenJavier Pena2015-07-201-3/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 50f05448982b5fafd9d9a7783b639dd145090a0d to os-client-config removed the default values in the _defaults dict. This makes any call to cloud_config.set_default() before initializing the dict fail. The fix changes the way the auth_type default is overriden, by doing it when cloud_config.OpenStackConfig() is executed. Change-Id: If37d3ba303f01d4c77fd7c15a3cde9634534b64a Closes-bug: #1473921
* | | | | | | | | Merge "Add functional tests server reboot"Jenkins2015-07-201-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add functional tests server rebootTerryHowe2015-07-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1699ac826519ccc177159423c7b6727ffaf4abff
* | | | | | | | | | Merge "Add functional tests server IP attach and detach"Jenkins2015-07-201-0/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add functional tests server IP attach and detachTerryHowe2015-07-181-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id87a5474e2df80c9ef84a6c554f12116302a38b3
* | | | | | | | | Rename type.py to volume_type.pySteve Martinelli2015-07-192-6/+6
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Volume V1, we have a type.py file which should be renamed to volume_type.py (as it's named for V2). Change-Id: If860bbafe4a801d8b4fa06938eef20658c4fcc2c Closes-Bug: 1475958
* | | | | | | | Merge "Fix image save with API v2"Jenkins2015-07-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix image save with API v2David Moreau Simard2015-07-151-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Glanceclient v2 no longer expects the whole image object, just the image id. Change-Id: I8f34acfa50ca2d50eb7c9eb1dd5114c4621ad158 Closes-bug: #1475001
* | | | | | | | Merge "Removes trailing blank in trust show"Jenkins2015-07-192-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes trailing blank in trust showGilles Dubreuil2015-07-192-4/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously a blank character at the end of the roles value would remain Change-Id: I0961a5f9fb4b270a6055ee69898eadee315e416a Closes-Bug: 1474707
* | | | | | | | Merge "Add volume type show for volume v1"Jenkins2015-07-192-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Add volume type show for volume v1jiaxi2015-07-192-0/+25
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | volume type show is missing for volume V1 API. Closes-Bug: #1475879 Change-Id: Ic8a0845ecec04146d536412463175f57ef6511ae
* | | | | | | | Merge "--property should be required in `os unset` commands"Jenkins2015-07-193-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | --property should be required in `os unset` commandsjiaxi2015-07-193-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The three commands below openstack volume unset openstack snapshot unset openstack volume type unset Should have --property as a required argument, not optional. The reason is the command will not work without --property. Closes-Bug: #1475872 Change-Id: Ib9e29392472db38982cc2817af2dd5055f5a01ca
* | | | | | | | Merge "More minor docs fixes"Jenkins2015-07-192-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | More minor docs fixesTerryHowe2015-07-192-3/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia74b8e14bacb562d9bac29221f511acbab5296df
* | | | | | | | Minor identity documentation changeTerryHowe2015-07-192-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib139f2376e70ebb7b5621cdad4da61c64c1f9246
* | | | | | | Merge "Add details to the documentation."Jenkins2015-07-192-0/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add details to the documentation.heha2015-07-182-0/+14
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "or-show" to "project create" and "role create" in the documentation. Closes-Bug: #1475485 Change-Id: I2d98766c4ddd8b2022012c4f6c5e1d4fcebfc42a
* | | | | | Merge "Add functional tests for servers that require wait"Jenkins2015-07-181-1/+68
|\ \ \ \ \ \
| * | | | | | Add functional tests for servers that require waitTerryHowe2015-07-181-1/+68
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I4c85b1e303ecb99458594e7743950b0668b3bdfc
* | | | | | Merge "Making --property as required when openstack flavor unset"Jenkins2015-07-181-0/+1
|\ \ \ \ \ \
| * | | | | | Making --property as required when openstack flavor unsetjiaxi2015-07-181-0/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using openstack flavor unset, the --property is needed, so the --property should be a required parameter. Close-Bug: #1474237 Change-Id: Id6913e1b263eddeb5dd44c3edb957206b68f816c
* | | | | | Merge "Updated from global requirements"Jenkins2015-07-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Updated from global requirementsOpenStack Proposal Bot2015-07-181-1/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Id60bd6f5114276ca2267e71de34afa18d5c0a78f
* | | | | Merge "Add functional tests for volume qos"Jenkins2015-07-181-0/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add functional tests for volume qosTerryHowe2015-07-171-0/+54
| | | | | | | | | | | | | | | | | | | | Change-Id: I80010b56b399bc027ac864304be60a3ee53bda00
* | | | | Merge "Remove unnecessary test extension mock"Jenkins2015-07-181-7/+0
|\ \ \ \ \
| * | | | | Remove unnecessary test extension mockTerryHowe2015-07-171-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network extension test does not need this. Change-Id: I8dd2cad759a813d7df0476afa6c56f455ddff616
* | | | | | Merge "enhance tests for user v3"Jenkins2015-07-183-3/+72
|\ \ \ \ \ \
| * | | | | | enhance tests for user v3Guojian Shao2015-07-173-3/+72
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib17ba0cd71068ba8d7e7665160daf3ae0735971b Related-Bug: #1475357
* | | | | | Merge "add functional tests for identity v2"Jenkins2015-07-173-0/+125
|\ \ \ \ \ \
| * | | | | | add functional tests for identity v2Guojian Shao2015-07-173-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for endpoint and service. Change-Id: Iec80106d6e4c310cea1c5af262d145ac1f56525e Implements: blueprint identity-functional-tests
* | | | | | | Merge "Support multiple volume qos delete"Jenkins2015-07-175-105/+103
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Support multiple volume qos deleteTerryHowe2015-07-175-105/+103
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make sure that we are using the singular qos_spec when we should and the plural qos_specs otherwise. Change-Id: If4bbeb6fc245d7d80dc3d7dccfe9f949e802653c
* | | | | add functional tests for identity v3Guojian Shao2015-07-175-11/+279
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | add functional tests for endpoint, region and service. Change-Id: I504878811dc8f9fcb2295cbf7419885959d9c1f6 Implements: blueprint identity-functional-tests
* | | | Merge "Rename endpoint type to interface"Jenkins2015-07-1713-50/+46
|\ \ \ \ | |/ / / |/| | |
| * | | Rename endpoint type to interfaceTerryHowe2015-07-1513-50/+46
| | | | | | | | | | | | | | | | | | | | Change-Id: I4e21d09bc747e8210f4f79a1d6c4c7ccf2f25d1c Closes-Bug: #1454392
* | | | Merge "Drop py33 support for Liberty"Jenkins2015-07-172-2/+2
|\ \ \ \
| * | | | Drop py33 support for LibertyTerryHowe2015-07-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Less is more: https://wiki.openstack.org/wiki/Python3 Change-Id: I8a98b72f85bb29a3663c654613ac0d70fddbc1b1
* | | | | Merge "only return endpoints that have url"Jenkins2015-07-172-2/+44
|\ \ \ \ \
| * | | | | only return endpoints that have urlGuojian Shao2015-07-162-2/+44
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Change-Id: I97a502252c0c377fce573e92b83c0122812f6f80 Closes-Bug: #1474656
* | | | | add --project-domain option for user v3Guojian Shao2015-07-163-8/+82
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user v3 create/set only support --project option, we need --project-domain to prevent collisions between project names exist. Change-Id: I2d62e5b9bb6df4c5c5a9542514faf2e4365bb18b Closes-Bug: #1475357
* | | | Fix the way we call find_resource when only using IDSteve Martinelli2015-07-161-6/+18
|/ / / | | | | | | | | | | | | Change-Id: I6fb08edd5499767863e0e67f363bcd9fff3aea60 Closes-Bug: 1475127
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-153-4/+4
| | | | | | | | | | | | Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
* | | Merge "Remove the --dhcp option to network list"Jenkins2015-07-143-85/+41
|\ \ \