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
...
*
|
|
Remove deprecated auth-related api extensions
Brian Waldon
2012-07-09
2
-241
/
+0
|
/
/
*
|
Merge "Get hypervisor uptime."
Jenkins
2012-07-05
1
-2
/
+41
|
\
\
|
*
|
Get hypervisor uptime.
Kevin L. Mitchell
2012-06-29
1
-2
/
+41
|
|
/
*
|
Allow network_uuids that begin with a prefix
Jason Kölker
2012-07-05
1
-3
/
+6
*
|
Assign service_catalog in NovaKeystoneContext.
Dan Prince
2012-07-04
1
-0
/
+1
*
|
Merge "Modifies ec2/cloud to be able to use Cinder"
Jenkins
2012-07-03
1
-17
/
+25
|
\
\
|
*
|
Modifies ec2/cloud to be able to use Cinder
John Griffith
2012-07-03
1
-17
/
+25
*
|
|
Merge "Add ServiceCatalog entries to enable Cinder usage"
Jenkins
2012-07-03
2
-2
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add ServiceCatalog entries to enable Cinder usage
Anthony Young
2012-07-02
2
-2
/
+11
|
|
/
*
/
Switch to common logging.
Andrew Bogott
2012-07-02
52
-52
/
+52
|
/
*
Merge "OS API should return SHUTOFF, not STOPPED"
Jenkins
2012-06-29
1
-1
/
+1
|
\
|
*
OS API should return SHUTOFF, not STOPPED
Chris Behrens
2012-06-28
1
-1
/
+1
*
|
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
|
\
\
\
[prev]
[next]