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:
Sage Weil 2019-12-11 15:49:04 -06:00
commit a5b3037050

View File

@ -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',