VMware Cloud Community
dalo
Hot Shot
Hot Shot
Jump to solution

change LDAP user filter

I want to change the ldap_user_filter on keystone after the deployment. I could do this in the keystone.conf on the controller, but a want a bit more sustainable solution, because this changes after a reconfigure or upgrade to the old value.

is there a config file on the management server to change this centrally?

Daniel

Reply
0 Kudos
1 Solution

Accepted Solutions
mvoelker
VMware Employee
VMware Employee
Jump to solution

Hi Daniel,

Check out:

VMware Integrated OpenStack 2.0.1 Release Notes

Specifically, the "Enhanced customizability" section.  You can use the custom.yml file to make the change permanent.  In a nutshell, the steps are:

  1. Log in to the management server.
  2. sudo mkdir -p /opt/vmware/vio/custom
  3. sudo cp /var/lib/vio/ansible/custom/custom.yml.sample /opt/vmware/vio/custom/custom.yml
  4. Edit the custom.yml file and uncomment the line for "ldap_user_filter".  Add the value you want.
  5. Save the changes to the file.
  6. sudo viocli deployment -v configure

View solution in original post

Reply
0 Kudos
2 Replies
mvoelker
VMware Employee
VMware Employee
Jump to solution

Hi Daniel,

Check out:

VMware Integrated OpenStack 2.0.1 Release Notes

Specifically, the "Enhanced customizability" section.  You can use the custom.yml file to make the change permanent.  In a nutshell, the steps are:

  1. Log in to the management server.
  2. sudo mkdir -p /opt/vmware/vio/custom
  3. sudo cp /var/lib/vio/ansible/custom/custom.yml.sample /opt/vmware/vio/custom/custom.yml
  4. Edit the custom.yml file and uncomment the line for "ldap_user_filter".  Add the value you want.
  5. Save the changes to the file.
  6. sudo viocli deployment -v configure
Reply
0 Kudos
dalo
Hot Shot
Hot Shot
Jump to solution

Hi mvoelker,

Thank you, this is exactly what I'm looking for.

Daniel

Reply
0 Kudos