Commit Graph

12 Commits

Author SHA1 Message Date
SharpRazor 6e0d114546 set up ca file configuration in drver
add 3 items in configuration file:zvm_ssl_enabled, zvm_verify_enabled
and zvm_ca_file.

Change-Id: I1adc33882689513865bb850618e558a09810ccfe
2018-01-09 11:54:43 +08: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
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 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
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 c151cc6a58 add missing requirements for pip
six and oslo.concurrency are missing in requirements,
add them (actually nova already requires them)

Change-Id: I8680ea8c1451d9d44e8be3ecef77311896af6f87
2015-10-22 11:25:13 +08:00
jichenjc 7511b71810 sync requirements.txt to nova
sync requirements.txt to nova's requirements.txt

Change-Id: I72090de42698847888a47373e085b55727cf8d83
2015-10-15 06:11:44 +08:00
Huang Rui 64973a51dc fix bad import of loopingcall
By import loopingcall from oslo_service, instead of
openstack.common.

Change-Id: I95a207aca099e074ad31279f3bd1d4b1ea6c123d
2015-07-23 11:27:20 +08:00
Huang Rui 69f6ddf790 update pbr version in requrements.txt
update required pbr version to fix tox env issue when install
virtual check env.

Change-Id: I534a4d42fd82a52a06eb21d8845ea06986488d51
2015-07-15 16:38:14 +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