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
This commit is contained in:
Tony Breeds 2018-01-29 13:51:21 +11:00
parent dd2b63c6f6
commit 93b8afe76e

View File

@ -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',
}