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
...
*
|
|
Merge "Fixes volume snapshotting issues and tests"
Jenkins
2012-02-08
2
-4
/
+6
|
\
\
\
|
*
|
|
Fixes volume snapshotting issues and tests
Vishvananda Ishaya
2012-02-07
2
-4
/
+6
|
|
/
/
*
/
/
Fix bug 921814 changes handling of adminPass in API.
Mike Pittaro
2012-02-07
1
-2
/
+5
|
/
/
*
|
Merge "Adds flags for href prefixes"
Jenkins
2012-02-06
2
-2
/
+22
|
\
\
|
|
/
|
/
|
|
*
Adds flags for href prefixes
Philip Knouff
2012-02-03
2
-2
/
+22
*
|
X_USER is deprecated in favor of X_USER_ID
Mark Washenberger
2012-02-03
1
-4
/
+4
|
/
*
Merge "Move cfg to nova.openstack.common"
Jenkins
2012-02-03
3
-3
/
+3
|
\
|
*
Move cfg to nova.openstack.common
Mark McLoughlin
2012-02-03
3
-3
/
+3
*
|
Use Keystone Extension Syntax for EC2 Creds
Ziad Sawalha
2012-02-03
1
-8
/
+21
|
/
*
Fix bug #924093
masumotok
2012-02-03
1
-33
/
+42
*
Merge "Throw an user error on creating duplicate keypairs Fixes bug 902162"
Jenkins
2012-02-02
1
-1
/
+2
|
\
|
*
Throw an user error on creating duplicate keypairs
Nirmal Ranganathan
2012-02-02
1
-1
/
+2
*
|
Fixes uuid lookup in virtual interfaces extension
Vishvananda Ishaya
2012-02-02
1
-1
/
+4
|
/
*
DRYing up Volume/Compute APIRouters
Rick Harris
2012-02-02
3
-125
/
+74
*
Respect availability_zone parameter in nova api
Hengqing Hu
2012-02-02
3
-15
/
+25
*
Merge "Support custom routes for extensions."
Jenkins
2012-02-02
3
-1
/
+9
|
\
|
*
Support custom routes for extensions.
Rick Harris
2012-02-01
3
-1
/
+9
*
|
Merge "Add 'all_tenants' filter to GET /servers."
Jenkins
2012-02-02
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Add 'all_tenants' filter to GET /servers.
Dan Prince
2012-01-29
1
-0
/
+11
*
|
Merge "Ties quantum, melange, and nova network model"
Jenkins
2012-02-01
3
-72
/
+28
|
\
\
|
*
|
Ties quantum, melange, and nova network model
Trey Morris
2012-02-01
3
-72
/
+28
*
|
|
Merge "Instances to be created with a bookmark link"
Jenkins
2012-02-01
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Instances to be created with a bookmark link
Alex Meade
2012-01-27
1
-2
/
+5
*
|
|
Merge "remove unsupported ec2 extensions"
Jenkins
2012-02-01
3
-495
/
+4
|
\
\
\
|
*
|
|
remove unsupported ec2 extensions
Jesse Andrews
2012-01-31
3
-495
/
+4
*
|
|
|
Merge "Correct checking existence of security group rule"
Jenkins
2012-02-01
2
-22
/
+16
|
\
\
\
\
|
*
|
|
|
Correct checking existence of security group rule
MotoKen
2012-02-01
2
-22
/
+16
|
|
/
/
/
*
|
|
|
Merge "fixed bug 920856"
Jenkins
2012-02-01
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
fixed bug 920856
Thorsten Tarrach
2012-02-01
1
-3
/
+3
*
|
|
|
|
Expand policies for admin_actions extension
Brian Waldon
2012-01-31
1
-16
/
+16
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge "Allow for auditing of API calls."
Jenkins
2012-01-31
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Allow for auditing of API calls.
Kevin L. Mitchell
2012-01-31
1
-0
/
+12
|
|
/
/
/
*
|
|
|
Use single call in ExtendedStatus extension
Brian Waldon
2012-01-31
1
-17
/
+19
*
|
|
|
Return instancesSet in TerminateInstances ec2 api
Hengqing Hu
2012-01-31
1
-1
/
+24
|
/
/
/
*
|
|
Handle kepair delete when not found
Brian Waldon
2012-01-30
1
-5
/
+5
*
|
|
Merge "Refactor away the flags.DEFINE_* helpers"
Jenkins
2012-01-30
3
-16
/
+37
|
\
\
\
|
*
|
|
Refactor away the flags.DEFINE_* helpers
Mark McLoughlin
2012-01-28
3
-16
/
+37
|
|
/
/
*
|
|
Merge "Raise 400 if bad kepair data is provided"
Jenkins
2012-01-30
1
-1
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Raise 400 if bad kepair data is provided
Brian Waldon
2012-01-28
1
-1
/
+6
|
|
/
*
|
Merge "Add authorization checks to flavormanage extension"
Jenkins
2012-01-29
1
-11
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add authorization checks to flavormanage extension
Brian Waldon
2012-01-25
1
-11
/
+6
*
|
Added validation of name when creating a new keypair
Philip Knouff
2012-01-27
1
-0
/
+3
*
|
Add a note explaining why unhandled exceptions shouldn't be returned
Johannes Erdfelt
2012-01-26
1
-0
/
+4
*
|
Merge changes If0c92dca,I75d8b616
Jenkins
2012-01-26
1
-0
/
+223
|
\
\
|
*
|
blueprint host-aggregates: OSAPI extensions
Armando Migliaccio
2012-01-25
1
-0
/
+223
*
|
|
Merge "Remove LazySerializationMiddleware."
Jenkins
2012-01-26
4
-46
/
+0
|
\
\
\
|
*
|
|
Remove LazySerializationMiddleware.
Dan Prince
2012-01-26
4
-46
/
+0
*
|
|
|
Adding live migration server actions
masumotok
2012-01-26
2
-0
/
+113
|
/
/
/
*
|
|
Fix authorization checks for simple_usage.show
Anthony Young
2012-01-25
2
-12
/
+10
*
|
|
Fix uptime calculation in simple_usage
Anthony Young
2012-01-25
1
-1
/
+1
|
|
/
|
/
|
[prev]
[next]