]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
12 years agoSet pep8 version to 1.1 in test_requires
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

12 years agoFix topics so that the do not collide with nova.
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

12 years agoFix up coverage and jenkins test running.
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

12 years agoRemove instance Foreign Key in volumes table, replace with instance_uuid
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

12 years agoAlign the tox.ini file.
Monty Taylor [Fri, 4 May 2012 04:45:20 +0000 (21:45 -0700)]
Align the tox.ini file.

Change-Id: I0d1731f157d12bfcc1e4933dd71c49e9bda4116a

12 years agoRemoved cinder/api/openstack/compute and moved the relevant pieces under
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

12 years agoInitial fork out of Nova.
Jenkins [Thu, 3 May 2012 17:48:26 +0000 (10:48 -0700)]
Initial fork out of Nova.