From f4b4a33860e539fbba297fb36023f260a153f1e2 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 4 Oct 2018 16:01:02 +0300 Subject: [PATCH] Use valid_interfaces instead of os_interface for placement os_interface is deprecated, we should switch. Change-Id: I911576df939e6bc957f6c4422792d66a540129b6 --- puppet/services/nova-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}