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 "Deal with unknown instance status."
Jenkins
2012-06-28
1
-3
/
+8
|
\
|
*
Deal with unknown instance status.
Yun Mao
2012-06-28
1
-3
/
+8
*
|
Fixes bug 1014194, metadata keys are incorrect for kernel-id and ramdisk-id
Steve Baker
2012-06-29
1
-2
/
+2
|
/
*
Implement blueprint ec2-id-compatibilty.
Yaguang Tang
2012-06-28
4
-18
/
+41
*
Merge "Add hypervisor information extension."
Jenkins
2012-06-28
1
-0
/
+192
|
\
|
*
Add hypervisor information extension.
Kevin L. Mitchell
2012-06-27
1
-0
/
+192
*
|
Remove duplicate check of server_dict['name']
Sean M. Collins
2012-06-28
1
-3
/
+0
*
|
Remove GlanceImageService.index in favor of detail
Brian Waldon
2012-06-27
1
-2
/
+2
*
|
Remove image service show_by_name method
Brian Waldon
2012-06-27
1
-2
/
+4
*
|
Cleanup of image service code
Brian Waldon
2012-06-27
2
-5
/
+5
|
/
*
Make nova list/show behave nicely on instance_type deletion
Chris Behrens
2012-06-27
1
-1
/
+6
*
Merge "metadata: cleanup pubkey representation"
Jenkins
2012-06-27
1
-5
/
+15
|
\
|
*
metadata: cleanup pubkey representation
Scott Moser
2012-06-22
1
-5
/
+15
*
|
Merge "Remove extra DB calls for instances from OS API extensions"
Jenkins
2012-06-27
5
-92
/
+101
|
\
\
|
*
|
Remove extra DB calls for instances from OS API extensions
Chris Behrens
2012-06-26
5
-92
/
+101
*
|
|
Merge "Allow access to metadata server '/' without IP check"
Jenkins
2012-06-26
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow access to metadata server '/' without IP check
Zhiteng Huang
2012-06-26
1
-0
/
+4
*
|
|
Fix several PEP-8 issues
Sascha Peilicke
2012-06-26
2
-3
/
+3
|
/
/
*
|
Merge "vm state and task state management"
Jenkins
2012-06-25
3
-29
/
+23
|
\
\
|
|
/
|
/
|
|
*
vm state and task state management
Yun Mao
2012-06-21
4
-31
/
+25
*
|
Merge "Admin action to reset states."
Jenkins
2012-06-21
1
-0
/
+32
|
\
\
|
*
|
Admin action to reset states.
Kevin L. Mitchell
2012-06-20
1
-0
/
+32
*
|
|
Merge "Minor HACKING.rst exception fix"
Jenkins
2012-06-21
2
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Minor HACKING.rst exception fix
Joe Gordon
2012-06-20
2
-2
/
+4
|
|
/
*
|
Merge "Add instance_id in Usage API response."
Jenkins
2012-06-21
1
-3
/
+4
|
\
\
|
*
|
Add instance_id in Usage API response.
Lin Hua Cheng
2012-06-20
1
-3
/
+4
|
|
/
*
/
Tidy up exception handling in contrib api consoles
Martin Packman
2012-06-21
1
-13
/
+3
|
/
*
Merge "Fix bug 1014925: fix os-hosts"
Jenkins
2012-06-20
1
-3
/
+5
|
\
|
*
Fix bug 1014925: fix os-hosts
Joe Gordon
2012-06-19
1
-3
/
+5
*
|
Use rpc from openstack-common.
Russell Bryant
2012-06-20
1
-1
/
+1
|
/
*
Merge "Handle missing server when getting security groups"
Jenkins
2012-06-19
1
-6
/
+4
|
\
|
*
Handle missing server when getting security groups
Martin Packman
2012-06-18
1
-6
/
+4
*
|
Merge "moved update cache functionality to the network api"
Jenkins
2012-06-19
3
-32
/
+108
|
\
\
|
*
|
moved update cache functionality to the network api
Trey Morris
2012-06-18
3
-32
/
+108
*
|
|
Merge "bug #996880 change HostNotFound in hosts to HTTPNotFound"
Jenkins
2012-06-18
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bug #996880 change HostNotFound in hosts to HTTPNotFound
daisy-ycguo
2012-06-14
1
-1
/
+2
*
|
|
Replaces functions in utils.py with openstack/common/timeutils.py
Zhongyue Luo
2012-06-16
8
-24
/
+28
*
|
|
Merge "Present correct ec2id format for volumes and snaps"
Jenkins
2012-06-15
1
-4
/
+4
|
\
\
\
|
*
|
|
Present correct ec2id format for volumes and snaps
John Griffith
2012-06-15
1
-4
/
+4
*
|
|
|
Merge "Cleanup instance_update so it only takes a UUID."
Jenkins
2012-06-15
1
-0
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Cleanup instance_update so it only takes a UUID.
Michael Still
2012-06-15
1
-0
/
+7
|
|
/
/
*
|
|
Merge "separate Metadata logic away from the web service"
Jenkins
2012-06-15
2
-179
/
+264
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
separate Metadata logic away from the web service
Scott Moser
2012-06-06
2
-179
/
+264
*
|
|
Dedupe native and EC2 security group APIs.
Eoghan Glynn
2012-06-12
2
-585
/
+219
|
|
/
|
/
|
*
|
Merge "Do not always query deleted instance_types."
Jenkins
2012-06-10
1
-1
/
+1
|
\
\
|
*
|
Do not always query deleted instance_types.
Brian Lamar
2012-06-08
1
-1
/
+1
*
|
|
Add user_name project_name and color option to log
Vishvananda Ishaya
2012-06-07
2
-0
/
+8
|
/
/
*
|
Merge "Replace standard json module with openstack.common.jsonutils"
Jenkins
2012-06-07
1
-3
/
+3
|
\
\
|
*
|
Replace standard json module with openstack.common.jsonutils
Zhongyue Luo
2012-06-07
1
-3
/
+3
*
|
|
Don't query nova-network on startup.
Russell Bryant
2012-06-06
2
-10
/
+4
|
/
/
[next]