Fix 1473 and add vca_model_config_* to lcm charm
[osm/devops.git] / installers / charm / mon / config.yaml
index 93d77fe..5391497 100644 (file)
@@ -52,7 +52,7 @@ options:
     type: string
     description: "The VCA user name."
     default: "admin"
-  vca_password:
+  vca_secret:
     type: string
     description: "The VCA user password."
     default: "secret"
@@ -72,3 +72,7 @@ options:
     description: Grafana password
     type: string
     default: admin
+  keystone_enabled:
+    description: MON will use Keystone backend
+    type: boolean
+    default: false