diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-15 11:15:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-15 11:15:50 +0000 |
commit | 68f4d2a4cfe706c6e7194b270e061261403b1e2d (patch) | |
tree | ad22092f45cca42052a98989db90fcdb6ae31e14 /deploy/adapters/ansible/roles/dashboard/tasks | |
parent | 25cf6081b5cef33aec03fe76093dd7b87d11c249 (diff) | |
parent | 3e7d82a8f6527755c8eee5788235807dbb8a3df0 (diff) |
Merge "fix some memcached configuration error"
Diffstat (limited to 'deploy/adapters/ansible/roles/dashboard/tasks')
-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 ea9b829b..52318d42 100644 --- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml +++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml @@ -21,11 +21,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 |