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 ipy from nova/api/ec2/cloud.py and use netaddr
Chuck Short
2011-06-06
1
-2
/
+2
*
merge from trunk, resolved conflicts
William Wolf
2011-06-06
1
-2
/
+11
|
\
|
*
Update the OSAPI images controller to use 'serverRef' for image create requests.
Dan Prince
2011-06-06
1
-2
/
+11
|
|
\
|
|
*
Add serverRef to image metadata serialization list.
Dan Prince
2011-06-03
1
-1
/
+1
|
|
*
Implement OSAPI v1.1 style image create.
Dan Prince
2011-06-03
1
-1
/
+10
*
|
|
merge with trunk
William Wolf
2011-06-06
11
-88
/
+72
|
\
|
|
|
*
|
Changes all uses of utcnow to use the version in utils. This is a simple wra...
Vishvananda Ishaya
2011-06-03
6
-11
/
+8
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
make all uses of utcnow use our testable utils.utcnow
Vishvananda Ishaya
2011-06-02
6
-11
/
+8
|
*
|
Remove some of the extra image service calls from the OS API images controller.
Dan Prince
2011-06-02
1
-4
/
+2
|
*
|
Merge w/ trunk.
Dan Prince
2011-06-02
21
-356
/
+865
|
|
\
|
|
*
|
image href should be passed through the rebuild pipeline, not the image id.
Naveed Massjouni
2011-06-01
1
-2
/
+1
|
*
|
Merge w/ trunk.
Dan Prince
2011-05-31
6
-18
/
+103
|
|
\
\
|
*
|
|
removing semicolon
Naveed Massjouni
2011-05-31
1
-1
/
+1
|
*
|
|
Handle the case when a v1.0 api tries to list servers that contain image hrefs.
Naveed Massjouni
2011-05-31
2
-3
/
+15
|
*
|
|
More image_id to image_ref stuff. Also fixed tests in test_servers.
Naveed Massjouni
2011-05-28
2
-5
/
+5
|
*
|
|
Rename instances.image_id to instances.image_ref.
Dan Prince
2011-05-26
1
-3
/
+3
|
*
|
|
Fix test_cloud tests.
Dan Prince
2011-05-26
1
-1
/
+1
|
*
|
|
Switch the run_instances call in the EC2 back to 'image_id'. Incoming
Dan Prince
2011-05-26
1
-1
/
+1
|
*
|
|
Merge w/ trunk.
Dan Prince
2011-05-26
4
-13
/
+40
|
|
\
\
\
|
*
|
|
|
Renamed image_ref variables to image_href. Since the convention is that x_ref
Naveed Massjouni
2011-05-25
3
-12
/
+12
|
*
|
|
|
Fixing docstring.
Naveed Massjouni
2011-05-24
1
-1
/
+1
|
*
|
|
|
Fixing _get_kernel_ramdisk_from_image to use the correct image service.
Naveed Massjouni
2011-05-24
1
-7
/
+4
|
*
|
|
|
make image_ref and image_id usage more consistant, eliminate redundancy in co...
William Wolf
2011-05-23
2
-3
/
+2
|
*
|
|
|
Renaming service_image_id vars to image_id to reduce confusion.
Naveed Massjouni
2011-05-23
3
-14
/
+10
|
*
|
|
|
moved utils functions into nova/image/
William Wolf
2011-05-23
3
-8
/
+14
|
*
|
|
|
Removing utils.is_int()
Naveed Massjouni
2011-05-22
1
-1
/
+1
|
*
|
|
|
Minor cleanup
Naveed Massjouni
2011-05-21
2
-4
/
+3
|
*
|
|
|
combined the exception catching to eliminate duplication
William Wolf
2011-05-20
1
-4
/
+1
|
*
|
|
|
merge from trunk
William Wolf
2011-05-20
4
-47
/
+106
|
|
\
\
\
\
|
*
|
|
|
|
fix pep8 issue
William Wolf
2011-05-20
1
-1
/
+2
|
*
|
|
|
|
fixed silly issue with variable needing to be named 'id' for the url mapper, ...
William Wolf
2011-05-20
1
-2
/
+5
|
*
|
|
|
|
Fixed some tests.
Naveed Massjouni
2011-05-20
2
-31
/
+3
|
*
|
|
|
|
Fail early if requested imageRef does not exist when creating a server.
Naveed Massjouni
2011-05-19
1
-4
/
+2
|
*
|
|
|
|
Minor cleanup
Naveed Massjouni
2011-05-19
1
-5
/
+3
|
*
|
|
|
|
return dummy id per vishs suggestion
William Wolf
2011-05-18
1
-7
/
+7
|
*
|
|
|
|
hackish patch to fix hrefs asking for their metadata in boot (this really sho...
William Wolf
2011-05-18
1
-1
/
+6
|
*
|
|
|
|
fixed bug with compute_api not having actual image_ref to use proper image se...
William Wolf
2011-05-18
1
-0
/
+1
|
*
|
|
|
|
fix pep8 issues
William Wolf
2011-05-18
2
-2
/
+2
|
*
|
|
|
|
fixed api.openstack.test_servers tests...again
William Wolf
2011-05-18
1
-0
/
+4
|
*
|
|
|
|
made ImageControllerWithGlanceServiceTests pass
William Wolf
2011-05-18
2
-5
/
+4
|
*
|
|
|
|
Removed all utils.import_object(FLAGS.image_service) and replaced with
Naveed Massjouni
2011-05-18
4
-20
/
+19
|
*
|
|
|
|
made get_image_service calls in servers.py
William Wolf
2011-05-17
1
-2
/
+6
|
*
|
|
|
|
updates to utils methods, initial usage in images.py
William Wolf
2011-05-17
1
-8
/
+6
*
|
|
|
|
|
Minor comment formatting changes.
Brian Lamar
2011-06-02
2
-3
/
+5
*
|
|
|
|
|
move index and detail functions to v10 controller
William Wolf
2011-06-02
1
-24
/
+24
*
|
|
|
|
|
merge from trunk
William Wolf
2011-06-01
1
-13
/
+32
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Implement the v1.1 style resize action with support for flavorRef.
Dan Prince
2011-06-01
1
-13
/
+32
|
|
\
\
\
\
\
|
|
*
|
|
|
|
More specific error messages for resize requests.
Dan Prince
2011-05-31
1
-2
/
+2
|
|
*
|
|
|
|
Actually remove the _action_resize code from the base Servers controller.
Dan Prince
2011-05-31
1
-13
/
+0
|
|
*
|
|
|
|
Implement the v1.1 style resize action with support for flavorRef.
Dan Prince
2011-05-29
1
-0
/
+32
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
[next]