address comments, using generic db service

This commit is contained in:
Daniel Yu
2017-08-10 14:15:12 +08:00
parent f131baf8fc
commit c5c943f6a4
2 changed files with 18 additions and 25 deletions
+3 -3
View File
@@ -24,13 +24,13 @@ catalog:
default: "5683"
type: int
- variable: database_type
description: "Choose database type to use: postgres or cassandra"
description: "Choose database type to use: sql or cassandra"
label: "Database type"
required: true
default: "postgres"
default: "sql"
type: enum
options:
- postgres
- sql
- cassandra
- variable: add_schema_and_system_data
description: "Whether to init scheme and system data"