diff options
author | baigk <baiguoku@huawei.com> | 2015-11-15 22:59:39 -0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-11-16 07:03:13 +0000 |
commit | a8aa85f2a26256938b0057802ac5521edb594791 (patch) | |
tree | 6a421e4c5e67f806e28e3f197429e7fe9b851faf /deploy/adapters/ansible/openstack/templates | |
parent | e28554faea569b5e6d15b3816df702e664b5bba4 (diff) |
vnc console can't be connected
JIRA: COMPASS-153
Change-Id: I99e85aea7c35ae6d82fac7b667eadd9577351e01
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack/templates')
-rw-r--r-- | deploy/adapters/ansible/openstack/templates/nova.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack/templates/nova.conf b/deploy/adapters/ansible/openstack/templates/nova.conf index ed415915..b15032f5 100644 --- a/deploy/adapters/ansible/openstack/templates/nova.conf +++ b/deploy/adapters/ansible/openstack/templates/nova.conf @@ -49,6 +49,8 @@ notify_on_state_change = vm_and_task_state notification_driver = nova.openstack.common.notifier.rpc_notifier notification_driver = ceilometer.compute.nova_notifier +memcached_servers = {{ internal_vip.ip }}:11211 + [database] # The SQLAlchemy connection string used to connect to the database connection = mysql://nova:{{ NOVA_DBPASS }}@{{ db_host }}/nova |