.coveragerc
.stestr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/source/api_v1.rst
doc/source/conf.py
doc/source/index.rst
doc/source/cli/index.rst
doc/source/cli/ironic_client.rst
doc/source/cli/osc_plugin_cli.rst
doc/source/cli/osc/v1/index.rst
doc/source/contributor/contributing.rst
doc/source/contributor/index.rst
doc/source/contributor/testing.rst
doc/source/user/create_command.rst
ironicclient/__init__.py
ironicclient/client.py
ironicclient/exc.py
ironicclient/shell.py
ironicclient/common/__init__.py
ironicclient/common/base.py
ironicclient/common/cliutils.py
ironicclient/common/filecache.py
ironicclient/common/http.py
ironicclient/common/i18n.py
ironicclient/common/utils.py
ironicclient/common/apiclient/__init__.py
ironicclient/common/apiclient/base.py
ironicclient/common/apiclient/exceptions.py
ironicclient/osc/__init__.py
ironicclient/osc/plugin.py
ironicclient/osc/v1/__init__.py
ironicclient/osc/v1/baremetal_chassis.py
ironicclient/osc/v1/baremetal_create.py
ironicclient/osc/v1/baremetal_driver.py
ironicclient/osc/v1/baremetal_node.py
ironicclient/osc/v1/baremetal_port.py
ironicclient/osc/v1/baremetal_portgroup.py
ironicclient/osc/v1/baremetal_volume_connector.py
ironicclient/osc/v1/baremetal_volume_target.py
ironicclient/tests/__init__.py
ironicclient/tests/functional/__init__.py
ironicclient/tests/functional/base.py
ironicclient/tests/functional/test_chassis.py
ironicclient/tests/functional/test_chassis_create.py
ironicclient/tests/functional/test_driver.py
ironicclient/tests/functional/test_help_msg.py
ironicclient/tests/functional/test_json_response.py
ironicclient/tests/functional/test_node.py
ironicclient/tests/functional/test_node_set_power_state.py
ironicclient/tests/functional/test_port.py
ironicclient/tests/functional/test_portgroup.py
ironicclient/tests/functional/test_table_structure.py
ironicclient/tests/functional/utils.py
ironicclient/tests/functional/hooks/post_test_hook.sh
ironicclient/tests/functional/osc/__init__.py
ironicclient/tests/functional/osc/v1/__init__.py
ironicclient/tests/functional/osc/v1/base.py
ironicclient/tests/functional/osc/v1/test_baremetal_chassis_basic.py
ironicclient/tests/functional/osc/v1/test_baremetal_driver_basic.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_basic.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_create_negative.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_fields.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_negative.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_power_states.py
ironicclient/tests/functional/osc/v1/test_baremetal_node_provision_states.py
ironicclient/tests/functional/osc/v1/test_baremetal_port_basic.py
ironicclient/tests/functional/osc/v1/test_baremetal_portgroup_basic.py
ironicclient/tests/unit/__init__.py
ironicclient/tests/unit/test_client.py
ironicclient/tests/unit/test_exc.py
ironicclient/tests/unit/test_import.py
ironicclient/tests/unit/test_shell.py
ironicclient/tests/unit/utils.py
ironicclient/tests/unit/common/__init__.py
ironicclient/tests/unit/common/test_base.py
ironicclient/tests/unit/common/test_cliutils.py
ironicclient/tests/unit/common/test_filecache.py
ironicclient/tests/unit/common/test_http.py
ironicclient/tests/unit/common/test_utils.py
ironicclient/tests/unit/common/apiclient/__init__.py
ironicclient/tests/unit/common/apiclient/test_base.py
ironicclient/tests/unit/common/apiclient/test_exceptions.py
ironicclient/tests/unit/osc/__init__.py
ironicclient/tests/unit/osc/fakes.py
ironicclient/tests/unit/osc/test_plugin.py
ironicclient/tests/unit/osc/v1/__init__.py
ironicclient/tests/unit/osc/v1/fakes.py
ironicclient/tests/unit/osc/v1/test_baremetal_chassis.py
ironicclient/tests/unit/osc/v1/test_baremetal_create.py
ironicclient/tests/unit/osc/v1/test_baremetal_driver.py
ironicclient/tests/unit/osc/v1/test_baremetal_node.py
ironicclient/tests/unit/osc/v1/test_baremetal_port.py
ironicclient/tests/unit/osc/v1/test_baremetal_portgroup.py
ironicclient/tests/unit/osc/v1/test_baremetal_volume_connector.py
ironicclient/tests/unit/osc/v1/test_baremetal_volume_target.py
ironicclient/tests/unit/v1/__init__.py
ironicclient/tests/unit/v1/test_chassis.py
ironicclient/tests/unit/v1/test_chassis_shell.py
ironicclient/tests/unit/v1/test_client.py
ironicclient/tests/unit/v1/test_create_resources.py
ironicclient/tests/unit/v1/test_create_resources_shell.py
ironicclient/tests/unit/v1/test_driver.py
ironicclient/tests/unit/v1/test_driver_shell.py
ironicclient/tests/unit/v1/test_node.py
ironicclient/tests/unit/v1/test_node_shell.py
ironicclient/tests/unit/v1/test_port.py
ironicclient/tests/unit/v1/test_port_shell.py
ironicclient/tests/unit/v1/test_portgroup.py
ironicclient/tests/unit/v1/test_portgroup_shell.py
ironicclient/tests/unit/v1/test_resource_fields.py
ironicclient/tests/unit/v1/test_volume_connector.py
ironicclient/tests/unit/v1/test_volume_connector_shell.py
ironicclient/tests/unit/v1/test_volume_target.py
ironicclient/tests/unit/v1/test_volume_target_shell.py
ironicclient/v1/__init__.py
ironicclient/v1/chassis.py
ironicclient/v1/chassis_shell.py
ironicclient/v1/client.py
ironicclient/v1/create_resources.py
ironicclient/v1/create_resources_shell.py
ironicclient/v1/driver.py
ironicclient/v1/driver_shell.py
ironicclient/v1/node.py
ironicclient/v1/node_shell.py
ironicclient/v1/port.py
ironicclient/v1/port_shell.py
ironicclient/v1/portgroup.py
ironicclient/v1/portgroup_shell.py
ironicclient/v1/resource_fields.py
ironicclient/v1/shell.py
ironicclient/v1/utils.py
ironicclient/v1/volume_connector.py
ironicclient/v1/volume_connector_shell.py
ironicclient/v1/volume_target.py
ironicclient/v1/volume_target_shell.py
playbooks/legacy/ironicclient-dsvm-functional/post.yaml
playbooks/legacy/ironicclient-dsvm-functional/run.yaml
playbooks/legacy/ironicclient-tempest-dsvm-src/post.yaml
playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml
python_ironicclient.egg-info/PKG-INFO
python_ironicclient.egg-info/SOURCES.txt
python_ironicclient.egg-info/dependency_links.txt
python_ironicclient.egg-info/entry_points.txt
python_ironicclient.egg-info/not-zip-safe
python_ironicclient.egg-info/pbr.json
python_ironicclient.egg-info/requires.txt
python_ironicclient.egg-info/top_level.txt
releasenotes/notes/.placeholder
releasenotes/notes/SHA1-hash-auth-token-f8dce46f854c002c.yaml
releasenotes/notes/add-chassis_uuid-removal-possibility-5bc0bc3a7953eaa5.yaml
releasenotes/notes/add-create-command-3df5efbbecc33276.yaml
releasenotes/notes/add-environment-variable-to-specify-version-cache-timeout-dfa5f6d4af0ea1d3.yaml
releasenotes/notes/add-json-option-0cf29be2a97e0212.yaml
releasenotes/notes/add-neutron-integration-fields-cee7596c49722de6.yaml
releasenotes/notes/add-node-resource-class-6040d1d6c734522c.yaml
releasenotes/notes/add-pecan-exc-construction-a776408f7ae110dc.yaml
releasenotes/notes/add-port-internal-info-74a03ebd8b0a3dfc.yaml
releasenotes/notes/add-portgroup-mode-properties-0a3023cf905adaef.yaml
releasenotes/notes/add-portgroups-support-c3cf3826093ee815.yaml
releasenotes/notes/add-portgroups-to-create-command-6d685277f7af79df.yaml
releasenotes/notes/add-vif-attach-detach-support-e680d64e4add0fa4.yaml
releasenotes/notes/add-volume-connector-api-873090474d5e41b8.yaml
releasenotes/notes/add-volume-connector-cli-873090474d5e41b9.yaml
releasenotes/notes/add-volume-target-api-e062303f4b3b40ef.yaml
releasenotes/notes/add-volume-target-cli-e062303f4b3b40f0.yaml
releasenotes/notes/add_api_versions-a59e5b6899833c33.yaml
releasenotes/notes/allow-api-user-to-use-latest-6b80e9f584eaaa4e.yaml
releasenotes/notes/allow-client-to-request-list-of-versions-88f019cad76e6464.yaml
releasenotes/notes/bug-1524745-adds-node-create-args-a7ace744515e5943.yaml
releasenotes/notes/bug-1524745-extend-driver-list-and-driver-show-800d96393aa17342.yaml
releasenotes/notes/bug-1524745-update-baremetal-node-set-c1ac57de0d481efe.yaml
releasenotes/notes/bug-1712935-allow-os_baremetal_api_version_env_var_to_be_latest-28c8eed24f389673.yaml
releasenotes/notes/bug-1724974-add-wanboot-to-supported-boot-devices.yaml
releasenotes/notes/bug-1745099-allow-integer-portgroup-mode-6be4d3b35e216486.yaml
releasenotes/notes/continue-del-next-node-8827e67e1c41a0a5.yaml
releasenotes/notes/deprecate-ironic-cli-686b7a238ddf3e25.yaml
releasenotes/notes/display-empty-string-for-chassis-uuid-if-it-is-empty-a5471c3aa740a27d.yaml
releasenotes/notes/driver-properties-for-osc-07a99d2d4e166436.yaml
releasenotes/notes/extend-vif-attach-commands-ef3a931413ddcee7.yaml
releasenotes/notes/feature-parity-osc-cli-7606eed15f1c124f.yaml
releasenotes/notes/fix-python3-compatibility-993ace45fefcba34.yaml
releasenotes/notes/fix-token-with-vhosts-5d0a6d53e807fa5e.yaml
releasenotes/notes/implicit-version-warning-d34b99727b50d519.yaml
releasenotes/notes/implicit-version-warning-old-cli-fe34d423ae63544a.yaml
releasenotes/notes/index-error-no-endpoint-eb281187f80a9aa4.yaml
releasenotes/notes/instance-crash-dump-d845a31e72b5a9f7.yaml
releasenotes/notes/ironic-cli-version-a5cdec73d585444d.yaml
releasenotes/notes/ironic-create-files-fix-c31e40e566ff86b8.yaml
releasenotes/notes/keystone-token-auth-661a0c0d53c1b4de.yaml
releasenotes/notes/latest-baremetal-api-version-a20e3099e3b97a1b.yaml
releasenotes/notes/latest-default-41fdcc49701c4d70.yaml
releasenotes/notes/latest-renegotiation-55daa01b3fc261be.yaml
releasenotes/notes/list-nodes-by-driver-b1e1e1018077089b.yaml
releasenotes/notes/manual-clean-09f6b49df7d2513f.yaml
releasenotes/notes/negative-wrap-fix-4197e91b2ecfb722.yaml
releasenotes/notes/no-osc-requirement-411f25fd10f18caa.yaml
releasenotes/notes/no-resource-attributeerror-d0cb327abab7dcc0.yaml
releasenotes/notes/node-driver-support-storage-interface-e93fc8d4de5d24d6.yaml
releasenotes/notes/not-ignore-delete-failtures-0783d33a606ed6f1.yaml
releasenotes/notes/osc-baremetal-driver-raid-properties-159bd57058c0fc0e.yaml
releasenotes/notes/osc-commands-1-7-d531960472a11ac2.yaml
releasenotes/notes/osc-default-microver-172d6e69316e70c1.yaml
releasenotes/notes/osc-instance-crash-dump-22634a57104561a5.yaml
releasenotes/notes/osc-max-microver-22-dc0d91a62f03a2e6.yaml
releasenotes/notes/osc-node-list-chassis-091d080684cdccf8.yaml
releasenotes/notes/osc-node-list-no-maintenance-ff1cef7cfbe60fb9.yaml
releasenotes/notes/osc-node-list-option-driver-a2901ba6b4e1d3b5.yaml
releasenotes/notes/osc-node-list-provisionstate-cd98dbddaad93e96.yaml
releasenotes/notes/osc-node-list-unassociated-60e46958a0abc3e5.yaml
releasenotes/notes/osc-node-power-on-off-c269980e3b9c79ca.yaml
releasenotes/notes/osc-node-rebuild-configdrive-8979d5b1373e8d5f.yaml
releasenotes/notes/osc-node-set-chassis-aae3413489b66b9b.yaml
releasenotes/notes/osc-plugin-9b5344aceb886cc1.yaml
releasenotes/notes/osc-plugin-chassis-create-show-fix-ee276d707c5a5bdf.yaml
releasenotes/notes/osc-plugin-f87e0fbb472261dd.yaml
releasenotes/notes/osc-plugin-ff0d897d8441a9e1.yaml
releasenotes/notes/osc-plugin-node-create-show-fix-283148c86fbccce2.yaml
releasenotes/notes/osc-plugin-node-set-target-raid-config-5d538d6253902ecb.yaml
releasenotes/notes/osc-plugin-set-unset-target-raid-config-9a1cecb5620eafda.yaml
releasenotes/notes/osc-port-create-uuid-5da551b154540ef7.yaml
releasenotes/notes/osc-port-set-llc-pxeenabled-21fd8ea1982af17e.yaml
releasenotes/notes/osc-soft-reboot-poweroff-121b8043567f54a9.yaml
releasenotes/notes/osc-versioned-endpoint-fix-08f6b7af2f47a5d6.yaml
releasenotes/notes/osc-wait-option-for-provisioning-commands-b6f5b875d573c9c8.yaml
releasenotes/notes/port-physical-network-6ea8860d773e473c.yaml
releasenotes/notes/prelude-2-0-release-ee44150902d3d399.yaml
releasenotes/notes/provision-state-adopt-d07b838813cecfb1.yaml
releasenotes/notes/provision-state-wait-e7ff919ce8e13703.yaml
releasenotes/notes/raid_CLI_support-7e816ccd0fb31d2b.yaml
releasenotes/notes/remove-deprecated-osc-cmd-6dc980299d2fbde4.yaml
releasenotes/notes/remove-llc-short-arg-89c7443acc6c54a4.yaml
releasenotes/notes/remove-states-field-0242960d121a09a7.yaml
releasenotes/notes/retry-on-keystone-auth-retriable-failures-91c08b9f8bdab7f3.yaml
releasenotes/notes/session-client-endpoint-override-20f1d822b4430afa.yaml
releasenotes/notes/show-required-arguments-in-help-commands-of-node-create-port-create-b213bb28bcc94743.yaml
releasenotes/notes/soft-reboot-poweroff-e33d078a05db3894.yaml
releasenotes/notes/start-using-reno-ccd220efa2c7022a.yaml
releasenotes/notes/switch-requests-8304d4465a8976b1.yaml
releasenotes/notes/traits-support-8864f6816abecdb2.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/mitaka.rst
releasenotes/source/newton.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/__init__.py
tools/install_venv_common.py
tools/ironic.bash_completion
tools/run_functional.sh
tools/with_venv.sh
zuul.d/legacy-ironicclient-jobs.yaml
zuul.d/project.yaml