Commit Graph

14 Commits

Author SHA1 Message Date
Doug Hellmann ec4125f767 uncap eventlet
We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

Change-Id: I10fb69b9a1b2182c5151cc75aa8ab96eb95faf56
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-11 11:52:26 -04:00
Sean McGinnis 1edd1bfb46 Remove mox from requirements
Mox was listed in test-requirements, but it is not actually
used anywhere. Since we are trying to remove this package
from OpenStack, removing from requirements so it does not
look like it is being used.

Change-Id: I89c9e3ddd054b0d2ecc2ecb0f9a05ffe1bbc706a
2018-01-09 15:34:25 -06:00
Huang Rui 369b0b1674 switch from xcat backend to smut backend
zvm cloud connector has dropped xcat backend support. Swtich to
smut backend instead.

Change-Id: Ie09070f4ff43db4c244305378352f34809c9be74
2017-12-15 18:09:24 +08:00
jichenjc 77a39d8632 Add zuul status and flow
Change-Id: I9b2a6397e8718bcc368da3d44864bc73061d8bb0
2017-08-29 20:36:39 +08:00
jichenjc cc771fd9d1 eventlet support
Change-Id: I0846ed088613373f13378d8744735e74a9573da1
2017-08-18 14:19:05 +08:00
Huang Rui 6fea79d689 switch to sdk
zvmsdk is a library that enables zvm cloud management.
This patch switch from calling xcat client directly to importing
zvmsdk to call zvmsdk API, to manage zvm host and virtual machines.

Change-Id: I74406a618a4a8b2d80a905c56621c1acd46f1c08
2017-08-22 10:14:23 +08:00
jichenjc 9b7eb5310b pin sphinx = 1.5.6
per https://github.com/sphinx-doc/sphinx/issues/3754

Change-Id: If0fd528140b80aba21567aa72d84d22a93aff7d8
2017-05-23 05:16:23 +08:00
jichenjc 6c1732220e Add oslo.config>=3.22.0 into test requirements
so we can preinstall before build doc in redthedocs

Change-Id: I9440af3aaa8ec679b9662ea316501eb351c5a7e9
2017-03-16 01:49:28 +08:00
Huang Rui 4313136156 update requirements.txt
sync dependency versions with nova project

Change-Id: Ie0eb99ce0bd8eb81d4b389ea2e3697580e9c942e
2017-03-02 16:58:19 +08:00
caobiao ff27679742 use uuidutils to generate UUID instead of uuid4
using uuid4 will get pep8 error when submit,so change to uuidutils

Change-Id: I3babf1f81132fae0bdb5b5aabd06427f80f8e678
2016-12-20 10:23:33 +08:00
Dirk Mueller 00a01f372e Update from global requirements
Change-Id: I2fbd31d9b44d72832ee6e26c01a078d1558d8749
2016-01-07 10:19:07 +08:00
Huang Rui 765e38037a Add license and description statment into setup.cfg
Using ASL 2.0 license. Sync requirements with nova stable/liberty.
Add license and copyright into setup.py

Change-Id: I63f9c621d0eff0cc0a84e787540e504936e21ba5
2015-12-17 16:57:32 +08:00
jichenjc 1af84408a5 sync test-requirement.txt to nova
make some changes according to the update

sync test-requirement.txt to nova's test-requirement.txt

Change-Id: Ifa35af8ee7fd63cfdbc27f947de9b5d8bf40abc3
2015-10-15 07:07:30 +08:00
Huang Rui 588d68108a The init commit of stackforge/nova-zvm-virt-driver
Including all python modules that implements Nova virt driver for
zVM, and configuration files that make the project work with
OpenStack development infrastructure.

Change-Id: I7efe0d1b6ef42268438d4141860fb4c51c09d30c
2015-03-30 04:48:26 -04:00