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:
parent
d285221075
commit
704d72ff3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user