]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sat, 25 May 2013 04:20:20 +0000 (04:20 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "ModifyVolume attributes on Clone."
Jenkins [Fri, 24 May 2013 23:20:44 +0000 (23:20 +0000)]
Merge "ModifyVolume attributes on Clone."

11 years agoHack run_tests.sh to work with single tests again.
John Griffith [Fri, 24 May 2013 19:46:28 +0000 (13:46 -0600)]
Hack run_tests.sh to work with single tests again.

Even though we're moving to testr and this will eventually
go away, we should maintain our ability to run and debug
individual tests until the broader change is released.

This just adds some text around the nosetests call
to get us back where we were.

Fixes bug: 1181996

Change-Id: Id0082ca8954664679430cc602425b1fadd29151b

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 24 May 2013 18:11:04 +0000 (18:11 +0000)]
Imported Translations from Transifex

Change-Id: I468b17530bc8db03df53e8d098dfb5ea0765894e

11 years agoModifyVolume attributes on Clone.
John Griffith [Fri, 24 May 2013 04:57:57 +0000 (22:57 -0600)]
ModifyVolume attributes on Clone.

Clones copy over the attributes from the source volume,
we want to keep some admin data like source-volid and if
it's a clone or not.  To do that we just need to call modifyvolume
after the clone operation and update this info.

Change-Id: I903fe6f8a57880abad8d315d091c1e57624a519c

11 years agoMerge "Add common Oslo DB code to the source tree"
Jenkins [Fri, 24 May 2013 08:14:55 +0000 (08:14 +0000)]
Merge "Add common Oslo DB code to the source tree"

11 years agoReplace custom skip_ methods.
Monty Taylor [Thu, 23 May 2013 23:36:21 +0000 (01:36 +0200)]
Replace custom skip_ methods.

testtools has these built in - so we should use them.

Change-Id: I2a9f6dbd69d5acef9a0dfbe5e90e9dbf706d8677

11 years agoMigrate base test class to testtools.
Monty Taylor [Thu, 23 May 2013 23:07:38 +0000 (01:07 +0200)]
Migrate base test class to testtools.

This is step one in moving towards testr.

Change-Id: Ieac7fbe34ddc9ca05812faca76b68ff7d37ca708

11 years agoFix ownership transfer when cloning with SolidFire
Mathieu Gagné [Thu, 23 May 2013 19:26:44 +0000 (15:26 -0400)]
Fix ownership transfer when cloning with SolidFire

When cloning a volume with SolidFire driver, the owner of
the cloned volume is not set correctly in SolidFire when there is
a transfer of ownership.

This results in inconsistent states where the cloned volume
is owned by the new tenant in Cinder but SolidFire thinks it is still
owned by the original volume's tenant.

This patch adds the newAccountID parameter to all CloneVolume calls.

If the cloned volume is owned by the same tenant, newAccountID will
be set to the same value as the original SolidFire volume. There
will be no change of ownership done by the cloning process in SolidFire.

If the cloned volume should be owned by a different tenant, newAccountID
will be set to the appropriate SolidFire account corresponding
to the new tenant. If the SolidFire account does not exist already,
it will be created.

Fixes: bug #1183521
Change-Id: I622ca2962478298e3e0c5a26866e39919805075f

11 years agoAdd common Oslo DB code to the source tree
Roman Podolyaka [Thu, 23 May 2013 14:53:52 +0000 (17:53 +0300)]
Add common Oslo DB code to the source tree

Blueprint: db-session-cleanup

Change-Id: I1e2e6d66474f0f8a655a055d5b2150699d66f1dd

11 years agoAdd the service_state into test_schedule_happy_day.
Vincent Hou [Thu, 23 May 2013 11:54:36 +0000 (19:54 +0800)]
Add the service_state into test_schedule_happy_day.

Since the fake filter scheduler does not update the capabilities, the sevice
states remains empty. To avoid the None value for free_capacity_gb, we set the
host_manager to a fake host manager with a list of service states.

Fixed Bug 1171906.

Change-Id: I359ea6952392cc5e6b8eff513f3ca4d8161a30e3

11 years agoMerge "Added a test for bad limit param"
Jenkins [Thu, 23 May 2013 01:03:15 +0000 (01:03 +0000)]
Merge "Added a test for bad limit param"

11 years agoMerge "Added test for nonnumerical limit param"
Jenkins [Thu, 23 May 2013 01:03:12 +0000 (01:03 +0000)]
Merge "Added test for nonnumerical limit param"

