Comment 3 for bug 1853093

Revision history for this message
yong hu (yhu6) wrote :

Are you using this helm chart?http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/helm-charts/stx-openstack-1.0-17-centos-stable-versioned.tgz

If you want to disable the security policy, you can remove the following 3 lines in "~/charts/keystone/values" after you unzip this tgz file:

    security_compliance:
      # NOTE(vdrok): The following two options have effect only for SQL backend
      lockout_failure_attempts: 5
      lockout_duration: 1800

And as well, you need to upload and apply "stx-openstack" once more by "system application-upload" and "system application-apply" cmds.