Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1817496

Summary: heat-dist.conf file sets deprecated auth_uri for keystone_authtoken
Product: Red Hat OpenStack Reporter: Takashi Kajinami <tkajinam>
Component: openstack-heatAssignee: Zane Bitter <zbitter>
Status: CLOSED ERRATA QA Contact: David Rosenfeld <drosenfe>
Severity: medium Docs Contact:
Priority: medium    
Version: 16.0 (Train)CC: aschultz, jhajyahy, jschluet, mburns, pmannidi, sbaker, shardy
Target Milestone: betaKeywords: Triaged
Target Release: 16.1 (Train on RHEL 8.2)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-heat-13.0.1-0.20200327123432.8fc8034.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-29 07:51:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Takashi Kajinami 2020-03-26 12:59:46 UTC
Description of problem:

Currently we have the following section in heat-dist.conf

/usr/share/heat/heat-dist.conf
~~~
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/v2.0
~~~

However, auth_uri was deprecated and www_authenticate_uri should be used instead.
Currently auth_uri is not set by tripleo, which means these values are valid,
though some other options are currently refered instead.

Version-Release number of selected component (if applicable):
Always

How reproducible:
Always

Steps to Reproduce:
1. Deploy undercloud
2. See /usr/share/heat/heat-dist.conf

Actual results:
It includes auth_uri

Expected results:
It doesn't include auth_uri

Additional info:

Comment 11 Jad Haj Yahya 2020-07-23 08:10:32 UTC
sudo cat /usr/share/heat/heat-dist.conf | grep auth_url

auth_url does not exist

Comment 12 Zane Bitter 2020-07-23 12:54:42 UTC
(In reply to Jad Haj Yahya from comment #11)
> sudo cat /usr/share/heat/heat-dist.conf | grep auth_url
> 
> auth_url does not exist

It's auth_uri that was the problem, not auth_url.

Comment 14 errata-xmlrpc 2020-07-29 07:51:01 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:3148