Remove identity_uri from README

This was deprecated and removed in previous
commits and doesn't exist.

Was replaced in favor of
heat::keystone::authtoken::auth_url.

Change-Id: I13305b1104d65ee4f152f3d43378ea687d51a72d
This commit is contained in:
Tobias Urdin 2020-01-28 14:33:39 +01:00
parent 9fce8d211e
commit b82400f95c
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ documentation to assist you in understanding the available deployment options.
class { 'heat':
default_transport_url => 'rabbit://heat:an_even_bigger_secret@127.0.0.1:5672/heat',
database_connection => 'mysql+pymysql://heat:a_big_secret@127.0.0.1/heat?charset=utf8',
identity_uri => 'http://127.0.0.1:5000/',
keystone_password => 'a_big_secret',
}