novajoin: Fix cloud-config configuration path

This path should point to the novajoin directory.

Change-Id: I281f066a6b3d9c0b64d5fcbae6128f6c1b41ee0f
Closes-Bug: #1785676
This commit is contained in:
Juan Antonio Osorio Robles 2018-08-06 20:50:47 +03:00
parent d285221075
commit 704d72ff3d

View File

@ -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