Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None
Change-Id: Ie447f14aed895d58eb27701e55febf548292f63d
+ Make --os-profile argument can be loaded from OS_PROFILE
environment variables to avoid repeating --os-profile
in client commands.
+ Correct information in help of --os-profile argument
Co-Authored-By: Hieu LE <hieulq@vn.fujitsu.com>
Change-Id: Ib1bbc3627bf976cc96ac623ee37b5d848e44f34f
This patch add receiver update operation,
Then user cloud run 'receiver-update' command.
use receiver-update change has exist receiver name,action and params.
Implements: blueprint add-receiver-update
Depends-On: I228edd1f5ada5b91e82ef04c95e9a7fa2b7de305
Change-Id: I8adaef75c18b93ec46d95e91f2058f6a4b8d4608
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This patch add senlinclient support display senlin service status
Change-Id: I8ea92d425d0a0ce5913abafba5d66fdf3d09b80f
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.
Change-Id: I86b87e5672ad367b07d4f1000c5af8649ffcd0d2
Closes-Bug:#1693670
cluster-show command returned a redundant value named is_profile_only,
this path removed the redundant value because it is not a attr belong
to cluster.
Change-Id: Ic11d0b8ea8eb07a0bbe3b3e125b1ba7d34663784
Closes-Bug: #1693156
python-senlinclient/senlinclient/tests/unit/v1/test_build_info.py
Safely remove the "response" from TestBuildInfo class to keep
the code clean.
Change-Id: I7b45e0b938afcb74514a5237a7fc7a8bf09a608b
Closes-Bug: #1674556
There are two "completion" in the subcommand table: bash-completion
and bash_completion. but "bash_completion" is not in help information
and it is repeated with "bash-completion", so delete it.
Change-Id: I0c2fb8b77b737c2ffc05dd4bb641125e88a4fde4
Closes-Bug: #1670123
This patch add a parameter 'check' to node-recover command.
Then user could choice whether check physical resource status before do
node-recover action.
partial-blueprint: refresh-status-before-do-node-recover
Change-Id: I94e33351593ffc49458ad85abde8acba5dc972e9
This path revises cluster-update command.
The command could support 'profile-only' parameter.
partial-blueprint: add-profile-only-to-cluster-update
Change-Id: Ibf2e4d67abe76b92a508a3e22e5c528d53cde5a4
Signed-off-by: chohoor <chohoor@gmail.com>
This change fixes "WARNINGS" that were appearing when building
"tox -e venv -- python setup.py build_sphinx".
Change-Id: I97569b566b63f7e03fa18e891f2df3bdc76b79a8
Closes-Bug:#1664887