comparison app/config/bootstrap.php @ 1:eb4fee3d9bb8

added StoragePools management functions (storage_controller)
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Wed, 27 Jul 2011 00:00:25 +0900
parents 261e66bd5a0c
children
comparison
equal deleted inserted replaced
0:261e66bd5a0c 1:eb4fee3d9bb8
56 "APP_VERSION" => "11.0722", 56 "APP_VERSION" => "11.0722",
57 "APP_VIRTURI" => "qemu:///system" 57 "APP_VIRTURI" => "qemu:///system"
58 ); 58 );
59 59
60 static $node_actions = array( 60 static $node_actions = array(
61 "create","network","storage", 61 "define","storage","network"
62 ); 62 );
63 63
64 static $domain_actions = array( 64 static $domain_actions = array(
65 "vncviewer","shutdown","start", 65 "vncviewer","shutdown","create"
66 ); 66 );
67 67
68 public static function GetConnection() 68 public static function GetConnection()
69 { 69 {
70 $url = self::$wvirt_config["APP_VIRTURI"]; 70 $url = self::$wvirt_config["APP_VIRTURI"];