mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge PR #32189 into master
* refs/pull/32189/head: mgr/orchestrator_cli: set type for 'orchestrator' option Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
commit
a5b3037050
@ -24,6 +24,7 @@ class OrchestratorCli(orchestrator.OrchestratorClientMixin, MgrModule):
|
||||
MODULE_OPTIONS = [
|
||||
{
|
||||
'name': 'orchestrator',
|
||||
'type': 'str',
|
||||
'default': None,
|
||||
'desc': 'Orchestrator backend',
|
||||
'enum_allowed': ['ssh', 'rook', 'ansible', 'deepsea',
|
||||
|
Loading…
Reference in New Issue
Block a user