11 years agoUpdate log.py and jsonutils.py from oslo-incubator
John Griffith [Wed, 22 May 2013 18:52:30 +0000 (12:52 -0600)]
Update log.py and jsonutils.py from oslo-incubator

The update of log was mostly to get coloring to work again
in devstack, and jsonutils was picked up as well.

The update to jsonutils also requires the six dependency
which is added to pip-requires.

Change-Id: I95d23aafe19b12d4a427149aa5f7a66394d178c6

11 years agoAdded a test for bad limit param
Derek Chiang [Wed, 22 May 2013 05:07:20 +0000 (05:07 +0000)]
Added a test for bad limit param

Change-Id: Ic9a93779d5623644ccf210de622d59f999571dd2

11 years agoAdded test for nonnumerical limit param
Derek Chiang [Wed, 22 May 2013 00:16:39 +0000 (00:16 +0000)]
Added test for nonnumerical limit param

Change-Id: Ie9ef0b2ddcf9945f4065e76fddba763470ffdb81

11 years agoRaise VolumeNotFound with correct volume_id
Mathieu Gagné [Wed, 22 May 2013 16:25:40 +0000 (12:25 -0400)]
Raise VolumeNotFound with correct volume_id

Make sure VolumeNotFound is raised with the correct volume_id
in the SolidFire driver. Some exceptions were wrongfully referring
to an undefined variable named uuid.

Fixes: bug #1182966
Change-Id: Ied101fc9778f51dfb74b39f466c2c13d6e775a40

11 years agoMerge "Support mount options for NFS/GlusterFS volumes"
Jenkins [Wed, 22 May 2013 06:51:41 +0000 (06:51 +0000)]
Merge "Support mount options for NFS/GlusterFS volumes"

11 years agoRemoves a broken link from the sidebar of Sphinx built pages.
annegentle [Wed, 22 May 2013 01:04:45 +0000 (20:04 -0500)]
Removes a broken link from the sidebar of Sphinx built pages.

Change-Id: I1c24f015bd8b67b1dc85eda67a0669ac79ca282b

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 21 May 2013 18:11:02 +0000 (18:11 +0000)]
Imported Translations from Transifex

Change-Id: I85bdbb3aef9f4f16f28ab31753cd7935a471f3a7

11 years agoSupport mount options for NFS/GlusterFS volumes
Eric Harney [Fri, 10 May 2013 17:42:58 +0000 (13:42 -0400)]
Support mount options for NFS/GlusterFS volumes

This patch adds support for mount options for NFS/GlusterFS volumes.

To set options, append them to the line for the volume in the
nfs_shares_config or glusterfs_shares_config file:
 192.168.175.166:/testvol -o backupvolfile-server=192.168.175.177
 host1:/testvol2 -o backupvolfile-server=host2,rw,other_option

These options are used when mounting from the cinder-volume
service and the nova-compute service.  (There is an associated
nova-compute patch to enable the same.)

This is a useful change for GlusterFS because the
backupvolfile-server option enables a mount to succeed even if
the first server specified is offline.

Change-Id: I13bb0a930d6a05e803ccb50e6dc5d4b2b412ac11

11 years agoMerge "Hide v1/v2 version entities in API when disabled"
Jenkins [Tue, 21 May 2013 04:42:03 +0000 (04:42 +0000)]
Merge "Hide v1/v2 version entities in API when disabled"

11 years agoMerge "Adds notifiers to both volumeTypes and volumeTypeExtraSpecs"
Jenkins [Tue, 21 May 2013 04:31:12 +0000 (04:31 +0000)]
Merge "Adds notifiers to both volumeTypes and volumeTypeExtraSpecs"

11 years agoHide v1/v2 version entities in API when disabled
Brian Waldon [Fri, 17 May 2013 22:42:45 +0000 (22:42 +0000)]
Hide v1/v2 version entities in API when disabled

Fixes bug 1181413

Change-Id: Ia8aaa78a0e0d222c268e9ca780816eb1c26feb3f

11 years agoMerge "Convert to oslo strutils.bool_from_string."
Jenkins [Mon, 20 May 2013 19:53:22 +0000 (19:53 +0000)]
Merge "Convert to oslo strutils.bool_from_string."

11 years agoMerge "Allow flake8 to run in venv"
Jenkins [Mon, 20 May 2013 18:55:48 +0000 (18:55 +0000)]
Merge "Allow flake8 to run in venv"

11 years agoMerge "Update import of strutils from oslo."
Jenkins [Mon, 20 May 2013 17:16:10 +0000 (17:16 +0000)]
Merge "Update import of strutils from oslo."

