Commit Graph

23 Commits

Author SHA1 Message Date
Riccardo Pittau 7f15b2a918 Update lower-constraints.txt
We need to list all dependencies in lower-constraints.
Also updating requirements.txt to reflect new minimum versions.

Change-Id: Id643629701d3749927c2915b9ea1bbf7170df32c
2020-05-13 18:04:07 +02:00
Riccardo Pittau a2c976077a Stop using six library
Since we've dropped support for Python 2.7, it's time to look at
the bright future that Python 3.x will bring and stop forcing
compatibility with older versions.
This patch removes the six library from requirements, not
looking back.

Change-Id: I41ef2d06dcdfe2fb3fd47fe877149ec9a29e37fb
2019-12-03 12:16:17 +01:00
Ilya Etingof 935ec1ac69 Fix pycurl args types in ovirt driver
Ensure passing text-typed parameters to `ovirtsdk4` calls. Otherwise
`ovirtsdk4` blows up Python 3.

This change prompts `six` version bump.

Change-Id: I3bbbb6b786d7007e0dd0a45de1b21be909ee588b
Story: 2006170
Task: 35681
2019-07-08 15:25:33 +02:00
Pavlo Shchelokovskyy c31e4ca486 Remove cap from jsonschema
this was removed in global requirements
(see change I328cbd8216ec4591e08414dafc9ea099391efd86).

Change-Id: I024bed9081049e5a36a5906d736d0435135d8ccf
2019-04-25 09:31:19 +00:00
OpenStack Proposal Bot d27bcf030e Updated from global requirements
Change-Id: Iadd6c7b17afd620f8a8ddb99e3baa5b5c62e64fd
2018-03-26 08:05:03 +00:00
OpenStack Proposal Bot bf88e051ef Updated from global requirements
Change-Id: I77aca05a5e2ea3e02a5a58cc6ec9733e0267941c
2018-03-14 05:31:31 +00:00
OpenStack Proposal Bot 501633611c Updated from global requirements
Change-Id: I2b7c737471582eca967b5f153a0d6ca9a3b92bbf
I55a3172bfe23573c1e2f449c5268b0bd2f8d2460
2018-01-17 20:35:48 +00:00
OpenStack Proposal Bot e1226bec6a Updated from global requirements
Change-Id: If15eff9be168c1cb0f897a6167c0929ecb72a09d
2018-01-16 04:08:34 +00:00
OpenStack Proposal Bot d88a17a3e3 Updated from global requirements
Change-Id: I6f14161452c648183abbb2f176f67e8184a7d2f0
2017-11-16 11:05:55 +00:00
OpenStack Proposal Bot d3b4be9216 Updated from global requirements
Change-Id: Ibd7e139c64d74d64da29bd737f71418e79cd2a52
2017-11-12 17:28:12 +00:00
OpenStack Proposal Bot 659b5c3df7 Updated from global requirements
Change-Id: I224debfa61403324e31f24aa77477c86d382ac96
2017-09-23 05:57:57 +00:00
OpenStack Proposal Bot 2704492bc4 Updated from global requirements
Change-Id: If597f059dadd3b44ffcf33b3194dc793f0aa3027
2017-08-30 23:21:18 +00:00
OpenStack Proposal Bot 804cdc1692 Updated from global requirements
Change-Id: I0cf59e66e0137086bbdff5058c3b67189f9f85e1
2017-06-15 16:24:17 +00:00
OpenStack Proposal Bot a65455b5df Updated from global requirements
Change-Id: I7618a60261a688ed2609b8b803c16e179da63da7
2017-06-02 21:56:27 +00:00
OpenStack Proposal Bot 4e2b9280a9 Updated from global requirements
Change-Id: Ie16fb5e4aeab9fb86e3b11f62d410714c9ea090a
2017-04-12 04:12:37 +00:00
OpenStack Proposal Bot d3a23f07ae Updated from global requirements
Change-Id: I06ff4fbe5f2b44e181321ee0ff68bd4d8bf57fe4
2017-03-20 13:20:56 +00:00
OpenStack Proposal Bot d641357ba1 Updated from global requirements
Change-Id: I82fb2a57e18883d55bee7e1d7e95bd367bc513c5
2017-01-24 12:10:25 +00:00
OpenStack Proposal Bot 953d9e9a06 Updated from global requirements
Change-Id: I00b1ecb6158f2c89fd0aac3dbaa499e604ba7d95
2017-01-11 10:27:49 +00:00
OpenStack Proposal Bot 248b89e026 Updated from global requirements
Change-Id: Ib05c819d2bfb36eedbe9173c990c2ab54b49652d
2016-12-15 01:25:18 +00:00
Lucas Alvares Gomes 6e8fc9fc4d Add iBoot driver
This patch is importing the iBoot driver and its documentation from
ironic to ironic-staging-driver.

Since we can't have duplicated entry points in setuptools we had to
rename the driver names as following:

pxe_iboot   -> pxe_iboot_iscsi
agent_iboot -> pxe_iboot_agent
fake_iboot  -> fake_iboot_fake

Change-Id: I2783b8e65408811858ffb00c372aa7ae269ad75b
2016-08-10 16:04:28 +01:00
Yuriy Zveryanskyy d5f031527f Add Intel Node Manager driver
This patch adds two new entry points with Intel Node Manager
vendor interface: "agent_ipmitool_nm" and "fake_nm".
New vendor interface supports Intel Node Manager policies.

Change-Id: Iedbb3b906cef7bd5b2d768e926a59820ccd8c196
2016-03-07 16:55:25 +02:00
Lucas Alvares Gomes 5ad7c7c925 Add Wake-On-Lan driver
This patch is importing the Wake-On-Lan (WOL) driver and its documentation
from ironic to ironic-staging-driver.

Since we can't have duplicated entry points in setuptools we had to
rename the driver names as following:

pxe_wol   -> pxe_wol_iscsi
agent_wol -> pxe_wol_agent
fake_wol  -> fake_wol_fake

This patch is using the "<boot>_<power>_<deploy>" template to name the
drivers consistently.

Change-Id: I2b051494fdba7bf6ca30d8f7bb406511bf7d4d76
2016-02-23 14:36:59 +00:00
Lucas Alvares Gomes a27e38e50c Skeleton initial commit
Change-Id: I6b2c34135c79931defaccc6480e382f54a95d9a6
2016-01-26 12:48:24 +00:00