Fix file injection

By enabling config drive in compute nodes.

Change-Id: Ia85b33f2c0a57702cb82c013d1f022c448e83d8f
Closes-Bug: #1533582
This commit is contained in:
John Hua 2016-01-18 18:56:48 +08:00
parent 837f2a27eb
commit c44842113e
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ def create_novacompute_conf(himn, username, password):
template = '\n'.join([
'[DEFAULT]',
'compute_driver=xenapi.XenAPIDriver',
'force_config_drive=always',
'[xenserver]',
'connection_url=http://%s',
'connection_username="%s"',