3 Commits

Author SHA1 Message Date
Takashi Kajinami
dff77df8fc Adapt to recent dependencies
This covers the following updates to fix CI currently broken.

* Fix compatibility with tox 4
* Update hacking to 6.1.0
* Clean up python 2 support and bump minimum supported version to 3.8
* Remove six because python 2 support is removed
* Update job template to use the recent tested python versions
* Replace items by prefixItems to fix schema error
* Build documentation by sphinx command
* Remove "Change Log" section from documentation
* Split requirements for documentation build
* Ensure tox is installed in functional tests
* Fix devstack job

Change-Id: I3b9c5b20aca55332c721d34fd4c41c5b886f60c5
2024-11-27 19:35:39 +01:00
Anton Studenov
746fc45455 [CLI] Add os-faults discover command
`os-faults discover` discovers nodes and services
and then adds them to output config file.

* Added new CLI
* Added commands:
  os-faults --version
  os-faults verify
  os-faults discover
  os-faults nodes
  os-faults drivers

Change-Id: Id9f12c960fbba4d64ea181ca7245c89b3b4c655d
2017-04-25 11:08:27 +03:00
Alexey Zaytsev
8ffe4a9d6c Unit test for os_faults.cmd
Change-Id: I769ab044cfcd6b63b1cea8af2e21dfe91b7c4f4e
2016-09-28 10:07:39 +00:00