commit | b3e2f3399c62cb4e4515de587db91999ecbacb3c | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Fri Mar 16 17:01:49 2012 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Fri Mar 16 17:07:48 2012 -0700 |
tree | 16553c91ae53f9e04fc2bb2b169d82bfc87b6f71 | |
parent | e347b990ceb091fb3b4e8d1924ee3f6bddaa7cba [diff] [blame] |
Some tweaks for xen + devstack. * Import functions for git_clone (allows RECLONE for xen plugins) * Fix a potential xvas path issue * Tweaks to docs Change-Id: I34f5c57a53884dfe944f3b0eb8896c57e348e389
diff --git a/tools/xen/xenrc b/tools/xen/xenrc index 73f9c02..58fda31 100644 --- a/tools/xen/xenrc +++ b/tools/xen/xenrc
@@ -36,7 +36,7 @@ MGT_DEV=${MGT_DEV:-eth0} # XVA Directory -XVA_DIR=${XVA_DIR:-xvas} +XVA_DIR=${XVA_DIR:-`pwd`/xvas} # Path to xva file XVA=${XVA:-$XVA_DIR/$GUEST_NAME.xva }