From b82400f95cf46eefede828ddda2aaa620ce18d98 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 28 Jan 2020 14:33:39 +0100 Subject: [PATCH] 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 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa99e594..b11b16db 100644 --- a/README.md +++ b/README.md @@ -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', }