Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-ironicclient-doc-6.2.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-ironicclient-doc Distribution: openSUSE Tumbleweed
Version: 6.2.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 6 22:11:54 2026
Group: Documentation/HTML Build host: reproducible
Size: 5789721 Source RPM: python-ironicclient-6.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/python-ironicclient
Summary: Documentation for OpenStack Ironic API Client
This is a client for the OpenStack Ironic API (Bare Metal. There's a
Python API (the ironicclient module), and a command-line script (ironic).
Each implements 100% of the OpenStack Ironic API.
This package contains auto-generated documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Aug 06 2026 Dirk Müller <dmueller@suse.com>
  - update to 6.2.0:
    * Treat the API version cache as best-effort
    * Bump openstacksdk lower bound
    * clean up pyproject.toml deprecated and missing entries
    * Stop ignoring override in tests
    * Stop ignoring list-item in tests
    * Stop ignoring func-returns-value in tests
    * Stop ignoring dict-item in tests
    * Stop ignoring index in tests
    * remove pbr as runtime dependency
    * Remove dead code in apiclient module
    * fix incorrect annotation for list_ports method
    * trivial: fix author in latex doc output
    * remove separate codespell job
    * switch to using pre-commit for lint checks
    * remove unused script which does not pep8
    * fix codespell config
    * simplify is not None check
    * switch to new tox constraints syntax
    * Stop ignoring `assignment` in tests
    * create more specific update method for typing
* Tue Jun 02 2026 Dirk Müller <dmueller@suse.com>
  - update to 6.1.0:
    * feat: add support for new runbook traits API
    * Add missing py.typed file, typing classifier
    * Drop unnecessary import_exceptions
    * Fix node test and turn on name-defined for tests
    * fix: make it possible to unset local-link-connection on
      baremetal port
    * Add type annotations to `ironicclient/tests/unit/osc`
    * Add type annotations to `ironicclient/tests/unit/v1`
    * Add type annotations to `tests/unit` directory-level test
      files
    * Add type annotations to `tests/unit/common/` and
      `tests/unit/utils.py`
    * Pre-test typing cleanup
    * Add typing to many `ironicclient/osc/v1/` modules
    * trivial: move to hacking 7.0
    * Migrate coverage configuration to pyproject
    * Migrate setup configuration to pyproject.toml
    * Enable mypy for `ironicclient/osc/command.py`
    * add node trait add/remove commands for consistent UX
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_inspection_rule.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_allocation.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_volume_connector.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_deploy_template.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_chassis.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_driver.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_conductor.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_create.py`
    * Add type annotations to
      `ironicclient/osc/v1/baremetal_shard.py`
    * Add typed base command classes for OSC commands
    * Add type annotations to `ironicclient/osc/plugin.py`
    * Add type annotations to `ironicclient/__init__.py`
    * Add type annotations to `ironicclient/shell.py`
    * Add type annotations to `ironicclient/client.py`
    * Add type annotations to `ironicclient/v1/node.py`
    * Make Manager/CreateManager generic with ResourceT TypeVar
    * Add type annotations to `ironicclient/v1/create_resources.py`
    * Add type annotations to `ironicclient/v1/resource_fields.py`
    * Add type annotations to `ironicclient/v1/portgroup.py`
    * remove dangling functional test
    * Add type annotations to `ironicclient/v1/chassis.py`
    * Add type annotations to `ironicclient/v1/allocation.py`
    * Add type annotations to `ironicclient/v1/driver.py`
    * Add type annotations to `ironicclient/v1/port.py`
    * Add type annotations to `ironicclient/v1/client.py`
    * Add type annotations to `ironicclient/v1/volume_target.py`
    * Add type annotations to `ironicclient/v1/volume_connector.py`
    * Add type annotations to `ironicclient/v1/runbook.py`
    * Add type annotations to `ironicclient/v1/inspection_rule.py`
    * Add type annotations to `ironicclient/v1/deploy_template.py`
    * Add type annotations to `ironicclient/v1/conductor.py`
    * Add type annotations to `ironicclient/v1/utils.py`
    * Add type annotations to `ironicclient/v1/shard.py`
    * Add type annotations to `ironicclient/v1/events.py`
    * Add type annotations to `ironicclient/common/http.py`
    * Add type annotations to `ironicclient/common/utils.py`
    * Remove dead code: define_command,
      define_commands_from_module, HelpFormatter
    * Add type annotations to `ironicclient/exc.py`
    * Update bug tracker location
    * Update master for stable/2026.1
    * Add type annotations to `ironicclient/common/base.py`
* Mon Mar 09 2026 Dirk Müller <dmueller@suse.com>
  - update to 6.0.0:
    * Add type annotations to
      \`ironicclient/common/apiclient/base.py\`
    * Add type annotations to
      \`ironicclient/common/apiclient/exceptions.py\`
    * Add type annotations to \`ironicclient/common/filecache.py\`
    * Add type annotations to \`ironicclient/common/i18n.py\`
    * Add mypy infrastructure for type annotation migration
    * Fix field names for selection and json
    * Remove health from default node list columns
    * Filter portgroups by shard
    * Add support for node health status field
    * feat: add 'physical\_network' and 'category' to portgroup
      object
    * fix: test determining latest API version
    * feat: add 'vendor' and 'category' for port object
    * Remove integration for python-ironic-inspector-client
    * A new \`instance\_name\` field to the node object
    * Remove deprecated option
    * reno: Update master for unmaintained/2024.1
    * Update master for stable/2025.2
    * Fix parallel initial version negotiation
    * Replace CLA with DCO
* Mon Nov 10 2025 Dirk Müller <dmueller@suse.com>
  - fix filelist
* Sun Nov 09 2025 Dirk Müller <dmueller@suse.com>
  - update to 5.13.0:
    * Remove Python 3.9 support
    * Revert "Replace license classifier"
    * Cast string boolean from CLI
    * Exclude test code from coverage report
    * Replace license classifier
    * fix: portgroup create with uuid for idempotency
    * Stop using deprecated format\_\* from osc\_utils
    * Remove unnecessary +x mode
    * A new 'description' field to the port object
    * Fix bare metal info order in unit tests
    * Update master for stable/2025.1
    * Add CLI support for migrated inspection rules
    * Drop remaining use of iteritems
  - switch to singlespec
* Tue Jul 01 2025 Dirk Müller <dmueller@suse.com>
  - update to 5.10.1:
    * Fix bare metal info order in unit tests
    * Update TOX\_CONSTRAINTS\_FILE for stable/2025.1
    * Update .gitreview for stable/2025.1
    * reno: Update master for unmaintained/2023.1
    * Add support to set 'disable\_power\_off'
    * Support /v1/shards
    * Remove Functional Tests
    * fix port name in Port resource
    * bump minimum pbr version for pip 23.1 support
    * Remove Python 3.8 support
    * Replace outdated python job template
    * Fix detailed node history list
    * Update master for stable/2024.2
* Tue Sep 03 2024 cloud-devel@suse.de
  - update to version 5.8.0
    - Support traits configuration on baremetal create CLI
    - Fixes the description filter
    - Fix functional test run
    - Remove use of distutils
    - Fix port create ignores the name field
    - support passing disable_ramdisk for clean and service state
    - Add CLI support for runbooks
    - Add test for driver raid property list
    - Client support port name
* Tue Jun 04 2024 cloud-devel@suse.de
  - update to version 5.6.0
    - Add Service Steps to client
    - Update master for stable/2024.1
    - Fix on-creation ability
    - Remove old excludes
    - reno: Update master for unmaintained/zed
    - Replace appdirs by platformdirs
* Sun Mar 24 2024 cloud-devel@suse.de
  - update to version 5.5.0
    - Force constraints when installing a package during tox test
    - [codespell] Adding CI target for Tox Codespell
    - add pyproject.toml to support pip 23.1
    - Moving functional job to non-voting until we have a fix for it
    - Add missing commands to the documentation
    - [codespell] Fixing Spelling Mistakes
    - Bump hacking to 6.1.0
    - Update master for stable/2023.2
    - [codespell] Adding Tox Target for Codespell
    - Update python classifier in setup.cfg
    - reno: Update master for unmaintained/yoga
* Sun Jan 14 2024 cloud-devel@suse.de
  - update to version 5.4.0
    - Update master for stable/2023.1
    - Firmware Interface support
    - Add baremetal node unhold
    - Fix minor spelling errors and incorrect help text
    - Update dependencies for pep8: to hacking v6
    - Add support for parent node
    - Add support for node inventory
    - Followup: Remove print statements from test
    - Accept configdrive as a JSON file
    - tox: Remove basepython
    - Allow several nodes for most node actions
    - These should be indented 4 spaces to match the other things in this block
    - Add python3.10 support in testing runtime
    - Node sharding support
* Tue Mar 07 2023 cloud-devel@suse.de
  - update to version 5.1.0
    - Fix tox4 error
    - Add support for fields in drivers CLI
    - CI: Removing ironic job queue
    - No longer override install_command in tox.ini
    - Update master for stable/yoga
    - Fix wrong assertion methods
    - Avoid using 'foo' as invalid JSON test data
    - Add Python3 yoga unit tests
    - Updating python testing classifier as per Yoga testing runtime
    - Add Python3 zed unit tests
    - Update master for stable/zed
    - Validate path when passing a config-drive
    - Improve description of "node boot mode set"
    - remove unicode from code
    - Add node history support
    - Made `baremetal <command> --help` display command specific help.
    - Update master for stable/xena
    - Test python 3.6 for distributions compatibility
    - Fix CI
    - Remove unused check_python_version
    - Add Python3 antelope unit tests
    - Drop lower-constraints.txt and its testing
    - Fix logging in the baremetal CLI
    - The Python 3.6 and Python 3.7 Support has been dropped since zed
    - Fix references to ironicclient classes and methods
    - Fix distribution compatability for configdrive build
    - Use only Yoga tests

Files

/usr/share/doc/packages/python-ironicclient-doc
/usr/share/doc/packages/python-ironicclient-doc/LICENSE
/usr/share/doc/packages/python-ironicclient-doc/html
/usr/share/doc/packages/python-ironicclient-doc/html/_sources
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/api_v1.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/index.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/osc
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/osc/v1
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/osc/v1/index.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/osc_plugin_cli.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/cli/standalone.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/contributor
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/contributor/contributing.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/contributor/testing.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.client.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.apiclient.base.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.apiclient.exceptions.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.apiclient.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.base.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.filecache.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.http.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.i18n.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.common.utils.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.exc.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.command.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.plugin.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_allocation.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_chassis.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_conductor.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_create.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_deploy_template.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_driver.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_inspection_rule.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_node.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_port.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_portgroup.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_runbook.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_shard.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_volume_connector.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.baremetal_volume_target.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.osc.v1.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.shell.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.allocation.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.chassis.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.client.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.conductor.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.create_resources.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.deploy_template.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.driver.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.events.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.inspection_rule.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.node.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.port.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.portgroup.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.resource_fields.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.runbook.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.shard.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.utils.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.volume_connector.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/ironicclient.v1.volume_target.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/api/modules.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/user
/usr/share/doc/packages/python-ironicclient-doc/html/_sources/user/create_command.rst.txt
/usr/share/doc/packages/python-ironicclient-doc/html/_static
/usr/share/doc/packages/python-ironicclient-doc/html/_static/base-stemmer.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/basic.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/bootstrap.css.map
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/bootstrap.min.css.map
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/css/search.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/doctools.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/english-stemmer.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-ironicclient-doc/html/_static/file.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-ironicclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/logo-full.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/logo-full.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/logo-vert.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/logo-vert.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/openstack-logo-full.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/openstack-logo-vert.svg
/usr/share/doc/packages/python-ironicclient-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/bootstrap.bundle.min.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/bootstrap.bundle.min.js.map
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/language_data.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/minus.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/plus.png
/usr/share/doc/packages/python-ironicclient-doc/html/_static/pygments.css
/usr/share/doc/packages/python-ironicclient-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-ironicclient-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-ironicclient-doc/html/api_v1.html
/usr/share/doc/packages/python-ironicclient-doc/html/cli
/usr/share/doc/packages/python-ironicclient-doc/html/cli/index.html
/usr/share/doc/packages/python-ironicclient-doc/html/cli/osc
/usr/share/doc/packages/python-ironicclient-doc/html/cli/osc/v1
/usr/share/doc/packages/python-ironicclient-doc/html/cli/osc/v1/index.html
/usr/share/doc/packages/python-ironicclient-doc/html/cli/osc_plugin_cli.html
/usr/share/doc/packages/python-ironicclient-doc/html/cli/standalone.html
/usr/share/doc/packages/python-ironicclient-doc/html/contributor
/usr/share/doc/packages/python-ironicclient-doc/html/contributor/contributing.html
/usr/share/doc/packages/python-ironicclient-doc/html/contributor/index.html
/usr/share/doc/packages/python-ironicclient-doc/html/contributor/testing.html
/usr/share/doc/packages/python-ironicclient-doc/html/genindex.html
/usr/share/doc/packages/python-ironicclient-doc/html/index.html
/usr/share/doc/packages/python-ironicclient-doc/html/objects.inv
/usr/share/doc/packages/python-ironicclient-doc/html/reference
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.client.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.apiclient.base.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.apiclient.exceptions.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.apiclient.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.base.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.filecache.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.http.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.i18n.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.common.utils.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.exc.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.command.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.plugin.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_allocation.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_chassis.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_conductor.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_create.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_deploy_template.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_driver.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_inspection_rule.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_node.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_port.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_portgroup.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_runbook.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_shard.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_volume_connector.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.baremetal_volume_target.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.osc.v1.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.shell.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.allocation.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.chassis.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.client.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.conductor.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.create_resources.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.deploy_template.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.driver.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.events.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.inspection_rule.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.node.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.port.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.portgroup.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.resource_fields.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.runbook.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.shard.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.utils.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.volume_connector.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/ironicclient.v1.volume_target.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/api/modules.html
/usr/share/doc/packages/python-ironicclient-doc/html/reference/index.html
/usr/share/doc/packages/python-ironicclient-doc/html/search.html
/usr/share/doc/packages/python-ironicclient-doc/html/searchindex.js
/usr/share/doc/packages/python-ironicclient-doc/html/user
/usr/share/doc/packages/python-ironicclient-doc/html/user/create_command.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 15 00:01:18 2026