X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fkeystone%2Fconfig.yaml;h=dc0953a9b12d4cd0774452c5a17f3df2ddabe481;hb=be1ab182ee509d5b458fcd1379a9101a7d2a09b1;hp=945ea48bd7a17a457d150575cf24e0d4907ab1c8;hpb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;p=osm%2Fdevops.git diff --git a/installers/charm/keystone/config.yaml b/installers/charm/keystone/config.yaml index 945ea48b..dc0953a9 100644 --- a/installers/charm/keystone/config.yaml +++ b/installers/charm/keystone/config.yaml @@ -48,6 +48,10 @@ options: ImagePullPolicy configuration for the pod. Possible values: always, ifnotpresent, never default: always + security_context: + description: Enables the security context of the pods + type: boolean + default: false region_id: type: string description: Region ID to be created when starting the service @@ -56,15 +60,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://:@:/ admin_username: type: string description: Admin username to be created when starting the service