.stestr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
TODO
bindep.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/.gitignore
doc/Makefile
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/cli/index.rst
doc/source/contributor/index.rst
doc/source/install/index.rst
python_senlinclient.egg-info/PKG-INFO
python_senlinclient.egg-info/SOURCES.txt
python_senlinclient.egg-info/dependency_links.txt
python_senlinclient.egg-info/entry_points.txt
python_senlinclient.egg-info/not-zip-safe
python_senlinclient.egg-info/pbr.json
python_senlinclient.egg-info/requires.txt
python_senlinclient.egg-info/top_level.txt
releasenotes/notes/.placeholder
releasenotes/notes/bug-1814171-b1c58797c9ca9f44.yaml
releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml
releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml
releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml
releasenotes/notes/cluster-run-210247ab70b289a5.yaml
releasenotes/notes/cluster-scaling-command-e0d96f2cd0c7ca5f.yaml
releasenotes/notes/deletion-output-a841931367a2689d.yaml
releasenotes/notes/drop-py-2-7-cced38f13fd3b44c.yaml
releasenotes/notes/fix-region-732c2be90e58c347.yaml
releasenotes/notes/force-delete-c8d6cf4d6f049cb2.yaml
releasenotes/notes/micro-version-1.10-dabb632bfa40b79b.yaml
releasenotes/notes/micro-version-a292ce3b00d886af.yaml
releasenotes/notes/node-check-recover-469bf81db9f9f1ec.yaml
releasenotes/notes/others-e13ff69738d062c6.yaml
releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml
releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml
releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml
releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml
releasenotes/notes/retire-senlin-cli-8ba21807b584993d.yaml
releasenotes/notes/senlinclient-1.1.0-daf1f24c73ee8b17.yaml
releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml
releasenotes/notes/test-function-test-d90d7af1994a5f88.yaml
releasenotes/source/2023.1.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/newton.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst
releasenotes/source/victoria.rst
releasenotes/source/wallaby.rst
releasenotes/source/xena.rst
releasenotes/source/yoga.rst
releasenotes/source/zed.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po
senlinclient/__init__.py
senlinclient/client.py
senlinclient/plugin.py
senlinclient/common/__init__.py
senlinclient/common/exc.py
senlinclient/common/format_utils.py
senlinclient/common/i18n.py
senlinclient/common/utils.py
senlinclient/locale/zh_CN/LC_MESSAGES/senlinclient.po
senlinclient/tests/__init__.py
senlinclient/tests/functional/__init__.py
senlinclient/tests/functional/base.py
senlinclient/tests/functional/test_actions.py
senlinclient/tests/functional/test_cluster_policy.py
senlinclient/tests/functional/test_clusters.py
senlinclient/tests/functional/test_events.py
senlinclient/tests/functional/test_help.py
senlinclient/tests/functional/test_nodes.py
senlinclient/tests/functional/test_policies.py
senlinclient/tests/functional/test_policy_types.py
senlinclient/tests/functional/test_profile_types.py
senlinclient/tests/functional/test_profiles.py
senlinclient/tests/functional/test_readonly_senlin.py
senlinclient/tests/functional/test_receivers.py
senlinclient/tests/functional/test_version.py
senlinclient/tests/functional/policies/deletion_policy.yaml
senlinclient/tests/functional/profiles/cirros_basic.yaml
senlinclient/tests/test_specs/deletion_policy.yaml
senlinclient/tests/test_specs/nova_server.yaml
senlinclient/tests/unit/__init__.py
senlinclient/tests/unit/fakes.py
senlinclient/tests/unit/test_format_utils.py
senlinclient/tests/unit/test_plugin.py
senlinclient/tests/unit/test_utils.py
senlinclient/tests/unit/v1/__init__.py
senlinclient/tests/unit/v1/fakes.py
senlinclient/tests/unit/v1/test_action.py
senlinclient/tests/unit/v1/test_build_info.py
senlinclient/tests/unit/v1/test_client.py
senlinclient/tests/unit/v1/test_cluster.py
senlinclient/tests/unit/v1/test_cluster_policy.py
senlinclient/tests/unit/v1/test_event.py
senlinclient/tests/unit/v1/test_node.py
senlinclient/tests/unit/v1/test_policy.py
senlinclient/tests/unit/v1/test_policy_type.py
senlinclient/tests/unit/v1/test_profile.py
senlinclient/tests/unit/v1/test_profile_type.py
senlinclient/tests/unit/v1/test_receiver.py
senlinclient/tests/unit/v1/test_service.py
senlinclient/v1/__init__.py
senlinclient/v1/action.py
senlinclient/v1/build_info.py
senlinclient/v1/client.py
senlinclient/v1/cluster.py
senlinclient/v1/cluster_policy.py
senlinclient/v1/event.py
senlinclient/v1/node.py
senlinclient/v1/policy.py
senlinclient/v1/policy_type.py
senlinclient/v1/profile.py
senlinclient/v1/profile_type.py
senlinclient/v1/receiver.py
senlinclient/v1/service.py
tools/senlinrc