11 years agoAllow flake8 to run in venv
Eric Harney [Sat, 18 May 2013 16:37:38 +0000 (12:37 -0400)]
Allow flake8 to run in venv

flake8 should be able to run within the venv.

Change-Id: Ife269e54947f0283adceca15af60f38688e1ee64

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Mon, 20 May 2013 15:33:21 +0000 (15:33 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Add thin provisioning support checks."
Jenkins [Mon, 20 May 2013 06:30:25 +0000 (06:30 +0000)]
Merge "Add thin provisioning support checks."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 19 May 2013 18:10:58 +0000 (18:10 +0000)]
Imported Translations from Transifex

Change-Id: Ice855f70d3c22db39357dfe8101b5d68741ed6ce

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 18 May 2013 18:11:00 +0000 (18:11 +0000)]
Imported Translations from Transifex

Change-Id: Ic15dca6e7a5a291c4babea403e1a45b2299ce263

11 years agoMerge "RemoteFsDriver: copy_image_to_volume and copy_volume_to_image"
Jenkins [Sat, 18 May 2013 18:04:16 +0000 (18:04 +0000)]
Merge "RemoteFsDriver: copy_image_to_volume and copy_volume_to_image"

11 years agoConvert to oslo strutils.bool_from_string.
Michael Still [Sat, 18 May 2013 11:08:30 +0000 (21:08 +1000)]
Convert to oslo strutils.bool_from_string.

The only functional difference here is that the value '2' is now
treated as False instead of True. I suspect that's ok.

Change-Id: I30e75470cb3c312d7f92d389995eb6d845dd2fb0

11 years agoUpdate import of strutils from oslo.
Michael Still [Sat, 18 May 2013 10:55:32 +0000 (20:55 +1000)]
Update import of strutils from oslo.

Change-Id: Iee18c2226cf1f5c3ea0653c9e13d94b02650bc0d

11 years agoMerge "Update/Publish volume service updates on delete."
Jenkins [Fri, 17 May 2013 23:03:44 +0000 (23:03 +0000)]
Merge "Update/Publish volume service updates on delete."

11 years agoAdd thin provisioning support checks.
John Griffith [Tue, 14 May 2013 23:35:44 +0000 (17:35 -0600)]
Add thin provisioning support checks.

Add a simple check to verify thin provisioning is supported
in the systems current LVM2 version.

Also add a helper to create thin pools.

Change-Id: I1ae3c168b148029a3085be827209f59bc68ca145

11 years agoUpdate/Publish volume service updates on delete.
John Griffith [Fri, 17 May 2013 20:03:38 +0000 (14:03 -0600)]
Update/Publish volume service updates on delete.

The Filter scheduler weighing function was failing because
we were only updating the capacity info either on the periodic
60 second interval or after succesful creates.

The result was that if you exceeded your capacity within the
update interval you would no longer be able to create volumes even
if you deleted existing volumes until the update was performed and
published.

Since we're updating on on create, there's no reason why we shouldn't
do the same on delete for the applicable volume-service.

The periodic updates are still important for other purposes so they're left
alone, but with this change we keep things up to date so the filter scheduler
has the correct picture of the world.

Fixes bug: 1180976

Change-Id: Ic551f512c5a0cf51bafa8b60f0b6b7debbe22692

11 years agoRemoteFsDriver: copy_image_to_volume and copy_volume_to_image
Eric Harney [Fri, 17 May 2013 18:48:24 +0000 (14:48 -0400)]
RemoteFsDriver: copy_image_to_volume and copy_volume_to_image

This functionality was recently added to the NFS driver --
it should instead be added to the RemoteFsDriver class to cover
both NFS and GlusterFS drivers.

Change-Id: I10136f8d1628128a93c4adfe2cb9447b99720558

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 17 May 2013 18:15:13 +0000 (18:15 +0000)]
Imported Translations from Transifex

Change-Id: I914bbfd068b5a0fcfa29e6ff7ecd217e5ec49616

11 years agoMerge "solidfire: Make sure src_uuid is passed correctly"
Jenkins [Thu, 16 May 2013 02:38:45 +0000 (02:38 +0000)]
Merge "solidfire: Make sure src_uuid is passed correctly"

11 years agoMerge "Deprecating old dot path locations for Folsom configs"
Jenkins [Thu, 16 May 2013 01:59:25 +0000 (01:59 +0000)]
Merge "Deprecating old dot path locations for Folsom configs"

