summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-04 18:46:24 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commit59c39e5f76597525a1bb4b42d6dacf2bea41dbb0 (patch)
treed112d199e1907deac98fa3637d84cdbe5d3469af
parent261e5a3d8370cd1e440b694aac95c87ae5beb4fc (diff)
downloaddefinitions-59c39e5f76597525a1bb4b42d6dacf2bea41dbb0.tar.gz
Use identity_uri instead of auth_uri which was deprecated
-rw-r--r--openstack/etc/nova/nova.conf2
1 files changed, 1 insertions, 1 deletions
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