index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
merged trunk, fixed conflicts and tests
Vishvananda Ishaya
2010-12-16
6
-470
/
+132
|
\
|
*
Adds support to the ec2 api for filtering describe volumes by volume_ids.
Vishvananda Ishaya
2010-12-13
1
-2
/
+4
|
|
\
|
|
*
filter describe volumes by supplied ids. Includes unittest.
Vishvananda Ishaya
2010-12-09
1
-2
/
+4
|
*
|
Changed OpenStack API auth layer to inject a RequestContext rather than build...
Eric Day
2010-12-09
4
-39
/
+24
|
|
/
|
*
Fixed Authors conflict and re-merged with trunk
Sandy Walsh
2010-12-09
6
-439
/
+106
|
|
\
|
|
*
merge conflict
Trey Morris
2010-12-08
3
-186
/
+43
|
|
|
\
|
|
|
*
Fixed conflicts with gundlach's fixes.
Eric Day
2010-12-06
1
-3
/
+4
|
|
|
|
\
|
|
|
|
*
Don't wrap HTTPAccepted in a fault. Correctly pass kwargs to update_instance.
Michael Gundlach
2010-12-06
1
-2
/
+3
|
|
|
*
|
Finished cleaning up the openstack servers API, it no longer touches the data...
Eric Day
2010-12-03
2
-45
/
+28
|
|
|
|
/
|
|
|
*
Merged reboot-rescue into network-manager.
Eric Day
2010-12-03
2
-19
/
+15
|
|
|
|
\
|
|
|
|
*
Merged trunk.
Eric Day
2010-12-03
2
-19
/
+15
|
|
|
|
|
\
|
|
|
*
|
|
Pushed terminate instance and network manager/topic methods into network.comp...
Eric Day
2010-12-02
2
-79
/
+12
|
|
|
|
/
/
|
|
|
*
|
Moved reboot/rescue methods into nova.compute.api.
Eric Day
2010-12-02
3
-64
/
+4
|
|
*
|
|
modified a few files
Trey Morris
2010-12-07
1
-1
/
+0
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Use newfangled compute_api
Michael Gundlach
2010-12-02
1
-1
/
+1
|
|
*
|
Oops, update 'display_name', not 'name'. And un-extract-method.
Michael Gundlach
2010-12-02
2
-13
/
+9
|
|
*
|
Correctly translate instance ids to internal_ids in some spots we neglected.
Michael Gundlach
2010-12-02
1
-6
/
+6
|
|
|
/
|
|
*
Merged trunk and resolved conflicts.
Eric Day
2010-12-02
4
-16
/
+19
|
|
|
\
|
|
|
*
Remove duplicate field and make OpenStack API return server.name for EC2-API-...
Michael Gundlach
2010-12-01
1
-3
/
+2
|
|
|
*
OpenStack API returns the wrong x-server-management-url. Fix that.
Michael Gundlach
2010-11-30
1
-11
/
+11
|
|
|
|
\
|
|
|
|
*
Fix unit tests
Michael Gundlach
2010-11-30
1
-4
/
+1
|
|
|
|
*
Return the correct server_management_url
Michael Gundlach
2010-11-29
1
-7
/
+10
|
|
|
*
|
Rename imageSet variable to images.
Soren Hansen
2010-11-30
1
-3
/
+3
|
|
|
*
|
Correctly handle imageId list passed to DescribeImages API call.
Soren Hansen
2010-11-29
1
-1
/
+4
|
|
|
|
/
|
|
*
|
Broke parts of compute manager out into compute.api to separate what gets run...
Eric Day
2010-12-01
2
-9
/
+11
|
|
*
|
Consolidated the start instance logic in the two API classes into a single me...
Eric Day
2010-11-24
2
-230
/
+40
|
*
|
|
PEP8 fixes
Sandy Walsh
2010-11-16
1
-0
/
+1
|
*
|
|
Changed from fine-grained operation control to binary admin on/off setting.
Sandy Walsh
2010-11-16
1
-1
/
+0
|
|
\
|
|
|
*
|
|
Changed from fine-grained operation control to binary admin on/off setting.
Sandy Walsh
2010-11-16
1
-34
/
+22
|
*
|
|
base commit
Sandy Walsh
2010-11-15
1
-15
/
+34
*
|
|
|
merged trunk
Vishvananda Ishaya
2010-11-29
6
-148
/
+36
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Rename cloudServersFault to computeFault -- I missed this Rackspace branding ...
Michael Gundlach
2010-11-29
1
-1
/
+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Rename cloudServersFault (rackspace branding) to computeFault. Fixes bug lp6...
Michael Gundlach
2010-11-22
1
-1
/
+1
|
*
|
|
Remove FAKE_subdomain from docs
Josh Kearney
2010-11-23
1
-1
/
+0
|
|
|
/
|
|
/
|
|
*
|
Moves the EC2 API S3 image service into nova.service. There is still work to ...
Eric Day
2010-11-19
3
-140
/
+20
|
|
\
\
|
|
*
|
First step to getting the image APIs consolidated. The EC2 API was using a on...
Eric Day
2010-11-18
3
-140
/
+20
|
|
|
/
|
*
/
Make sure that the response body is a string and not unicode
root
2010-11-18
1
-2
/
+2
|
|
/
|
*
fixes errors in describe address and associate address. Adds test cases
Vishvananda Ishaya
2010-11-16
1
-3
/
+3
|
*
The docs are just going to be wrong for now. I'll file a bug upstream.
Todd Willey
2010-11-15
1
-2
/
+0
|
*
Fix docstrings for wsigfied methods.
Todd Willey
2010-11-05
1
-0
/
+3
|
*
merged trunk
Vishvananda Ishaya
2010-11-03
2
-4
/
+15
|
|
\
|
*
\
Merge trunk.
Todd Willey
2010-11-02
1
-19
/
+15
|
|
\
\
|
*
|
|
Add ec2 api docs.
Todd Willey
2010-11-01
1
-1
/
+3
|
*
|
|
API endpoint documentation.
Todd Willey
2010-11-01
1
-1
/
+7
*
|
|
|
Per-project vpns, certificates, and revocation
Vishvananda Ishaya
2010-11-06
2
-71
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
merged trunk, just in case
Vishvananda Ishaya
2010-10-30
3
-49
/
+44
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added support for OpenStack and EC2 APIs to run on different ports.
Eric Day
2010-11-02
1
-19
/
+15
|
|
/
|
*
Remove unused updated_data variable
jaypipes@gmail.com
2010-10-28
1
-3
/
+0
|
*
OK, let's try this one more time.
jaypipes@gmail.com
2010-10-27
2
-9
/
+8
|
*
Style cleanups and review from Eric.
jaypipes@gmail.com
2010-10-27
1
-11
/
+12
[next]