11 years agoMerge "Fixes an get_volume_stats reporting issue"
Jenkins [Thu, 16 May 2013 01:57:50 +0000 (01:57 +0000)]
Merge "Fixes an get_volume_stats reporting issue"

11 years agosolidfire: Make sure src_uuid is passed correctly
Mathieu Gagné [Thu, 16 May 2013 00:54:27 +0000 (20:54 -0400)]
solidfire: Make sure src_uuid is passed correctly

src_uuid wasn't passed correctly as an attribute because
the variable was wrongly quoted and couldn't be interpolated.

Fixes: bug #1180611
Change-Id: If22dda162a28138cf447ce12bbe061f623e6d076

11 years agoMerge "Add .coveragerc to show proper coverage statistics. As in other openstack...
Jenkins [Thu, 16 May 2013 00:48:18 +0000 (00:48 +0000)]
Merge "Add .coveragerc to show proper coverage statistics. As in other openstack projects."

11 years agoMerge "NetApp server tunneling fix."
Jenkins [Thu, 16 May 2013 00:35:35 +0000 (00:35 +0000)]
Merge "NetApp server tunneling fix."

11 years agoMerge "Implement cloned volume for the RBD driver"
Jenkins [Wed, 15 May 2013 23:59:13 +0000 (23:59 +0000)]
Merge "Implement cloned volume for the RBD driver"

11 years agoMerge "Hide lock_prefix argument using synchronized_with_prefix()"
Jenkins [Wed, 15 May 2013 23:34:54 +0000 (23:34 +0000)]
Merge "Hide lock_prefix argument using synchronized_with_prefix()"

11 years agoImplement cloned volume for the RBD driver
leseb [Wed, 15 May 2013 11:45:45 +0000 (13:45 +0200)]
Implement cloned volume for the RBD driver

This adds the support for cloned volume to the RBD driver. This is perform by the
create option --source-volid. Since the clone is pure copy of a volume,
we don't use the clone capability from RBD and simply copy the source
image.

Change-Id: I3b73bc77b74767ffe3583422f56b3603594589ce
Implements: blueprint implement-cloned-volume-for-rbd

11 years agoAdd .coveragerc to show proper coverage statistics. As in other openstack projects.
Vasyl Khomenko [Wed, 15 May 2013 10:19:03 +0000 (03:19 -0700)]
Add .coveragerc to show proper coverage statistics. As in other openstack projects.

Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e

11 years agoNetApp server tunneling fix.
Navneet Singh [Mon, 6 May 2013 12:33:21 +0000 (05:33 -0700)]
NetApp server tunneling fix.

NetApp vserver/vfiler api tunneling in concurrent requests
can cause routing request to incorrect servers in race conditions.
This fixes the api and driver for the mentioned situations.

bug 1176759

Change-Id: Id283822e4d1553daed4e6d690ec36f2edfbcf2b4

11 years agoMerge "Fix up hacking ignores a bit."
Jenkins [Wed, 15 May 2013 00:48:02 +0000 (00:48 +0000)]
Merge "Fix up hacking ignores a bit."

11 years agoMove iscsi helpers to brick directory.
John Griffith [Tue, 7 May 2013 11:47:32 +0000 (05:47 -0600)]
Move iscsi helpers to brick directory.

This patch moves the iscsi helpers to the brick
directory.  We're doing this to enable the ability
to have a module/library of core block storage
functionality to use in other OpenStack projects.

After this the next step is to separate out the LVM
and iSCSI code in drivers/lvm.py and then to actually
have the Cinder LVM driver use the new brick LVM module.

Change-Id: I4f8f8b54e801ab63994b5953956c041d8db91fad

11 years agoFix up hacking ignores a bit.
John Griffith [Tue, 14 May 2013 17:14:33 +0000 (11:14 -0600)]
Fix up hacking ignores a bit.

Add more explicit ignores to tox.ini hacking ignores until
we have a chance to fix up the imports and docstring errors
we've been ignoring.  This should give us everything we had
in the past (ie alphabetical import checks).

Also, update run_tests.sh to call flake8 and not the hacking.py
that is no longer there.

Change-Id: I6c82e958002255fd9f527b06bf0a68d148cc681e

11 years agoMerge "Storwize/SVC: fix attach bug for live migration."
Jenkins [Tue, 14 May 2013 18:35:47 +0000 (18:35 +0000)]
Merge "Storwize/SVC: fix attach bug for live migration."

11 years agoMerge "Use flake8 and hacking."
Jenkins [Tue, 14 May 2013 18:28:05 +0000 (18:28 +0000)]
Merge "Use flake8 and hacking."

