Commit Graph

6 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 0b592b2cf1 Updated from global requirements
Change-Id: I3d8412fa38a4b8d1cce51b20e82f7af5fe40c860
2017-04-12 04:17:54 +00:00
OpenStack Proposal Bot b40d6e1654 Updated from global requirements
Change-Id: I95762d3dc4873751d92e79712b8ebf1c7ecb78ec
2017-03-02 05:03:09 +00:00
Andreas Scheuring 3746cf3f1e Use os-dpm
Os-dpm [1] is a shared library between nova-dpm and networking-dpm.
For now it contains the common config options between those 2
projects.

This patch switches over to use os-dpm. Config options that where
duplicates between nova-dpm and os-dpm, are now removed from
nova-dpm. This affects

* hmc
* hmc_password
* hmc_username
* cpc_object_id

Change-Id: If0b877101a9603ce04a5e0aaba3d4b9359b8d0fd
Closes-Bug: #1661315
2017-02-03 08:34:12 +01:00
OpenStack Proposal Bot 5fecaf8898 Updated from global requirements
Change-Id: I2d920b96d6401c641de49f291085ce13dec489d9
2017-01-18 16:58:49 +00:00
Andreas Scheuring 28a7038550 Install stable zhmcclient via requirements.txt
Till now, zhmcclient is installed from github master branch using
pip. As zhmcclient is now an official OpenStack requirement [1]
We can switch to install the latest stable version via
requirements.txt.

To allow newer versions in the future, an update to the
upper-constraints.txt in the OpenStack requirements repo is
required.

To bump the minimum just increase the version in requirements.txt
of nova-dpm and make sure, that newer versions are allowed
by OpenStack requirements (see above).

[1] https://review.openstack.org/413689

Change-Id: I0da5f9271ee3391a4648064207eab5b4fb7e26fb
Closes-Bug: #1655905
2017-01-13 11:34:17 +01: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