summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | Added a views package and a views.servers module. For representing the responseNaveed Massjouni2011-03-146-69/+86
* | | | | | | | | | | | | | | | | | | | | | | | | | Create v1_0 and v1_1 packages for the openstack api. Added a servers moduleNaveed Massjouni2011-03-145-21/+21
* | | | | | | | | | | | | | | | | | | | | | | | | | Removed _translate_keys() functions since it is no longer used.Naveed Massjouni2011-03-111-77/+71
* | | | | | | | | | | | | | | | | | | | | | | | | | Added support for ips resource: /servers/1/ipsNaveed Massjouni2011-03-111-36/+49
* | | | | | | | | | | | | | | | | | | | | | | | | | Need to set version to '1.0' in the nova.context in test code for tests to beNaveed Massjouni2011-03-111-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | _translate_keys now needs one more argument, the request object.Naveed Massjouni2011-03-101-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Added version attribute to RequestContext class. Set the version in the Naveed Massjouni2011-03-102-13/+28
| |_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Introduces the ZoneManager to the Scheduler which polls the child zones and c...Sandy Walsh2011-03-102-7/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-02-254-8/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | trunk merge, pip-requires and novatools to novaclient changesSandy Walsh2011-03-035-16/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | merged with trunkSandy Walsh2011-02-2511-89/+232
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | sandy y u no read hacking guide and import classes?Sandy Walsh2011-02-181-3/+2
| * | | | | | | | | | | | | | | | | | | | | | fixups backed on merge commentsSandy Walsh2011-02-181-23/+7
| * | | | | | | | | | | | | | | | | | | | | | merge with zone phase 1 againSandy Walsh2011-02-171-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with zone phase 1Sandy Walsh2011-02-174-13/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | fixupSandy Walsh2011-02-171-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | zone list now comes from scheduler zonemanagerSandy Walsh2011-02-171-2/+30
| * | | | | | | | | | | | | | | | | | | | | | | | zone/info worksSandy Walsh2011-02-152-4/+9
* | | | | | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-03-1014-44/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | - Content-Type and Accept headers handled properlyBrian Waldon2011-03-0912-29/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | renaming wsgi.Request.best_match to best_match_content_type; correcting calls...Brian Waldon2011-03-094-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | merged trunk r771Brian Waldon2011-03-094-9/+79
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Refactor wsgi.Serializer away from handling Requests directly; now require Co...Brian Waldon2011-03-037-11/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | adding wsgi.Request class to add custom best_match; adding new class to wsgif...Brian Waldon2011-03-038-18/+18
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 726359. Passes unit tests.Eric Windisch2011-03-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge with mainEric Windisch2011-03-092-1/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | execvp: almost passes testsEric Windisch2011-03-091-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Update the create server call in the Openstack API so that it generates an 'a...Dan Prince2011-03-091-2/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Add password parameter to the set_admin_password call in the compute api.Dan Prince2011-03-091-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | Fix spacing.Dan Prince2011-03-091-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | Added 'adminPass' to the serialization_metadata.Dan Prince2011-03-091-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-03-094-7/+77
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Generate 'adminPass' and call set_password when creating servers.Dan Prince2011-03-071-3/+7
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixes bug #729400. Invalid values for offset and limit params in http request...Naveed Massjouni2011-03-091-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Merge from trunk.Naveed Massjouni2011-03-073-6/+70
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Invalid values for offset and limit params in http requests now return a 400Naveed Massjouni2011-03-071-4/+7
| | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Use disk_format and container_format instead of image typeRick Harris2011-03-081-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | This fix is an updated version of Todd's lp720157. Adds SignatureVersion chec...Masanori Itoh2011-03-081-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merged to trunk rev 760, and fixed comment line indent according to Jay's com...Masanori Itoh2011-03-063-4/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merged to trunk rev 759.Masanori Itoh2011-03-041-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merged trunk rev 758.Masanori Itoh2011-03-045-16/+48
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Port Todd's lp720157 fix to the current trunk, rev 752.Masanori Itoh2011-03-031-0/+6
| | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge from trunkmatt.dietz@rackspace.com2011-03-072-3/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fix renaming of instance fields using update_instance method.Todd Willey2011-03-042-3/+19
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | More fixesCerberus2011-03-041-2/+2
| * | | | | | | | | | | | | | | | | | Merge from trunk, conflict resolution and merge prop fixesCerberus2011-03-036-17/+49
| |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merged to rev 757.Masanori Itoh2011-03-035-16/+48
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Change DescribeKeyPairs response tag from keypairsSet to keySet, and fix lp72...Masanori Itoh2011-03-031-1/+1
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge from trunkCerberus2011-03-021-2/+5
| |\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge from trunk and mega conflict resolutionCerberus2011-02-282-21/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \