Commit Graph

7 Commits

Author SHA1 Message Date
Huang Rui 2e3d781d86 Move nova zvm virt driver to separate namespace
Currently, nova zvm virt driver is in nova namespace. This result
in some troubles when generating config file, generating docs and
packaging.

All changes in this commit are trying to move nova zvm virt driver
code into new namespace - nova_zvm .

Change-Id: I5251069dfd24ff4e337e9308439415482eb2234c
2017-03-23 12:51:13 +08:00
jichenjc 47040b2601 Add configuration file
after this ,user is able to explore the configurations of
nova zvm driver supported.

part of blueprint:zvm_doc_update

Change-Id: Id58b5a5d9ebb7a9304e150e4c0471046ff6b1620
2017-03-21 15:19:03 +08:00
Huang Rui 2fbb8419d9 Remove version from setup.cfg
To leave pbr to manage version stuffs.

Change-Id: Ie3d5cf93e081173da66cb1bb05991d4660182fdb
2017-01-24 15:28:20 +08:00
jichenjc 112249eab0 Support genconfig file
Currently the configuration are in driver.py, but not automatically
generated during build phase.

This patch enables 'tox -egenconfig' to build a sample conf file
and put into etc/nova-zvm.conf.sample, so if we need, we can paste
those info into nova.conf.sample when we do further build.

Follow up patches need to adjust the words in driver.py so
the auto generated conf.sample will be more helpful to user.

Change-Id: Ic35ecc8331c03bfe22e3077a8387ddfc1c8fb3d0
2016-05-10 05:42:17 +00: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
Huang Rui 50b6816f88 Project restructure
Project restructure to make the project work as a StackForge
project.

By:
- Update .testr.conf and tox.ini for python-jobs
- Rename project top level dir
- Put unittest script to the folder that should be
- Updtae doc/ and README.rst
- Update setup.cfg

Change-Id: Ia00ac57630385e5dcca3020d67115b46894bd0a9
2015-04-07 11:22:05 +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