diff --git a/packstack/puppet/modules/packstack/manifests/ironic.pp b/packstack/puppet/modules/packstack/manifests/ironic.pp index 2149c8be4..14da06b9d 100644 --- a/packstack/puppet/modules/packstack/manifests/ironic.pp +++ b/packstack/puppet/modules/packstack/manifests/ironic.pp @@ -6,7 +6,7 @@ class packstack::ironic () 'glance/glance_host': value => hiera('CONFIG_STORAGE_HOST_URL'); } - class { '::ironic::api::authtoken': { + class { '::ironic::api::authtoken': auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'), password => hiera('CONFIG_IRONIC_KS_PW'), } diff --git a/packstack/puppet/modules/packstack/manifests/mariadb/services_remote.pp b/packstack/puppet/modules/packstack/manifests/mariadb/services_remote.pp index 08de32ad2..431b91b80 100644 --- a/packstack/puppet/modules/packstack/manifests/mariadb/services_remote.pp +++ b/packstack/puppet/modules/packstack/manifests/mariadb/services_remote.pp @@ -90,7 +90,7 @@ class packstack::mariadb::services_remote () { } } - if hiera('CONFIG_GNOCCHI_INSTALL') == 'y' and + if hiera('CONFIG_GNOCCHI_INSTALL') == 'y' { remote_database { 'gnocchi': ensure => 'present', charset => 'utf8',