RETIRED, OpenStack Virtual Baremetal (OVB)
Go to file
Hervé Beraud 99841adb93 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I292be888fef955705fae5e29c27d4083ae455d59
2020-06-02 20:34:33 +02:00
bin jq and -f json replace -f value in bmc script 2020-03-10 03:02:18 +01:00
doc/source Add radvd helper instance for ipv6 provisioning 2020-03-10 22:57:33 +00:00
environments Add radvd helper instance for ipv6 provisioning 2020-03-10 22:57:33 +00:00
ipxe Change ipxe-boot image to try all interfaces 2020-05-05 10:25:48 +02:00
openstack_virtual_baremetal Stop to use the __future__ module. 2020-06-02 20:34:33 +02:00
overcloud-templates Correct indentation in nic-configs 2019-01-11 15:47:45 -06:00
patches/nova Add new Nova patch file for Pike 2017-06-08 15:38:57 -05:00
sample-env-generator Add radvd helper instance for ipv6 provisioning 2020-03-10 22:57:33 +00:00
templates ipv6-radvd - resolve mtu from provisioning network 2020-05-05 19:09:10 +02:00
.gitignore Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.gitmodules Don't use diskimage-builder to build IPXE image 2019-09-25 17:15:30 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:05 +00:00
.stestr.conf Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.zuul.yaml Drop py27 support 2020-04-22 14:39:21 -06:00
README.rst Reference ReadTheDocs documentation from readme 2017-01-16 11:28:56 -06:00
requirements.txt Re-enable uefi support with glanceclient 2017-04-26 12:55:22 -05:00
setup.cfg Drop py27 support 2020-04-22 14:39:21 -06:00
setup.py Drop py27 support 2020-04-22 14:39:21 -06:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-22 20:39:38 +00:00
tox.ini Drop py27 support 2020-04-22 14:39:21 -06:00

README.rst

OpenStack Virtual Baremetal

OpenStack Virtual Baremetal is a way to use OpenStack instances to do simulated baremetal deployments. For more details, see the full documentation.