From 16e28bd393d7e8bfac03db308a283f93b3a9368b Mon Sep 17 00:00:00 2001 From: baigk Date: Wed, 9 Dec 2015 16:48:58 +0800 Subject: vnc console can't be connected JIRA: COMPASS-153 Change-Id: I2bf1f63fdb14ceca11a0a03f4225b09cd8780e95 Signed-off-by: baigk --- deploy/adapters/ansible/roles/dashboard/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deploy/adapters/ansible/roles/dashboard/tasks') 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 -- cgit 1.2.3-korg