]>
review.fuel-infra Code Review - openstack-build/cinder-build.git/log
summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Jenkins [Tue, 12 Jun 2012 04:26:40 +0000 (04:26 +0000)]
Merge "Add action extensions to support nova integration."
John Griffith [Thu, 7 Jun 2012 20:38:29 +0000 (14:38 -0600)]
Fix volume['id'] from integer to string
* This is the same fix as nova bug
1010200
* Missed in volume uuid migration
Change-Id: Ib433ea6a1f247aad7fcba72680fd14e82387ed62
Anthony Young [Thu, 31 May 2012 19:03:02 +0000 (12:03 -0700)]
Add action extensions to support nova integration.
* Adds VolumeActions extension to support key functions
described in blueprint volume-decoupling
Change-Id: I1310c9e813c089619e8ecdf56c631d8257c0897e
John Griffith [Fri, 1 Jun 2012 16:46:14 +0000 (10:46 -0600)]
Set pep8 version to 1.1 in test_requires
* Fixes bug
1007518
* Changes in pep8 cause new failures
* Fix up the ones we found anyway
Change-Id: I5cd73a252f73893e4672a2e39b667c519423ae3f
Anthony Young [Wed, 30 May 2012 22:24:41 +0000 (15:24 -0700)]
Fix topics so that the do not collide with nova.
* Without this, there are issues running cinder if
you have previously run n-vol
* Fix pep8
Change-Id: Id56dbfd6c4f62a74cc57edcc7859753dd7e36229
Monty Taylor [Mon, 21 May 2012 18:40:18 +0000 (14:40 -0400)]
Fix up coverage and jenkins test running.
The docs job wasn't working because of an un-renamed file.
Coverage wasn't running in jenkins with the xml output file.
Remove the .cache.bundle support that we're moving away from.
Change-Id: I1140baa53dee8b14ac4d1f8549425a0fdd7a8425
John Griffith [Wed, 9 May 2012 17:02:34 +0000 (11:02 -0600)]
Remove instance Foreign Key in volumes table, replace with instance_uuid
* Remove the instance relationship and instance_id FK
* Add instance_uuuid column to volumes table
Change-Id: I54d723dcb9819731a58ec64095c54c99aa9e5dc4
Monty Taylor [Fri, 4 May 2012 04:45:20 +0000 (21:45 -0700)]
Align the tox.ini file.
Change-Id: I0d1731f157d12bfcc1e4933dd71c49e9bda4116a
Nirmal Ranganathan [Thu, 3 May 2012 19:54:27 +0000 (14:54 -0500)]
Removed cinder/api/openstack/compute and moved the relevant pieces under
cinder/api/openstack/volume. Fixes bug 994177.
Change-Id: I1b953a96a1d69a62ad312d381cead4cd231a3998
Jenkins [Thu, 3 May 2012 17:48:26 +0000 (10:48 -0700)]
Initial fork out of Nova.