diff --git a/manifests/db.pp b/manifests/db.pp index 14d2555c8..cac25fe3c 100644 --- a/manifests/db.pp +++ b/manifests/db.pp @@ -94,6 +94,13 @@ class nova::db ( include ::nova::deps include ::nova::params + if $placement_database_connection { + warning('placement_database_connection has no effect as of pike, and may be removed in a future release') + } + if $placement_slave_connection { + warning('placement_slave_connection has no effect as of pike, and may be removed in a future release') + } + # NOTE(spredzy): In order to keep backward compatibility we rely on the pick function # to use nova:: first the nova::db:: $database_connection_real = pick($::nova::database_connection, $database_connection)