Jenkins [Wed, 10 Jul 2013 05:28:25 +0000 (05:28 +0000)]
Merge "Move brick initiator tests to brick subdirectory."
Jenkins [Wed, 10 Jul 2013 05:27:21 +0000 (05:27 +0000)]
Merge "Don't pass 'session' arg to public DB API methods"
Jenkins [Wed, 10 Jul 2013 05:27:14 +0000 (05:27 +0000)]
Merge "Sync install_venv_common from oslo"
Jenkins [Tue, 9 Jul 2013 14:08:56 +0000 (14:08 +0000)]
Merge "Fix extent size issue when creating thin pool."
Jenkins [Tue, 9 Jul 2013 13:01:52 +0000 (13:01 +0000)]
Merge "Add ability to specify SolidFire API version"
Jenkins [Tue, 9 Jul 2013 13:01:50 +0000 (13:01 +0000)]
Merge "Refactor reschedule in exception handling of volume manager"
John Griffith [Tue, 9 Jul 2013 01:22:34 +0000 (19:22 -0600)]
SolidFire API RequestID is useless.
The SolidFire API can take an int or a string for a request-id,
when using an int however it needs to actually be a valid int.
The driver currently was doing an int(uuid) which is too large and
as a result get's truncated making it difficult or impossible to track
request-ids.
This patch chanes the generate request-id to form a hash of the uuid so
that it can be tracked.
Fixed bug:
1199198
Change-Id: I38d5e3d189e679678898c329a9fa173a47853d47
Mathieu Gagné [Tue, 9 Jul 2013 01:11:59 +0000 (21:11 -0400)]
Add ability to specify SolidFire API version
This change is required for future works in the SolidFire driver.
New SolidFire features (such as extend) are only available in
the latest version of the SolidFire API.
Default to '1.0' for backward compatibility. SolidFire still supports
the '1.0' version in its latest release.
Change-Id: I93590ab297d746d65a58f9166d160d0c1d833014
Zhiteng Huang [Fri, 5 Jul 2013 08:46:34 +0000 (01:46 -0700)]
Refactor reschedule in exception handling of volume manager
Previous exception handling has a pitfall that may potentially clear
the sys.exc_info() (by calling SQLalchmey to update db). This patch
refactors some part of exception handling in create_volume() to make
sure sys.exc_info() is retrieved so that we can log and reraise it;
also we make sure exception be reraised at the end of exception handling
no matter the request is rescheduled or not.
As a side effect, we fixed a bug in unittest which didn't provide
correct argument to db API but previously this exception has been wrongly
consumed by volume manager's exception handling (not reraise exception
when request is rescheduled).
fix bug:
1197648
Change-Id: Idce5d06f8be1fb6018012503ec7f844898a21b25
Jenkins [Mon, 8 Jul 2013 21:09:20 +0000 (21:09 +0000)]
Merge "Use oslo.sphinx and remove local copy of doc theme"
Roman Podolyaka [Thu, 27 Jun 2013 15:34:21 +0000 (18:34 +0300)]
Don't pass 'session' arg to public DB API methods
DB API is an abstraction layer, which is used to make it
possible to switch DB backends easily (though we've got only
SQLAlchemy backend at the moment).
Public methods of DB API should not accept any backend-specific
arguments (i. e. a Session instance, that is an SQLAlchemy entity
to work with DB transactions).
This patch removes 'session' argument from all DB API public methods
(except volume_data_get_for_project() and snapshot_data_get_fro_project(),
which are a bit tricky and will be fixed by another patch).
If a DB API method must be called by another one in the context of a started
transaction, a private method is used. It accepts the same arguments as the
corresponding public method plus one additional argument to pass the transactional
context (in case of SQLAlchemy backend it's a Session instance).
Blueprint: db-session-cleanup
Change-Id: Iabe7ea834ec07f6520614de2461b9ad1ab7a7ac2
XueChendi [Wed, 3 Jul 2013 14:20:32 +0000 (22:20 +0800)]
Prevent wrongly privilege escalation of a context
Current codes in create_volume() may exists a scenario that
a context which is not elevated but after it fails in volume
creation, it becomes elevated. This patch saves original
context, so that if it fails in volume creation simply use the
original context for further scheduling.
Fix bug:
1187076
Change-Id: I2822b1612ec741209b278fc65f18d0f8f3243e0a
Avishay Traeger [Sun, 7 Jul 2013 09:23:19 +0000 (12:23 +0300)]
Move brick initiator tests to brick subdirectory.
Move brick initiator test file to brick subdirectory.
Change-Id: If08281ce067a3e462072bd7d9ab4db555e6930c5
John Griffith [Tue, 25 Jun 2013 22:52:21 +0000 (16:52 -0600)]
Fix extent size issue when creating thin pool.
The LVM create thin pool rounds up extents, this
change rounds the free space down to an int to avoid
this issue and also cleans up some comments and
code around how PV's are set up and used.
Change-Id: I725aa819c21c38f464595d0146d6640ecd1e6440
Jenkins [Sat, 6 Jul 2013 04:38:54 +0000 (04:38 +0000)]
Merge "Add check for snapshot to Brick LVM."
Monty Taylor [Sat, 6 Jul 2013 02:27:13 +0000 (22:27 -0400)]
Sync install_venv_common from oslo
Also grab a related doc reference while we're at it.
Change-Id: I2590970767f043f35a62a4dfa94be4ee86fbf138
Doug Hellmann [Fri, 28 Jun 2013 23:06:10 +0000 (19:06 -0400)]
Use oslo.sphinx and remove local copy of doc theme
Use the new oslo.sphinx version of the OpenStack doc
theme instead of copying it into this repo.
blueprint oslo.sphinx
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Change-Id: I0bd91f7bb43f97b99051fed65b75fc05d5149cc8
Jenkins [Fri, 5 Jul 2013 16:36:56 +0000 (16:36 +0000)]
Merge "Add execute wrapper to brick LVM code."
Jenkins [Fri, 5 Jul 2013 10:10:07 +0000 (10:10 +0000)]
Merge "Rename cinder.flags to cinder.common.config"
Jenkins [Thu, 4 Jul 2013 22:00:24 +0000 (22:00 +0000)]
Merge "Scheduler should not select down volume managers"
Jenkins [Thu, 4 Jul 2013 18:49:24 +0000 (18:49 +0000)]
Merge "xenapi: implement xenserver image to volume"
Jenkins [Thu, 4 Jul 2013 18:49:16 +0000 (18:49 +0000)]
Merge "Fix typo 'Flase' -> 'False'"
Jenkins [Thu, 4 Jul 2013 17:56:28 +0000 (17:56 +0000)]
Merge "Make os-services API extension consistent"
Jenkins [Thu, 4 Jul 2013 17:13:21 +0000 (17:13 +0000)]
Merge "Quotas by Volume Type"
Ollie Leahy [Thu, 4 Jul 2013 13:58:08 +0000 (13:58 +0000)]
Scheduler should not select down volume managers
Currently volume managers that are not disabled, but are not running
may be selected by the scheduler for volume creation operations.
Change-Id: Ia06a3da8b31eef918d55aaaf71f863683c721026
Fixes: bug #1197741
John Griffith [Thu, 4 Jul 2013 15:25:03 +0000 (09:25 -0600)]
Add check for snapshot to Brick LVM.
Adds a check to the LVM code in brick to see if
a snapshot exists. This implements the incorrectly
named "is_busy" method that exists in the cinder LVM driver.
Change-Id: Ia0f6cbd3d5b4561c5368545448abaafa67caf05d
Sascha Peilicke [Thu, 4 Jul 2013 13:47:11 +0000 (15:47 +0200)]
Fix typo 'Flase' -> 'False'
Change-Id: I986a943d06d715ac7bc284d5ebdf1d8963f5dc3e
Sergey Vilgelm [Wed, 3 Jul 2013 07:28:05 +0000 (11:28 +0400)]
Rename cinder.flags to cinder.common.config
Replace FLAGS with cfg.CONF
Rename modules fake_flags to conf_fixture, test_flags to test_conf, declare_flags to declare_conf, runtime_flags to runtime_conf
Renamed cinder.flags, because exactly the same was done in the glance and nova
Fixes: bug #1182037
Change-Id: I3424d0a401b3ef7a3254d3e913263554361a52ff
Jenkins [Wed, 3 Jul 2013 06:46:46 +0000 (06:46 +0000)]
Merge "Skip brick_initiator test in virtual environments"
OpenStack Jenkins [Wed, 3 Jul 2013 06:46:42 +0000 (06:46 +0000)]
Merge "Imported Translations from Transifex"
John Griffith [Tue, 2 Jul 2013 19:16:28 +0000 (13:16 -0600)]
Add execute wrapper to brick LVM code.
Add an execute wrapper to the brick lvm code and
enable the ability to pass in a desired executor other
than just using the default common/processutils executor
if there's some reason to do so.
This will enable the switch of the cinder/volume/drivers/lvm.py
driver to continue using cinder/utils execute until we switch over
to common/processutils and also helps immensely with the tests.
Change-Id: Iaecba475debb2100d0c40b5e54ece6d4420271c5
Jenkins [Tue, 2 Jul 2013 20:48:19 +0000 (20:48 +0000)]
Merge "Adding host attaching support to Cinder"
OpenStack Jenkins [Tue, 2 Jul 2013 18:11:01 +0000 (18:11 +0000)]
Imported Translations from Transifex
Change-Id: I488133a2ae2c0f04dfd91bc85107df58c701ab41
Jean-Baptiste Ransy [Thu, 20 Jun 2013 15:39:45 +0000 (17:39 +0200)]
CoraidDriver: Create_volume_from_snapshot of a different size
When you create a Volume from a Snapshot, the 'size' argument for the
new volume isn't used at all.
So, the new volume created will be created (successfully but) with the
same size as the snapshot size.
Cinder think the volume has been created with the right size.
We just need to call Coraid ESM LV Resize with the REST API after
the volume has been created.
Fixes bug
1158959
Change-Id: I760fe1ba4052bb2d5b1a1a5c55c9a976522af107
Qiu Yu [Tue, 2 Jul 2013 07:14:36 +0000 (15:14 +0800)]
Make os-services API extension consistent
Updates the os-services API extension so that it is consistent
internally (index and update return similar formats), and so
that it works with the following cinderclient code changes which sends
the the following request body format:
{"binary": "cinder-volume", "host": "host1"}
It addresses a similar issue which happens in nova os-services extention
before. https://bugs.launchpad.net/nova/+bug/
1147746
This change added 'binary' key in request and 'status' key in response
while still keeping 'service' ane 'disabled' key for API compatibility
sake.
Implements blueprint os-services-extension
Change-Id: I7f3fa889294ca6caebdf46b8689345bcac1cdf54
Jenkins [Tue, 2 Jul 2013 06:36:23 +0000 (06:36 +0000)]
Merge "Handle ECONNREFUSED exception in SolidFire driver."
Jenkins [Tue, 2 Jul 2013 05:03:17 +0000 (05:03 +0000)]
Merge "Removes 3PAR domain option from cinder config file"
OpenStack Jenkins [Tue, 2 Jul 2013 04:50:41 +0000 (04:50 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Tue, 2 Jul 2013 00:13:31 +0000 (00:13 +0000)]
Merge "Added Cinder volume backup to Ceph support"
OpenStack Jenkins [Mon, 1 Jul 2013 18:11:00 +0000 (18:11 +0000)]
Imported Translations from Transifex
Change-Id: Ifa128b8d4e3cbd8655ea1d9ffe756d1ffc41e817
Viraj Hardikar [Tue, 25 Jun 2013 22:37:09 +0000 (15:37 -0700)]
Removes 3PAR domain option from cinder config file
The HP 3PAR domain is no longer required to be specified in the
cinder configuration file. This patch automatically looks up the
domain using the Common Provisioning Group (CPG) specified.
hp3par_domain will remain in the config for now and will be
logged as deprecated. It will be removed in the I release.
DocImpact
Change-Id: I3ed01eed26209caa1904bec1f585059860294f38
Fixes: bug 1194599
Jenkins [Mon, 1 Jul 2013 16:13:44 +0000 (16:13 +0000)]
Merge "Calculate count for customized dd blocksize"
Dirk Mueller [Sat, 29 Jun 2013 17:28:27 +0000 (19:28 +0200)]
Skip brick_initiator test in virtual environments
/dev/disk/by-path does not exist in certain virtual
environments. Skip the test.
Fixes LP Bug #
1196464
Change-Id: Ifc5bb061db59aaa6b7c089eda5e4eb1c9eff2dbf
Edward Hope-Morley [Tue, 25 Jun 2013 09:11:11 +0000 (10:11 +0100)]
Added Cinder volume backup to Ceph support
Added new Ceph backup service to allow backup
of Cinder volumes to a Ceph object store. This
driver is compatible with the existing backup
interface provided by the Swift backup service.
Implements: blueprint cinder-backup-to-ceph
Change-Id: I299f033347cb263e7169c4a4efb758d19e753f46
Jenkins [Mon, 1 Jul 2013 03:27:51 +0000 (03:27 +0000)]
Merge "Add os-availability-zone extension"
John Griffith [Fri, 28 Jun 2013 21:56:46 +0000 (15:56 -0600)]
Handle ECONNREFUSED exception in SolidFire driver.
The SolidFire driver wasn't handling connection exceptions
during init (capacity updates from scheduler).
This patch add a try/except wrap around the two places
that this is called and logs and error rather than crashing
cinder-volume service.
Fixes bug:
1195910
Change-Id: I30347cc0973bbf9dbc30ea02e204560095fc75b4
Brian Waldon [Wed, 26 Jun 2013 16:43:48 +0000 (09:43 -0700)]
Add os-availability-zone extension
* Query /os-availability-zone to get an object representing the configured
availability zones and their state
* This implements a subset of Nova's os-availability-zone extension
Fixes bug
1195461
Change-Id: Ic0a8eb5a82ca0a4eed3b1e1cd6cf3a4665589307
Jenkins [Fri, 28 Jun 2013 14:00:10 +0000 (14:00 +0000)]
Merge "Fix service alive information in os-services extension"
OpenStack Jenkins [Fri, 28 Jun 2013 14:00:07 +0000 (14:00 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Fri, 28 Jun 2013 05:46:03 +0000 (05:46 +0000)]
Merge "Run flake8 also on cinder/*/openstack"
Jenkins [Thu, 27 Jun 2013 22:51:02 +0000 (22:51 +0000)]
Merge "Add Brick iSCSI attach/detach."
Dirk Mueller [Fri, 14 Jun 2013 21:37:11 +0000 (23:37 +0200)]
Run flake8 also on cinder/*/openstack
exclude=openstack also matches cinder/api/openstack,
which is however not merged from oslo-incubator.
Exclude=common instead, and explicitely include
cinder/common
Change-Id: I331d8c0d17e519386ae72caeca8a336eecde3ad3
OpenStack Jenkins [Thu, 27 Jun 2013 18:10:56 +0000 (18:10 +0000)]
Imported Translations from Transifex
Change-Id: I1f87c3138e95a1da654a22425e07cd1b0ad1cdb7
Jenkins [Thu, 27 Jun 2013 17:56:45 +0000 (17:56 +0000)]
Merge "Fix check_for_setup_error for sheepdog driver"
Cory Stone [Wed, 22 May 2013 15:31:13 +0000 (10:31 -0500)]
Quotas by Volume Type
The VolumeTypeQuotaEngine creates a volume, snapshot, and gigabyte
quota for each volume type that exists, in addition to the existing
global quotas for each. These are queried every time a quota operation
happens.
The resources for creating quotas are named: volumes_<vtype>,
gigabytes_<vtype>, and snapshots_<vtype>.
Another patch will have changes to cinderclient for setting project
quotas by volume type.
blueprint quotas-limits-by-voltype
DocImpact
Change-Id: I88261676edcd6eb5b7cea40654a931f32c00815c
Mate Lakat [Mon, 24 Jun 2013 13:37:08 +0000 (14:37 +0100)]
xenapi: implement xenserver image to volume
Amend image_utils, so that it could handle xenserver type images (vhd
chains inside a tgz archive). This requires the vhd-util binary, if the
image contains a vhd chain (e.g.: snapshot)
DocImpact
- Copy a XenServer type OpenStack image (tgz -ed vhd chain) is now
supported.
- To use the above functionality, the cinder box must have access to the
vhd-util binary. In ubuntu, this is done by apt-get installing
blktap-utils.
Change-Id: I99b58868439c4d5187c2fe3666110bfda0924181
Vincent Hou [Thu, 27 Jun 2013 07:43:00 +0000 (15:43 +0800)]
Save some more image attributes to volume_glance_metadata.
Current issue: When copying an image to a volume, attributes like size, disk_format, container_format,
checksum, min_disk and min_ram have not been copied so far. When booting a VM from a volume, we are
not able to check these atrributes without giving the image id. Furthermore, if the original
image is deleted, we will lose all the information.
This patch saves these attributes into volume_glance_metadata. We can still check these attributes
without giving the image id when booting a VM from a volume.
Fixed Bug
1159824.
Change-Id: I42ce676026d32be6e3f4bec6fd269908e2df0a8c
Jenkins [Thu, 27 Jun 2013 08:56:41 +0000 (08:56 +0000)]
Merge "Added volume backup and restore to Ceph RBD driver"
Kai Zhang [Thu, 27 Jun 2013 07:31:36 +0000 (00:31 -0700)]
Fix check_for_setup_error for sheepdog driver
Current implementation of check_for_setup_error() of sheepdog driver
cannot work correctly with the latest version of sheepdog cluster.
This patch fixes it and adds tests for both old and new version.
Fixes: bug #1195098
Change-Id: Ia710789e4bedd7c83cd47eff6b2fc532af39d94a
Jenkins [Thu, 27 Jun 2013 05:47:54 +0000 (05:47 +0000)]
Merge "Raise an error if iSCSI is not supported"
Walter A. Boring IV [Tue, 11 Jun 2013 22:27:56 +0000 (15:27 -0700)]
Add Brick iSCSI attach/detach.
This patch adds the new brick initiator connector object
which contains the code to do volume attach and detach to a host
machine. It includes hooks to work in both cinder and nova.
Nova has different exec wrapper and it also needs to talk to a
hypervisor at certain points during detach.
This patch also pulls the copy/pasted code from nova in the base
ISCSIDriver's _attach_volume method to use this new brick library.
This patch also includes a fix in the ISCSIDriver's
copy_volume_to_image code that didn't actually detach a volume
when it was done with the operation.
Bug
1194962
This patch also includes a fix for iSCSI detaches where the
iSCSI LUN wasn't being removed from the system until the very
last detach issues an iscsiadm logout.
Bug
1112483
This patch includes a fix for iSCSI multipath detaches where
the multipath device and the iSCSI LUNs for the multipath device
were never removed from the kernel.
Bug
1112483
Blueprint cinder-refactor-attach
Change-Id: Ieb181f896adb9230bbb6a2e5c42f261d61a0f140
Edward Hope-Morley [Wed, 26 Jun 2013 09:25:11 +0000 (10:25 +0100)]
Added volume backup and restore to Ceph RBD driver
It is now possible to backup and restore volumes
when using volume.drivers.rbd.RBDDriver
Implements: blueprint cinder-backup-to-ceph
Change-Id: Ic1b8db8f0acd7974423414171b8fb45197d05dc6
Qiu Yu [Wed, 26 Jun 2013 07:52:09 +0000 (15:52 +0800)]
Fix service alive information in os-services extension
Service alive information need to be compared with service_down_time
value and updated accordingly.
Change-Id: I9b9798c108a2da07ab78d5d05cbb51a73b14363e
Zhiteng Huang [Tue, 18 Jun 2013 20:43:26 +0000 (04:43 +0800)]
Calculate count for customized dd blocksize
In previous commit we introduce a configurable blocksize option for
'dd' command, however the 'count' value wasn't updated accordingly.
As a result, count could be too small which is bug. This patch
introduce a private method to 1) validate custom dd blocksize; 2)
calculate correct count value.
Fix bug:
1192258
Change-Id: Icfd2d80e8f615ed585bd1d40c741a97cf55299d3
Marc Koderer [Wed, 19 Jun 2013 14:07:44 +0000 (16:07 +0200)]
Content-length missing in put_object
Radosgw returns a "411 Length Required" in case the content-length is not
specified. The parameter content_type is not set which leads to the problem
that content_length cannot be determined. Since the content length is already
computed in backup/services/swift it shouldn't be a problem to set this
parameter.
Conflicts:
cinder/backup/services/swift.py
Change-Id: I4c56823d70fcd1a801a75bfd14f474a2780dc1ac
Jenkins [Wed, 26 Jun 2013 04:39:51 +0000 (04:39 +0000)]
Merge "Update kombu requirement"
Jenkins [Tue, 25 Jun 2013 21:42:14 +0000 (21:42 +0000)]
Merge "Register used CONF entries in cinder.api.common.py"
Jenkins [Tue, 25 Jun 2013 20:50:35 +0000 (20:50 +0000)]
Merge "Replace glance_metadata check with bootable column."
OpenStack Jenkins [Tue, 25 Jun 2013 19:45:33 +0000 (19:45 +0000)]
Merge "Imported Translations from Transifex"
John Griffith [Wed, 19 Jun 2013 05:22:48 +0000 (23:22 -0600)]
Replace glance_metadata check with bootable column.
This patch adds a column to indicate if a volume is bootable or not.
Cinder API V1 was using get.volume_glance_metadata to determine
if a volume was bootable for translate_view.
This is fine until you put a heavy load on the system and things
can fall apart, particularly the backref of the glance meta is no longer
available and the call blows up. Also this results in a bit of extra
unnecessary data being passed around with every create and get call.
This is especially an issue when creating hundreds or thousands of volumes.
Even better we can now reliably create thousands of volumes.
Fixes bug:
1192390
Change-Id: Idd47a0a8069ee905b81c7aae562b82767ad91930
Jenkins [Tue, 25 Jun 2013 18:50:48 +0000 (18:50 +0000)]
Merge "Added extra-spec key scoping to the 3PAR drivers"
OpenStack Jenkins [Tue, 25 Jun 2013 18:10:58 +0000 (18:10 +0000)]
Imported Translations from Transifex
Change-Id: Ib1f73f11952a60695f49cf8c6cd8fbca9946bd6f
Jenkins [Tue, 25 Jun 2013 17:58:48 +0000 (17:58 +0000)]
Merge "Do not raise NEW exceptions"
Jenkins [Tue, 25 Jun 2013 17:23:10 +0000 (17:23 +0000)]
Merge " cinder.[brick,db,image] Replace 'locals()'"
Jenkins [Tue, 25 Jun 2013 17:23:07 +0000 (17:23 +0000)]
Merge "Avoid winning the useless use of cat award"
Jenkins [Tue, 25 Jun 2013 16:29:01 +0000 (16:29 +0000)]
Merge "Fix up trivial H103 license check mismatches"
Dirk Mueller [Sun, 23 Jun 2013 12:06:55 +0000 (14:06 +0200)]
Avoid winning the useless use of cat award
We can use file operations directly, no need
to run cat(1)
Change-Id: Id8a9f615dfb11d1bd7acd4a7d6f40545c246e5cd
Dirk Mueller [Tue, 25 Jun 2013 14:32:51 +0000 (16:32 +0200)]
Fix up trivial H103 license check mismatches
Adjust a few trivial typos in the license headers
in the source files.
Change-Id: I907df4ece8e589e930fd788e3f33201537938572
John Griffith [Mon, 24 Jun 2013 23:38:38 +0000 (17:38 -0600)]
Register used CONF entries in cinder.api.common.py
After change: I2114d5fc45f5299c3b2011270034a3370e0ec388 we
were no longer registering defaults for cinder.api.common.py settings.
The result is that you're unable to run individual unit tests like
cinder.tests.api.test_volume_metadata.py.
Register the needed CONF options and we're all set again.
Fixes bug:
1194315
Change-Id: I6df6c5ec5687c8156a9f3794cc7f04d8d28065d9
Dirk Mueller [Tue, 25 Jun 2013 14:24:08 +0000 (16:24 +0200)]
Fix and enable gating on H401
H401 docstring should not start with a space
Change-Id: Iaf63af75b0534cae1bac3c931ef5f51f1644aec9
Sergey Vilgelm [Mon, 24 Jun 2013 11:19:50 +0000 (15:19 +0400)]
Do not raise NEW exceptions
Raising NEW exception is bad practice, because we lose TraceBack.
So all places like:
except SomeException as e:
raise e
should be replaced by
except SomeException:
raise
If we are doing some other actions before reraising we should
store information about exception then do all actions and then
reraise it. This is caused by eventlet bug. It lost information
about exception if it switch threads.
fixes bug
1191730
Change-Id: Ic2be96e9f03d2ca46d060caf6f6f7f713a1d6b82
Scott DAngelo [Tue, 25 Jun 2013 13:19:51 +0000 (13:19 +0000)]
cinder.[brick,db,image] Replace 'locals()'
Replace use of 'locals()' with explicit values.
Help bring source code into compliance with the
Cinder Style Commandments:
https://github.com/openstack/cinder/blob/master/HACKING.rst
This change covers all affected soruce in the
cinder brick, db, and image modules, i.e.
cinder/brick/*.py and subdirectories
cinder/db/*.py and subdirectories
cinder/image/*.py and subdirectories
Partially fixes: bug #
1190758
Change-Id: Ibc111ab5ef53a2316e868c9cba8b94b323ba31c0
Jenkins [Tue, 25 Jun 2013 05:46:28 +0000 (05:46 +0000)]
Merge "Add support for swift user/key authentication"
Jenkins [Mon, 24 Jun 2013 22:26:11 +0000 (22:26 +0000)]
Merge "Remove usage of locals() for formatting from cinder.tests.*"
Doug Hellmann [Wed, 19 Jun 2013 21:16:32 +0000 (17:16 -0400)]
Update kombu requirement
The minimum version of kombu in the requirements
list has been updated to ensure that compatible
kombu and msgpack libraries are used across all
projects. This update also requires a bump for
anyjson.
Addresses bug #
1134575
Change-Id: Ic33a5bbc8d1cdf1effd41c1c2aebc7ef6988c39e
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Jenkins [Mon, 24 Jun 2013 08:03:39 +0000 (08:03 +0000)]
Merge "Add the project name into CinderKeystoneContext."
Haomai Wang [Mon, 24 Jun 2013 06:03:31 +0000 (14:03 +0800)]
Remove usage of locals() for formatting from cinder.tests.*
Using of locals() for formatting string is a nasty thing because:
1) It is not so clear as using explicit dicts
2) It could produce hidden errors during refactoring
3) Changing name of variable causes change in message
4) Creating a lot of unused variables
Fix bug
1171936
Change-Id: I67aa5bff650b55484ca76adf5be8555f72a4c426
Jenkins [Sun, 23 Jun 2013 11:00:35 +0000 (11:00 +0000)]
Merge "Adds create_from_volume test cases"
Jenkins [Sun, 23 Jun 2013 10:07:42 +0000 (10:07 +0000)]
Merge "NetApp:iSCSI drivers reserved percent need to change to 0."
Jenkins [Sun, 23 Jun 2013 09:08:48 +0000 (09:08 +0000)]
Merge "Use list comprehensions when possible"
xiaoxi_chen [Thu, 20 Jun 2013 16:56:38 +0000 (00:56 +0800)]
Adds create_from_volume test cases
For tests.test_volumes,
added 3 test cases:
create_from_volume
create_from_volume_with_glance_metadata
create_from_volume_failed_on_cloning
refactored an internal api:
_create_volume_from_image
The reason not to test a non-exist volume as source_vol is
the uplayer(volume api) has already checked and ensured the
source_vol exists
Change-Id: I9c345bc29cae31f1a22236a4849f13d7289ea49e
Seif Lotfy [Fri, 21 Jun 2013 13:22:47 +0000 (13:22 +0000)]
Use list comprehensions when possible
Replace some for loops with list comprehensions for compacting
Change-Id: Ia80a013735c595d7c4d40172b34beb18b4383ee0
Navneet Singh [Fri, 21 Jun 2013 13:16:36 +0000 (18:46 +0530)]
NetApp:iSCSI drivers reserved percent need to change to 0.
The iscsi drivers reserved percent is 100 as of now. This needs
to be changed to 0 for default values. It needs to be corrected
so that filter scheduler does not discard netapp backend.
bug
1182015
Change-Id: Id80584e5d478c83de97735706994206e024f8bf6
Marc Koderer [Thu, 20 Jun 2013 15:20:30 +0000 (17:20 +0200)]
Add support for swift user/key authentication
By default the swift backup service uses keystone authentication to
communicate with the swift endpoint. This patch adds three optional
parameters to allow username/key authentication
Change-Id: I54ad7d91785ade5375f317aceb80b3374b59f5fe
Seif Lotfy [Fri, 21 Jun 2013 09:28:27 +0000 (09:28 +0000)]
Refactor the backup method of SwiftBackupService
Export functionalities of backup to 3 new methods:
prepare_backup backup_chunk and finalize_backup. The original
backup function calls those functions. This allows other
drivers to combine them in a different logic.
e.g for the RBDDriver
Change-Id: I4f335bfcd03cd1da52a9e5c5c689d97581614af6
Jenkins [Fri, 21 Jun 2013 01:42:50 +0000 (01:42 +0000)]
Merge "NetApp unified driver implementation."
Jenkins [Fri, 21 Jun 2013 00:45:13 +0000 (00:45 +0000)]
Merge "cinder.backup: Replace 'locals()' with explicit values"
OpenStack Jenkins [Thu, 20 Jun 2013 18:11:00 +0000 (18:11 +0000)]
Imported Translations from Transifex
Change-Id: I188f3cd9a415361fa07289977d35406e8f9786f3
Navneet Singh [Fri, 17 May 2013 11:19:50 +0000 (04:19 -0700)]
NetApp unified driver implementation.
NetApp has growing number of multiple drivers depending on storage families
and technologies. NetApp unified driver simplifies configuration
and provides single entry point for all storage technologies/drivers.
It provides new mechanism to support multiple NetApp technologies
and block drivers related to them. Deprecated 7mode dfm and c mode
webservice based drivers.
blueprint netapp-unified-driver
Change-Id: Ife3cb12ef2256e0124c9a02a968c20a580b5df93
Jenkins [Thu, 20 Jun 2013 17:28:59 +0000 (17:28 +0000)]
Merge "Add _create_volume to ThinLVMVolumeDriver"