From 93b8afe76e0d3ae1a34b881b0b429ab6e338fde0 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Mon, 29 Jan 2018 13:51:21 +1100 Subject: [PATCH] Update keystone Auth_url Update the ironic-inspector auth?_url to be http (not https) on localhost (not the fddn) and v3 (not v2.0) Closes-Bug: 1746389 Change-Id: I65c6b54ad3fc815711ffa2e1eadb6d81fa9b8420 Depends-On: Ia363e7eca12157e0b15b29b4d517c75e07d596de --- spec/acceptance/ironic_wsgi_apache_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/ironic_wsgi_apache_spec.rb b/spec/acceptance/ironic_wsgi_apache_spec.rb index d18e1142..b3a6c34b 100644 --- a/spec/acceptance/ironic_wsgi_apache_spec.rb +++ b/spec/acceptance/ironic_wsgi_apache_spec.rb @@ -74,7 +74,7 @@ describe 'basic ironic' do class { '::ironic::pxe': } class { '::ironic::inspector': ironic_password => 'a_big_secret', - ironic_auth_url => "https://${::fqdn}:5000/v2.0", + ironic_auth_url => "http://127.0.0.1:5000/v3", dnsmasq_interface => 'eth0', db_connection => 'mysql+pymysql://ironic-inspector:a_big_secret@127.0.0.1/ironic-inspector?charset=utf8', }