Bug 1817496 - heat-dist.conf file sets deprecated auth_uri for keystone_authtoken
Summary: heat-dist.conf file sets deprecated auth_uri for keystone_authtoken
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-heat
Version: 16.0 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: 16.1 (Train on RHEL 8.2)
Assignee: Zane Bitter
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-26 12:59 UTC by Takashi Kajinami
Modified: 2020-07-29 07:51 UTC (History)
7 users (show)

Fixed In Version: openstack-heat-13.0.1-0.20200327123432.8fc8034.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-29 07:51:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
RDO 26123 0 None None None 2020-03-26 13:03:53 UTC
Red Hat Product Errata RHBA-2020:3148 0 None None None 2020-07-29 07:51:16 UTC

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


Note You need to log in before you can comment on or make changes to this bug.