Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Scheuring 9ef3e43489 Docs build: Treat warning as error
Let's treat warnings as errors. Typical warnings are not
existing link targets, missing toctree entry,...

Change-Id: Ic7b70026ef508cd0c41be4fc35435bc15e429916
2018-04-10 14:46:32 +02:00
loooosy 2d1dd433f7 Drop py34 target in tox.ini and setup.cfg
We support py35 now.We do not have python 3.4 in setup.cfg which declares the explicit
supported versions.so it is no need to keep the supoort for py34.

Change-Id: I225c9d5d6d1f24d763dbdcb42eabcc3949797f62
see:https://review.openstack.org/#/c/349069/
2017-03-28 11:38:36 +08:00
Andreas Scheuring 8f82f0a442 Enable configfile autogeneration
This patch enables configfile autogeneration. It is triggered

* implicitly on every sphinx build
  output dir: doc/source/html/_static/nova_dpm.conf.sample
  for doc inclusion
* explicilty by tox -egenconfig
  output dir: etc/nova/nova_dpm.conf.sample
* explicitly by tox -edocs
  output dir: etc/nova/nova_dpm.conf.sample

In addition the return type of nova_dpm.conf.dpm.list_opts needed
to be changed to the default format (list of tuples).

Change-Id: Ib298b274f877d651dd846cac6525789c458da407
Closes-Bug: #1657701
2017-01-26 14:28:28 +01:00
preethipy 00c646ab77 Devstack setup for nova-dpm
+ Updated tox.ini to install nova
+ Modified tox_install script to install zhmcclient requirements and removed
conditional nova installation check because new folder nova introduced for
devstack setup always returns true for the check that verifies if nova is
already installed

blueprint: devstack-setup-nova

Change-Id: I0c16e4bdda38eb331fa76010e39b5d8457475af4
2016-12-15 13:25:28 +00:00
preethipy 83c2926d1c Initial Cookiecutter Commit
* It's the initial commit based on coockiecutter template
* Upstream nova is installed using tox_install.sh as install_command
* zhmcclient is installed via tox dependencies as zhmcclient is not
listed in global openstack requirements and therefore cannot be
listed in requirements.txt

Partial-Bug: #1644216

Change-Id: Ic53e59ebdcb574f4e9fb9d09471c9ddff9bb1759
2016-12-01 12:48:30 +05:30