diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-14 16:50:57 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-12-15 09:09:17 +0800 |
commit | 3e7d82a8f6527755c8eee5788235807dbb8a3df0 (patch) | |
tree | de7860346ff5f1d107c5390297047b39644c9406 /deploy/adapters/ansible/roles/dashboard/tasks/main.yml | |
parent | 8345054b0c24c7acb3bca5bb41f9f0e5508c468c (diff) |
fix some memcached configuration error
JIRA: COMPASS-192
Change-Id: I919afb3c109fed151d35d94e323111b85e44073b
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/dashboard/tasks/main.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/dashboard/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml index 5afcb157..c9eccfb4 100644 --- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml +++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml @@ -18,11 +18,6 @@ - name: remove ubuntu theme action: "{{ ansible_pkg_mgr }} name=openstack-dashboard-ubuntu-theme state=absent" -- name: update memcached conf - lineinfile: dest=/etc/memcached.conf state=present - regexp="-l *" - line="-l {{ internal_vip.ip }}" - - name: update ubuntu horizon settings template: src=local_settings_debian dest=/etc/openstack-dashboard/local_settings.py |