Fix vendordata_jsonfile_path path

setup.py points to /etc/novajoin, while novajoin-install
configured nova.conf to point to /etc/nova directory.

Change-Id: I94658945cca795aee2c53344081bca6c1c554b66
This commit is contained in:
Grzegorz Grasza 2018-11-08 09:40:03 +01:00
parent 2ffc08c544
commit cfa5af7ca4
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def install(opts):
config.read(NOVACONF) config.read(NOVACONF)
config.set('DEFAULT', config.set('DEFAULT',
'vendordata_jsonfile_path', 'vendordata_jsonfile_path',
'/etc/nova/cloud-config-novajoin.json') '/etc/novajoin/cloud-config-novajoin.json')
# set the default domain to the IPA domain. This is added to the # set the default domain to the IPA domain. This is added to the
# instance name to set the hostname. # instance name to set the hostname.