Fix the python-ldap version 69/48369/1
authorwutianwei <wutianwei1@huawei.com>
Tue, 5 Dec 2017 03:32:35 +0000 (11:32 +0800)
committerwutianwei <wutianwei1@huawei.com>
Tue, 5 Dec 2017 03:32:35 +0000 (11:32 +0800)
when python-ldap is newest version, there are some issues in dependence

Change-Id: I29f30900733cdd87d922b17da0f7c551b7cbdc90
Signed-off-by: wutianwei <wutianwei1@huawei.com>
deploy/adapters/ansible/roles/config-osa/tasks/main.yml

index 2f6186f..cdf1142 100755 (executable)
 #    line: "- include: repo_fix_pandas.yml"
 
 - include: meters.yml
+
+- name: fix the python-ldap version
+  lineinfile:
+    dest: /etc/ansible/roles/os_keystone/defaults/main.yml
+    regexp: '^  - python-ldap'
+    line: '  - python-ldap==2.5.2'