11 years agoMerge "Create an LVM utility to use for local storage."
Jenkins [Tue, 14 May 2013 13:55:35 +0000 (13:55 +0000)]
Merge "Create an LVM utility to use for local storage."

11 years agoHide lock_prefix argument using synchronized_with_prefix()
Zhongyue Luo [Tue, 14 May 2013 09:30:00 +0000 (17:30 +0800)]
Hide lock_prefix argument using synchronized_with_prefix()

The lockfile module has a new convenience API which sets the lockfile prefix
Using this API, the prefix is not required everytime synchronized is used.

Change-Id: I033fa1d2ed071651609ac2be0a5a16eb3fda6c33

11 years agoStorwize/SVC: fix attach bug for live migration.
Erik Zaadi [Tue, 14 May 2013 07:20:43 +0000 (10:20 +0300)]
Storwize/SVC: fix attach bug for live migration.

Add force flag for mkvdiskhostmap command to allow multi host mapping

Change-Id: I290a5986b213a0aaeae0d0ea0ad57350c9dee3c9
Fixes: bug #1179773
11 years agoMerge "Add CINDER_LOCALEDIR env variable"
Jenkins [Tue, 14 May 2013 08:11:25 +0000 (08:11 +0000)]
Merge "Add CINDER_LOCALEDIR env variable"

11 years agoDeprecating old dot path locations for Folsom configs
Mike Perez [Sat, 13 Apr 2013 23:43:16 +0000 (16:43 -0700)]
Deprecating old dot path locations for Folsom configs

In grizzly, we made a lot of structure changes. This deprecates the old
locations so the dot paths in old configs still work but give warnings
in the logs of what needs to be updated.

Fixes: bug #1168573
Change-Id: I7b1754b0e59a923afa623871fc3be07362bf1bdc

11 years agoMerge "solidfire: Add ability to override account prefix"
Jenkins [Tue, 14 May 2013 05:39:27 +0000 (05:39 +0000)]
Merge "solidfire: Add ability to override account prefix"

11 years agoMerge "Increased unit test code coverage"
Jenkins [Tue, 14 May 2013 05:29:58 +0000 (05:29 +0000)]
Merge "Increased unit test code coverage"

11 years agoMerge "Remove gettext.install() from cinder/__init__.py"
Jenkins [Tue, 14 May 2013 04:39:55 +0000 (04:39 +0000)]
Merge "Remove gettext.install() from cinder/__init__.py"

11 years agosolidfire: Add ability to override account prefix
Mathieu Gagné [Mon, 13 May 2013 21:05:21 +0000 (17:05 -0400)]
solidfire: Add ability to override account prefix

The SolidFire account is created with a prefix based on the hostname
of the host running cinder-volume. This prevents cinder-volume from
being run in an active/active setup.

This patch introduces a new configuration option sf_account_prefix
to override the prefix used when a SolidFire account is created.

If sf_account_prefix is empty, no prefix will be added to
the SolidFire account name when created.

The default value is still the hostname.

Change-Id: I3b974789ea3e749cc8696b69754023ad76155179
Fixes: bug #1179671
11 years agoFixes an get_volume_stats reporting issue
Walter A. Boring IV [Thu, 9 May 2013 21:15:13 +0000 (14:15 -0700)]
Fixes an get_volume_stats reporting issue

This patch fixes a bug introduced in the last get_volume_stats
patch that caused the method to fail.  I Also added another set
of unit tests to catch any future issues related to get_volume_stats.

Fixes Bug: #1178418

Change-Id: I0dd2e0113ff822d3e717ab3d6da6b9d1b914a995

11 years agoIncreased unit test code coverage
Jim Branen [Thu, 9 May 2013 18:34:40 +0000 (11:34 -0700)]
Increased unit test code coverage

Added unit tests to increase the code coverage of the HP
3PAR Fibre Channel and iSCSI drivers.

Change-Id: I0176a56ca080429a600b24200987d276e73407ba

11 years agoMerge "Use pbr instead of openstack.common.setup."
Jenkins [Mon, 13 May 2013 15:46:44 +0000 (15:46 +0000)]
Merge "Use pbr instead of openstack.common.setup."

11 years agoCreate an LVM utility to use for local storage.
John Griffith [Wed, 8 May 2013 05:11:50 +0000 (23:11 -0600)]
Create an LVM utility to use for local storage.

This adds a simple LVM class for performing local
LVM operations.  The idea is that an LVM object
is instantiated based on a volume group, init
can be used to instantiate and query an existing
volume group, or create a new one if given a list
of PV's to use in creation.

