]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
12 years agoAdd action extensions to support nova integration.
John Griffith [Wed, 13 Jun 2012 18:38:35 +0000 (12:38 -0600)]
Add action extensions to support nova integration.

 * Adds VolumeActions extension to support key functions
    described in blueprint volume-decoupling
 * Adds snapshot translations to APIs
 * Should be back in sync with 7992
 * blueprint compat-extensions
 * sleepsonthefloor: Moved added snapshot attributes to extension, added tests
 * sleepsonthefloor: Lock pep8==1.1 in tox.ini

Change-Id: I9c6118cd434ca8b275d2386546923f932420b975

12 years agoMerge "Revert "Add action extensions to support nova integration.""
Jenkins [Wed, 13 Jun 2012 18:23:58 +0000 (18:23 +0000)]
Merge "Revert "Add action extensions to support nova integration.""

12 years agoRevert "Add action extensions to support nova integration."
John Griffith [Wed, 13 Jun 2012 17:51:37 +0000 (17:51 +0000)]
Revert "Add action extensions to support nova integration."

This reverts commit 8d8903f466cd7d4270e46ad896817fe94c99b575

12 years agoMerge "Add action extensions to support nova integration."
Jenkins [Tue, 12 Jun 2012 04:26:40 +0000 (04:26 +0000)]
Merge "Add action extensions to support nova integration."

12 years agoFix volume['id'] from integer to string
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

12 years agoAdd action extensions to support nova integration.
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

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.