From b1be1ddb9843abecd6ba357e88cb75de6eab85e6 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 12 Nov 2014 14:58:43 +0000 Subject: [PATCH] Force use of keystone for authentication --- templates/nova.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/nova.conf b/templates/nova.conf index 9e94bfd..29c38f5 100644 --- a/templates/nova.conf +++ b/templates/nova.conf @@ -21,6 +21,8 @@ verbose = {{ verbose }} debug = {{ debug }} use_syslog = {{ use_syslog }} +auth_strategy=keystone + compute_driver = libvirt.LibvirtDriver {% include "parts/rabbitmq" %}