From 704d72ff3d9f85f1c8da13eea2a756ec3ece44a1 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 6 Aug 2018 20:50:47 +0300 Subject: [PATCH] novajoin: Fix cloud-config configuration path This path should point to the novajoin directory. Change-Id: I281f066a6b3d9c0b64d5fcbae6128f6c1b41ee0f Closes-Bug: #1785676 --- docker/services/novajoin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/novajoin.yaml b/docker/services/novajoin.yaml index be44d18514..fdf1bb0669 100644 --- a/docker/services/novajoin.yaml +++ b/docker/services/novajoin.yaml @@ -134,7 +134,7 @@ outputs: "%{hiera('$NETWORK')}" params: $NETWORK: {get_param: [ServiceNetMap, NovajoinNetwork]} - nova::api::vendordata_jsonfile_path: '/etc/nova/cloud-config-novajoin.json' + nova::api::vendordata_jsonfile_path: '/etc/novajoin/cloud-config-novajoin.json' nova::api::vendordata_providers: ['StaticJSON', 'DynamicJSON'] # TODO(jaosorior): Add TLS support here. Novajoin is currently not # accessed behind haproxy, but is accessed directly instead. For this