diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-11 08:51:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-11 08:51:22 +0000 |
commit | ac0c791390e82449245f76bd1696a6465d0c6d2a (patch) | |
tree | 44f265088168de2cb600e9ad36ea06fee91db52f | |
parent | 01bf8315641200a49964d378d0ff88f43e7d8bf5 (diff) | |
parent | 16e28bd393d7e8bfac03db308a283f93b3a9368b (diff) |
Merge "vnc console can't be connected"
-rw-r--r-- | deploy/adapters/ansible/roles/dashboard/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml index c9eccfb4..5afcb157 100644 --- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml +++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml @@ -18,6 +18,11 @@ - 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 |