4c73cbaa2b
This change introduces OpenStack cloud driver based on the openstacksdk. The goal is to interface the Redfish server to the OpenStack-managed nodes (e.g. virtual baremetal nodes). Documentation for this change comes with patch https://review.openstack.org/#/c/523445/ Story: 1741052 Task: 12048 Change-Id: Iaed42435c27c8624c6a1a24ef886f7a0ec0937ea
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
Flask!=0.11,<1.0,>=0.10 # BSD
|
|
libvirt-python!=4.1.0,>=3.5.0 # LGPLv2+
|
|
openstacksdk>=0.11.2 # Apache-2.0
|