summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | Update Authors file.Thuleau Édouard2011-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merged trunk.Thuleau Édouard2011-09-0263-977/+3184
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Correct tests associated.Thuleau Édouard2011-09-021-2/+6
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | The exception 'RamdiskNotFoundForImage' is no longer used.Thuleau Édouard2011-08-301-4/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | With OS API, if the property 'ramdisk_id' isn't set on the AMI image, Nova ↵Thuleau Édouard2011-08-301-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can not instantiate it. With EC2 API, the AMI image can be instantiate.
* | | | | | | | | | | | | | | | | | | | | At present, the os servers.detail api does not return server.user_id or ↵Anthony Young2011-09-066-5/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server.tenant_id. This is problematic, since the servers.detail api defaults to returning all servers for all users of a tenant, which makes it impossible to tell which user is associated with which server. Similarly, when admin users access servers.list, all instances for all tenants are returned. Without a tenant_id field, administrators can't sift through the server list very easily. This merge request does the following: * add user_id and tenant_id to servers.detail * makes it possible for admins to filter with the term 'tenant_id' (rather than project_id)
| * | | | | | | | | | | | | | | | | | | | | revert changes to display descriptionVishvananda Ishaya2011-09-061-6/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-09-067-36/+148
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | default description to nameVishvananda Ishaya2011-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | remove extra description stuffVishvananda Ishaya2011-09-022-19/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | revert description changes, use metadata['description'] if it is set to ↵Vishvananda Ishaya2011-09-025-38/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | populate field in db
| * | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-09-0222-80/+304
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merge trunkAnthony Young2011-08-31110-993/+10257
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix for chris behrens' comment - move tenant_id => project_id mapping to ↵Anthony Young2011-08-313-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compute.api.get_all
| * | | | | | | | | | | | | | | | | | | | | use dict.get for user_id, project_id, and display_description in servers ↵Anthony Young2011-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | view as suggested by ed leaf, so that not all tests require these fields
| * | | | | | | | | | | | | | | | | | | | | merge trunk, fix testsAnthony Young2011-08-2469-486/+1506
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | fix more testsAnthony Young2011-08-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | merge trunk, resolve conflicts, fix testsAnthony Young2011-08-2269-1130/+3633
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | fix pep8 issueAnthony Young2011-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | xml deserialization, and test fixesAnthony Young2011-08-222-3/+72
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | add tenant_id to api. without tenant_id, admins can't tell which servers ↵Anthony Young2011-08-193-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | belong to which tenants when retrieving lists
| * | | | | | | | | | | | | | | | | | | | | | add user_id and description. without user_id, there is no way for a tenant ↵Anthony Young2011-08-183-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to tell which user created the server. description should be added for ec2 parity.
* | | | | | | | | | | | | | | | | | | | | | | Micro-fix; "exception" was misspelled as "exceptions"Kevin L. Mitchell2011-09-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fix a misspelling of "exception"Kevin L. Mitchell2011-09-061-1/+1
|/ / / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | | | | * region nameSandy Walsh2011-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | * trunk mergeSandy Walsh2011-09-0668-1017/+3344
| | | | | | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Instance record is not inserted in db if the security group passed to the ↵Tushar Patil2011-09-032-4/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RunInstances API doesn't exists.
| * | | | | | | | | | | | | | | | | | | | | Added unit tests to check instance record is not inserted in db when ↵Tushar Patil2011-09-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | security groups passed to the instances are not existing
| * | | | | | | | | | | | | | | | | | | | | Fix for LP Bug #838466Tushar Patil2011-08-311-4/+4
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Added list of security groups to the newly added extension (Createserverext) ↵Tushar Patil2011-09-025-32/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the Create Server and Get Server detail responses.
| * | | | | | | | | | | | | | | | | | | | | Fixed review commentsTushar Patil2011-09-026-12/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Deleted debug messagesTushar Patil2011-09-011-3/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Resolved conflicts and fixed pep8 errorsTushar Patil2011-09-0159-956/+3115
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | added unit tests and cleanup of import statementsTushar Patil2011-09-011-18/+95
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix for LP Bug #838251Tushar Patil2011-08-314-15/+48
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Fixes a small bug which causes filters to not work at all. Also reworks a ↵Kevin L. Mitchell2011-09-022-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bit of exception handling to allow the exception related to the bug to propagate up.
| * | | | | | | | | | | | | | | | | | | | Add documentation commentKevin L. Mitchell2011-09-021-0/+5
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-09-0212-32/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Glance can now perform its own authentication/authorization checks when ↵Kevin L. Mitchell2011-09-013-3/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we're using keystone.
| * | | | | | | | | | | | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-09-0196-1020/+8282
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge unit test from Chris MacGownKevin L. Mitchell2011-09-011-0/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Adds test for image.glance.GlanceImageService._is_image_availableChristopher MacGown2011-09-011-0/+26
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | / / / / Fix glance image authorization check now that glance can do authorization ↵Kevin L. Mitchell2011-08-254-5/+20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checks on its own; use correct image service when looking for ramdisk, etc.; fix a couple of PEP8 errors
* | | | | | | | | | | | | | | | | | | | | Fix a few references to state_description that slipped through.Vishvananda Ishaya2011-09-014-11/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | remove extra references to state_descriptionVishvananda Ishaya2011-09-014-11/+12
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | - implements changes-since for servers resourceBrian Waldon2011-09-015-18/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | - default sort is now created_at desc for instances
| * | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-09-0157-938/+3013
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | changing default sort to created_atBrian Waldon2011-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | adding an assertBrian Waldon2011-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | supporting changes-sinceBrian Waldon2011-08-303-15/+45
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |