Add secret-management in Charmed OSM
[osm/devops.git] / installers / charm / keystone / config.yaml
index 945ea48..e15d035 100644 (file)
@@ -56,15 +56,11 @@ options:
     type: string
     description: Keystone DB Password
     default: admin
-  mysql_host:
+  mysql_uri:
     type: string
-    description: MySQL Host (external database)
-  mysql_port:
-    type: int
-    description: MySQL Port (external database)
-  mysql_root_password:
-    type: string
-    description: MySQL Root Password (external database)
+    description: |
+      Mysql uri with the following format:
+        mysql://<user>:<pass>@<host>:<port>/<database>
   admin_username:
     type: string
     description: Admin username to be created when starting the service