Index: trunk/extensions/OpenStackManager/OpenStackNovaController.php |
— | — | @@ -143,7 +143,6 @@ |
144 | 144 | $options['SecurityGroup'] = $groups[0]; |
145 | 145 | } |
146 | 146 | $response = $this->novaConnection->run_instances( $image, 1, 1, $options ); |
147 | | - print_r($response); |
148 | 147 | if ( ! $response->isOK() ) { |
149 | 148 | return null; |
150 | 149 | } |