137 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
5deda82684 Updated from global requirements
Change-Id: I115d45ba9f112ea8824eb7686cb1af69fadc72ff
2015-12-09 21:55:16 +00:00
Szymon Borkowski
109353dedb Use proper config option to connect to keystone
Earlier, quotas used to authenticate to endpoint from not required
option located in keymgr.encryption_auth_url. Now, the required
auth_uri option from config file is used to authenticate to
keystone.

Co-Authored-By: Michal Dulko <michal.dulko@intel.com>
Change-Id: I1076527704f8def2c6755c060df49232e5ebe805
Closes-Bug: 1516085
2015-12-03 15:21:01 +01:00
OpenStack Proposal Bot
e436fcba57 Updated from global requirements
Change-Id: Ie81ad596ae6b473c90e01f91f293895532ca0756
2015-11-29 02:32:40 +00:00
Bertrand Lallau
917460c393 Remove netaddr useless requirement
This patch cleans up the requirement list to remove netaddr module
that is not used anymore directly by cinder.

Change-Id: I0d0efbf26fb43e94f2ccc1a62edaba6f2b13f27e
2015-11-25 16:52:26 +01:00
Jenkins
3754b3b063 Merge "Remove kombu as a dependency for Cinder" 2015-11-25 13:41:49 +00:00
Jenkins
4a9b619403 Merge "Add os-win to requirements.txt" 2015-11-22 21:32:17 +00:00
OpenStack Proposal Bot
16721eabe8 Updated from global requirements
Change-Id: I494d2985735ed5ca5bc6ac3799c3650f70e95f5c
2015-11-21 16:17:40 +00:00
OpenStack Proposal Bot
fbc9dfedf5 Updated from global requirements
Change-Id: I559009cdaa90cecb91e3a919701a58c46683ae94
2015-11-16 11:44:27 +00:00
Bertrand Lallau
45dcf3c5e1 Remove kombu as a dependency for Cinder
It was required before oslo.messaging.

Change-Id: If01c53857698655a5344969d86aac0969778d6e5
2015-11-13 15:57:30 +01:00
OpenStack Proposal Bot
1f47335bb5 Updated from global requirements
Change-Id: I7aa9545451d910681f114e856e8ab82e898b9f20
2015-11-12 22:07:31 +00:00
Lucian Petrut
543a287a89 Add os-win to requirements.txt
A common library abstracting Windows specific operations has been
created in order to remove duplicated code among OpenStack projects,
also being easier to maintain.

This patch adds os-win to global requirements so that the Windows
drivers may use it.

Change-Id: I796f8849dec1c46b99595c096b1c4b10b5a0221f
Partially-implements: blueprint windows-os-win
2015-11-12 16:14:26 +02:00
Matt Riedemann
27e7ad0bd9 Revert "Handle correct exception raised by python-novaclient"
This reverts commit 99dc6d34754954a27f6998406a94743c41b93981

With the block on novaclient 2.33 we can undo this workaround.
The regression in novaclient was reverted and will be in the next
release.

Change-Id: If561b699eb04486660009f100c5db425c3586d3c
Related-Bug: #1510790
2015-10-28 17:01:59 -07:00
OpenStack Proposal Bot
b7de7128ac Updated from global requirements
Change-Id: I318f5e2b85747ce77f39e74de07e0d92b8382427
2015-10-28 10:53:41 +00:00
OpenStack Proposal Bot
862d9b29b3 Updated from global requirements
Change-Id: I457e3cd5e1c4261cae06551e78436fd2127c35fe
2015-10-20 00:48:46 +00:00
OpenStack Proposal Bot
a9151c2793 Updated from global requirements
Change-Id: I6c7b091b175f0564e215ec53134b319b874309a0
2015-10-17 00:22:37 +00:00
OpenStack Proposal Bot
b5d9fa016e Updated from global requirements
Change-Id: Ie93d63467c5cb5253b16c9f9737897fa4611b86f
2015-10-13 00:49:24 +00:00
OpenStack Proposal Bot
c75c94d1a8 Updated from global requirements
Change-Id: Ib3a6740b8729b02d3da725e9847eb292cef5649e
2015-10-08 00:04:15 +00:00
OpenStack Proposal Bot
6d780659cd Updated from global requirements
Change-Id: I870a7a95358ab8c8e94e2ab8d78bc7cddf2ed3f8
2015-10-05 23:13:29 +00:00
OpenStack Proposal Bot
f7929182b9 Updated from global requirements
Change-Id: I0dbe12dc8517e72a4bf00e811ca68fb07dc822c8
2015-09-18 16:37:17 +00:00
OpenStack Proposal Bot
23e6cf9967 Updated from global requirements
Change-Id: I100c3680608c7448dba1da3bd839b4ff2dc17f8d
2015-09-08 22:01:48 +00:00
OpenStack Proposal Bot
e50576c2d4 Updated from global requirements
Change-Id: I62f6f6d3847cc5c9dcc4c002b6d0da5f6ebe9d38
2015-09-04 21:51:13 +00:00
OpenStack Proposal Bot
ce9259e1d0 Updated from global requirements
Change-Id: I2db4de3ab7e39548bdc40a72dede16bd1a5c6824
2015-09-04 04:14:09 +00:00
OpenStack Proposal Bot
60782f6f34 Updated from global requirements
Change-Id: I7614637649ed8f31862a240cb1be71529a501248
2015-08-20 11:20:08 +00:00
Eric Harney
6da01c1b41 Revert "mark oslo.vmware as optional dependency"
This reverts commit e67adc385ce6997249fbf70e9402264f758fc6f4.

