vnc console can't be connected 09/4109/1
authorbaigk <baigk@baigk.local>
Wed, 9 Dec 2015 08:48:58 +0000 (16:48 +0800)
committerbaigk <baigk@baigk.local>
Wed, 9 Dec 2015 08:48:58 +0000 (16:48 +0800)
JIRA: COMPASS-153

Change-Id: I2bf1f63fdb14ceca11a0a03f4225b09cd8780e95
Signed-off-by: baigk <baigk@baigk.local>
deploy/adapters/ansible/roles/dashboard/tasks/main.yml

index c9eccfb..5afcb15 100644 (file)
 - 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