See BP for information on where this is going and
how it will be used in Cinder and hopefully other
projects.

Implements blueprint: local-lvm-storage-utils

Change-Id: Iddde92af18f2317edc5f4583b2113c2b8117a4fe

11 years agoAdd CINDER_LOCALEDIR env variable
Mark McLoughlin [Wed, 8 May 2013 12:52:51 +0000 (13:52 +0100)]
Add CINDER_LOCALEDIR env variable

Part of fixing bug #995287

Syncs these two commits from oslo-incubator:

  Support overriding oslo localedir too
  Add a gettextutils.install() helper function

to get a new gettextutils.install() function which allows the default
localedir to be overwritten via an environment variable.

Note that gettextutils.install() must be called before any other cinder
modules are imported since some modules attempt to translate strings
at import time (e.g. in cinder.flags). This is broken and inefficient,
but fixing it involves adding something like sphinx's l_() function and
would be very invaisve.

Change-Id: I86562b3a65d371673bb21f7179eecc7602bc0775

11 years agoRemove gettext.install() from cinder/__init__.py
Mark McLoughlin [Wed, 8 May 2013 12:52:42 +0000 (13:52 +0100)]
Remove gettext.install() from cinder/__init__.py

The gettext.install() function installs a builtin _() function which
translates a string in the translation domain supplied to the install()
function. If gettext.install() is called multiple times, it's the last
call to the function which wins and the last supplied translation domain
which is used e.g.

 >>> import os
 >>> os.environ['LANG'] = 'ja.UTF-8'
 >>> import gettext
 >>> gettext.install('keystone', unicode=1, localedir='/opt/stack/keystone/keystone/locale')
 >>> print _('Invalid syslog facility')
  n無効な syslog ファシリティ
 >>> gettext.install('cinder', unicode=1, localedir='/opt/stack/nova/cinder/locale')
 >>> print _('Invalid syslog facility')
 Invalid syslog facility

Usually this function is called early on in a toplevel script and we
assume that no other code will call it and override the installed _().
However, in Cinder, we have taken a shortcut to avoid having to call it
explicitly from each script and instead call it from cinder/__init__.py.

