From 59c39e5f76597525a1bb4b42d6dacf2bea41dbb0 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 4 Feb 2015 18:46:24 +0000 Subject: Use identity_uri instead of auth_uri which was deprecated --- openstack/etc/nova/nova.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf index bfce7f5c..b703591f 100644 --- a/openstack/etc/nova/nova.conf +++ b/openstack/etc/nova/nova.conf @@ -602,7 +602,7 @@ enabled=false # Keystone authtoken # ###################### [keystone_authtoken] -auth_host = ##NOVA_HOST## +identity_uri = ##IDENTITY_URI## auth_uri = ##KEYSTONE_INTERNAL_URL## auth_port = 35357 auth_protocol = http -- cgit v1.2.1