Description of problem: During testing test case for RHOSP14 which cover customer https://bugzilla.redhat.com/show_bug.cgi?id=1437427 (for OSP10) I tried to update overcloud using next env-yaml file cat << EOF > tripleo-overcloud-passwords.yaml parameter_defaults: NeutronMetadataProxySharedSecret: apassword GlancePassword: apassword NovaPassword: apassword GnocchiPassword: apassword IronicPassword: apassword HeatPassword: apassword RabbitmqPassword: apassword RedisPassword: apassword TrovePassword: apassword CinderPassword: apassword SwiftPassword: apassword AdminToken: apassword SwiftHash: apassword HaproxyStatsPassword: apassword SaharaPassword: apassword ManilaPassword: apassword CeilometerSecret: apassword MistralPassword: apassword AodhPassword: apassword ZaqarPassword: apassword NeutronPassword: apassword DemoPassword: apassword CeilometerPassword: apassword AdminPassword: apassword MysqlClustercheckPassword: apassword HeatStackDomainPassword: apassword EOF But got next warning message: WARNING: Following parameter(s) are defined but not used in plan. Could be possible that parameter is valid but currently not used. CeilometerSecret RabbitmqPassword SwiftFetchDirPutTempurl CephAnsiblePlaybookVerbosity SwiftHash IronicPassword ZaqarPassword HaproxyStatsPassword HeatStackDomainPassword SwiftFetchDirGetTempurl DemoPassword TrovePassword MistralPassword ManilaPassword SaharaPassword Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-9.0.1-0.20181013060879.el7ost.noarch How reproducible: alway Steps to Reproduce: 1.Deploy OSP14 undercloud and overcloud 2.create tripleo-passwords.yaml with content that in description and append to overcloud_deploy.sh 3.run overcloud_deploy.sh Actual results: warning message that some passwords is valid but not used anymore Expected results: Alternatives about that parameters Additional info:
If those services are not deployed the warnings are valid. This warning message is just an initial check to make sure that folks know they may be providing unused values.