From 961e42c77eca90493e0bccb3b4babb41d3a338e1 Mon Sep 17 00:00:00 2001 From: Matt Dorn Date: Thu, 2 Jun 2016 01:14:29 +0000 Subject: [PATCH] [install] Update ec2authtoken version suffix Updated ec2authtoken auth_uri in heat.conf with v3 suffix. This is required if one wants to utilize autoscaling in heat. Change-Id: I06a498bce261ed6929476d12d04d7eaaf6df96b0 Closes-Bug: 1588111 --- doc/install-guide/source/heat-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/source/heat-install.rst b/doc/install-guide/source/heat-install.rst index e6bb446b71..af753c8a7b 100644 --- a/doc/install-guide/source/heat-install.rst +++ b/doc/install-guide/source/heat-install.rst @@ -405,7 +405,7 @@ Install and configure components [ec2authtoken] ... - auth_uri = http://controller:5000 + auth_uri = http://controller:5000/v3 Replace ``HEAT_PASS`` with the password you chose for the ``heat`` user in the Identity service.