Fix 1473 and add vca_model_config_* to lcm charm
[osm/devops.git] / installers / charm / mon / config.yaml
index 9480ea7..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"
@@ -60,3 +60,19 @@ options:
     type: string
     description: "The VCA cacert."
     default: ""
+  grafana_url:
+    description: Grafana URL
+    type: string
+    default: http://grafana:3000
+  grafana_user:
+    description: Grafana user
+    type: string
+    default: admin
+  grafana_password:
+    description: Grafana password
+    type: string
+    default: admin
+  keystone_enabled:
+    description: MON will use Keystone backend
+    type: boolean
+    default: false