Go to file
Takashi Kajinami 52b00f3957 add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" fallback for projects
that do not have pyproject.toml and now uses a pyproject.toml
which is vendored in pip.
To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more
details on the removal of the fallback support.

setuptools v64.0.0 is used to support editable installs
via its PEP-660 implmentation
https://github.com/pypa/setuptools/pull/3488

Co-Authored-By: Sean Mooney <work@seanmooney.info>
Change-Id: I3db53e52556c017111beb7894957be8364fd8164
2025-06-11 20:59:09 +09:00
2017-03-24 14:59:25 -04:00
2016-03-23 11:55:49 +00:00
2016-03-23 11:55:49 +00:00
2021-05-21 19:11:30 +05:30
2019-04-19 19:39:20 +00:00
2016-01-20 19:00:52 +00:00
2018-10-07 12:14:37 -04:00
2016-01-20 19:00:52 +00:00
2019-11-27 17:49:52 +00:00
2016-02-01 13:15:11 +00:00
2022-08-18 23:08:18 +05:30
2025-05-29 13:11:19 +00:00
2020-06-09 14:00:32 +02:00
2024-01-27 23:36:57 +09:00
2017-05-25 13:10:57 +00:00
2025-05-27 14:58:13 +09:00

Team and repository tags

image

Ironic UI

The Ironic UI is a Horizon plugin that will allow users to view and manage bare metal nodes, ports and drivers.

Features

  • View bare metal nodes
  • View node details
  • Apply maintenance and power on/off actions to the nodes
Description
Ironic plugin UI for Horizon to allow users to view and manage bare metal.
Readme 5.2 MiB
Languages
JavaScript 72.3%
HTML 13%
Python 11.1%
Batchfile 1.7%
Makefile 1.6%
Other 0.3%