diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-28 16:04:26 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-28 16:04:26 +0000 |
| commit | 72940957611bcba7dc41bfe9232743369d9a151f (patch) | |
| tree | 6b51ce435c8234510fd73a98b15ee9a73311dfa4 | |
| parent | a3b3f4d97c46edc4cd3bd80c21238991f01a7998 (diff) | |
Fixed default value for xenapi_agent_path flag
| -rw-r--r-- | nova/virt/xenapi_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi_conn.py b/nova/virt/xenapi_conn.py index 546a10d09..4fc69961d 100644 --- a/nova/virt/xenapi_conn.py +++ b/nova/virt/xenapi_conn.py @@ -106,7 +106,7 @@ flags.DEFINE_integer('xenapi_inject_image', ' data into the disk image should be made.' ' Used only if connection_type=xenapi.') flags.DEFINE_integer('xenapi_agent_path', - True, + '/usr/sbin/xe-update-networking' 'Specifies the path in which the xenapi guest agent' ' should be located. If the agent is present,' ' network configuration if not injected into the image' |
