Removed keystone_ec2_uri from heat.conf
keystone_ec2_uri doesn't exist anymore, setting auth_uri is now sufficient. Change-Id: I861641190b72b9b7cc6ab2a77e3767bd581b6517
This commit is contained in:
parent
6adcdfc232
commit
afc4831a2a
@ -118,8 +118,7 @@ admin_tenant_name = service
|
|||||||
admin_user = heat
|
admin_user = heat
|
||||||
admin_password = <replaceable>HEAT_PASS</replaceable>
|
admin_password = <replaceable>HEAT_PASS</replaceable>
|
||||||
[ec2authtoken]
|
[ec2authtoken]
|
||||||
auth_uri = http://<replaceable>controller</replaceable>:5000/v2.0
|
auth_uri = http://<replaceable>controller</replaceable>:5000/v2.0</programlisting>
|
||||||
keystone_ec2_uri = http://<replaceable>controller</replaceable>:5000/v2.0/ec2tokens</programlisting>
|
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>Register the Heat and CloudFormation APIs with the
|
<para>Register the Heat and CloudFormation APIs with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user