Adding manual external DB URI config
[osm/devops.git] / installers / charm / keystone / config.yaml
index 2758d1c..402096c 100644 (file)
@@ -45,6 +45,15 @@ options:
     type: string
     description: Keystone DB Password
     default: admin
+  mysql_host:
+    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)
   admin_username:
     type: string
     description: Admin username to be created when starting the service