diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml
index 3e43b8cf74..e716d7c2a2 100644
--- a/puppet/services/nova-base.yaml
+++ b/puppet/services/nova-base.yaml
@@ -261,7 +261,7 @@ outputs:
           nova::placement::password: {get_param: NovaPassword}
           nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
           nova::placement::region_name: {get_param: KeystoneRegion}
-          nova::placement::os_interface: {get_param: NovaPlacementAPIInterface}
+          nova::placement::valid_interfaces: {get_param: NovaPlacementAPIInterface}
           nova::database_connection:
             make_url:
               scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}