This shortcut would be perfectly fine if we were absolutely sure that
nova modules would never be imported from another program. It's probably
quite incorrect for a program to use cinder code (indeed, if we wanted
to support this, Cinder code shouldn't use the default _() function) but
nevertheless there are some corner cases where it happens. For example,
the keystoneclient auth_token middleware tries to import cfg from
cinder.openstack and this in turn causes gettext.install('cinder') in
other projects like glance or quantum.

To avoid any doubt here, let's just rip out the shortcut and always
call gettext.install() from the top-level script.

However, there's a bit of an annoying detail here - by default,
nosetests starts in the current directly and tries to import all modules
it finds to look for tests. Without the _() builtin installed, importing
some modules like cinder.flags will fail.

Since it only ever makes sense to load tests from the cinder/tests dir,
we can ask nose to do that by using the --tests argument via setup.cfg.

Note, this means that if you previously did this:

  $> tox -- cinder.tests.foo cinder.tests.bar

then you must now do this:

  $> tox -- --tests cinder.tests.foo,cinder.tests.bar

Change-Id: If4125d6bcbde63df95de129ac5c83b4a6d6f130a

11 years agoMerge "Implement copy_image_to_volume and copy_volume_to_image on nfs backends"
Jenkins [Mon, 13 May 2013 04:54:07 +0000 (04:54 +0000)]
Merge "Implement copy_image_to_volume and copy_volume_to_image on nfs backends"

11 years agoMerge "Set default values for NFS/GlusterFS share_config files"
Jenkins [Mon, 13 May 2013 04:54:04 +0000 (04:54 +0000)]
Merge "Set default values for NFS/GlusterFS share_config files"

11 years agoUse flake8 and hacking.
Monty Taylor [Sun, 21 Apr 2013 04:44:09 +0000 (21:44 -0700)]
Use flake8 and hacking.

Fixes bug 1172444

Change-Id: I46b733bd16fa49c58c642348988233064d2b673b

11 years agoUse pbr instead of openstack.common.setup.
Monty Taylor [Sun, 21 Apr 2013 04:35:37 +0000 (21:35 -0700)]
Use pbr instead of openstack.common.setup.

Fixes bug 1179007

Change-Id: I71a556bcc36e56f0b51b1191f2622c66c3338474

11 years agoChange the type of "free_capacity_gb" to be float
zhangchao010 [Fri, 10 May 2013 12:25:53 +0000 (20:25 +0800)]
Change the type of "free_capacity_gb" to be float

Change the type of "free_capacity_gb" from string to float
in function _get_free_capacity.

Fix bug: 1177678
Change-Id: If2654fc3ad6b3dbea6a8cc0be7ae041ad30bf876

11 years agoMerge "Add missing spaces to iscsi_iotype help"
Jenkins [Fri, 10 May 2013 23:08:37 +0000 (23:08 +0000)]
Merge "Add missing spaces to iscsi_iotype help"

11 years agoSet default values for NFS/GlusterFS share_config files
Eric Harney [Fri, 10 May 2013 18:08:43 +0000 (14:08 -0400)]
Set default values for NFS/GlusterFS share_config files

By default, set:
 nfs_shares_config = /etc/cinder/nfs_shares
 glusterfs_shares_config = /etc/cinder/glusterfs_shares

This makes use of these drivers require one less manual
configuration step.

Also fix wording of help for glusterfs/nfs_mount_point_base
options.

Change-Id: I93bd3a8f08d4d5307f78e983d1080afae663dfe4

11 years agoAdd missing spaces to iscsi_iotype help
Eric Harney [Fri, 10 May 2013 18:16:54 +0000 (14:16 -0400)]
Add missing spaces to iscsi_iotype help

Missing spaces cause the auto-generated sample conf to not look
right.

Change-Id: I8e1b588d7cf18147aa403f0e7391f9c6ae390a6b

11 years agoAdds notifiers to both volumeTypes and volumeTypeExtraSpecs
Jenny Shieh [Thu, 9 May 2013 16:01:37 +0000 (09:01 -0700)]
Adds notifiers to both volumeTypes and volumeTypeExtraSpecs

1. add notifier to create and delete volumeTypes
2. add notifier to create, update and delete volumeTypeExtraSpecs

Implements: notifiers for volumetypes and extra specs
Fixes: bug #1176259
Change-Id: I30fe6cb764e5fda7c876a8b7256d9b0c0f4a7fdd

11 years agoMerge "Add pylint-based lintstack test to tox environment"
Jenkins [Fri, 10 May 2013 18:00:43 +0000 (18:00 +0000)]
Merge "Add pylint-based lintstack test to tox environment"

11 years agoMerge "Fix missing spaces in Huawei Logging"
Jenkins [Fri, 10 May 2013 17:38:14 +0000 (17:38 +0000)]
Merge "Fix missing spaces in Huawei Logging"

11 years agoFix missing spaces in Huawei Logging
zhangchao010 [Fri, 10 May 2013 13:41:23 +0000 (21:41 +0800)]
Fix missing spaces in Huawei Logging

Add spaces between line concatenations in Log messages.

Change-Id: I4e94fc751658fbe1b6b9b74859d800445a1c2e5d

11 years agoAdd pylint-based lintstack test to tox environment
Yun Mao [Fri, 10 May 2013 01:31:23 +0000 (21:31 -0400)]
Add pylint-based lintstack test to tox environment

lintstack is a pylint-based static analysis tool to find bugs
in Python code.

To run the test via tox: $ tox -e pylint
To run the test directly: $ tools/lintstack.sh

Change-Id: If155f47ed84eb820ac505ee741bdd18edd41b1eb

11 years agoRemove outdated cinder test doc
Yun Mao [Thu, 9 May 2013 21:54:06 +0000 (17:54 -0400)]
Remove outdated cinder test doc

cinder doesn't run pylint test. This was a left over from the
fork in nova-volume.

Change-Id: Id096ec97b37a2019baf7a0b55bfd5bce4e71908f

11 years agoMerge "Copy the RHEL6 eventlet workaround from Oslo"
Jenkins [Thu, 9 May 2013 05:34:06 +0000 (05:34 +0000)]
Merge "Copy the RHEL6 eventlet workaround from Oslo"

11 years agoMerge "Add db client packages to dev env setup doc."
Jenkins [Wed, 8 May 2013 16:21:50 +0000 (16:21 +0000)]
Merge "Add db client packages to dev env setup doc."

11 years agoMerge "Fix ability to add custom volume_backend_name"
Jenkins [Tue, 7 May 2013 16:13:19 +0000 (16:13 +0000)]
Merge "Fix ability to add custom volume_backend_name"

11 years agoImplement copy_image_to_volume and copy_volume_to_image on nfs backends
Mehdi Abaakouk [Tue, 7 May 2013 08:37:10 +0000 (10:37 +0200)]
Implement copy_image_to_volume and copy_volume_to_image on nfs backends

Fixes: bug #1177288
Change-Id: I1c034de4acf13c52e399ba4623a0c8f2110fd695

11 years agoUpdate import of oslo's processutils.
Michael Still [Tue, 7 May 2013 02:41:38 +0000 (12:41 +1000)]
Update import of oslo's processutils.

Brings processutils inline with the current state of oslo.

Change-Id: I6364e1cd732622cefee89be987230da2a9959845

11 years agoMerge "Remove setuptools-git as run time dependency"
Jenkins [Tue, 7 May 2013 01:47:09 +0000 (01:47 +0000)]
Merge "Remove setuptools-git as run time dependency"

11 years agoFix ability to add custom volume_backend_name
Walter A. Boring IV [Fri, 3 May 2013 21:36:12 +0000 (14:36 -0700)]
Fix ability to add custom volume_backend_name

This patch fixes the ability to set the volume_backend_name
for each driver.   The original bug was filed against LeftHand
and 3PAR, but several drivers exhibited a fixed backend name.

Fixes: bug #1175222
       bug #1172286

Change-Id: I4197f99bebd6ca8e4969795ae6edb537bc066c90

11 years agoAdd db client packages to dev env setup doc.
John Griffith [Mon, 6 May 2013 16:13:48 +0000 (10:13 -0600)]
Add db client packages to dev env setup doc.

Dev env setup doc hasn't been updated in a while and
needed the addition of the mysql and psql packages.

Tested this on a clean install and it looks like
the addition of these two pkgs should get us up to
date.

Change-Id: I66011478064bd8fb85bfaf56e8b14232226e0efc

11 years agoMerge "Fixes 3par driver methods that were double locking"
Jenkins [Fri, 3 May 2013 17:42:47 +0000 (17:42 +0000)]
Merge "Fixes 3par driver methods that were double locking"

11 years agoMerge "Fix LHN driver to allow backend name configuration"
Jenkins [Fri, 3 May 2013 17:32:29 +0000 (17:32 +0000)]
Merge "Fix LHN driver to allow backend name configuration"

11 years agoMerge "Remove old_name from kwargs when using IET helper."
Jenkins [Fri, 3 May 2013 17:32:25 +0000 (17:32 +0000)]
Merge "Remove old_name from kwargs when using IET helper."

11 years agoCheck that volume is at least minDisk size.
Dermot Tynan [Thu, 2 May 2013 10:02:05 +0000 (11:02 +0100)]
Check that volume is at least minDisk size.

The Image service (such as Glance) provides a minDisk parameter to
indicate the minimum required disk size for the image. This change
ensures that the guidance is followed in the case of bootable
volumes.

Added unit test and fixed PEP8 issue.

Fixed issue with docstring.

Added a comment.

Fixes Bug #1175532

Change-Id: I505af53db70b5b286dbca2eaca4fc1f30a8c0b2a

11 years agoRemove old_name from kwargs when using IET helper.
John Griffith [Wed, 1 May 2013 17:26:18 +0000 (11:26 -0600)]
Remove old_name from kwargs when using IET helper.

The IET driver passes the input kwargs from export
directly to the IET driver, but one of the keys here
is specifically for migration and a bug associated with
going from nova-vol to cinder-uuid's.

This patch just checks in the IET code if we have the key set
and if so pops it out before passing through to iet.

Fixes bug: 1175207

Change-Id: I965bdfbe078d61b906aebc48961c1806a9fb0c59

11 years agoCopy the RHEL6 eventlet workaround from Oslo
Mark McLoughlin [Thu, 2 May 2013 09:22:26 +0000 (10:22 +0100)]
Copy the RHEL6 eventlet workaround from Oslo

Tests in oslo-incubator now need the horrendous hack to workaround an
issue with eventlet on RHEL6. We've moved the patch_tox_venv tool
and redhat-eventlet.patch into oslo-incubator, so add them to
openstack-common.conf.

Change-Id: I1acfec282b64d7582144b155119bedb1741db2f7

11 years agoRemove setuptools-git as run time dependency
Chuck Short [Wed, 1 May 2013 19:13:10 +0000 (14:13 -0500)]
Remove setuptools-git as run time dependency

Remove setuptools-git as a run time dependency since
it is only used to generate a tarball.

Change-Id: I6c48147408e97ab88ede660938e783f6b660746a
Signed-off-by: Chuck Short <chuck.short@canonical.com>