Skip to content

Commit 472bf4c

Browse files
committed
added diskConfig to smoketest
1 parent 96f251a commit 472bf4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoketest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ function info($msg,$p1=NULL,$p2=NULL,$p3=NULL,$p4=NULL,$p5=NULL) {
411411
$server = $cloudservers->Server();
412412
$server->Create(array(
413413
'name'=>'FOOBAR',
414+
'OS-DCF:diskConfig' => 'MANUAL',
414415
'image'=>$centos,
415416
'flavor'=>$flavorlist->First(),
416417
'networks'=>array($network, $cloudservers->Network(RAX_PUBLIC))

0 commit comments

Comments
 (0)