1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

fix deployment for new versions of xen

This commit is contained in:
Javi Fontan 2011-12-12 14:23:39 +01:00
parent e30782e5e2
commit 8cbc0aeab7
2 changed files with 5 additions and 1 deletions

View File

@ -37,6 +37,10 @@ GROUPS={
PACKAGES=GROUPS.keys
GEM_TEST={
'net-ldap' => 'net/ldap'
}
DISTRIBUTIONS={
:debian => {
:id => ['Ubuntu', 'Debian'],

View File

@ -46,7 +46,7 @@ if [ "x$?" = "x0" ]; then
log_debug "Credits set to $credits"
name=`grep -e '^name =' < $domain | cut -d= -f2 | tr -d ' ' | tr -d "\'"`
name=`grep -e '^name =' < $domain | cut -d= -f2 | tr -d ' ' | tr -d "\'" | cut -d' ' -f1`
$XM_CREDITS -d $name -w $credits