X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fkeystone%2Fconfig.yaml;h=a606d8e5f25c40facfa64e660e1970141cdcbac3;hb=33f9315586721431cf67df69d49736109f36735c;hp=1ad4785b3c1afeeff054037aebcd028f900c64eb;hpb=738bf6fbc3f9f23307c519f8ef980e9975dcbd9d;p=osm%2Fdevops.git diff --git a/installers/charm/keystone/config.yaml b/installers/charm/keystone/config.yaml index 1ad4785b..a606d8e5 100644 --- a/installers/charm/keystone/config.yaml +++ b/installers/charm/keystone/config.yaml @@ -12,21 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. options: - image: - type: string - default: opensourcemano/keystone:latest - description: The docker image to install. - image_username: - type: string - description: | - The username for accessing the registry specified in image. - default: "" - image_password: - type: string - description: | - The password associated with image_username for accessing - the registry specified in image. - default: "" max_file_size: type: int description: | @@ -117,6 +102,19 @@ options: type: string description: Password to bind and search for users default: "" + ldap_chase_referrals: + type: string + description: | + Sets keystone’s referral chasing behavior across directory partitions. + If left unset, the system’s default behavior will be used. + default: "" + ldap_page_size: + type: int + description: | + Defines the maximum number of results per page that keystone should + request from the LDAP server when listing objects. A value of zero (0) + disables paging. + default: 0 ldap_user_tree_dn: type: string description: | @@ -203,6 +201,14 @@ options: setting in conjunction with user_enabled_attribute to map the lock status to disabled in Keystone. default: false + ldap_group_objectclass: + type: string + description: The LDAP object class to use for groups. + default: groupOfNames + ldap_group_tree_dn: + type: string + description: The search base to use for groups. + default: "" ldap_use_starttls: type: boolean description: |