Adding optional dependency tracking would be nice,
but Cinder is not yet in a place to do this.

- Cinder supports tox 1.6 (minversion in tox.ini)
- This functionality does not work on 1.6, requires 1.7.  Tox
  fails to build a test environment if using tox 1.6.
- We have decided we can't move to tox 1.7 for now.
  ( https://review.openstack.org/#/c/211614/ )

This reverts commit 478e8e970e54aaf3a034dc6347605c1b18291d0d.
- Need to remove oslo.vmware from test-requirements.txt now, as
well.

Closes-Bug: #1484035

Change-Id: Icff52508ff1cd67e8c17964c840d3a5cdcfbbce3
2015-08-18 16:28:36 -04:00
OpenStack Proposal Bot
07cea41709 Updated from global requirements
Change-Id: I2e23700feb4dbba88f2de48624a401ac1c087463
2015-08-14 09:14:34 +00:00
Jenkins
4a88cbf86b Merge "mark oslo.vmware as optional dependency" 2015-08-10 21:14:32 +00:00
Matthew Edmonds
e67adc385c mark oslo.vmware as optional dependency
Driver-specific requirements are not hard requirements, since the
choice of drivers is up to the operator. The oslo.vmware module is
herein moved out of requirements.txt and instead listed as an optional
dependency using the extras functionality in setup.cfg.

A check is added to the vmdk driver to gracefully handle import errors
if the vmdk driver is used and oslo.vmware is not found.

Change-Id: I9b00edc38f0700304a1a164f0679a734f8701ebe
Closes-Bug: #1475739
2015-08-10 15:20:52 +00:00
OpenStack Proposal Bot
a1fef368f7 Updated from global requirements
Change-Id: I25a1f5b137358c4d53c0d26c5d56a8f38c626eb8
2015-08-10 02:09:10 +00:00
OpenStack Proposal Bot
2570be8713 Updated from global requirements
Change-Id: I0566ed07f359a0b993009a9dd08a01f16fc1b312
2015-08-04 18:14:09 +00:00
OpenStack Proposal Bot
1ff634f8f3 Updated from global requirements
Change-Id: Ia3bdd4ce754751f4373886ecb8dbe81cf488cee1
2015-07-27 17:54:29 +00:00
OpenStack Proposal Bot
3c8696791c Updated from global requirements
Change-Id: I9f0773836a392b3a51490dc7cbf334f18407f009
2015-07-24 06:59:19 +00:00
Dave Chen
4196e5f2d5 set/unset volume image metadata
This patch implements:
- Create, delete, update APIs for modifying volume image metadata.
- Refactoring in the volume API to accommodate both user and
  image metadata.
- All of the necessary testcases needed for the changes.

DocImpact
APIImpact
Partially implements: bp support-modify-volume-image-metadata
Change-Id: I22792ef7bd49c763d7c130aa8cac9abc3fff2d4c
2015-07-11 12:13:58 +08:00
Jenkins
b2a752ba98 Merge "Switch to oslo.reports" 2015-07-03 17:03:28 +00:00
liu-sheng
c2e1db7c1d Switch to oslo.reports
The Guru Meditation Reports has graduated from oslo-incubator, Cinder
should switch to use oslo.reports to keep the code base clean.

NOTE: this should be merged after the requirements has been synchronized.

Change-Id: Ic91a0c5eed09ecdec93e707e901f4bcc55980f72
Closes-Bug: 1469575
2015-07-02 09:58:33 +08:00
OpenStack Proposal Bot
f2d149409e Updated from global requirements
Change-Id: Ifc6a27522a5f47306f909a7de651291a96befe54
2015-07-01 22:21:06 +00:00
OpenStack Proposal Bot
c960e50b6f Updated from global requirements
Change-Id: Iba1314c6d0aba78dc39ef018522f12b09b4586da
2015-06-30 22:37:40 +00:00
OpenStack Proposal Bot
68d543f8ee Updated from global requirements
Change-Id: I7b8928a105d5666ce2d63a4444037866c43e1e9f
2015-06-29 05:19:54 +00:00
Sergey Vilgelm
f7d2112c00 Switch to oslo.service
oslo.service has graduated, so cinder should consume it.

Change-Id: I80487f559302b0e88953835ffb4a3bfe2a347501
Closes-Bug: #1466851
Depends-On: I305cf53bad6213c151395e93d656b53a8a28e1db
2015-06-24 21:55:32 +02:00
OpenStack Proposal Bot
39ddcffcac Updated from global requirements
Change-Id: I9395058b42f3e28a267f0d82ae8dfcb663bdfb9b
2015-06-22 21:24:09 +00:00
Jenkins
735925d831 Merge "Add missing Jinja2 to requirements.txt" 2015-06-18 13:27:16 +00:00
Michal Dulko
d852339775 Add missing Jinja2 to requirements.txt
Recently merged commit I5bbdc0f97db9b0ebd7b48e50ab7869e2ca33aead got in
a dependency on Jinja2 library without adding it to requirements.txt.
The gate was running fine, because Nova already has it in it's
requirements. Problem uncovers when we install DevStack with
--use-venv=True option.

Change-Id: If053c4724d9d0264e0f3b27a995a2b619cf6f515
Closes-Bug: 1466361
2015-06-18 09:29:29 +02:00
Eric Harney
7dae430e81 Sync 'report' from oslo-incubator
Needed to fix guru meditation report for Windows.
We landed an outdated 'report' module recently.

Add report.[generators,models,views] to
openstack-common.conf.

Oslo source: c4c7dd28 Updated from global requirements

Closes-Bug: #1286528

Change-Id: Ib33542718176241663c0e61605acbf4e941e2ca9
2015-06-17 16:34:22 -04:00
Jenkins
09b1205d98 Merge "Switch to oslo.policy 0.3.0" 2015-06-17 18:49:22 +00:00
OpenStack Proposal Bot
068124e45e Updated from global requirements
Change-Id: I66c535760b7948ab0b6f7a7da3a0c5f5debaa75c
2015-06-17 00:34:25 +00:00
Ivan Kolodyazhny
7592b99bf3 Switch to oslo.policy 0.3.0
Use graduated oslo.policy instead of sync with oslo-incubator code.

Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>
Change-Id: Ibb295830ac6abde9317c2549f75c1780ac454125
Closes-Bug: #1421863
Partial-Bug: #1458945
2015-06-16 22:03:09 +03:00
OpenStack Proposal Bot
b35e5ab80c Updated from global requirements
Change-Id: I8dd1e2580be9642837e5b1f4b70b3cd22ec7c321
2015-06-11 12:33:15 +00:00
OpenStack Proposal Bot
2e97c08711 Updated from global requirements
Change-Id: I6f3a3aee9af7752d2a2372d8177133925157dfb5
2015-05-15 03:34:56 +00:00
Jenkins
ee9f9e10a8 Merge "Replace suds test dependency with suds-jurko" 2015-05-14 02:24:53 +00:00
Thang Pham
4f63f7ff48 Switch to oslo_versionedobjects
oslo_versionedobjects was not made available until very
late in the Kilo cycle (i.e. near the end of kilo-3).
In order to make progress on cinder objects, a fork of
nova objects was made, so that proper trial and testing
could be done. The following patch makes the switch to
use oslo_versionedobjects.

Implements: blueprint cinder-objects
Change-Id: I883f387c8247e8d79da82016a624cef2180cde88
2015-05-13 08:36:53 -07:00
Victor Stinner
befc9da96e Replace suds test dependency with suds-jurko
suds-jurko is actively maintained (latest commit in december 2014) and supports
Python 3, whereas suds doesn't seem to be maintained anymore (last release in
2010).

suds-jurko is a drop-in replacement for suds, both packages provide the same
Python module.

suds-jurko is already in global requirements.

Change-Id: I646602624af7fbece277fe2305a3a541a456ed85
2015-05-12 12:14:49 +02:00