LDAP integration with openstack Keystone

Keystone supports integration with an existing LDAP directory for authentication and authorization services. I have tested this schema with Ubuntu 14.04, CentOS 6.4 openLDAP with openstack icehouse and its successfully connected. Use the following steps to LDAP integration with openstack Keystone. Install LDAP on Ubuntu or Centos sudo apt-get install slapd ldap-utils sudo dpkg-reconfigure slapd set […]
Continue reading…

 

Setup Network Bonding and Bridge on CentOS

Network bonding refers to the combination of network interfaces on one host for redundancy and/or increased throughput. This helps in  high availability of your network interface and offers performance improvement. Bonding is same as port trunking or teaming. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single […]
Continue reading…